@charset "UTF-8";
/* CSS Document */
section section{
padding: 0;
}
#header {
top: 0;
left: 0;
transition: .6s;
}
/*------------------
hero
------------------*/
.hero {
position: relative;
}
.hero:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
content: "";
width: 100%;
height: 100%;
background:linear-gradient(90deg, #2D426F,#79998B,#F0E78B);
background-size: 200% 200%;
background-position: 0%;
animation: bggradient 15s ease infinite;
opacity: 0.5;
z-index: 1;
}
@keyframes bggradient{
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.hero h1{
position: relative;
z-index: 2;
}
.hero h1 span {
display: block;
font-weight: bold;
line-height: 1;
position: relative;
color: #fff;
}
.hero h1 span:first-of-type{
position: relative;
font-family: 'Lora', serif;
border-left: 20px solid #2D426F;
}
.hero h1 span:first-of-type::before {
position: absolute;
content: '';
background-color: #79998B;
left: -20px;
bottom: 0;
width: 20px;
height: 50%;
}
.h2-top{
text-align: center;
font-weight: bold;
color: #79998B;
padding-top: 5px;
margin-top: 5px;
}
.h2-top span{
display: block;
font-family: 'Lora', serif;
font-weight: bold;
border-bottom: 1px solid #79998B;
color: #79998B;
}
/*------------------
concept
------------------*/
#salonName p.title{
text-align: center;
}
#interior .box div p{
line-height: 1.8em;
}
/*------------------
menu
------------------*/
#service section{
border-bottom: solid 1px #2D426F;
}
#service section:nth-child(odd){
transition: .6s;
}
#service section:nth-child(even){
transition: .9s;
}
#service section h3{
font-weight: 600;	
}
#service table{
margin-left: auto;
}
#service table td{
padding-left: 10px;
}
#service table tr{
display: flex;
justify-content: flex-end;
}
#perm .box h3{
font-weight: bold;
}
#perm ul{
display: flex;
flex-wrap: wrap;
}
#perm ul li{
background-color: #2D426F;
color: #fff;
}
/*------------------
SALON INFO
------------------*/
#intro table{
border-top: 1px solid #dee7eb;
border-bottom: 1px solid #dee7eb;
}
#intro table tr:not(:last-child) {
border-bottom: 1px solid #dee7eb;
}
#intro table th{
font-weight: 700;
text-align: left;
}
#intro table td{
vertical-align: top;
text-align: left;
font-weight: 400;
}
#intro table td span{
font-size: 0.8em;
padding-left: 10px;
}
#policy ol{
border-top: 1px solid #2D426F;
border-bottom: 1px solid #2D426F;
}
#policy ol li{
font-weight: 600;
}
#policy .name{
text-align: right;
}
#policy dl dt{
font-weight: 500;
padding-bottom: 10px;
}
#policy dl dd{
font-weight: 500;
}
#policy dl dd:last-of-type{
padding-bottom: 0;
}
/*------------------
RESERVE
------------------*/
#reserve section.tel{
padding-bottom: 0;
}
#reserve .online > p{
padding-bottom: 10px;
}
#reserve .online > p:last-of-type{
padding-bottom: 30px;
}
#reserve .online h3{
font-weight: bold;
padding-bottom: 30px;
}
#reserve .online ol,
#chat ol.flow{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#reserve .online ol li
#chat ol.flow li{
position: relative;
}
#reserve .online ol li:nth-last-child(-n+3),
#chat ol.flow li:nth-last-child(-n+3){
padding-bottom: 0;
}
#reserve .online ol li:nth-child(1),
#reserve .online ol li:nth-child(4)
#chat ol.flow li:nth-child(1),
#chat ol.flow li:nth-child(4){
transition: .6s;
}
#reserve .online ol li:nth-child(2),
#reserve .online ol li:nth-child(5)
#chat ol.flow li:nth-child(2),
#chat ol.flow li:nth-child(5){
transition: .9s;
}
#reserve .online ol li:nth-child(3),
#reserve .online ol li:nth-child(6)
#chat ol.flow li:nth-child(3),
#chat ol.flow li:nth-child(6){
transition: 1.2s;
}
#reserve .online ol li span,
#chat ol.flow li span{
position: absolute;
background-color: #fff;
border-radius: 50%;
line-height: 0.7;
letter-spacing: -5px;
}
#reserve .online ol li > img,
#chat ol.flow li > img{
display: block;
margin: 0 auto;
width: 80%;
}
#reserve .tel p,
#chat .tel p{
padding-bottom: 20px;
}
#reserve .online ol li p,
#chat ol.flow li p{
font-weight: 600;
text-align: center;
}
#reserve .tel a{
display: block;
border: solid 2px #2D426F;
text-align: center;
font-weight: 500;
padding: 5px 0;
}
/*------------------
COVID-19
------------------*/
#attempt ul li{
display: flex;
align-items: center;
border-radius: 10px; 
}
#attempt ul li p{
font-weight: 500;
}
#attempt ul li:last-of-type{
margin-bottom: 0px;
}
#attempt ul li:before{
display: block;
content: "";
background-position: center left;
background-repeat: no-repeat;
background-color: #2D426F;
}
#attempt ul li:nth-child(1):before{
background-image: url("../images/icon01.webp");
}
#attempt ul li:nth-child(2):before{
background-image: url("../images/icon02.webp");
}
#attempt ul li:nth-child(3):before{
background-image: url("../images/icon03.webp");
}
#attempt ul li:nth-child(4):before{
background-image: url("../images/icon04.webp");
}
#attempt ul li:nth-child(5):before{
background-image: url("../images/icon05.webp");
}
#attempt ul li:nth-child(6):before{
background-image: url("../images/icon06.webp");
}
#attempt ul li:nth-child(7):before{
background-image: url("../images/icon07.webp");
}
#attempt ul li:nth-child(8):before{
background-image: url("../images/icon08.webp");
}
#attempt ul > span{
display: block;
}
#request ol{
counter-reset: count 0;
}
#request ol li{
font-weight: 500;
}
#request ol li:last-of-type{
padding-bottom: 0;
}
#request ol li:before{
content: counter(count) ". ";
counter-increment: count 1;
}
/*------------------
#chat
------------------*/
#chat .box > p{
padding-bottom: 60px;
}
#chat p span{
display: block;
font-size: 1.4rem;
}

