@charset "utf-8";
/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
}
ul,dl {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	max-width: 100%;
}

body,html {
	color:#000;
	font-size:16px;
	font-family: 'Century Gothic', Futura, Arial, Helvetica, YuGothic,'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:1025px){
	.display_only_sp {
		display:none;
	}
}

@media screen and (max-width:1024px){
	.display_no_sp {
	display:none;
	}
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.8s;
}
a:visited {
	color: #000;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-icons, .material-symbols-outlined{
display: inline-flex;
vertical-align: middle;
}

.go-top a {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: block;
	z-index: 15;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #333 url("image/common/scissors.png") center 35px no-repeat;
	border-radius: 50% 50%;
	padding-top: 10px;
	color: #fff;
}
.go-top a:hover {
	background: #494949 url("image/common/scissors.png") center 32px no-repeat;
}
@media screen and (max-width:1024px){
	.go-top a {
	right: 10px;
	bottom: 10px;
}
}

/*** 共通 ***/

h2 {
	font-weight: bold;
	font-size: 36px;
}

h2 span {
	display: block;
	font-size: 14px;
}

.go-detail a {
	background: #000;
	border-radius: 2px;
	padding: 15px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
}
.go-detail a:hover {
	background: none;
	border: solid 1px #000;
	padding: 14px;
	color: #000;
}
.section-contents {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 0;
}

@media screen and (max-width:1024px){
	.section-contents {
	margin: 0 auto;
	padding: 40px 10px;
	}
}

/*** ヘッダー ***/

header {
	margin: 0;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.9);
	z-index: 10;
}

header .header-contents {
	display: flex;
	justify-content: flex-end;
	overflow:hidden;
}

header h1 {
	margin: 0;
	margin-right: auto;
	padding: 10px;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.0em;
}
header h1 span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #666666;
}

header nav {
	display: flex;

}
.header-tel{
	order: 2;
}
.header-yoyaku{
	order: 3;
}
header nav ul {
	order: 1;	
	display: flex;
}
header nav ul li {
	padding: 0!important;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
header nav ul li a span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #189e2e;
	
}
header nav ul li a:hover {
	background: url("image/common/header-nav-hover-bg.png") center center no-repeat;
	color: #070707;
	transition: 0s;
}
.header-tel-sp {
	display: none;
}
.header-tel a {
	display: block;
	height: 80px;
	padding: 15px 20px 0 20px;
	background: #f2f2f2;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #070707;
}
.header-tel a span {
	display: block;
	font-size: 16px;
	color:#000;
}
.header-tel a:hover {
	background-image: none;
	background-color: #e6e6e6;
}
.header-yoyaku a {
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	background: #191919;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.header-yoyaku a:hover {
	background: #2d2d2d;
	color: #fff;
}
.btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.btn-gNav span:nth-child(1) {
    top: 0;
}

 .btn-gNav span:nth-child(2) {
    top: 10px;
}

.btn-gNav span:nth-child(3) {
    top: 20px;
}

.btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-gNav.open span:nth-child(2),
.btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}
.header-yoyaku-sp {
	display: none;
}
.header-tel-sp {
	display: none;
}
@media screen and (max-width:1024px){
	 .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: row;
		flex-wrap: wrap;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 100%;
        padding: 0;
        border-bottom: #525252 1px solid;
    }
	.gNav .gNav-menu li a {
		color: #fff;
		padding: 10px;
	}
	.gNav .gNav-menu li a span {
		color: #92ddad;
	}
	.gNav .gNav-menu li a:hover {
		background: none;
	}
	.header-tel {
		display: none;
	}
	.header-yoyaku {
		display: none;
	}
	.header-tel-sp {
		display: block;
		margin: 10px 70px 0 0;
	}
	.header-tel-sp a {
		display: block;
		width: 60px;
		height: 60px;
		background: #333;
		border-radius: 3px;
		text-align: center;
		line-height: 60px;
		color: #fff
	}
	.header-yoyaku-sp {
		display: block;
		margin: 10px 10px 0 0;
	}
	.header-yoyaku-sp a {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		border: solid 1px #333;
		border-radius: 3px;
		text-align: center;
		line-height: 60px;
		color: #333
	}
	
}

