@charset "UTF-8";
/* CSS Document */
input,
select,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
body{
	width:750px;
	margin:0px auto;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.call{
	display:none;
}
.mail{
	display:none;
}
.line{
	display:none;
}
.back-top{
	display:none;
}
.call2{
	display:none;
}
.mail2{
	display:none;
}
.line2{
	display:none;
}

.back-top2{
	display:none;
}
.red{
	color:#B43157;
}


input[type="radio"],input[type="checkbox"]{
  /**position: relative;
  top: 7px;**/
　　 margin-right: 7px; 
}
input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
	position: relative;
  top: -2px;
}
/*メニュー*/
.header-bar{
    position: absolute;
    top: 0px;
    height: 80px;
    background: #fff;
    z-index: 20;
    width: 100%;
	}
header .inner {
    display: flex;
	background-color:#fff;
	z-index: 20;
}
header h1{
	z-index: 100;
	position:absolute;
	top:5px;
	left:10px;
}
header h1 img{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height:75px;
	width:auto;
}
header nav ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0px 4px 0px;
}
nav{
	display:none;
	position: absolute;
	top:0;
	width: 100%;
	height: 70vh;
	background:#fff;
	left: 0;
	z-index: 400;
}
header nav ul{
	display: block;
	width: 90%;
	height: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 15% auto 0 auto;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #006598;
}
header nav ul li a{
	display: block;
	color: #0065b7;
}
header nav ul li.subttl{
	margin: 0 auto;
	text-align: center;
	border-bottom: none;
}
header nav ul li.sub01{
	margin: 0 auto;
	text-align: center;
	border-bottom: none;
	font-size: 80%;
}
header nav ul li.sub01 a{
	color: #167ccf;
}
header nav ul li.sub02{
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	padding-bottom: 10px;
}
header nav ul li.sub02 a{
	color: #167ccf;
}

#nav_toggle{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-right: 10px;
	/**border: 1px solid #c0c0c0;**/
	border-radius: 5px;background-image: url(../images/menu.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #000;
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:13px;
}
#nav_toggle span:nth-child(3){
	top:26px;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.top{
	width:100%;
	top:0px;
}
/*main*/
main{
	background-image: url("../images/back.jpg");
	text-align: center;
	padding-bottom: 20px;
}
main img{
	width:92%;
}
/*about*/
.about{
	position:relative;
	}
.about-box{
	background-color:#fff;
	width:92%;
	margin:0 auto;
	padding: 50px 0;
	letter-spacing: 2px;
}
.about-box p{
	padding:0 30px;
	margin: 20px auto;
	text-align:left;
}
.sign1{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.9%;
    left: 45.5%;
}
.about2{
	width:100%;
}
/*4つの方法*/
.sign2{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -0.5%;
    left: 45.5%;
}
.way{
	position: relative;
	background-color:#fff;
    margin: 50px auto 0px auto;
	padding-bottom: 30px;
	width:92%;	
}
.way-top{
	margin: 40px auto;
}
.way1,.way2,.way3,.way4{
	width: 45%;
}
/*way1*/
.way1-detail{
	position: relative;
	margin-top:30px;
}
.way1-detail1{
	position: absolute;
    top: 9%;
    left: 7%;
    width: 86%;
}
.way1-detail2{
	position: absolute;
    top: 52%;
    left: 7%;
    width: 86%;
}
.way1-btn1{
	position:absolute;
    top: 41%;
    left: 11%;
    width: 78%;
}
.way1-btn2{
	position:absolute;
    top: 89%;
    left: 11%;
    width: 78%;
}
/*way2*/
.way2-detail{
	position: relative;
	margin-top:30px;
}
.way2-btn1{
	position:absolute;
    top: 44%;
    left: 11%;
    width: 78%;
}
.way2-btn2{
	position:absolute;
    top: 90%;
    left: 11%;
    width: 78%;
}
/*way3*/
.way3-detail{
	position: relative;
	margin-top:30px;
}
.way3-btn1{
	position:absolute;
    top: 81%;
    left: 11%;
    width: 78%;
}
/*way4*/
.way4-detail{
	position: relative;
	margin-top:30px;
}
.way4-btn1{
	position:absolute;
    top: 81%;
    left: 11%;
    width: 78%;
}
/*price*/
.sign3{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.0%;
    left: 45.5%;
}
.price{
	margin:0 auto;
	background-color:#fff;
	width:92%;
	margin-top:50px;
	position:relative;
}
.standard{
	position:relative;
	}
