@charset "UTF-8";

body{
	font-size: 0.9em;
	width:100%;
	background-color: #c1bcb8;
	 word-wrap:break-word;

}

/*--- link color
--------------------------------------------------------------------------*/
a:link { text-decoration:none;}
a:visited {		text-decoration:none;}
a:hover { text-decoration:none;}
a:active { color: #666666; }
a:hover img {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity = 85);
}
.post a:link {  color:#a0122c;}

/*--- layout
--------------------------------------------------------------------------*/
.container{
	width:100%; max-width:980px;
	margin: auto;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.wrap{
	max-width:1000px;
	width:100%;
	padding-left:1%;
	padding-right:1%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
#greeting h2,#news h2,#treatment h2,#price h2,#access h2,#reserve h2,.post h2{
	width:204px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top:5%;
	padding-bottom:5%;
}
#greeting h4,#treatment h4{
	width:204px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-bottom:2%;
	padding-top: 2%;
}
#clear {
	clear: both;
}

/*--- page-top
--------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #0b3232;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	z-index:100000;
	opacity:0.8;
}
/*--- header
--------------------------------------------------------------------------*/
#header{
	width: 100%;
	background-color: #89c997;
	padding-top:10px;
}
#header .header_logo{
	float:left;
}
#header .header_logo img{
	width:195px;
	height:auto;
}
#header #index-main{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	 -webkit-background-size: cover;
    background-size: cover;
	position:relative;
}
#header #index-text{
	width:35%;
	padding-left:50%;
	height:0;
	padding-top:18.3%;
	padding-bottom:38.3%;
	background-size:contain;
}
#header #index-text strong{
	font-size:25px;
	color:#ffffff;
}
#header #index-text p{
	font-size:16px;
	color:#ffffff;
}
#header #gNav{
	max-width: 1000px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
#header #gNav ul li a:hover p{
  	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	transition: all .1s ease;
}
#header #gNav ul{
	float:right;
	padding-top:15px;
}
#header #gNav ul li{
	height:25px;
	float:left;
	margin-right:25px;
	
}
#header #gNav .end{
	height: 25px;
	float: left;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	margin-right:0px;
	margin-top:-5px;
	background-color:#ec6941;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
#header #gNav .end p{
	color:#ffffff;  
}
#header #gNav .end a:hover p{
  	border-bottom-width: 0px;
	border-bottom-style: none;
	opacity:0.5;
	
}
#header #gNav .end_sp{
	display:none;
}
#header #gNav .gnav_ja{
	color: #003333;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:1px;
	}
#index-main{

}
/*--- 院長より
--------------------------------------------------------------------------*/
#greeting{
	background-color:#d2e8db;
	width:100%;
	height:auto;
	float:left;
	padding-bottom:3%;
}
#greeting #index-main{display:none;}
#greeting h3{
	font-size:18px;
	font-weight:bold;
	color:#0b3232;
}
#greeting p span{
	font-weight:bold;
	color:#e60012;
}
.thumbnail_box{
	max-width:310px;
	height:auto;
	float:left;
	width:35%;
}
.thumbnail_box .ph1{
	max-width:82px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.thumbnail_box p{
	text-align:center;
}
.thumbnail_box p span{
	font-weight:normal!important;
	color:#000!important;
	padding-right:10px;
}

.thumbnail_box .ph2{
	max-width:320px;
	height:auto;
	float:left;
}
.list_box{
	width:60%;
	max-width:560px;
	height:auto;
	float:right;
}
/*--- フォトギャラリー
--------------------------------------------------------------------------*/
#photogallery{
	width:100%;
	height:auto;
	float:left;	
}
#photogallery ul li img{
	width:25%;
	float:left;
}
/*--- お知らせ
--------------------------------------------------------------------------*/
#news{
	background-image:url(../images/bg_11.jpg);
	background-size:cover;
	width:100%;
	height:auto;
	min-height:900px;
	padding-bottom:3%;
	float:left;
}
#news #line{
	width:50%;
	height:auto;
	float:left;
}
#news #line img{
	width:240px;
	height:auto;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