/***フッター***/

footer {
	background: url("image/top/yoyaku01.jpg") left top ;
	background-size: cover; 
	text-align: center;
}
footer .footer-yoyaku{
	padding: 40px 0;
}
footer .footer-yoyaku h2 {
	margin-bottom: 50px;
	color: #fff;
}
footer .footer-yoyaku h2 span {
	display: block;
	font-size: 14px;
}
footer .footer-yoyaku ul {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 0 10px;
}

footer .footer-yoyaku ul li {
	width: 230px;
}

footer .footer-yoyaku ul li a {
	display: block;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.9);
	border-radius: 2px;
}
footer .footer-yoyaku ul li a:hover {
	display: block;
	background: rgba(255,255,255,0.7);
}
footer .footer-yoyaku ul li:first-of-type a {
	padding-top: 18px;
}
footer .footer-yoyaku ul li:first-of-type a p:last-of-type {
	font-weight: bold;
	font-size: 24px;
}
footer .footer-yoyaku ul li:last-of-type a {
	padding-top: 32px;
	font-weight: bold;
	font-size: 22px;
}
footer .footer-bottom {
	background: rgba(0,0,0,0.8);
	padding: 40px 0;
}
footer .footer-bottom .footer-bottom-contents {
	max-width: 921px;
	margin: 0 auto;
	color: #fff;
}
footer .footer-bottom h1 {
	font-size:24px;
	margin-bottom: 20px;
}

.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1024px){
	footer .footer-yoyaku ul li {
	width: 48%;
}
	footer .footer-yoyaku ul li a {
	width: 100%;
	height: 100px;
	}
	footer .footer-yoyaku ul li:first-of-type a {
	padding-top: 32px;
	}
	footer .footer-yoyaku ul li:first-of-type a p:first-of-type {
	font-weight: bold;
		font-size: 18px;
	}
	
	footer .footer-yoyaku ul li:first-of-type a p:last-of-type {
	display: none;
	}
	footer .footer-yoyaku ul li:last-of-type a {
	font-size: 18px;
	}
	footer .footer-yoyaku ul li:last-of-type a span {
	display: none;
}
	
}

/***トップページ***/

.top-eyecatch {
	margin-top: 80px;
	height: 820px;
	background: url("image/top/eyecatch01.jpg") no-repeat center top;
	background-size: cover;
}
.top-eyecatch p {
	text-align: center;
	padding-top: 300px;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width:1024px){
	.top-eyecatch {
	height: 550px;
	background: url("image/top/eyecatch01-sp.jpg") no-repeat center top;
	background-size: cover;
}
.top-eyecatch p {
	text-align: center;
	padding-top: 180px;
	width: 90%;
	
}
}

/***トップページ about***/

.top-about {
	max-width: 921px;
	margin: 0 auto;
	padding: 40px 10px;
}

.top-about .about-text {
	margin: 40px 0;
}
.top-about .about-text p {
	margin-bottom: 20px;
}
.top-about-contents {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 20px;
}
.top-about-contents img {
	width: 48%;
	height: auto;
}

@media screen and (max-width:1024px){
	.top-about-contents {
	flex-direction: column;
	gap: 20;
	}
	.top-about-contents img {
	width: 100%;
	}
	
	.top-about .about-text {
	text-align: center;
		
	}
}

/***トップページ menu***/

.top-menu {
	max-width: 921px;
	margin: 0 auto;
	padding: 40px 10px;
	background: url("image/top/menu01.jpg") left top no-repeat;
}
.top-menu h2 {
	text-align: right;
}
.top-menu .top-menu-text {
	margin: 70px 0 0 325px;
	padding: 25px;
	background:url("image/top/menu03.png");
}
.top-menu .top-menu-text p.go-detail {
	margin:120px 0 0 auto;
}

@media screen and (max-width:1024px){
	.top-menu .top-menu-text {
	margin: 180px 0 0 30px;
	}
	.top-menu .top-menu-text p.go-detail {
	margin:50px 0 0 auto;
	
	}
}