/*------------------
#contact
------------------*/
#form .soy_inquiry_message{
text-align: center;
}
#form dl{
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #ddd;
max-width: 800px;
}
#form dl dt{
border-top: 1px solid #ddd;
letter-spacing: 0.05em;
font-weight: bold;
}
#form dl dt span{
display: inline-block;
text-align: center;
background: #79998B;
color: #fff !important;
border-radius: 6px;
line-height: 1;
width: 48px;
}
#form dl dd{
box-sizing: border-box;
}
#form dl dd input[type="text"], 
#form dl dd input[type="email"], 
#form dl dd textarea{
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 6px;
flex: 1;
background: #eaedf2;
width: 100%;
padding-left: 1em;
padding-right: 1em;
height: 48px;
}
button,
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
}
#form input[type="submit"] {
display: block;
letter-spacing: 0.05em;
background-color: #2D426F;
color: #ffffff;
font-weight: 500;
margin: 30px auto 0;
padding: 15px 0;
}

@media (max-width: 560px){
section, #service {
padding: 40px 0;
}
/*------------------
hero
------------------*/
.hero{
margin-top: 50px;
}
.hero h1 {
padding: 100px 0 100px 5%;
}
.hero h1 span{
font-size: 2.8rem;
padding-left: 10px;
}
.hero h1 span:last-of-type{
font-size: 1.4rem;
padding:  5px 0 0 30px;
}
.h2-top{
font-size: 1.6rem;
width: 250px;
margin: 30px auto 0;
}
.h2-top span{
font-size: 2.8rem;
}
#conceptHero {
background: url(../images/concept-hero.webp) no-repeat center center;
background-size: cover;
}
#serviceHero {
background: url(../images/service-hero.webp) no-repeat center center;
background-size: cover;
}
#outlineHero {
background: url(../images/outline-hero.webp) no-repeat center center;
background-size: cover;
}
#reserveHero {
background: url(../images/reserve-hero.webp) no-repeat center center;
background-size: cover;
}
#chatHero {
background: url("../images/chat-hero.webp") no-repeat center center;
background-size: cover;
}
#contactHero {
background: url(../images/contact-hero.webp) no-repeat center center;
background-size: cover;
}
/*------------------
concept
------------------*/
#salonName p.title{
font-size: 1.8rem;
padding-bottom: 10px;
}
#salonName p.text{
line-height: 1.8em;
padding-bottom: 30px;
}
#interior .box div{
padding-bottom: 30px;
}
#interior .box div p{
padding-bottom: 20px;
}
#interior .box div img{
}
/*------------------
menu
------------------*/
#service section{
padding: 20px 0 30px;
}
#service section:first-of-type{
border-top: solid 1px #2D426F;
}
#service section p{
font-size: 1.0rem;
}
#service table{
margin-top: 20px;
}
#service table td{
padding-bottom: 20px;
}
#service table tr:last-of-type th,
#service table tr:last-of-type td{
padding-bottom: 0;
}
#perm .box h3{
font-size: 1.8rem;
padding-bottom: 10px;
}
#perm .box div p{
padding-bottom: 15px;
}
#perm ul{
margin-bottom: 20px;
}
#perm ul li{
font-size: 1.4rem;
padding: 3px 20px 5px;
margin: 0 20px 10px 0;
}
/*------------------
SALON INFO
------------------*/
#intro table th{
width: 80px;
padding-right: 10px;
padding: 20px 10px;
}
#intro table td{
padding: 20px 10px;
}
#policy ol{
padding: 10px 0px;
margin: 10px 0;
}
#policy .name{
padding-bottom: 30px;
}
#policy dl dt{
font-size: 1.6rem;
}
#policy dl dd{
padding-bottom: 30px;
}
#policy dl dd a{
margin-top: 40px;
}
/*------------------
RESERVE
------------------*/
#reserve section{
padding-bottom: 40px;
}
#reserve section.online{
padding-bottom: 80px;
}
#reserve .online a{
margin-bottom: 40px;
}
#reserve .online h3{
font-size: 2.0rem;
}
#reserve .online ol li,
#chat ol.flow li{
width: 50%;
padding-bottom: 40px;
}
#reserve .online ol li span,
#chat ol.flow li span{
top: -15px;
left: 0;
font-size: 4.6rem;
}
#reserve .online ol li > img,
#chat ol.flow li > img{
padding-bottom: 10px;
}
#reserve .tel a{
font-size: 2.2rem;
}
/*------------------
COVID-19
------------------*/
#covid-19{
padding-top: 40px;
}
#attempt ul{
padding-bottom: 20px;
}
#attempt ul li{
margin-bottom: 15px;
border: solid 3px #2D426F;
}
#attempt ul li p{
font-size: 4.6vw;
width: calc(100% - 76px) ;
}
#attempt ul li:before{
width: 60px;
height: 70px;
background-size: 45px;
margin-right: 10px;
background-position: 5px;
}
#attempt ul li span{
font-size: 1.4rem;
}
#attempt ul span{
font-size: 1.4rem;
padding-top: 10px;
}
#attempt .box > p{
padding-bottom: 10px;
}
#request ol li{
font-size: 4.0vw;;
padding-bottom: 10px;
}
#request ol li:before{
font-size: 1.8rem;
}
#request p{
padding-bottom: 20px;
}
/*------------------
#chat
------------------*/
#chat .box > p{
text-align: left;
}
/*------------------
#contact
------------------*/
#form .soy_inquiry_message{
font-size: 1.4rem;
padding-bottom: 30px;
}
#form dl dt{
font-size: 1.6rem;
padding: 10px 0;
}
#form dl dt span{
padding: 7px 0;
font-size: 1.2rem;
margin-left: 10px
}
#form dl dd{
padding: 0 0 15px 0;
font-size: 1.4rem;
}
#form dl dd input[type="text"], 
#form dl dd input[type="email"], 
#form dl dd textarea{
font-size: 1.6rem;
}
#form dl dd textarea{
padding: 1em;
height: 30vh;
}
#form input[type="submit"]{
width: 200px;
font-size: 1.4rem;
}
}

