@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{
text-align: justify;
}
a {
display:block;
color: #00497d;
text-decoration-line: none;
}
a:hover { 
color: #aaa;
text-decoration-line: none;
}   

/*ヘッダー固定 高さ 色--------------------*/
header {
background-color:#fefef6;/*#fdfdfd*/
width:100%;
height:4.5em;
text-align:center;
position:fixed;
z-index:100;
padding: 1rem 0rem 0rem 0rem; 
filter: drop-shadow(0px 1px 4px  #000);	
}
header h1{/*--ロゴ--*/
float:center;  
margin: 1rem 0rem 0rem 0rem;
/*font-family: "Comic Sans MS","serif"; ----*/ 
}
header a{
margin: -0.6rem auto 0rem auto;
color: #00497d;
font-size: 90%
}
.header {
display: flex;
flex-direction: row;
padding: 2rem 0 0 0;
}
.container img{/*--ロゴ--*/ 
width: 280px;
margin: -3rem 1.5rem 0rem -2rem;
}
.header-box {
margin-left: auto;
margin-top: 8px;
}
.contact-button {
padding: 1rem;
border: 2px solid #000;
}

/* PC トップtel -------*/
.telbox {
margin-left: auto;
font-size: 2.8rem;
margin: -1rem -2rem 0rem auto;	
padding: 0rem 0rem 0rem 0rem;
color: #555;	
}
.telbox:hover {
margin-left: auto;
font-size: 2.8rem;
margin: -1rem -2rem 0rem auto;	
padding: 0rem 0rem 0rem 0rem;
color: #999;	
}
.telbox img{
text-align: left;
margin: 0rem 0.5rem 0rem 1rem;	
padding: 0rem 0rem 0rem 0rem;
width: 8%;
}
/* PC トップ予約ボタン -------*/
.btn_mail{
border-radius: 4px;
padding: 0.5rem 0rem 0rem 1rem;
margin: -0.3rem auto 0rem auto;
background-color: #58B19F; 
color: #fefef6;
width: 200px;
height: 30px;
text-align: center;	
}
.btn_mail:hover{
border-radius: 4px;
padding: 0.5rem 0rem 0rem 1rem;
margin: -0.3rem auto 0rem auto;
background-color: #68B2AF;  
}
.btn_mail h3{
font-size: 100%;  
margin: 1rem auto 0rem auto;  
padding: 0rem 0rem 0rem 0rem;
list-style: none;
}
.btn_mail a{
color:#fefef6;
font-size: 97%;  
margin: 0rem auto 0rem auto;  
padding: 0rem 1rem 0rem 0rem;
list-style: none;
}
/*------------------------*/
.mainimg img {
width: 100%;
position: relative;
margin: 0rem auto 5rem auto;
}


/*見出し----------------------*/
.midashi {
text-align: center;
margin: 3rem auto 0rem auto;  
}  
.midashi h3 {
text-align: center; 
font-weight: 600;	
margin: 0rem auto 1rem auto;
padding: 0rem 0rem 0rem 0rem;
}   


.midashi_left {
text-align: left;
margin: 3rem auto 0rem auto;  
}  
.midashi_left h3 {
text-align: center; 
font-size: 110%;	
font-weight: 600;	
margin: 0rem auto 1rem auto;
padding: 0rem 0rem 0rem 0rem;
line-height: 2rem;	
}   
.midashi_left p {
max-width: 860px;	
text-align: left;    
margin: 0rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}  

.obi1{
padding: 2rem 0rem 0rem 0rem;
margin: 0rem auto 5rem auto;
background-color: #96a8a7; 
color: #fefef6;
width: 100%;
height: 60px;	
}
.obi1 h3{
text-align: center;  
padding: 0rem 0rem 0rem 0rem;	
margin: 0rem auto 0rem auto;
font-size: 3.2rem;
line-height: 2.5rem;	
font-weight: bold;
letter-spacing: 0.1rem;

}

/*コンテンツ----------------------*/
.contents {
max-width: 860px;	
text-align: center;
margin: 0rem auto  10rem auto;
}
.contents h4{
color: #333333;
font-size: 1.8rem;	
margin: 0rem auto -12rem auto;  
line-height: 2rem;  
text-align: center;  
 
}
.contents h3{
text-align: center;
margin: 0rem auto 3rem auto;
line-height: 2.5rem;
}
.contents h2{
text-align: center;
margin: 0rem auto 1rem auto;
line-height: 2.5rem;
font-weight: bold;	
}
.contents img{
max-width: 100%;
margin: 0rem auto 1rem auto;
}
.contents p{
text-align: left;
text-align: justify;
margin: 0rem auto 0rem auto;
}
.contents li{
text-align: left;
text-align: justify;
margin: 2rem auto -1rem auto;
}
/*痛みについて----------------------*/
.pain h3{
text-align: left;	
margin: 2rem 0rem 0rem 0rem;
font-weight: 600;
color: #00a7a0;	
}
.pain h4{
text-align: left;	
margin: 0rem auto 0rem auto;
font-weight: 600;
color: #000;	
}
.pain p{
text-align: left;
text-align: justify;	
margin: 0rem auto 0rem auto;
}
/*テーブル----------------------*/
.pricetable{
text-align: center;
color: #333;
width: 96%;
margin: 2rem auto 10rem auto;
}
.pricetable table {
border-collapse: collapse;
padding: 0;
width: 96%;
margin: 1rem auto 3rem auto;
}

.pricetable table th,table td {
padding: 0.5em 1em;
}
.pricetable table tbody th {/*メニュー文字サイズ*/
color:#555;	
background-color: #eee;	
text-align: left;
font-size: .8em;
width: 50%;	
}

.price{
text-align: right;
color: #d38e9c;
font-weight: bold;
}
.pricetable h6 {
text-align: right;
line-height: 1.2em;
font-size: 80%;
margin: -2em 1em 3rem 0rem;
}
.pricetable h2 {
text-align: center;
font-weight: bold;	
line-height: 1.3em;
font-size: 2rem;
margin: 0em auto 0rem auto;
}
.pricetable h3 {
text-align: center;
font-weight: bold;	
line-height: 1.3em;
font-size: 100%;
margin: 0em auto 0rem auto;
}
.pricetable p {
text-align: left;
text-align: justify;
font-size: 96%;
margin: 1em auto 0rem auto;
width: 90%;
}  

.pricetable li {
list-style:none;
text-align: left;
text-align: justify;
text-indent: -1.05em;    
line-height: 1.3;
font-size: 94%;
margin: 0.7rem auto 0rem auto;
width: 86%;
} 

.pay h2{
color: #fefef6;	
background-color: #616364;	
padding: 1rem 0rem 0.7rem 0rem;
margin: 1em auto 2rem auto;
	
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
margin-bottom: 3rem;
}
.flow.row h4 {
margin: 0rem 0rem 1rem 0rem;
font-weight: 600;
font-size: 1.8rem;
}


/*お問い合わせ
-------------------------------------*/
.contact-box {
border: 1px solid #ccc;
text-align: center;
padding: 2rem 0;
}

table {
width: 700px;
text-align: center;
margin: 0rem auto 5rem auto;
}

table,th,td {
border: 1px solid #bbb;
}
table a {
color: #00497d; }
table a:hover {
color: #1d247e; 
}
th {
width: 25%;
background: #ddd;
border: solid 1px #aaa;
text-align: center;
margin: auto;
}
td {
border: solid 1px #aaa;
margin: 0rem 1rem 0rem 0rem;
padding: 0rem 1rem 0rem 0rem;
text-align: justify;  
}   

/*FAQ-----------------------------*/
.designed{
max-width: 90%;	
line-height: 2.5rem;
font-size: 1.6rem; 
font-weight: 400;
margin: 3rem auto -5rem auto;
text-align: left;
}
summary{
background-color:rgba(0,153,255,0.1);
color: #18015F;
padding: 0.7rem	;
margin: 1rem 0rem 1rem 0rem;
}
.designed{
margin: 1rem auto 2rem auto;
}
.designed p{
max-width: 96%;	
margin: 1rem auto 2rem auto;
text-align: left;
}
.faq1 h3{
width: 90%;	
color: #fefef6;
margin: 0rem auto 2rem auto;
font-weight: 600;
background-color:#00497d;
padding: 1rem 0rem 0.5rem 0rem;	 		

}


/*リスク-------------*/
.risk{
margin: 0rem auto 15rem auto;	
}
.risk summary{
margin: 0rem auto 0rem auto;
padding: 1rem 0rem 0.5rem 0rem;	 		
color: #A43B3D;	
text-align: center;
font-weight: bold;
font-size: 2rem;	
background-color:rgba(238, 238, 238, 1);
}
.risk h2{
margin:3rem auto 2rem auto;
color: #A43B3D;	
text-align: center;
font-weight: bold;
font-size: 2.5rem;	

}
.risk h3{
font-weight: 600;
font-size: 1.8rem;	
margin: 3rem auto 1rem auto;
background-color:rgba(238, 238, 238, 1);
padding: 1rem 0rem 0.5rem 0rem;	 			
}
.risk p{
margin: 0rem auto 4rem auto;	
text-align: justify;	
}
.risk li{
margin: 0rem auto 1rem 2rem;	
text-align: justify;	
}




/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
position: fixed;
bottom: 15px;
right: 15px;
}
#pagetop a {
display: block;
background: #012249;

color: #fff;
width: 50px;
padding: 10px 5px;
text-align: center;
}
#pagetop a:hover {
background: #12335a;
}


