@charset "UTF-8";
/* CSS Document */

/*--------------------
common
--------------------*/
h2.page-title {
text-align: center;
}
h2.page-title span {
display: block;
padding-top: 10px;
}
#salon section,#price section,
#style section,#products section,#online section,
#staff section,#reserve section {
margin: 0 0 45px 0;
}
/*--------------------
salon
--------------------*/
#salon h3 {
font-weight: 600;
border-bottom: 3px solid #f3f3f3;
margin-bottom: 30px;
}
#salon .intro {
text-align: center;
}
#salon .flabear {
text-align: center;
}
#salon table {
width: 100%;
}
#salon table th {
font-weight: 600;
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
width: 30%;
padding: 5px;
}
#salon table td {
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
padding: 5px;
}
#salon .g-map {
height: 300px;
}
/*--------------------
price 
--------------------*/
#price section {
margin-bottom: 40px;				
}
#price h3 {
font-weight: 400;
text-align: center;
}
#price section h4 {
font-weight: 600;;
border-bottom: 3px solid #f3f3f3;
margin-bottom: 20px;
}
#price .top-p {
padding-bottom: 20px;
font-size: 1.4rem;
}
#price table {
width: 100%;
}
#price table th {
font-weight: 600;
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
width: 70%;
}
#price table td {
text-align: right;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
}
#price .other-guide ul li:before {
content: "・";
display: inline-block;
font-weight: bold;
font-size: 2.0rem;
}
#price #price .box > div {
background-color: #fff;
}
#price .tabs {
display: flex;
justify-content: center;
}
#price .tab_item {
border-bottom: 3px solid #111;
border: 1px solid #111;
background-color: #fff;
text-align: center;
color: #111;
display: block;
font-weight: 300;
}
#price .tab_item.active {
font-weight: bold;
background-color: #111;
color: #fff;
}
#price .tab_content {
border-top: solid 1px #111;
}
/*--------------------
style 
--------------------*/
#style p{
text-align: center;
}
/*--------------------
products #online
--------------------*/
#products .products-box div img,
#online .products-box div img{
padding-bottom: 15px;
}
#products .products-box div h3,
#online .products-box div h3{
font-weight: bold;
padding-bottom: 10px;
}
#online .line-btn{
display: block;
border: 2px solid #2CBF13;
color: #fff;
background: #2CBF13;
text-align: center;
font-weight: 500;
line-height: 1;
padding: 10px 0;
}
.shop-link a {
display: block;
border: 1px solid #232323;
color: #ffffff;
background: #232323;
text-align: center;
width: 80%;
font-size: 1.6rem;
line-height: 1;
padding: 10px 0;
margin: 10px auto 0;
}
/*--------------------
staff
--------------------*/
#staff  section .prof-img {
margin: 0 auto;
}
#staff  section h2 {
font-weight: 400;
text-align: center;
margin-bottom: 25px;
}
#staff  section .prof-intro {
margin-bottom: 25px;
}
#staff  section table {
max-width: 960px;
}
#staff  section table th {
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
font-weight: 600;
width: 30%;
padding: 5px;
}
#staff  section table td {
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #f3f3f3;
padding: 5px;
}
/*--------------------
recruit
--------------------*/
#recruit p{
text-align: center;
}
/*--------------------
reserve
--------------------*/
#reserve .intro {
text-align: center;
}
#reserve .reserve-box .line {
text-align: center;
border: 1px double #232323;
}
#reserve .reserve-box .line h2 {
text-align: center;
font-weight: 400;
padding-bottom: 10px;
}
#reserve .reserve-box .line h2 img {
width: 25%;
}
#reserve .reserve-box .line > p:first-of-type {
padding-bottom: 20px;
}
#reserve .reserve-box .line a {
display: block;
border: 2px solid #2CBF13;
color: #fff;
background: #2CBF13;
text-align: center;
width: 80%;
padding: 10px 0;
margin: 0 auto 10px;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
}
#reserve .reserve-box .tel {
border: 1px double #232323;
text-align: center;
padding: 30px 0;
}
#reserve .reserve-box .tel h2 {
text-align: center;
height: 45px;
font-size: 3.0rem;
font-weight: 700;
line-height: 1.5;
padding-bottom: 10px;
}
#reserve .reserve-box .tel > p:first-of-type {
padding-bottom: 20px;
}
#reserve .reserve-box .tel .sp-rsv a {
position: relative;
display: block;
border: 1px solid #232323;
color: #ffffff;
background: #232323;
text-align: center;
width: 80%;
font-size: 2.618rem;
line-height: 1;
padding: 10px 0;
margin: 0 auto 10px;
}
/*--------------------
qa 
--------------------*/
#qa h3 {
font-weight: 600;
margin-bottom: 30px;
}
#qa .qa-list dt {
font-weight: bold;
border-bottom: solid 5px #f3f3f3;
display: inline-block;
}
#qa .qa-list dd ul {
padding: 10px 0;
}
#qa .qa-list dd ul li {
font-weight: 600;
}
/*--------------------
news
--------------------*/
#news ul{
background: #c9c9c9;
}
#news ul li{
border: solid 1px #e7e7e7;
background: #fff;
}
#news ul li:last-of-type{
margin-bottom: 0;
}
#news ul li a{
display: flex;
align-items: center;
}
/*--------------------
news-page
--------------------*/
#news-page{
background: #f3f3f3;
}
#news-page .inner{
background: #fff;
}
#news-page h3{
text-align: center;
}
#news-page time{
display: block;
text-align: end;
}
/*--------------------
covid-19
--------------------*/
#covid-19 ul li{
position: relative;
}
#covid-19 ul li:nth-last-child(-n+2){
margin-bottom: 0;
}
#covid-19 ul li h4{
font-weight: bold;
}
#covid-19 ul li p{
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255,255,255,0.8);
letter-spacing: 0.08em;
}



