@charset "UTF-8";
/* CSS Document */

/*======================== 
ハシモトデンタルオフィス　
2015.8.10
========================*/  

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	background:url(img/header_bg.gif) top repeat-x;
	font-size: 14px;
	color: #333;
}
img {
	border: none;
}
a {
	text-decoration: none;
	border: none;
	color: #B04B77;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h2 {
	font-size: 16px;
	text-align: center;
}

/* ======================================== 
　　　　　　　　ヘッダー
 ========================================== */
#header {
	width: 1024px;
	height: 116px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	/* [disabled]background:url(img/header_tel.gif) right top no-repeat; */
}
#header h1 {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}
#head_nav {
	width: 300px;
	float:right;
}
#header .head_tel {
	padding: 10px 20x 0 0;
}
#header .button {
	margin: 25px 0 0 55px;
}

/* ======================================== 
　　　　　　　　コンテンツ
 ========================================== */
#wrapper {
	background:url(img/body_bg.gif) center repeat-y;
}
#container {
	width:1024px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	clear: both;
}
#container #inq {
	background: url(img/header_main.png) no-repeat;
	position: absolute;
	width: 330px;
	height: 54px;
	padding: 48px 0 0 38px;
	left: 652px;
	top: 86px;
	z-index: 1;
}

/* スライド */
.slider {
	height: 700px;
	margin: 10px 0 0 0;
	text-align: center;
	z-index: 2;
}
.slider ul, .slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.thumb {
	margin: 10px 0 30px 0;
}
.thumb li {
	float: left;
}
.thumb a {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
.thumb a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

#content {
	width: 960px;
	margin: 0 auto;
}

/* case */
#case {
	margin: 20px 0;
	position: relative;
}
#case .btn1 {
	position: absolute;
	left: 249px;
	top: 3759px;
	width: 140px;
}
#case .btn2 {
	position: absolute;
	left: 652px;
	top: 4756px;
	width: 140px;
}
#case .btn3 {
	position: absolute;
	left: 196px;
	top: 5752px;
	width: 140px;
}
#case .btn1 a, #case .btn2 a, #case .btn3 a {
	margin: 0 0 0 5px;
	padding: 7px 15px 5px 20px;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	box-shadow: 0 3px 0 #c95a00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	background: #ed8a0a;
	font-size: 15px;
	color: #fff;
	display: block;
}
#case .btn1 a:hover, #case .btn2 a:hover, #case .btn3 a:hover, .button a:hover, #flow .btn1 a:hover, #flow .btn2 a:hover, #flow .btn3 a:hover {
	background: #ffb451;
	box-shadow: 0 3px 0 #ed8a0a;
}
.button {
	margin: 0 0 40px 0;
}
.button a {
	width: 205px;
	margin: 0 40px 0 40px;
	padding: 10px 15px 8px 20px;
	position: relative;
	background-color: #ed8a0a;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: none;
	transition: 0.5s;
	box-shadow: 0 3px 0 #c95a00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display: block;
	float: left;
}
.button a:hover {
	box-shadow: 0 3px 0 #ed8a0a;
	/*top: 3px;
	box-shadow: none;*/
}

/* フロー */
#flow {
	margin: 20px 0;
	position: relative;
}
#flow .btn1 {
	position: absolute;
	left: 605px;
	top: 1695px;
}
#flow .btn2 {
	position: absolute;
	left: 605px;
	top: 2261px;
}
#flow .btn3 {
	position: absolute;
	left: 605px;
	top: 2775px;
}
#flow .btn1 a, #flow .btn2 a, #flow .btn3 a {
	width: 200px;
	margin: 0 0 0 5px;
	padding: 5px 15px;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-align: center;
	background: #ed8a0a;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	display: block;
}

/* 流れ */
#container #step {
	height: 290px;
	padding: 95px 0 0 181px;
	background:url(img/09_bg.jpg) no-repeat;
}
#container #step .tel {
	width: 175px;
	margin: 0 0 20px 55px;
}

/* 医院情報 */
#container #info {
	padding: 0 0 0 20px;
	background:url(img/10_bg.jpg) no-repeat;
	
}
#container #info p {
	margin: 0;
	padding: 10px 0 5px 10px;
}



/* ======================================== 
　　　　　　　　フッター
 ========================================== */
#footer {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	font-size: 11px;
	color: #999;
	text-align: center;
}
.notes {
	font-size: 11px; 
	color: #C00;
}

.bnr {
	width: 960px;
	margin: 50px auto 30px auto;
	border-top: 1px solid #ccc;
}
.bnr li {
	margin: 0 5px;
	float: left;
}
.bnr strong {
	padding: 20px 0 4px 0;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #c3ab86;
	display: block;
}

