@import url("page.css");
/* メインビュー */
.main_view {
	background-image: url(../img/main-image_salon.jpg);
}
.section_page_container .section_title_top:after {
    left: 220px;
}

/*サロンセクション*/
.section_salon {
	margin: 8em 0;
}
.section_salon_container {
	display: block;
	width: 100%;
  max-width: 1000px;
	margin: 4em auto;
}
.section_salon_bg {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.salon_left {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #999;
	padding: 1em 0;
}
.triangle {
    width: 15px;
    height: 15px;
    border-top: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: inherit;
		left: 50%;
    transform: translateY(0) translateX(-50%) rotate(45deg);
    right: inherit;
		bottom: -9px;
    background-color: #fff;
	}
.salon_left_container {
	padding-right: 0;
}
.salon_left_logo {
	width: 45px;
	display: inline-block;
	margin-bottom: 10px;
}
.salon_left_logo_text {
	width: 100px;
	display: inline-block;
	margin-bottom: 15px;
}
.salon_left_text {
	font-size: 11px;
	color: #747474;
	letter-spacing: 0.1em;
}
.salon_list_item {
	width: 100%;
	margin: 4em 0;
	border-bottom: 1px solid #bfbfbf;
}
.salon_list_item:last-child {
	border-bottom: none;
}
.salon_list_title_text {
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #747474;
}
.salon_list_shop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: center;
	margin: 4em 0;
}
.salon_list_shop_image img {
	width: 100%;
	vertical-align: bottom;
}
.salon_list_shop_info {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.salon_list_shop_info_name {
	font-size: 1.2rem;
	color: #353535;
}
.salon_list_shop_info_entitle {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  display: inline-block;
  font-family: garamondpremrpro;
}
.salon_list_shop_info_jptitle {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  ;
}
.salon_list_shop_info_jptitle .sns_icons {
  width: 64px;
  display: flex;
  justify-content: space-between;
}
.salon_list_shop_info_jptitle .sns_icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.salon_list_shop_info_text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: .1em;
  color: #2a1507;
}
.salon_list_shop_info_text img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  margin-right: 8px;
}
.salon_list_shop_info_text .tel {
  font-family: garamondpremrpro;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2em;
}
.salon_list_shop_info_text .reserve {
  margin-left: 8px;
  color: #a6a09b;
}
.salon_info_link_box {
  width: 100%;
  /* max-width: 475px; */
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.salon_info_link_item {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background: #887263;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc((100% - 8px) / 2);
  padding: 12px 0;
}
.salon_info_link_item:hover {
  background: #5d483b;
  transition: all .5s;
}
.salon_info_link_item:last-child {
  margin-right: 0;
}
.salon_info_link_item img {
  position: absolute;
  left: 16px;
  width: 16px;
  height: 14px;
  object-fit: contain;
}
@media (max-width: 1150px) {
  .salon_info_link_item img {
  position: absolute;
  left: 10px;
  width: 12px;
  height: 14px;
  object-fit: contain;
}
}
	@media (max-width: 767px) {
	.section_salon {
    margin: 40px 0;
	}
	.section_salon_container {
    width: 90%;
		flex-wrap: wrap;
		margin: 6em auto;
	}
	.salon_left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #999;
	}
	.salon_left_container {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.triangle {
    width: 15px;
    height: 15px;
    border-top: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: inherit;
		left: 50%;
    transform: translateY(0) translateX(-50%) rotate(45deg);
    right: inherit;
		bottom: -9px;
    background-color: #fff;
	}
	.salon_list_item {
		flex-wrap: wrap;
	}
	.salon_list_title {
		width: 100%;
		margin: 0;
	}
	.salon_list_shop {
		display: block;
	}
	.salon_list_shop_item {
		margin-top: 2em;
	}
  .salon_list_shop_item:nth-child(n+2) {
    display: block;
  }
  .salon_info_link_item {
	width: calc((100% - 8px) / 2);
	font-size: 10px;
  }
  .salon_list_shop_info_jptitle .sns_icons {
    width: 100px;
  }


  .salon_list_shop_info_entitle {
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	display: inline-block;
	font-family: garamondpremrpro;
  }
  .salon_list_shop_info_jptitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .salon_list_shop_info_jptitle .sns_icons {
	width: 64px;
	display: flex;
	justify-content: space-between;
  }
  .salon_list_shop_info_jptitle .sns_icons img {
	width: 20px;
	height: 20px;
	object-fit: contain;
  }
  .salon_list_shop_info_text {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 2.5em;
	letter-spacing: .1em;
	color: #2a1507;
  }
  .salon_list_shop_info_text img {
	width: 12px;
	height: 12px;
	margin-right: 8px;
  }
  .salon_list_shop_info_text .tel {
	font-family: garamondpremrpro;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2em;
  }
  .salon_list_shop_info_text .reserve {
	margin-left: 8px;
	color: #a6a09b;
  }
  .salon_info_link_box {
	width: 100%;
	/* max-width: 475px; */
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
  }
  .salon_info_link_item {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	background: #887263;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc((100% - 8px) / 2);
	padding: 8px 0;
  }
  .salon_info_link_item:hover {
	background: #5d483b;
	transition: all .5s;
  }
  .salon_info_link_item img {
    position: absolute;
    left: 10px;
    width: 12px;
    height: 14px;
    object-fit: contain;
}
}