#news #line .friend{
	display:none;
}
#news #line p{
	font-size:16px;
	color:#0b3232;
}
#news #line span{
	font-size:20px;
	color:#0b3232;
}
#news #facebook{
	width:50%;
	height:auto;
	float:left;
}
/*--- 治療について
--------------------------------------------------------------------------*/
#treatment{
	background-color:#eeeeee;
	width:100%;
	height:auto;
	float:left;
	padding-bottom:3%;
}
#treatment .flow,#treatment .ex{
	width:100%;
}
#treatment .flow li{
	width:25%;
	height:auto;
	float:left;
	padding:3%;
	box-sizing:border-box;
}
#treatment .ex li{
	width:33.333333%;
	height:auto;
	float:left;
	padding:3%;
	border:10px solid #eeeeee;
	box-sizing:border-box;
	background-color:#ffffff;
}
#treatment .ex li img{
	width:75px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#treatment .ex li strong{
	font-size:23px;
	color:#f07c95;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}
#treatment .ex li p{
	font-size:16px;
	color:#f07c95;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	display:block;
}
#treatment p{
	text-align:center;
	display:block;
	margin-top:2%;
}
/*--- 料金
--------------------------------------------------------------------------*/
#price{
	background-image:url(../images/bg_17.jpg);
	background-size:cover;
	width:100%;
	height:auto;
	min-height:600px;
	float:left;
}
#price .box520{
	max-width:520px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:3%+
}
#price p{
	margin-top:3%;
	display:block;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#price .box520 #left{
	width:50%;
	height:auto;
	float:left;
	font-size:23px;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#price .box520 #right{
	width:50%;
	height:auto;
	float:left;
	font-size:23px;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
/*--- アクセス
--------------------------------------------------------------------------*/
#access{
	background-color:#eae5d8;
	background-size:cover;
	width:100%;
	height:auto;
	min-height:600px;
	float:left;
	padding-bottom:3%;
}
#access #left{
	width:50%;
	height:auto;
	float:left;
}
#access #left iframe{
	width:95%;
	min-height:450px;
}
#access #right{
	width:50%;
	height:auto;
	float:left;
}
#access #right p{
	padding-left:1rem;
}
#access #right .img1{
	width:65px;
	margin-top:20px;
	margin-bottom:10px;
}
#access #right .img2{
	width:130px;
	margin-top:20px;
	margin-bottom:10px;
}

/*--- ご予約・お問い合わせ
--------------------------------------------------------------------------*/
#reserve{
	background-image:url(../images/bg_23.jpg);
	background-size:cover;
	width:100%;
	height:auto;
	min-height:600px;
	float:left;
	padding-bottom:3%;
}
#reserve p{
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin-bottom:7%;
	display:block;
}
#reserve #left{
	width:30%;
	height:auto;
	float:left;
	background-color:rgba(255,255,255,0.2);
	padding:2%;
	box-sizing:border-box;
	margin-right:15%;
}
#reserve #left h5{
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}
#reserve #left strong{
	color:#ffffff;
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:23px;
	margin-bottom:20px;
}
#reserve #left p{
	text-align:left;
	
}
#reserve #right{
	width:55%;
	height:auto;
	float:left;
	padding-top:8%;
}
#reserve #right img{
	width:120px;
	float:left;
	margin-right:20px;
}
#reserve #right .botan a{
	float:left;
	font-size:22px;
	color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:0px;
	margin-top:10px;
	background-color:#ec6941;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
#reserve #right .botan a:hover{
   opacity:0.8;
}
#reserve #right .tel a{
	background-image:url(../images/tel.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	padding-left:50px;
	margin-top:5%;
	float:left;
	font-size:25px;
	font-weight:bold;
	color:#aaaaaa;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#reserve #right .tel a img{display:none;}
/*--- footer
--------------------------------------------------------------------------*/
#footer_wrap{
	width: 100%;
	height: auto;
	background-color: #89c997;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top:10px;
}
#footer{
	max-width: 420px;
	width:100%;
	height:auto;
	min-height:70px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#footer ul{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
#footer ul li{
	float:left;
	width:50px;
	margin-left:20px;
	margin-right:20px;
}
#footer ul .lineft{
	width:100px;
}
#footer p{
	text-align:center;
	color:#ffffff;
	display:block;
}
/*--- お問合せフォーム
--------------------------------------------------------------------------*/
.post{
	margin-bottom:20px;
}
form{
	display:block;
}
.form{
	width: 70%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
}
.form th{
	font-size: 1.4rem;
	font-size: 14px;
	text-align: right;
	background-color: #eaeaea;
	color: #666;
	font-weight: bold;
	border: #d1d1d1 1px solid;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	min-width:200px;
}
.form td{
	font-size: 1.4rem;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.form th span{
	color: #db1045;
}
.form td span{
	color: #db1045;
}
.form td{
	border: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-width:300px;
}
.form td cap{
font-size:12px;
color:#db1045;
}
.form select{
	width:300px;
}
form input[type="submit"]{
	border: solid 1px #ec6941;
    background-color: #ec6941;
    border-radius: 26px;
    color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
	-webkit-appearance: none;
}

/*--- main(共通項目)
--------------------------------------------------------------------------*/
#contents img{ vertical-align:bottom;}

#contents{
	width: 100%;
	background-color:#d2e8db;
}
#contents2{
	width: 100%;
	max-width:980px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