/* ======================================== 
　　　　　　　　クラス
 ========================================== */
.inquiry {
	width: 920px;
	height: 123px;
	margin: 20px auto 30px auto;
	background:url(img/tel_bg.jpg) no-repeat;
}
.inquiry .mail {
	width: 273px;
	margin: 70px 0 0 150px;
	float: left;
}
.inquiry .tel {
	width: 290px;
	margin: 35px 25px 0 0;
	float: right;
}
.inquiry1 {
	width: 960px;
	height: 180px;
	margin: 20px auto 30px auto;
	background:url(case1/img/tel_bg.jpg) no-repeat;
}
.inquiry2 {
	width: 960px;
	height: 180px;
	margin: 20px auto 30px auto;
	background:url(case2/img/tel_bg.jpg) no-repeat;
}
.inquiry3 {
	width: 960px;
	height: 180px;
	margin: 20px auto 30px auto;
	background:url(case3/img/tel_bg.jpg) no-repeat;
}
.inquiry1 .tel, .inquiry2 .tel, .inquiry3 .tel {
	width: 360px;
	margin: 65px 0 0 160px;
	float: left;
}
.inquiry1 .mail, .inquiry2 .mail, .inquiry3 .mail {
	width: 392px;
	margin: 60px 20px 0 0;
	float: right;
}
.tel2 {
	width: 660px;
	margin: 10px auto;
	padding: 87px 0 30px 260px;
	background:url(img/tel2_bg.jpg) no-repeat;
}

a.btn {
	width: 50px;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-align: center;
	background: #b04a75;
	font-size: 12px;
	color: #fff;
}
a:hover.btn {
	background: #d288a2;
}
input.button {
	width: 160px;
	padding: 10px 0;
	position: relative;
	background-color: #444;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #222;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border-style: none;
}


.clear {
	clear: both;
}
#content .lp .inner h1
{
	font-weight: normal;
	background-color: #B24B75;
	color: #fff;
	padding: 10px 0 10px 10px;
	font-size: 38px;
	border-bottom: 5px solid #EACED8;
}

#content .lp .inner h2
{
	text-align: left;
	margin: 40px 0 30px;
	font-size: 36px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #B04672;
}
#content .lp .inner h3
{
	background: url(bubun/images/%20h3_bg.png) left center no-repeat;
	font-weight: normal;
	font-size: 30px;
	padding: 5px 0 0 60px;
	margin: 30px 0 25px 0;
}
#content .lp .inner h4
{
	border-left: 5px solid #C0708D;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 30px 0;
}


#content .lp .inner table,
#content .lp .inner table tr,
#content .lp .inner table th,
#content .lp .inner table td
{
	border-collapse: collapse !important;
	border: 1px solid #ccc;
}
#content .lp .inner table
{
	width: 100%;
	margin: 20px 0 80px;
}
#content .lp .inner table th
{
	font-size:25px;
	color: #fff;
	padding: 10px;
	font-weight: normal;
}

#content .lp .inner table th:nth-child(even)
{
	background-color: #C0708D;
}

#content .lp .inner table th:nth-child(odd) 
{
	background-color: #B24B75;
}

#content .lp .inner table.border_none,
#content .lp .inner table.border_none tr,
#content .lp .inner table.border_none th,
#content .lp .inner table.border_none td
{
	border: none !important;
}
.case_area
{
	background: url(bubun/images/sectio_04.jpg);
	overflow: hidden;
}

.case_box
{
	width: 47%;
	float: left;
	margin: 20px 10px;
}

.next_btn
{
	text-align: center;
}
.next_btn a
{
	background-color: #B04B77;
	border: #B04B77 2px solid;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 20px 0;
}

.next_btn a:hover
{
	background-color:#FFF;
	border: #B04B77 2px solid;
	color: #B04B77;
}
.mail_btn
{
	text-align: right;
	padding: 0 30px 0 0;
}

.clinic_navi
{
	width: 32.5%;
	float: left;
}
.clinic_navi h3
{
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.clinic_navi .tel
{
	font-size: 35px;
}

.clinic_navi .address
{
	font-size: 12px;
}

.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml40{ margin-left: 40px;}
.ml50{ margin-left: 50px;}

.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}


#content .lp .inner table img{
	width:100%;
}

/*20190115*/
#content .lp .case_box{
	width: 47%;
	box-sizing: border-box;
	float: left;
}
#content .lp .case_box:first-child{
	/* [disabled]margin: 20px 20px 80px 5px; */
}
#content .lp .case_box:last-child{
	/* [disabled]margin:0 0 80px 0; */
}
#content .lp .case_box img{
	width:100%;
}
#content .lp .case_box .button{
	width:100%;
}
#content .lp .case_box .button a{
	width:100%;
	margin:0;
	box-sizing:border-box;
}
#content .lp .case_box h3{
	margin-top:0;
}

