@charset "UTF-8";
@import url("grid.css");
@import url("nav.css");
@import url("ress.min.css");
@import url("form.css");
/* PC時に表示 */
.pc { display: block !important; }
.sp { display: none !important; }

p,h1,h2,h3,h4,h5{
color: #444;	
text-align: justify;
}

/*----メインイメージ----------*/

.center{
width: 960px;	
text-align: center;
margin: 1rem auto 1rem auto;	
}

.center img{
width: 60%;	
text-align: center;
margin: 3rem auto 3rem auto;	
}

/*支払方法------------------*/
.pay-2{
max-width: 960px;	
text-align: center;
width: auto;
height: auto;
background-color: #fefef6;
margin: 0rem auto 0rem auto;
padding: 0 0 5rem 0 ;	
}	
.pay-2 p{/*支払方法*/
text-align: center;
margin: 3rem auto 3rem auto;
padding: 0 0 0rem 0 ;	
}	
.pay-2 h4{/*支払方法*/
color: #555555;		
text-align: center;
line-height: 2.5rem;
font-weight: 600;
font-size: 2rem;	
margin: 0rem auto 3rem auto;
padding: 0 0 0rem 0 ;	
}	
.pay-2 img{/*支払方法*/
width: 60%;
text-align: center;
margin: 0rem auto 3rem auto;
padding: 0 0 0rem 0 ;	
}


/*個人情報--------------*/
.mainimg-privacy {
text-align: center;
width: auto;
height: 675px;
background-image: url("../img/mainimg/top_pri.webp"); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0rem auto 0rem auto;
}
.mainimg-cont {
max-width: 960px;	
text-align: center;
margin: 0rem auto  0rem auto;
}
.mainimg-privacy h1{
color: #333;		
text-align: center;
line-height: 3rem;
font-size: 5rem;	
font-weight: 600;	
margin: 28rem 0rem 5rem 0rem;
padding: 0rem 0rem 0rem 0rem;
letter-spacing: 0.1rem;	
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);		
}	

.catch {
width: 940px;
margin: 0 auto 10rem auto;
text-align: center;	
}
.catch h3{
width: 940px;
margin: 0 auto 2rem auto;
text-align: center;	
font-weight: 600;
color: #555;	
}
.catch p{
width: 940px;
margin: 0 auto 3rem auto;
text-align: left;		
}

/*WEB予約--------------*/
.mainimg-reserve {
text-align: center;
width: auto;
height: 675px;
background-image: url("../img/mainimg/top_re.webp"); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0rem auto 0rem auto;
}

.mainimg-reserve h1{
color: #333;		
text-align: center;
line-height: 5.5rem;
font-size: 5rem;	
font-weight: 600;	
margin: 28rem 0rem 5rem 0rem;
padding: 0rem 0rem 0rem 0rem;
letter-spacing: 0.1rem;	
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);		
}	
.mainimg-reserve p{
width: 960px;	
color: #333;		
text-align: left;
line-height: 3rem;
margin: 25rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}	

/*相談--------------*/
.mainimg-consultation {
text-align: center;
width: auto;
height: 675px;
background-image: url("../img/mainimg/top_re.webp"); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0rem auto 0rem auto;
}

.mainimg-consultation h1{
color: #333;		
text-align: center;
line-height: 5.5rem;
font-size: 5rem;	
font-weight: 600;	
margin: 28rem 0rem 5rem 0rem;
padding: 0rem 0rem 0rem 0rem;
letter-spacing: 0.1rem;	
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);		
}	
.mainimg-consultation p{
width: 960px;	
color: #333;		
text-align: left;
line-height: 3rem;
margin: 20rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}	
/*39
-------------------------------------*/
.thanks{
margin: 0rem auto 0rem auto;
}
.thanks h2{
margin: 0rem auto 0rem auto;
}
.thanks p{
margin: -8rem auto 20rem auto;
text-align: center;	
line-height: 3rem;	
}	
.mainimg-39 {
text-align: center;
width: auto;
height: 675px;
background-image: url("../img/mainimg/top_thanks.webp"); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0rem auto 0rem auto;
}

.mainimg-39 h1{
color: #333;		
text-align: center;
line-height: 5.5rem;
font-size: 5rem;	
font-weight: 600;	
margin: 18rem 0rem 5rem 0rem;
padding: 0rem 0rem 0rem 0rem;
letter-spacing: 0.1rem;	
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);		
}	
.mainimg-cont {
max-width: 960px;	
text-align: center;
margin: 0rem auto  0rem auto;
}
/*コピーライト
-------------------------------------*/
.copyright {
text-align: center;
padding: 1rem 0;
background-color: #012249;
}
.copyright a {
color: #fff;
text-decoration: none;
display: inline;
}