@media (min-width: 561px){
/*------------------
hero
------------------*/
.hero h1 span{
padding-left: 10px;
}
.hero h1 span:last-of-type{
padding:  10px 0 0 30px;
}
.h2-top {
margin: 50px auto 0px;
}
/*------------------
concept
------------------*/
#salonName p.title{
font-size: 2.2rem;
padding-bottom: 20px;
}
#salonName p.text{
text-align: center;
line-height: 2em;
padding-bottom: 50px;
}
#interior .box div{
display: flex;
justify-content: space-between;
padding-bottom: 40px;
}
#interior .box div p{
transition: .6s;
width: 48%;
}
#interior .box div img{
transition: .9s;
width: 48%;
}
/*------------------
menu
------------------*/
#service{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#service section{
width: 48%;
padding: 20px 0;
}
#service section:nth-child(-n+2){
border-top: solid 1px #2D426F;
}
#service section p{
font-size: 1.2rem;
}
#service table{
padding: 20px 0;
margin-top: 30px;
}
#service table td{
padding-bottom: 30px;
}
#perm .box h3{
font-size: 2.2rem;
padding-bottom: 20px;
}
#perm .box .flex{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#perm .box .flex div{
width: 48%;
transition: .3s;
}
#perm .box .flex div p{
padding-bottom: 20px;
}
#perm ul li{
padding: 5px 30px;
margin: 0 20px 10px 0;
}
#perm .box div img{
width: 48%;
transition: .6s;
}

