@charset "UTF-8";
@import url("grid.css");
@import url("nav.css");
@import url("news.css");
@import url("form.css");
@import url("ress.min.css");
img {
max-width:100%;
height: auto;/*高さ自動*/
}
a {
display:inline;
color: #666;
text-decoration-line: none;
}
a:hover { 
color: #999;
text-decoration-line: none;
}  
#top{
margin: 0rem auto 0rem auto;
}
/* パソコンで見たときは"pc"のclassが表示される */
.pc { display: block !important; }
.sp { display: none !important; }


/* スマートフォンで見たときは"sp"のclassが表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important;}
.sp { display: block !important;}  
}

.pccspl p{
  text-align: center;  
  text-align: justify;
  margin: 0rem auto 5rem auto;
  }
.br-sp {
display: none;
}
.br-pc {
display: none;
}
/*ヘッダー固定 高さ 色--------------------*/
header {
background-color:#b2a085;/*#fdfdfd*/
width:100%;
height:3.5em;
text-align:center;
position:fixed;
z-index:100;
padding: 1rem 0rem 0rem 0rem;   
}
header h1{
margin: 0.7rem 0rem 0rem 0rem;
font-family: "Comic Sans MS","serif";  
}
header a{
margin: -0.6rem auto 0rem auto;
color: #000;
font-size: 90%
}


/*---mainimg---------------------*/

.mainimg img {
width: 100vw;
position: relative;
margin: 0rem;
}
.mainimg p {
position: absolute;
top: 250px;
left: 150px;
}

/*TOPボタン　円形  pc
-------------------------------------*/
.topbtn{
margin: 0rem 0rem 5rem 0rem ;
}
.topbtn2{
margin: 10rem 0rem 0rem 0rem ;
}
topbtn1 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: -3rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn2 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: -3rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn3 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: -3rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn4 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: -3rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn5 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: 1rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn6 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: 1rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn7 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: 1rem  0rem  0rem  0rem ;
object-fit: cover; 
}

topbtn8 img{
width: 170px;
height: 170px;
border-radius: 50%;  
margin: 1rem 0rem 0rem 0rem ;
object-fit: cover; 
}


/*見出し----------------------*/
.midashi {
text-align: center;
margin: 10rem auto 0rem auto;  
}  
.midashi h5 {
text-align: l;    
margin: 10rem auto 0rem auto;
padding: 0rem auto 0rem auto;
} 
.midashi h3 {
text-align: center;    
margin: -1rem auto 2rem auto;
padding: 0rem auto 0rem auto;
}  
.midashi p {
text-align: left;    
margin: 3rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}  



/*コンセプト----------------------*/

main {
margin: 5rem 0 0 0;
}
section {
margin: 5rem 0;
padding: 3rem 0;
}
.gray-back {
background-color: #f4f4f4;/*#f4f4f4*/
}
/*コンセプト----------------------*/
.profile p{
  text-align: left;
  margin: 0rem auto 0rem auto;
}

/*sns----------------------*/
.sns img {
  display: flex;
text-align: center;    
margin: 1rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
} 
/*まつエク----------------------*/
.center p{
  text-align: center;
  margin: 5rem auto 0rem auto;
}

.midashi1 h3 {
  text-align: center;
  color: #fdfdfd;
  background-color: #b2a085;
  width: 96%;
  margin: 7rem auto 3rem auto;
  padding: 0.2rem 0 0rem 0;
}  


.midashi2 h3 {
text-align: center;    
margin: 5rem auto 3rem auto;  
}  
.midashi3 {
text-align: center;    
margin: 5rem auto 0rem auto;  
}  
.midashi4 h3 {
text-align: left;    
margin: 3rem auto 0.5rem auto;  
}  
.waku {
    margin: 7rem auto 3rem auto;
    padding: 2rem 4rem 2rem 4rem;
    background: #fffef6;
    border: solid 3px #d38e9c;/*線*/
    border-radius: 10px;/*角の丸み*/
    max-width: 80%;
}
.waku h3 {
    text-align: center;
    margin: 0.5rem auto 0rem auto; font-weight: 600 ;
}
.waku p {
    text-align: left;
    margin: 1rem auto 0rem auto;  
}
/*和装婚礼　txt----------------------*/
.centerw p{
  text-align: center;
  margin: 0rem auto 0rem auto;
} 
/*セラピー----------------------*/
.therapy_li{
  margin: 1rem 0rem 0rem 2rem;    
  font-size: 94%;
}