/***トップページ style***/

.top-style {
	background: #efefef;
	padding: 40px 10px;
	text-align: center;
}

.top-style h2 {
	margin-bottom: 40px;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.infinite-slider .swiper-slide {
	width: auto;
	height: 200px!important;
	margin: 0 20px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.top-style .go-detail a {
	margin: 40px auto!important;
}

/***トップページ info***/

.top-info {
	max-width: 921px;
	margin: 0 auto;
	padding: 30px 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.top-info .way-to-go {
	margin: 30px 0;
}

.top-info table {
	margin: 0 0 40px 0;
	border-collapse: collapse;
	border-top: solid 1px #999;
}
.top-info table tr {
	border-bottom: solid 1px #999;
}
.top-info table th {
	padding: 20px;
	font-weight: bold;
}
.top-info table td {
	padding: 20px;
}
.top-info img {
	width: 40%;
}

@media screen and (max-width:1024px){
	.top-info {
	padding: 20px 10px;
	flex-direction: column;
	}
	.top-info img {
	width: 100%;
	}
	.top-info table {
		width: 100%;
		margin: 20px 0;
	}
	.top-info table th,.top-info table td {
		display: block;
		text-align: center;
	}
	.top-info table th {
		padding: 10px;
		border-bottom: solid 1px #999;
		background: #f2f4f3;
	}
	
}

/***サブページ共通***/

.sub-h2-area {
	width: 100%;
	height: 300px;
	margin-top: 80px;
}

.sub-h2-area h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-top: 110px;
}
.sub-h2-area h2 span {
	display: block;
	font-size: 14px;
}

.h2-area-reservation {
	background: url("image/reservation/h2-bg.jpg") right top no-repeat;
	background-size: cover;
}
.h2-area-about {
	background: url("image/about/h2-bg.jpg") center top no-repeat;
	background-size: cover;
}
.h2-area-menu {
	background: url("image/menu/h2-bg.jpg") center top no-repeat;
	background-size: cover;
}
.h2-area-style {
	background: url("image/style/h2-bg.jpg") center top no-repeat;
	background-size: cover;
}
.h2-area-saloninfo {
	background: url("image/information/h2-bg.jpg") center top no-repeat;
	background-size: cover;
}
@media screen and (max-width:1024px){
	.h2-area-menu {
	background: url("image/menu/h2-bg-sp.jpg") center top no-repeat;
	background-size: cover;
}
	.h2-area-style {
	background: url("image/style/h2-bg-sp.jpg") center top no-repeat;
	background-size: cover;
	}
	.h2-area-saloninfo {
	background: url("image/information/h2-bg-sp.jpg") center top no-repeat;
	background-size: cover;
	}
}

/***予約***/

.reservation-tel {
	max-width: 921px;
	margin: 40px auto 20px auto;
	padding: 40px 0;
	background: url("image/reservation/yoyaku01.jpg") right top no-repeat;
}

.reservation-tel .reservation-contents {
	width: 50%;
}

.phone-number a {
	display: block;
	margin: 40px 0;
	padding: 20px;
	background: #f2f2f2;
	border-radius: 3px;
	text-align: center;
}

.phone-number p:first-of-type {
	font-size: 36px;
	border-bottom: solid 1px #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.phone-number p:first-of-type span {
	font-size: 36px;
	margin-right: 5px;
	padding-bottom: 2px;
}

.about-reserve {
	margin-top: 40px;
}

.reservation-web {
	max-width: 921px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
	background: url("image/reservation/yoyaku02.jpg") left top no-repeat;
}

.reservation-contents02 {
	width: 38%;
	margin-left: 60%;
}

.line-link a {
	display: block;
	margin: 40px 0;
	padding: 20px;
	background: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	font-size: 20px;
}
.line-link a span {
	font-size: 20px;
	margin-right: 5px;
}
.line-link a:hover {
	background: #3aae36;
	color: #fff;
}
@media screen and (max-width:1024px){
	.reservation-tel {
	padding: 20px 0;
	background: url("image/reservation/yoyaku01-sp.jpg") right top no-repeat;
}

	.reservation-tel .reservation-contents {
	width: 70%;
	padding-left: 10px;
	}
	.reservation-web {
	padding: 0 10px 20px 0;
	background: url("image/reservation/yoyaku02-sp.jpg") left top no-repeat;
	}
	.reservation-contents02 {
	width: 60%;
	margin-left: 40%;
	}
	.phone-number {
	width: 98%;
	}
	.phone-number a {
	margin: 20px 0;
	padding: 10px;
	}

	.phone-number p:first-of-type {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
	.phone-number p:first-of-type span {
	font-size: 20px;
	padding-bottom: 2px;
	}

}

/***about Larucyについて***/

.concept {
	text-align: center;
	padding: 40px 0;
}

.concept .concept-title {
	font-weight: bold;
	margin: 20px 0;
	font-size: 1.6em;
}

.concept .concept-msg {
	padding: 0 10px;
}

.concept .concept-msg p {
	line-height: 1.6em;
	margin: 15px 0;
	padding: 0 10px;
}

.concept img:first-of-type {
	margin: 20px auto;
}

.larucy-salon-photo {
	max-width: 920px;
	margin: 40px auto;
	text-align: left;
}
.larucy-salon-photo figure:first-of-type {
	padding-right: 30%;
	margin-bottom: 40px;
	background: url("image/about/bg-illust01.png") right bottom no-repeat;
}
.larucy-salon-photo figure:nth-of-type(2) {
	padding-left: 30%;
	background: url("image/about/bg-illust02.png") left bottom no-repeat;
}
.stylist {
	background: #efefef;
	padding: 40px 0;
}
.stylist .stylist-contents {
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 40;
}

.stylist .stylist-contents h2 {
	margin: 60px 0 20px 0;
	font-size: 1.2em;
}
.stylist .stylist-contents p.stylist-name {
	font-weight: bold;
	font-size: 1.6em;
	position: relative;
	padding-bottom: 10px;
}

.stylist .stylist-contents p.stylist-name:after {
	content: "";
	background: #000;
	width: 50px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.stylist .stylist-contents .stylist-info {
	margin-top: 60px;
}
@media screen and (max-width:1024px){
	.concept {
	padding: 20px 0;
	}

	.concept .concept-title {
	font-size: 1.4em;
	}
	.concept .concept-msg p {
	margin: 10px 0;
	font-size: .9em;
	}
	.larucy-salon-photo {
	margin: 20px auto;
	}
	.larucy-salon-photo figure:first-of-type {
	padding: 0 10px;
	margin-bottom: 40px;
	background: none;
	}
	.larucy-salon-photo figure:nth-of-type(2) {
	padding: 0 10px;
	background: none;
	}
	.larucy-salon-photo figure figcaption {
	width: 100%;
	}
	.larucy-salon-photo figure:nth-of-type(2) figcaption {
	width: 70%;	
	margin-left: auto;
	}
	.stylist {
	padding: 20px 10px;
	}
	.stylist .stylist-contents {
	flex-direction: column;
	gap: 40;
	}
	.stylist .stylist-contents img {
		order: 2;
	}
	.stylist .stylist-contents .stylist-txt {
		order: 1;
	}
	.stylist .stylist-contents h2 {
	margin: 20px 0;
	font-size: 1.2em;
	}
	.stylist .stylist-contents p.stylist-name {
	font-size: 1.6em;
	}

	.stylist .stylist-contents .stylist-info {
	margin: 20px 0;
	}
}

/***menu メニュー***/

.menu-list {
	padding: 60px 0;
}
.menu-list ul {
	max-width: 920px; 
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.menu-list ul li {
	width: 180px;
	height: 180px;
}

.menu-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50% 50%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-top: 38%;
	color: #fff;	
}
.menu-list ul li a span {
	display: block;
	font-size: .8em;
}

.menu-list ul li:first-of-type a {
	background: #000 url("image/menu/menu-list-01.jpg") center center no-repeat;
	background-size: 100%;
}
.menu-list ul li:nth-of-type(2) a {
	background: #000 url("image/menu/menu-list-02.jpg") center center no-repeat;
	background-size: 100%;
}
.menu-list ul li:nth-of-type(3) a {
	background: #000 url("image/menu/menu-list-03.jpg") center center no-repeat;
	background-size: 100%;
}
.menu-list ul li:nth-of-type(4) a {
	background: #000 url("image/menu/menu-list-04.jpg") center center no-repeat;
	background-size: 100%;
}
.menu-list ul li a:hover {
	background-size: 110%;
	opacity: 0.9;
}
.menu-wrapper h2 {
	text-align: center;
}
.menu-wrapper h2 span {
	display: block;
}
.menu-wrapper img {
	display: block;
	margin: 40px auto 60px;
}

.menu-table-wrapper {
	width: 860px;
	margin: 0 auto;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
.menu-table-item {
	border-bottom: solid 1px #999;
	padding: 30px;
}
.menu-table-item:last-child {
	border-bottom: none;
}

.menu-table-item dl {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 1.2em;
}
.menu-table-item dl dt {
	font-weight: bold;
}
.menu-table-item dl dd {
	font-weight: bold;
	text-align: center;
}
.menu-table-item p {
	margin: 10px 0;
	line-height: 1.4em;
}

#menu-cut { background: #efefef;}
#menu-perm { background: #fff;}
#menu-color { background: #efefef;}
#menu-other { background: #fff;}

@media screen and (max-width:1024px){
	.menu-list ul li {
	margin-bottom: 40px;
}
	.menu-table-wrapper {
	width: 95%;
	margin: 0 auto;
	}
}

/***style スタイル***/

.style {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 0;
}
.style p:first-of-type {
	text-align: center;
	margin: 0 auto 40px auto;
}

ul.style-gallery {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
ul.style-gallery li {
	width: 19%;
	margin: 0 0.5vh;
	height: auto;
}
ul.style-gallery li a {
	margin: 0;
	padding: 0;
}
ul.style-gallery li a:hover {
	opacity: 0.7;
}

@media screen and (max-width:599px){
	ul.style-gallery {
	justify-content: center;
}
	ul.style-gallery li {
	width: 31%;
	height: auto;
	}
}

/***サロン情報***/

.salon-basic-information {
	background: #efefef;
}
.salon-basic-information img {
	width: 860px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.salon-basic-information table {
	width: 860px;
	margin: 40px auto;
	border-collapse: collapse;
	border-top: solid 1px #999;
}
.salon-basic-information table tr {
	border-bottom: solid 1px #999;
}
.salon-basic-information table th {
	padding: 20px 30px;
	font-weight: bold;
}
.salon-basic-information table td {
	padding: 20px;
}

.info-sns img {
	display: inline-block;
	width: 66px;
	height: 66px;
	margin: 0 10px;
	border-radius: 14px;
}

@media screen and (max-width:1024px){
	.salon-basic-information table {
		width: 100%;
		margin: 30px 0 20px 0;
	}
	.salon-basic-information table th {
		display: block!important;
		text-align: center;
		width: 100%;
		padding: 10px;
		border-bottom: solid 1px #999;
		background: #f2f4f3;
	}
	.salon-basic-information table td {
		display: block!important;
		text-align: center;
		width: 100%;
	}
}

.salon-access {
	max-width: 920px;
	padding: 60px 0;
	margin: 0 auto;
}
.salon-access h2 {
	text-align: center;
}
.salon-access .access-contents {
	margin: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
}

.salon-access .access-contents img {
	
}

.salon-access .access-contents dl dt {
	font-weight: bold;
	border-bottom: solid 1px #b3b3b3;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.salon-access .access-contents dl dd {
	margin-bottom: 30px;
}

.salon-access .access-contents dl dd p {
	margin-top: 20px;
	color: #333;
}
@media screen and (max-width:1024px){
	.salon-access {
	padding: 30px 10px;
}
	.salon-access .access-contents {
	margin: 30px 0 0 0;
	flex-direction: column;
	gap: 40px;
	}

}