body{
	max-width: 690px;
	margin: 0 auto;
}
header{
	padding: 25px 30px;
	background-color: #161616;
	border-bottom: 1px solid #bc9833;
	overflow: hidden;
}
article{
    margin-bottom: 122px;
}

@media screen and (max-width:480px){
article{
    margin-bottom: 60px;
}
}
input,textarea{
	border: 1px solid #9f9f9f;
}
.red {
    color: #d81212;
}
.logo{
	float: left;
	width: 43%;
}
.logo img{
	width: 100%;
    height: auto;
	padding-top: 5px;
}
nav{
	float: right;
}
.img-back{
	position: relative;
}
.main-button{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 30px;
}
.btn-area{
	background-color: #fff;
	text-align: center;
	padding: 40px 0px;
}
.more-area{
	position: relative;
}
.more-area div{
	margin-top: 10px;
    padding: 0 30px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 125px;
}
.more-area .short{
	margin-bottom: 40px;
}
.more-area p{
    line-height: 1.7;
}
.more-button{
	width: 100%;
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.close-button{
	display: block;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.doctor{
	overflow: hidden;
}
.doctor .left{
	/*float: left;*/
	width: 40%;
	margin-left: 2.5%;
}
.doctor .left img{
	width: 100%;
}
/*
.doctor .left .instagram{
    width: 45%;
    display: block;
    margin: 0 auto;
}
*/
.doctor .right{
/*	float: right;*/
	width: 58%;
}
.access{
    margin-bottom: 40px;
}
.access .gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.access .gmap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.footer a{
    display: block;
    margin-bottom: -3px;
}
.footer-contents{
	background-color: #161616;
	text-align: center;
	padding: 40px 0px;
	color: #fff;
	font-size: 14px;
}
.footer-contents ul{
	overflow: hidden;
	margin-bottom: 35px;
	display: inline-block;
}
.footer-contents ul li{
	float: left;
	margin-right: 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}
.footer-contents ul li:last-of-type{
	margin-right: 0px;
	border-right: none;
	padding-right: 0px;
}
.footer-contents ul li a{
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width:480px){
	header{
		padding: 4%;
		padding-bottom: 3%;
	}
	nav{
		width: 40%;
	}
	nav a,img{
		width: 100%;
	}
	.logo{
		width: 55%;
	}
	.logo img{
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.main-button{
		width: 50%;
    	bottom: 15px;
	}
	.btn-area a img{
		width: 80%;
	}
	.more-area div{
		padding: 0px 20px;
	}
	.more-area p{
		font-size: 12px;
	}
	.more-button{
		top: 100px;
	}
	.close-button{
		width: 15%;
	}
    
    .access{
    margin-bottom: 0;
    }
}

/*formページのCSS*/
.form{
	border-top: 5px solid #bc9833;
	padding-top: 25px;
}
.form-contents{
	position: relative;
	padding-top: 30px;
}
.form-contents li{
	padding: 8px 0px 5px 0px;
	overflow: hidden;
	position: relative;
}
.form-contents li:before{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../img/form/border.png");
}
.form-contents .left{
	float: left;
	width: 23%;
	margin-left: 2%;
}
.form-contents .right{
	float: left;
	width: 72%;
	padding-left: 3%;
}
.right .text{
	width: calc(90% - 20px);
	height: 25px;
	margin-top: 25px;
	padding: 0px 10px;
}
.right .select{
	margin-top: 20px;
}
.right .select select{
	font-size: 14px;
}
.phone .right .text{
	margin-top: 15px;
}
.mail .right .text{
	margin-top: 15px;
}
.attention{
	margin-top: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.attention span{
	margin-top: 5px;
	font-weight: bold;
	color: #bd9a36;
}
.naiyou.attention{
    margin-top: 0;
}



.checkbox{
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1%;
/*    justify-content: space-between;*/
}
.checkbox span{
    width: 33%;
/*    padding-bottom: 10px;*/
/*    margin-right: 5px;*/
    display: inline-block;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.checkbox span input{
    width: auto;
    margin-right: 0.5em;
}

@media screen and (max-width:480px){
    .checkbox{
        margin-left: 1%;
        justify-content: space-between;
    }
	.checkbox span{
        width: 49%;
    }
}

.reservation .attention {
	margin-top: 0px;
}
.radio{
	margin-top: 25px;
}
.calendar{
/*	margin-top: 20px;*/
}
.booking{
	margin-top: 15px;
}
.attention.type02{
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.time .checkbox{
	margin-top: 25px;
}
.textarea{
	width: calc(90% - 20px);
	height: 100px;
	margin-top: 15px;
	padding: 10px 10px;
}
.send-button{
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
}

@media screen and (max-width:480px){
	.right .text{
		margin-top: 12px;
	}
	.right .select{
		margin-top: 10px;
	}
	.phone .right .text{
		margin-top: 5px;
	}
	.mail .right .text{
		margin-top: 10px;
	}
	.attention{
		font-size: 12px;
	}
	.attention span{
		font-size: 12px;
	}
	.checkbox{
		margin-top: 10px;
	}
	.radio{
		margin-top: 12px;
	}
	.date-time{
		font-size: 12px;
	}
	.attention.type02{
		font-size: 12px;
	}
	.time .checkbox{
		margin-top: 10px;
	}
	.send-button{
		width: 80%;
	}
	.calendar{
	    height: 0;
    	overflow: hidden;
    	padding-bottom: 100%;
    	position: relative;
/*    	width: 92%;*/
	}
	.calendar iframe{
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	    width: 100%;
	}
}


.doctorFlex{
    display: flex;
    justify-content: space-between;
}

/*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%;*/
    margin: 0;
	}
.form-box{
	border-bottom:1px solid #7c7c7c;
	margin-bottom:15px;
	}
.radio-left{
	padding-right: 10%;
	}	
.radio{
	padding:3px 0;
	}		
.radio input{
	width:auto;
    margin-left: 1%;
	}				
.form-box p{
/*	background-color:#8B8B8B;*/
	background-color:#bd9a36;
	color:#fff;
    padding: 10px;
	}
.form-box .cap{
	font-size:15px;
	background-color: #fff;
	color: #000;
	padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}
.form-box .subTitle{
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #fff!important;
    color: #000000!important;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #B43157;
    padding: 10px;
}
.age input{
	width:50%;
/*	float:left;*/
	}
.age-text{
	width:10%;
/*	float:left;*/
	margin: 20px 0px;
    display: inline-block;
	}	
.age p{
	background-color:#fff;
	color:#000000;
	}
.number input{
	margin-bottom:0px;
	}	
.number p,
p.naiyou{
	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(../img/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("../img/back.jpg");
	padding-top:120px;
	}
*/
.form-conform-box{
	background-color:#fff;
	width:96%;
	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("../img/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:40px 0px 20px 0px;
	background-color:#fff;
	width:92%;
	margin:0 auto;
	}
.end img{
    margin-bottom: 40px;
}
.end p{
    margin-bottom: 10px;
}
.back-index{
	margin: 50px auto 20px auto;
	}
.back-index a{
    color: #fff;
	padding: 20px 100px;
	background-image: url("../img/form.jpg");
    color: #fff;
    border-radius: 3px;	
	}			


@media screen and (max-width:480px){
    .back-index a{
        padding: 20px;
    }	
}


.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;
}

/*-------------------*/

.mail h4{
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}
.mail .footer-contents{
    background-color: #ffffff;
    color: #333333;
    font-size: 12px;
}


.end .back-index{
    text-align: center;
}

#floatMenu{
    position: fixed;
    bottom: -4px;
    width: 100%;
    max-width: 690px;
    background-color: #000000;
}
#floatMenu ul{
    display: flex;
    flex-wrap: nowrap;
    max-width: 690px;
    justify-content: flex-start;
}
#floatMenu ul li:last-child{
    width: calc(690px - 135px - 268px - 148px);
    text-align: center;
}
#floatMenu ul li:last-child a{
    width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width:480px){
#floatMenu ul li:last-child{
    width: auto;
}
}