/*テーブル----------------------*/
.pricetable{
  text-align: center;
  color: #333;
  width: 700px;
  margin: 2rem auto 10rem auto;
}
.pricetable table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 700px;
  margin: 1rem auto 3rem auto;
}
.pricetable table tr {
  background-color: #eee;
  border-bottom: 2px solid #fff;
}
.pricetable table tr:nth-child(even){
  background-color: #fff;
}
.pricetable table th,table td {
  padding: .35em 1em;
}
.pricetable table thead th {
    font-size: .85em;
    padding: 1em;
}
.pricetable table thead tr{
  background-color: #fd6767;
  color:#fff;
}
.pricetable table tbody th {
  text-align: left;
  font-size: .8em;
}

.price{
  text-align: right;
  color: #d38e9c;
  font-weight: bold;
}
.pricetable h6 {
  text-align: right;
  line-height: 1.2em;
  font-size: 80%;
  margin: -1em 1em 3rem 0rem;
}
.pricetable h4 {
  text-align: center;
  margin: 1em auto 0rem auto;
}  
.pricetable p {
  text-align: left;
  text-align: justify;
  font-size: 96%;
  margin: 1em auto 0rem auto;
  width: 90%;
}  
.pricetable ul {
  text-align: left;
  margin: 1em auto 0rem auto;
  width: 90%;
}   
.pricetable li {
  list-style:disc;
  text-align: left;
  text-align: justify;
  text-indent: -1em;    
  line-height: 1.3;
  font-size: 96%;
  margin: 1em auto 0rem auto;
  width: 90%;
}   
/*施術の流れ-------------------*/
.secflow img{
margin: 0rem auto 3rem auto;  
}
.secflow p{
text-align: left;
}
.catch2{
text-align: left;
margin: 1rem auto 2rem auto;
}

.catch2 h3 {
text-align: left;
margin: 0rem auto 0rem auto;
}  

/*注意事項-------------------*/
.caution {
text-align: center;
margin: -3em auto 5rem auto;  
padding: 0rem 0rem 0rem 0rem;
width: 80%;
}  
.caution ul {
text-align: center;  
margin: 3rem auto 7rem 11rem;  
}  
.caution li {
list-style:disc;  
margin: 0rem auto 1rem auto;  
padding: 0rem 0rem 0rem 0rem;  
text-align: left;
width: 76%;
} 


/*資格-----------------------*/
.waku2 {
  margin: 5rem auto 10rem auto;
  padding: 2rem 4rem 2rem 4rem;
  background: #d38e9c;
  border-radius: 10px;/*角の丸み*/
  max-width: 90%;
}

.waku2 p {
  text-align: center;
  margin: 0rem auto 0rem auto;  
  color: #fff;
}

.map {
  margin: 2rem auto 10rem auto;
  font-size: 90%;
}

/*フッター
-------------------------------------*/
footer ul {
display: flex;  
color: #000;  
list-style: none;
text-align: center;
margin: auto;  
max-width: 800px;  
}
footer li {
display: flex;  
color: #000;  
list-style: none;
margin: 2rem auto 2rem auto;  
font-size: 90%;  
}
/*お問い合わせ
-------------------------------------*/
.contact-box {
border: 1px solid #ccc;
text-align: center;
padding: 2rem 0;
}

.a {
  width: 20%;
}
.b {
  width: 10%;
}
.c {
  width: 70%;
}


/*コピーライト
-------------------------------------*/
.copyright {
text-align: center;
padding: 1rem 0;
background-color: #b2a085;

}
.copyright a {
color: #fff;
text-decoration: none;
display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
position: fixed;
bottom: 15px;
right: 15px;
}
#pagetop a {
display: block;
background: #96a8a7;
color: #fff;
width: 50px;
padding: 10px 5px;
text-align: center;
}
#pagetop a:hover {
background: #a7b9b8;
}