/*------------------
SALON INFO
------------------*/
#intro .box{
display: flex;
justify-content: space-between;
}
#intro h2{
width: 30%;
}
#intro table{
width: 65%;
}
#intro table th{
padding-right: 20px;
padding: 35px 10px;
}
#intro table td{
padding: 35px 10px;
}
#policy ol{
padding: 15px 30px;
margin: 20px 0 10px;
}
#policy .name{
padding-bottom: 50px;
}
#policy dl dt{
font-size: 1.8rem;
}
#policy dl dd{
padding-bottom: 40px;
}
#policy dl dd a{
margin-top: 30px;
}
/*------------------
RESERVE
------------------*/
#reserve section{
padding-bottom: 80px;
}
#reserve .online a{
margin-bottom: 30px;
}
#reserve .online h3{
font-size: 2.2rem;
}
#reserve .online ol li,
#chat ol.flow li{
padding-bottom: 50px;
}
#reserve .online ol li span,
#chat ol.flow li span{
top: -15px;
left: 10px;
}
#reserve .online ol li > img,
#chat ol.flow li > img{
padding-bottom: 5px;
}
#reserve .tel a{
width: 40%;
font-size: 2.6rem;
}
/*------------------
COVID-19
------------------*/
#attempt ul{
padding-bottom: 20px;
width: 80%;
margin: 0 auto;
}
#attempt ul li{
margin-bottom: 15px;
border: solid 5px #2D426F;
}
#attempt ul li p{
font-size: 2.4rem;
width: calc(100% - 110px) ;
}
#attempt ul li:before{
width: 90px;
height: 90px;
background-size: 84px;
margin-right: 20px;
}
#attempt ul li p span{
font-size: 1.4rem;
}
#attempt ul > span{
text-align: end;
}
#attempt ul span{
font-size: 1.4rem;
padding-top: 10px;
}
#attempt .box > p{
padding-bottom: 10px;
}
#request ol li{
font-size: 2.0rem;
padding-bottom: 10px;
}
#request ol li:before{
font-size: 2.2rem;
}
#request p{
padding-bottom: 20px;
}
/*------------------
#chat
------------------*/
#chat .box > p{
text-align: center;
}