.price-box-top{
	border: 5px solid #efefef;
	margin: 6px 16px;
	padding-top: 10px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);		
	}
.price-top-margin{
	margin-top:10px;
	}	
.price-title{
	color:#0b3b72;
	font-size: 110%;
    letter-spacing: 1px;
	padding: 25px 0;
}
.size{
	padding-bottom:10px;
	}
.money{
	padding-bottom:10px;
	}	
.price-left{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-left:30px;
}
.price-right{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-right:30px;
}
.price-size-money{
	padding:14px 0px;
	border-bottom:1px solid #e5eaf0;
	margin: 0 10px;
	}
.price-size-money-last{
	border-bottom:none;
	}	
.price-care{
	padding: 40px 20px 10px 0px;
	text-align:right;
	}	
/*step*/
.sign4{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.9%;
    left: 45.5%;
}
.step{
	position:relative;
	margin-top:50px;
}
/*faq*/
.sign5{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -36px;
    left: 45.5%;
}
.faq{
	background-color:#fff;
	position:relative;
	margin-top:50px;
	padding-bottom: 20px;
}
.faq-title{
	padding: 40px 0;
}
.faq1-img,.faq2-img,.faq3-img,.faq4-img{
}
.faq4-img{
}
.faq1{
	width: 100%;
}
.hidden_box {
    margin: 8px 0;
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    font-weight: bold;
    cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}
.answer-box{
	background-color:#f1f4f7;
	text-align:left;
	width: 92%;
	margin: 0 auto;
	}
.answer-img{
	width:7%;
	padding: 15px 0px 0px 9px;
	}
.answer-text{
	padding: 20px 15px;
	font-size:130%;
	}		
/*doctor*/
.sign6{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.3%;
    left: 45.5%;
}
.doctor{
	position:relative;
	margin-top:50px;
}
.doctor .doctor1{
	width: 100%;
}
/*clinic*/
.sign7{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.3%;
    left: 45.5%;
}
.clinic{
	position:relative;
	margin-top:50px;
}
/*map*/
.map{
	width:750px;
}
/*access*/
.access{
	font-size:14px;
	padding: 20px 0;
}
/*footer*/
footer{
	color: #333;
	text-align: center;
	font-size: 15%;
	background-color: #FFFFFF;
	padding: 20px 0;
}
footer p{
	font-size: 12px;
	}