@media (max-width: 560px){
/*--------------------
common
--------------------*/
#salon,#price,#style,#products,
#staff,#recruit,#reserve,#qa,
#news,#news-page,#covid-19{
margin-top: 70px;
}
h2.page-title {
font-size: 3.2rem;
line-height: 1;
margin-bottom: 30px;
}
h2.page-title span {
font-size: 1.2rem;
}
#qa section,
#staff section {
margin: 0 0 45px 0;
}
/*--------------------
salon
--------------------*/
#salon section:last-of-type {
margin: 0;
}
#salon h3 {
font-size: 2.2rem;
}
#salon .intro {
font-size: 1.4rem;
}
#salon .flabear {
width: 70%;
margin: 0 auto 30px;
}
#salon table th {
font-size: 1.4rem;
}
#salon table td {
font-size: 1.4rem;
}
#salon iframe {
height: 35vh;
}
/*--------------------
price 
--------------------*/
#price #member section,
#price #visitor section {
margin-bottom: 50px;
}
#price #member section:last-of-type,
#price #visitor section:last-of-type {
margin-bottom: 0px;
}
#price h3 {
font-size: 2.2rem;
padding: 10px 0;
}
#price section h4 {
font-size: 2.2rem;			
}
#price .top-p {
font-size: 1.4rem;
}
#price table th {
font-size: 1.6rem;
padding: 10px 0;
}
#price table th .attention {
display: block;
font-size: 1.0rem;
}
#price table td {
padding: 10px 0;
}
#price table td span {
display: block;
font-size: 1.0rem;
}
#price .other-guide {
font-size: 1.4rem;
}
#price .box > div {
margin-top: 50px;
}
.tab_item {
width: 150px;
font-size: 1.6rem;
padding: 5px 0;
}
.tab_content {
padding: 10px 10px 0;
}
/*--------------------
style 
--------------------*/
#style p{
font-size: 1.4rem;
}
/*--------------------
products 
--------------------*/
#products .products-box div,
#online .products-box div{
padding-bottom: 30px;
}
#products .products-box div:last-of-type,
#online .products-box div:last-of-type{
padding-bottom: 0;
}
#products .products-box div h3,
#online .products-box div h3{
font-size: 1.8rem;
}
#products .products-box div p,
#online .products-box div p{
font-size: 1.4rem;
}
#online .line-btn{
margin: 30px auto 0;
font-size: 2.0rem;
width: 300px;
transition: .3s;
}
/*--------------------
staff
--------------------*/
#staff section:last-of-type {
margin-bottom: 0;
}
#staff  section .prof-img {
width: 70%;
margin-bottom: 10px;
}
#staff  section h2 {
font-size: 2.0rem;
line-height: 1.5em;
}
#staff  section h2 span {
display: block;
font-size: 1.6rem;
}
#staff  section .prof-intro {
font-size: 1.4rem;
}
#staff  section table th {
font-size: 1.4rem;
}
#staff  section table td {
font-size: 1.4rem;
}	
/*--------------------
recruit
--------------------*/
#recruit p{
font-size: 1.4rem;
}
/*--------------------
reserve
--------------------*/
#reserve .intro {
padding-bottom: 30px;
}
#reserve .reserve-box .line {
padding: 30px 0;
margin-bottom: 30px;
}
#reserve .reserve-box .line h2 {
font-weight: 400;
}
/*--------------------
qa 
--------------------*/
#qa section:last-of-type {
margin-bottom: 0;
}
#qa h3 {
font-size: 2.2rem;
}
#qa .qa-list dt {
font-size: 1.8rem;
margin-bottom: 10px;
}
#qa .qa-list dd {
font-size: 1.4rem;
margin-bottom: 40px;
}
#qa .qa-list dd:last-of-type {
margin-bottom: 0;
}
#qa .qa-list dd ul {
margin-left: 1em;
}
#qa .qa-list dd ul li {
font-size: 1.4rem;
padding-bottom: 10px;
}
/*--------------------
news
--------------------*/
#news ul{
display: flex;
flex-wrap: wrap;
}
#news ul li{
width: calc(50% - 2px);
}
#news ul li a{
flex-direction: column;
}
#news ul li a div{
padding: 10px;
}
#news ul li a div time{
font-size: 1.0rem;
}
#news ul li a div h3{
font-size: 1.4rem;
}
/*--------------------
news-page
--------------------*/
#news-page .inner{
border-radius: 10px;
padding: 30px 5%;
}
#news-page h3{
font-size: 2.4rem;
line-height: 1.2em;
}
#news-page time{
font-size: 1.2rem;
margin-bottom: 30px;
}
#news-page p{
font-size: 1.4rem;
}
/*--------------------
covid-19
--------------------*/
#covid-19 p{
font-size: 1.4rem;
padding-bottom: 20px;
}
#covid-19 ul li{
margin-bottom: 30px;
}
#covid-19 ul li h4{
font-size: 1.8rem;
}
#covid-19 ul li p{
bottom: 10px;
padding: 10px;
width: 85%;
font-size: 1.4rem;
}
}