#container #inq2{
position: absolute;
	padding: 0px 0px 0px 0px;
	right: 0px;
	top: 5px;
	z-index: 1;
}

#container #inq4{
position: absolute;
	padding: 0px 0 0 38px;
	right: 0px;
	top: 230px;
	z-index: 1;
}

#container #inq5{
	position: absolute;
	padding: 0px 0 0 38px;
	right: -3px;
	top: 341px;
	z-index: 1;
}

#container #inq3 {
	background: url(img/header_main.png) no-repeat;
	position: absolute;
	width: 330px;
	height: 100px;
	padding: 48px 0 0 38px;
	left: 655px;
	top: 0px;
	z-index: 1;
}

.text_001{
color:#B04B77;
}

.box_0001{
	position: relative;
	border: solid 2px #80bbb9;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #80bbb9;
}

.box_0001 .tel a{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size:30px;
	color: #fff;
	background: #80bbb9;
	width: 310px;
	padding: 10px;
}

.box_0001 img{
	margin-bottom: 60px;
}

.box_0005{
	position: relative;
	border: solid 2px #9f9174;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #9f9174;
}

.box_0005 .tel a{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size:30px;
	color: #fff;
	background: #9f9174;
	width: 310px;
	padding: 10px;
}

.box_0005 img{
	margin-bottom: 60px;
}

.box_0006{
	position: relative;
	border: solid 2px #b16a68;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #b16a68;
}

.box_0006 .tel a{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size:30px;
	color: #fff;
	background: #b16a68;
	width: 310px;
	padding: 10px;
}


.box_0006 img{
	margin-bottom: 60px;
}

.box_0002{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
	border-right: solid 1px #C1C1C1;
}

.box_0002:last-child{
	border-right: none;
}

.box_0002 .tel3 a{
	font-size: 30px;
	color: #80bbb9;
}

.box_0002 .tel4 a{
	font-size: 30px;
	color:#9f9174;
}

.box_0002 .tel5 a{
	font-size: 30px;
	color:#b16a68;
}

.box_0003{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	border-right: solid 1px #C1C1C1;
}

.box_0003:last-child{
	border-right: none;
}

.box_0003 .tel3 a{
	font-size: 30px;
	color: #80bbb9;
}

.box_0003 .tel4 a{
	font-size: 30px;
	color:#9f9174;
}

.box_0003 .tel5 a{
	font-size: 30px;
	color:#b16a68;
}

.box_0007{
	position: relative;
	border: solid 2px #80bbb9;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #80bbb9;
}

.box_0007 .tel{
	font-size: 25px;
	background: #80bbb9;
	padding: 20px 15px;
	box-sizing: border-box;
}
.box_0007 .tel a,
.box_0008 .tel a,
.box_0009 .tel a{
	display:  block;
	color: #fff;
}


.box_0007 img{
	margin-bottom: 10px;
}

.box_0008{
	position: relative;
	border: solid 2px #9f9174;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #9f9174;
}

.box_0008 .tel a{
	font-size: 25px;
	color: #fff;
	background: #9f9174;
	padding: 20px 15px;
	box-sizing: border-box;
}

.box_0008 img{
	margin-bottom: 0px;
}

.box_0009{
	position: relative;
	border: solid 2px #b16a68;
	padding:5px;
	margin: 30px 2px 50px 2px;
	box-shadow:5px 5px 0px -1px #b16a68;
}

.box_0009 .tel a{
	font-size: 25px;
	color: #fff;
	background: #b16a68;
	padding: 20px 15px;
	box-sizing: border-box;
}


.box_0009 img{
	margin-bottom: 0px;
}

h2 .sml{
	font-size: 30px;
}

#content .lp .inner h2.sml {
    font-size: 34px;

}

.risk{
	border: solid 2px #d1bfb8;
	border-radius: 0px 0px 4px 4px ;
	padding: 1px 0px 1px 20px;
	margin-bottom: 10px;
	width: 100%;
	margin: 10px auto;
	color:#666666;
}

.next_btn_top
{
	text-align: center;
}
.next_btn_top a
{
	font-size: 38px;
	background-color:#EF992A;
	border: 2px solid #EF992A;
	color: #fff;
	display: block;
}
.next_btn_top a:hover
{
	border: 2px solid #EF992A;
	background-color: #fff;
	color: #EF992A;
}

h5
{
	font-size: 25px;
	font-weight: normal;
	margin: 40px 0 20px;
	border-bottom: 1px solid #ccc;
	color: #B4507A
}
h6
{
	font-size:20px;
	font-weight: normal;
	margin: 0 0 50px;
}