/*pico*/
.pico{
	position:relative;
	padding-top:100px;
}
/*pico2*/
.pico2{
	position:relative;
	margin-top:50px;
}
.pico2-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.9%;
    left: 45.5%;
}/*pico3*/
.pico3{
	position:relative;
	margin-top:50px;
}
.pico3-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -2.5%;
    left: 45.5%;
}
/*pico4*/
.pico4{
	position:relative;
	margin-top:50px;
}
.pico4-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -5.0%;
    left: 45.5%;
}
/*pico5*/
.pico5{
	position:relative;
	margin-top:50px;
}
.pico5-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.7%;
    left: 45.5%;
}
/*pico6*/
.pico6{
	position:relative;
	margin-top:30px;
}
.pico6-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.0%;
    left: 45.5%;
}
/*pico7*/
.pico7{
	position:relative;
	margin-top:30px;
}
.pico7-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
	top: -34px;
    left: 45.5%;
}
/*easy*/
.easy1{
	position:relative;
	padding-top:100px;
}
/*easy2*/
.easy2{
	position:relative;
	margin-top:50px;
}
.easy2-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.1%;
    left: 45.5%;
}
/*easy3*/
.easy3{
	position:relative;
	margin-top:50px;
}
.easy3-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.6%;
    left: 45.5%;
}
/*easy4*/
.easy4{
	position:relative;
	margin-top:50px;
}
.easy4-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.1%;
    left: 45.5%;
}
/*easy5*/
.easy5{
	position:relative;
	margin-top:50px;
}
.easy5-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.0%;
    left: 45.5%;
}
/*resection*/
.resection{
	position:relative;
	padding-top:100px;
}
/*resection2*/
.resection2{
	position:relative;
	margin-top:50px;
}
.resection2-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -1.2%;
    left: 45.5%;
}
/*resection3*/
.resection3{
	position:relative;
	margin-top:50px;
}
.resection3-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.1%;
    left: 45.5%;
}
/*resection4*/
.resection4{
	position:relative;
	margin-top:50px;
}
.resection4-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.7%;
    left: 45.5%;
}
/*resection5*/
.resection5{
	position:relative;
	margin-top:50px;
}
.resection5-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.1%;
    left: 45.5%;
}
/*ablation*/
.ablation{
	position:relative;
	padding-top:100px;
}
/*ablation2*/
.ablation2{
	position:relative;
	margin-top:50px;
}
.ablation2-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.9%;
    left: 45.5%;
}
/*ablation3*/
.ablation3{
	position:relative;
	margin-top:50px;
}
.ablation3-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.2%;
    left: 45.5%;
}
/*ablation4*/
.ablation4{
	position:relative;
	margin-top:50px;
}
.ablation4-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -3.8%;
    left: 45.5%;
}
/*ablation5*/
.ablation5{
	position:relative;
	margin-top:50px;
}
.ablation5-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.0%;
    left: 45.5%;
}
/*ablation6*/
.ablation6{
	position:relative;
	margin-top:50px;
}
.ablation6-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.2%;
    left: 45.5%;
}
/*skin*/
.skin{
	position:relative;
	padding-top:100px;
}
/*skin2*/
.skin2{
	position:relative;
	margin-top:50px;
}
.skin2-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.7%;
    left: 45.5%;
}
/*skin3*/
.skin3{
	position:relative;
	margin-top:50px;
}
.skin3-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.0%;
    left: 45.5%;
}
/*skin4*/
.skin4{
	position:relative;
	margin-top:50px;
}
.skin4-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -2.8%;
    left: 45.5%;
}
/*skin5*/
.skin5{
	position:relative;
	margin-top:50px;
}
.skin5-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.4%;
    left: 45.5%;
}
/*skin6*/
.skin6{
	position:relative;
	margin-top:50px;
}
.skin6-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.0%;
    left: 45.5%;
}
/*inquiry*/
.form{
	text-align: left;
	background-color: #fff;
	width: 92%;
	padding-bottom: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	border-radius: 0 0 10px 10px;
	
	}
	
.form .policy {
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
}
.form .policy a {
	color:#ff6200;
	text-decoration:underline;
	
}
.form input,.form textarea{
	width: 97%;
	padding: 13px 0 13px 2%;
	font-size: 100%;
	border-radius: 4px;
	border: solid 1px #7c7c7c;
	margin: 20px 0px;
	}
.form-box{
	margin:0 7%;
	}
.form-box{
	border-bottom:1px solid #7c7c7c;
	margin-bottom:15px;
	}
.radio-left{
	padding-right: 10%;
	}	
.radio{
	padding:3px 0;
	}		
.radio input{
	width:auto;
	}				
.form-box p{
	background-color:#8B8B8B;
	color:#fff;
    padding: 10px;
	}
.form-box .nprmal{
	font-size:15px;
	background-color: #fff;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.age input{
	width:50%;
	float:left;
	}
.age-text{
	width:10%;
	float:left;
	margin: 20px 0px;
	}	
.age p{
	background-color:#fff;
	color:#000000;
	}