@media (min-width: 561px){
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

sp-only{
display: none;
}
/*--------------------
common
--------------------*/
h2.page-title {
font-size: 42px;
font-size: 4.2rem;
margin-bottom: 40px;
}
h2.page-title span {
font-size: 18px;
font-size: 1.8rem;
}
/*--------------------
salon
--------------------*/
#salon h3 {
font-size: 26px;
font-size: 2.6rem;
}
#salon img {
max-width: 960px;
}
#salon .intro {
font-size: 16px;
font-size: 1.6rem;
}
#salon .flabear {
width: 240px;
margin: 0 auto 20px;
}
/*--------------------
price 
--------------------*/
#price h3 {
font-size: 26px;
font-size: 2.6rem;
padding: 20px 0;
}
#price section h4 {
font-size: 26px;
font-size: 2.6rem;
}
#price table th {
padding: 5px;
}
#price table td {
padding: 5px;
}
#price .other-guide {
padding: 0 30px;
}
#price .box > div {
padding-bottom: 40px;
margin-top: 50px;
}
.tab_item {
font-size: 26px;
font-size: 2.6rem;
padding: 5px 0;
}
.tab_content {
padding: 40px 40px 0;
}
/*--------------------
style 
--------------------*/
#style p{
font-size: 16px;
font-size: 1.6rem;
}
/*--------------------
products 
--------------------*/
#products .products-box,
#online .products-box{
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
#products .products-box {
flex-wrap: wrap;
}
#products .products-box div,
#online .products-box div{
width: 48%;
padding-bottom: 30px;
}
#products .products-box div h3,
#online .products-box div h3{
font-size: 20px;
font-size: 2.0rem;
}
#online .line-btn{
margin: 0 auto 10px;
font-size: 2.4rem;
width: 360px;
transition: .3s;
}
#online .line-btn:hover{
color: #2CBF13;
background: #fff;
transition: .3s;
}
/*--------------------
staff
--------------------*/
#staff  section .prof-img {
width: 60%;
max-width: 960px;
margin-bottom: 25px;
}
#staff  section h2 {
font-size: 26px;
font-size: 2.6rem;
}
/*--------------------
recruit
--------------------*/
#recruit p{
font-size: 16px;
font-size: 1.6rem;
}	
/*--------------------
reserve
--------------------*/
#reserve .intro {
padding-bottom: 20px;
}
#reserve .reserve-box {
display: flex;
justify-content: space-between;
}
#reserve .reserve-box .line {
width: 48%;
padding: 30px 0;
}
#reserve .reserve-box .line h2 {
font-weight: 400;
}
#reserve .reserve-box .tel {
width: 48%;
}
/*--------------------
qa 
--------------------*/
#qa h3 {
font-size: 26px;
font-size: 2.6rem;
}
#qa .qa-list dd {
margin-bottom: 50px;
}
/*--------------------
news
--------------------*/
#news ul li a img{
width: 25%;
}
#news ul li a div{
padding: 0 30px
}
#news ul li a div time{
font-size: 12px;
font-size: 1.2rem;
}
#news ul li a div h3{
font-size: 24px;
font-size: 2.4rem;
}
/*--------------------
news-page
--------------------*/
#news-page .inner{
padding: 60px 5%;
}
#news-page h3{
font-size: 30px;
font-size: 3rem;
line-height: 1em;
}
#news-page time{
margin-bottom: 50px;
}
/*--------------------
covid-19
--------------------*/
#covid-19 p{
padding-bottom: 30px;
}
#covid-19 ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#covid-19 ul li{
width: 47%;
margin-bottom: 50px;
}
#covid-19 ul li h4{
font-size: 2.0rem;
padding-bottom: 10px;
}
#covid-19 ul li p{
bottom: 15px;
padding: 10px;
width: 90%;
}	
}