#btn {
position: fixed;
bottom: 15px;
left: 10px;
}
#btn a {
display: block;
background: #6cd440;
color: #fff;
width: 100px;
border-radius: 6%;
padding: 5px 3px;
text-align: center;
}
#btn a:hover {
background: #08C201;
}


/*form------------------*/
.form h2 {
margin: 0rem auto 0rem auto;
padding: 10rem 0rem 0rem 0rem;
text-align: center;
}
.form p {
margin:5rem auto -5rem auto;
padding: 0rem 0rem 0rem 0rem;
text-align: center;
}
/*空き状況を確認ボタン---------*/

.reservebtn{
text-align: center;  
border-radius: 50%;  
margin: -5rem  auto 0rem  auto;
}  
.formleft p {
margin:2rem auto 5rem auto;
padding: 0rem 0rem 0rem 0rem;
text-align: left;
}  

/*privacy--------------------*/
.left {
  margin: 2rem auto 0rem auto;
  font-size: 90%;
  width: 90%
}
.left h5 {
  text-align: center;
  margin: 5rem auto -2rem auto;
}    
.left h3 {
  margin: 1rem auto 1rem auto;
}  
.left p {
  margin: 2rem auto 1rem auto;
  font-size: 100%;
  width: 94%;
}
.left a {
  margin: 1rem auto 1rem auto;
  font-size: 100%;
} 
.left hr {
  margin: 5rem auto 5rem auto;
}
/*コロナ---ボタン--------------------*/
.corona {
margin: 10rem auto 10rem auto;
padding: 1.4rem 0rem 2rem  0rem;  
text-align: center;
background-color: #005983;
border-radius: 6px;  
color: #fff;
width: 80%;
height: 50px;  
}
.corona p {
text-align: center;
color: #fff;
margin: 0.2rem auto 10rem auto;
padding: 0rem 0rem 2rem  0rem; 
line-height: 1.2;
} 
/*corona--文章---------------------*/
.coronaR {
  margin: 2rem auto 0rem auto;
  font-size: 90%;
  width: 90%;
}
.coronaR h3 {
  margin: 1rem auto 2rem auto;
}
.coronaR h4 {
  text-align: center;
  margin: 1rem auto 1rem auto;
}
.coronaR ul {
  margin: 0rem auto 0rem auto;
  width: 94%;
}
.coronaR li {
  margin: 0rem auto 0rem auto;
  text-align: justify;
  line-height: 1.3;
}
.coronaR p {
  margin: 0rem auto 10rem auto;
  text-align: justify;
  line-height: 2;
  width: 94%;
}
.coronaR hr {
  margin: 5rem auto 5rem auto;
}

/*about-----------------------*/
table{
  	border-collapse:collapse;
}
.about {
  margin: 2rem auto 30rem auto;
  width: 90%;
}
.about th {
  width: 20%;
  background-color: #ccc;
  text-align: center;
  font-weight: 400;
	border:1px solid #96a8a7;
  	border-collapse:collapse;
border-spacing: 0;
}
.about td {
  background-color: #fdfdfd;
  text-align: left;
  font-weight: 400;
  font-size: 90%;
  border:1px solid #96a8a7;	
  	border-collapse:collapse;
  border-spacing:0px;
}

/*FAQ
-------------------------------------*/
.faq {
    margin: -1rem auto 3rem auto;
    padding: 1rem 2rem 0rem 1rem;
}
.faq img {
    text-align: center;
    margin: 0rem auto 0rem auto;
}
.faq p {
    text-align: left;
}
.faq1{
    display: flex;
}
.faq1 h3{
    color: #089B94;
    margin: 0rem 1rem 2rem 0rem;
}
.faq1 p{
    margin: 0rem 0rem 2rem 0rem;
}
.faq2{
    display: flex;
}
.faq2 h3{
    color: #ff6464;
    margin: 0rem 2.5rem 0rem 0rem;
}
.faq2 p{
    margin: 0rem 0rem 2rem 0rem;
}
.faq li {
  list-style:disc;
  text-align: left;
  text-align: justify;
  text-indent: -1em;  
  line-height: 1.3;
  margin: 1em auto 0rem auto;
  width: 86%;
}  

/*サイトマップ----------------------*/

#sitemap{
  margin: 0rem auto 5rem auto;
}
#sitemap a{
  margin: 0rem auto 3rem auto;
} 