.number input{
	margin-bottom:0px;
	}	
.number p{
	background-color:#fff;
	color:#7c7c7c;
	}	
.form-textarea{
	border-bottom:none;
	}
.submit{
	width: 85%;
	margin: 0 auto;
	}
.submit input{
	border:none;
	}								
.inquiry-front{
	position: relative;
	padding-top: 20px;

}
.inquiry{
	position: relative;
	padding-top: 10px;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.inquiry-sign{
	position: absolute;
	width: 105%;
	z-index: 100;
	top: -1%;
	left: -17px;
	}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.inquiry{
	position: relative;
	padding-top: 20px;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.inquiry-sign{
	position: absolute;
	width: 105%;
	z-index: 100;
	top: -1%;
	left: -9px;
}
}
.conform-img{
	position: absolute;
    left: 11%;
    width: 78%;
    bottom: 40px;
}
.time select {
    -webkit-appearance: none;
    border: 1px solid #7c7c7c;
    padding: 1em 1.5em 1em .5em;
    font-size: 16px;
    min-height: 3em;
    border-radius: 4px;
    background: #FFF url(../images/arrow_default_under.png) no-repeat right 6px center;
        background-size: auto;
    background-size: 10px;
	margin-bottom: 20px;
}
.reserve-detail{
	background-color: #fff!important;
	color: #000000!important;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B43157;
}
/*確認画面*/
.form-conform{
	background-image: url("../images/back.jpg");
	padding-top:120px;
	}
.form-conform-box{
	background-color:#fff;
	width:92%;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	}
.form-btn{
	width: 80%;
	margin: 0 auto;
	}
.form-btn0{
	width: 80%;
	margin: 0 auto;
	}
.conform-title{
	font-size:150%;
	}
.conform-text{
    text-align: left;
    margin: 20px;
	}	
.form-btn2{
    margin: 25px auto 0px auto;
}		
.form-btn input{
	width:100%;
	-webkit-appearance: none;
	cursor:pointer;
	display: inline-block;
	padding: 0.3em 1em;
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	border:none;
	border-radius: 3px;
	transition: .4s;
	margin:0 auto;
	padding:20px 0;
	background-image: url("../images/form.jpg");
	margin: 0 auto;
	}
.form-btn0 input{
	width:100%;
	-webkit-appearance: none;
	cursor:pointer;
	display: inline-block;
	padding: 0.3em 1em;
	background-color: transparent;
	text-decoration: none;
	color: #B94063;
	border: solid #B94063 1px;
	margin:0 auto;
	padding:20px 0;
	margin: 0 auto;
	}
.form-btn2 input{
	width:44%;
	float:left;
	box-sizing:border-box;
	padding:20px 10px;
	margin-left:4%;
	margin-right:2%;
	}		
.form-btn-back input{
	background-color:#fff;
	text-decoration: none;
	color: red;
	border: solid 2px red;
	border-radius: 3px;
	transition: .4s;
	}
.form-sign{
    position: absolute;
    width: 10%;
    z-index: 100;
    top: -4.5%;
    left: 45.5%;	
	}
.end{
	padding:100px 0px 20px 0px;
	background-color:#fff;
	width:92%;
	margin:0 auto;
	}
.back-index{
	margin: 50px auto 20px auto;
	}
.back-index a{
    color: #fff;
	padding: 20px 100px;
	background-image: url("../images/form.jpg");
    color: #fff;
    border-radius: 3px;	
	}			
.form-box .f_Box {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-box .f_Box div:first-child {
	width:45%;
}
.form-box .f_Box div:last-child {
	width:45%;
}

.form-box .f_Box input {
	-webkit-appearance: none;
	border: 1px solid #7c7c7c;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 1.2em;
	padding-right: 1.5em;
	padding-bottom: 1.2em;
	padding-left: 0.5em;
	box-sizing:border-box;
	}

.form-box .flexBoxs {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.form-box .flexBoxs li {
	width: 45%;
	box-sizing: border-box;
}