@media (min-width: 561px) and (max-width: 1024px){
/*--------------------
common
--------------------*/
#salon,#price,#style,#products,
#staff,#recruit,#reserve,#qa,
#news,#news-page,#covid-19{
margin-top: 70px;
}
/*--------------------
price 
--------------------*/
.tab_item {
width: 250px;
}
/*--------------------
qa 
--------------------*/
#qa section {
margin: 0 0 45px 0;
}
#qa .qa-list dt {
font-size: 2.0rem;
margin-bottom: 10px;
}
#qa .qa-list dd ul {
margin-left: 1em;
}
#qa .qa-list dd ul li {
padding-bottom: 10px;
}
/*--------------------
news
--------------------*/
#news ul li a img{
width: 30%;
}
#news ul li a div time{
font-size: 1.4rem;
}
#news ul li a div h3{
font-size: 2.2rem;
}
/*--------------------
news-page
--------------------*/
#news-page .inner{
padding: 40px 5%;
}
#news-page h3{
font-size: 2.8rem;
line-height: 1.4em;
}
#news-page time{
font-size: 1.2rem;
margin-bottom: 30px;
}
#news-page p{
font-size: 1.6rem;
}
}

@media (min-width: 1025px){
/*--------------------
product
--------------------*/
.shop-link a:hover {
transition: 0.3s;
color: #232323;
background: #ffffff;
}
/*--------------------
price 
--------------------*/
.tab_item {
width: 300px;
}
.tab_item:hover {
opacity: 0.75;
}
/*--------------------
reserve
--------------------*/
#reserve .reserve-box .line a ,
#reserve .reserve-box .line a:hover ,
#reserve .reserve-box .tel .sp-rsv a ,
#reserve .reserve-box .tel .sp-rsv a:hover {
transition: 0.3s;
}
#reserve .reserve-box .line a:hover {
color: #2CBF13;
background: #fff;
border: 1px solid #2CBF13;
}
#reserve .reserve-box .tel .sp-rsv a:hover {
color: #232323;
background: #ffffff;
}
/*--------------------
qa 
--------------------*/
#qa section {
margin: 0 0 100px 0;
}
#qa section:last-of-type {
margin-bottom: 0;
}
#qa .qa-list dt {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.5;
margin-bottom: 15px;
}
#qa .qa-list dd ul li {
padding: 0 0 10px 1em;
}
#qa .qa-list dd ul li:last-of-type {
padding-bottom: 0;
}
/*--------------------
news
--------------------*/
#news ul li{
transition: 1.2s;
}
#news ul li:hover{
transition: 1.2s;
transform: translate(-15px,-15px);
}
#news ul li a img{
width: 25%;
}
#news ul li a div time{
font-size: 12px;
font-size: 1.2rem;
}
#news ul li a div h3{
font-size: 24px;
font-size: 2.4rem;
}
/*--------------------
news-page
--------------------*/
#news-page .inner{
padding: 60px 5%;
}
#news-page h3{
font-size: 30px;
font-size: 3rem;
line-height: 1em;
}
#news-page time{
margin-bottom: 50px;
}
}