@import url("salon.css");
/* メインビュー */
.main_view {
	background-image: url(../img/main-image_salon.jpg);
}
.salon_detail_inner {
	width: 90%;
	max-width: 1080px;
	margin: 8em auto;
	position: relative;
}
.salon_detail_name {
	width: 300px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 24%;
	background: #5d483b;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
}
.salon_detail_name .jp {
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.salon_detail_name .en {
	font-size: 12px;
	font-family: garamondpremrpro;
}
.salon_detail_wrap {
	margin: 4em 0;
}
.salon_detail_content {
	padding: 0 80px 80px 80px;
	height: fit-content;
}
.salon_detail_content_head {
    display: flex;
    align-items: center;
    gap: 20px;
	color: #7b7b7b;
}
.salon_detail_thumbnail img {
	width: 100%;
	vertical-align: bottom;
}
.salon_detail_content_cat {
	color: #9e9e9e;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 14px;
}
.salon_detail_content_title {
	margin-top: 2em;
    color: #272727;
	letter-spacing: .1em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.salon_detail_content_title.related {
	width: 100%;
    max-width: 1120px;
    margin: 4em auto 0;
    padding: 0 20px;
    padding-left: 80px;
}
.salon_detail_article h2 {
	margin: 80px 0 16px;
    color: #272727;
    letter-spacing: .1em;
	font-size: 22px;
}
.salon_detail_article h3 {
	margin: 80px 0 16px;
    color: #272727;
    letter-spacing: .1em;
    font-size: 20px;
}
.salon_detail_article_text {
	margin-top: 1em;
	line-height: 2em;
    color: #333;
}
.salon_detail_toc {
	padding: 40px 80px;
    line-height: 3em;
    margin-top: 2em;
    background: #fff;
    border: 1px solid #cdcdcd;
    font-weight: 600;
}
.salon_detail_toc_title {
	font-size: 20px;
}
.salon_detail_toc_list a {
	color: #272727;
}
.salon_detail_toc_list::before {
	content: "●";
	padding-right: 8px;
}

.section_salon {
	padding: 2em 0;
	background: #ebdcd2;
}
.salon_list_shop_info_jptitle {
	position: relative;
	font-family: garamondpremrpro;
}
.salon_list_shop_info_jptitle .access::after {
	content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    bottom: -15px;
    right: -50px;
    transform: rotate(90deg);
	border-right: 1px solid #2a1507;
}
/* .section_salon_menu_inner {
	position: relative;
} */
.section_salon_menu_title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-family: garamondpremrpro;
	letter-spacing: .2em;
}
.section_salon_menu_title::after {
	content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    bottom: -15px;
    right: -50px;
    transform: rotate(90deg);
	border-right: 1px solid #2a1507;
}

@media (max-width: 768px) {
.salon_detail_inner {
	margin: 8em auto;
}
.salon_detail_wrap {
	display: block;
}
.salon_detail_name {
	top: 32%;
}
.salon_detail_content {
	padding: 0;
}
.salon_detail_thumbnail img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	vertical-align: bottom;
}
.salon_detail_content_title {
	font-size: 22px;
}
.salon_detail_article h2 {
	font-size: 20px;
}
.salon_detail_article_text {
	letter-spacing: .1em;
}
.salon_list_shop {
  display: block;
}
.salon_list_shop_item:nth-child(2) {
  margin-top: 2em;
}

}
@media (max-width: 480px) {
.salon_detail_inner {
	margin: 4em auto;
}
.salon_detail_name {
	width: 250px;
    top: 0;
    padding: 16px 0 12px 0;
    line-height: 17px;
}
.salon_detail_name .jp {
	font-size: 16px;
}
.salon_detail_name .en {
	font-size: 10px;
}
.salon_detail_content {
	padding: 0;
}
.salon_detail_thumbnail img {
	height: 240px;
	object-position: center;
}
.salon_detail_toc {
	padding: 20px;
	font-size: 16px;
}
.salon_detail_toc_title {
	font-size: 18px;
}
.salon_detail_toc_list {
	line-height: 2em;
	font-size: 14px;
}
.salon_detail_toc_list:nth-child(n+2) {
	margin-top: 1em;
}
.salon_detail_content_title {
	margin-top: 2em;
}
.salon_detail_content_title.related {
	width: 90%;
    margin: 2em auto 0;
    padding: 0 20px;
}
}

/* メニュー */
.section_salon_menu {

}
.section_salon_menu_inner {
	width: 90%;
	max-width: 1080px;
	margin: 4em auto;
}
.section_salon_menu_wrap {
	margin-top: 2em;
	background: #fff;
}
.section_salon_menu_wrap_item {
	display: flex;
	align-items: center;
	padding: 32px;
	line-height: 2em;
}
.section_salon_menu_wrap_item .photo {
	width: 32%;
}
.section_salon_menu_wrap_item_detail {
	width: 100%;
	padding: 0 0 0 32px;
}
.section_salon_menu_wrap_item_title {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}
.section_salon_menu_wrap_item_price {
	color: #b95411;
	font-family: garamondpremrpro;
	font-size: 24px;
	letter-spacing: .2em;
}
.section_salon_menu_wrap_item_price  span:first-of-type {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section_salon_menu_wrap_item_price  span:last-of-type {
	font-size: 12px;
	color: #a6a09b;
	letter-spacing: .1em;
}
.section_salon_menu_wrap_item_text {
	margin-top: 1em;
	font-size: 12px;
}
.section_salon_menu_wrap_item_caution {
	display: flex;
	justify-content: space-between;
	color: #887263;
}
.section_salon_menu_wrap_item_caution .salon_info_link_item {
	max-width: 250px;
    height: 30px;
}
@media (max-width: 768px) {
	.section_salon_menu_wrap_item {
		display: block;
		padding: 24px;
	}
	.section_salon_menu_wrap_item .photo {
		width: 100%;
	}
	.section_salon_menu_wrap_item_detail {
		padding: 24px 0 0 0;
	}
	.section_salon_menu_wrap_item_caution {
		align-items: center;
	}
}
@media (max-width: 480px) {
	.section_salon_menu_wrap_item_title {
		display: block;
	}
	.section_salon_menu_wrap_item_price {
		margin-top: 8px;
		text-align: right;
	}
	.section_salon_menu_wrap_item_caution {
		display: block;
	}
	.section_salon_menu_wrap_item_caution .salon_info_link_item {
		width: 100%;
		max-width: inherit;
		margin-top: 1em;
	}
  .section_salon_menu_wrap_item_text {
    line-height: 2em;
}
}