/* screens smaller than 1000
***************************************************************************/
@media only screen and (max-width:1000px) {
html { font-size: 105%; }
body {
    width: 100%; 
	max-width:1000px;
	min-width:500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
* { -webkit-text-size-adjust: none; }
.wrapper{overflow: hidden;}
#header{padding-top:0px;}
#header .header_logo {
    display:none;
}
#header #index-text strong{
	display:none;
}
#header #index-text p{
	display:none;
}
.header_logo_sp{
	width:200px;
	float:left;
	padding-left:10px;
	padding-top:6px;
}
#header #gNav{
	height:45px;
}
#header #gNav ul{
	width:100%!important;
}
#menu li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#menu li .gnav_ja{
	color: #0b3232;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	}
	
#menu li a:hover{
	opacity:0.8;
}

#menu{
	display:none;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	width: 100%!important;
	background-color:#89c997;
	display: block;
	float: left;
	margin: 0;
	padding: 0;

}
#menu_position{
	height:64px;
	width:100%;
	z-index:1000;
}

#greeting h2, #news h2, #treatment h2, #price h2, #access h2, #reserve h2,.post h2{
	width:25%;
}
#greeting h3{
	font-size:1.4em;
}
#greeting h4, #treatment h4{
	padding-top:4%;
	padding-bottom:4%;
	width:35%;
}
#greeting #index-main{
	padding-top:3%;
	display:block;
}
#greeting #index-main strong{
font-size: 1.4em;
font-weight: bold;
color:#0b3232;
}
.thumbnail_box{
	width:25%;
}
.list_box{
	width:72%;
	float:right;
}
.thumbnail_box p span{
	display:block;
	margin-top:10px;
	padding-right:0px;
}

#photogallery ul li img{
	width:50%;
}
#news #line{
	width:100%;
}
#news #line p{
	font-size:1.4em;
	text-align:center;
	margin-bottom:1.8rem;
}
#news #line span{
	font-size:2.0rem;
	text-align:center;
	margin-bottom:2.0rem;
	display:block;
}
#news #line img{ display:none;}

#news #line .friend{ 
	display:block!important;
	margin-left: auto;
    margin-right: auto;
}

#news #facebook{
	width:100%;
}
#news #facebook .fb_iframe_widget{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#treatment .flow li{
	width:50%;
}
#treatment .ex li{
	width:100%;
}
#price .box520{
	max-width:1000px;
	width:100%;
}
#price .box520 #left{
	width:100%;
	text-align:center;
	margin-bottom:1rem;
}
#price .box520 #right{
	width:100%;
	text-align:center;
}
#price p{
	text-align:center;
}
#price{
	padding-bottom:3%;
}
#access #left {
    width: 100%;
	margin-bottom:1rem;
}
#access #left iframe{
	width:100%;
}
#access #right {
    width: 100%;
}
#access #right .img1{
	width:10%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#access #right .img2{
	width:20%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#access #right p{
	text-align:center;
	padding-left:0px;
}
#reserve #left {
    width: 100%;
	text-align:center;
	margin-right:0;
}
#reserve #left p{
  	margin-bottom:0px;
}
#reserve #right{
	width:100%;
}
#reserve #right img{
	margin-right:auto;
	margin-left:auto;
	margin-bottom:1rem;
	display:block;
	float:none;
}
#reserve #right .botan a{
	float:none;
}
#reserve #right .tel a{
	background-image:none;
	float:none;
	padding-left:0px;
	line-height:30px;

}
#reserve #right .tel a img{
	display:inline;
	margin-bottom:0;
	width:30px;
	margin-right:10px;
}
.form{
	width: 100%;
}
.form th{
	text-align:center;
	display:block;
}
.form td{
	display:block;
	text-align:center;
	min-width:200px;
}
.form td cap{
	display:block;
}
.form .adress input[type="text"]{ 
	width:90%;
}
.form td input[type="text"],.form td textarea{
	width:96%;
}
form input[type="submit"]{
	width:96%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
}