#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;
}
/*フッター
-------------------------------------*/
footer {
background-color: #F9F8F4;
margin: 0rem auto 0rem auto;  
}
footer p {
margin: 0rem auto 0rem auto; 
padding: 1rem 0rem 1rem 0rem;
text-align: center;
}

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

}
.copyright a {
color: #fff;
text-decoration: none;
display: inline;
}
/*個人情報
-------------------------------------*/
.catch h3{
margin: 5rem auto 2rem auto; 
font-weight:600;
}
.catch p{
margin: 1rem auto 2rem auto; 
text-align: left;
text-align: justify;	
}
/*包茎
-------------------------------------*/
.pimo {
margin: 0rem auto 0rem auto;	

}
.pimo h2{
font-size: 3rem;
font-weight: 600;	
letter-spacing: 0.3rem;	
margin: 0rem auto 3rem auto;	
padding: 1.5rem 0rem 1rem 0rem;
background-color: #616364;
color: #fefef6;	
}
.pimo h3{
font-size: 2.5rem;
font-weight: 600;	
margin: 0rem auto 1rem auto;	
padding: 0rem 0rem 0rem 0rem;
color: #2c2e2f;	
}
.pimo img{
margin: -2rem auto -5rem auto;	
padding: 2rem 0rem 0rem 0rem;
}