/*------------------
#contact
------------------*/
#form .soy_inquiry_message{
padding-bottom: 20px;
}
#form dl{
display: flex;
flex-wrap: wrap;
}
#form dl dt{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.8rem;
width: 30%;
}
#form dl dt span{
padding: 5px 0;
font-size: 1.2rem;
}
#form dl dd{
padding: 0 0 15px 20px;
width: 70%;
border-top: 1px solid #ddd;
}
#form dl dd input[type="text"], 
#form dl dd input[type="email"], 
#form dl dd textarea{
font-size: 1.6rem;
margin-top: 15px;
}
#form dl dd textarea{
height: 216px;
padding: 1em;
}
#form input[type="submit"] {
width: 280px;
font-size: 1.8rem;
}
}

@media (min-width: 561px) and (max-width: 1024px){
section, #service {
padding: 60px 0;
}
/*------------------
hero
------------------*/
.hero {
margin-top: 70px;
}
.hero h1 {
padding: 150px 0 150px 10%;
}
.hero h1 span{
font-size: 3.2rem;
}
.hero h1 span:last-of-type{
font-size: 1.4rem;
}
.h2-top{
font-size: 1.6rem;
width: 35%;
}
.h2-top span{
font-size: 3.2rem;
}
#conceptHero {
background: url(../images/concept-herox2.webp) no-repeat center center;
background-size: cover;
}
#serviceHero {
background: url(../images/service-herox2.webp) no-repeat center center;
background-size: cover;
}
#outlineHero {
background: url(../images/outline-herox2.webp) no-repeat center center;
background-size: cover;
}
#reserveHero {
background: url(../images/reserve-herox2.webp) no-repeat center center;
background-size: cover;
}
#chatHero {
background: url(../images/chat-herox2.webp) no-repeat center center;
background-size: cover;
}
#contactHero {
background: url(../images/contact-herox2.webp) no-repeat center center;
background-size: cover;
}
/*------------------
SALON INFO
------------------*/
#intro table th{
width: 100px;
}
/*------------------
RESERVE
------------------*/
#reserve section.online{
padding-bottom: 120px;
}
#reserve .online ol li,
#chat ol.flow li{
width: 33%;
}
#reserve .online ol li span,
#chat ol.flow li span{
font-size: 5.4rem;
}
/*------------------
COVID-19
------------------*/
#covid-19{
padding-top: 70px;
}
}

@media (min-width: 1025px){
section, #service {
padding: 80px 0;
}
/*------------------
hero
------------------*/
.hero{
margin-top: 85px;
}
.hero h1 {
padding: 200px 0 200px 10%;
}
.hero h1 span{
font-size: 4.2rem;
}
.hero h1 span:last-of-type{
font-size: 2.2rem;
}
.h2-top {
font-size: 2.0rem;
width: 30%;
}
.h2-top span{
font-size: 3.8rem;
}
#conceptHero {
background: url(../images/concept-herox3.webp) no-repeat center center;
background-size: cover;
}
#serviceHero {
background: url(../images/service-herox3.webp) no-repeat center center;
background-size: cover;
}
#outlineHero {
background: url(../images/outline-herox3.webp) no-repeat center center;
background-size: cover;
}
#reserveHero {
background: url(../images/reserve-herox3.webp) no-repeat center center;
background-size: cover;
}
#chatHero {
background: url(../images/chat-herox3.webp) no-repeat center center;
background-size: cover;
}
#contactHero {
background: url(../images/contact-herox3.webp) no-repeat center center;
background-size: cover;
}
/*------------------
SALON INFO
------------------*/
#intro table th{
width: 200px;
}
/*------------------
RESERVE
------------------*/
#reserve section.online{
padding-bottom: 160px;
}
#reserve .online ol li,
#chat ol.flow li{
width: 30%;
}
#reserve .online ol li span,
#chat ol.flow li span{
font-size: 6.0rem;
}
/*------------------
COVID-19
------------------*/
#covid-19{
padding-top: 100px;
}
}