/*online
-------------------------------------*/
.online{
margin: 0rem auto 0rem auto;
max-width: 860px;	
}
.online p{
text-align: center;
margin: 2rem auto 1rem auto;
font-size: 1.8rem;	
line-height: 2.5rem;
font-weight: bold;	
}	
.online h2{	
text-align: center;
margin: 5rem auto 1rem auto;
font-size: 3rem;	
line-height: 2.5rem;
font-weight: bold;	
}	
.online h3{
text-align: center;
text-align: justify;	
margin: 0rem auto 2rem auto;
font-size: 1.8rem;	
line-height: 2.5rem;
font-weight: bold;		
}	
.merit {
max-width: 100%;
margin: 0rem auto 0rem auto;	
}	
.merit h2{
text-align: center;
margin: 5rem auto 2rem auto;
padding: 0.5rem 0 0rem 0;	
font-size: 2rem;	
font-weight: bold;	
color: #fefef6;
background-color: #009396;
height: 3rem;	
}	
.merit h3{
text-align: left;
text-align: justify;	
margin: 0rem auto 0.5rem auto;
font-size: 1.8rem;	
line-height: 2.5rem;
font-weight: bold;		
}		
.merit p{
text-align: left;
text-align: justify;	
margin: 0rem auto 3rem auto;
line-height: 2.5rem;
}	
/*コロナ-------------*/
.corona{
margin: 10rem auto 10rem auto;
background-color:rgba(238, 238, 238, 1);	
}
.corona p{
text-align: center;	
margin: 1.5rem auto 1rem auto;	
padding: 1rem 1rem;	 
}
.corona a{
margin: 0rem auto 0rem auto;
font-size: 1.3rem;	
}		
.corona a:hover{
margin: 0rem auto 0rem auto;
padding: 10rem auto 10rem auto;		
font-size: 1.3rem;	
color: #012249;	
}		
.obi_corona{
padding: 1.5rem 0rem 0rem 0rem;
margin: 0rem auto 0rem auto;
background-color: #555; 
color: #fefef6;
width: 100%;
height: 50px;	
}
.obi_corona h3{
text-align: center;  
padding: 0rem 0rem 0rem 0rem;	
margin: 0rem auto 0rem auto;
font-size: 2rem;
line-height: 2.5rem;	
font-weight: bold;
letter-spacing: 0.1rem;
}


/*39
-------------------------------------*/
.thanks{
margin: 0rem auto 0rem auto;
}
.thanks h2{
margin: 0rem auto 0rem auto;
}
.thanks p{
margin: 6rem auto 0rem auto;
text-align: center;	
}	