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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	color:#333;
	/*font-size: 16px;*/
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
img{ border:none; text-decoration:none;}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*回り込み関係*/
.both{ clear:both;}
.right{float:right;}
.left{float:left;}

/*画像の回り込みに使用*/
.img_border{padding:2px;border:1px solid #cfcfcf;}
.img_left{float:left;padding:0px 10px 10px 0px; text-align:center; font-size:10px;}
.img_right{float:right; padding:0px 0px 10px 10px; text-align:center; font-size:10px;}

/*margin各方向10px(ml10はmargin-left:10pxの略)*/
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mauto{ margin:0px auto;}

/*ページ内のタイトルで使用する*/
.h01 {background:url(../image/h01.png) no-repeat; color:#000; height:37px; font-size:20px; padding:13px 0 0 45px; font-weight:normal;}
.h02 {background:url(../image/h02.png) no-repeat 0 2px; height:31px; font-size:18px; padding:0 0 0 20px; font-weight:normal; margin:10px 0;}
.h03 {background:url(../image/h03.gif) no-repeat 0px 2px; font-weight:bold; padding-left:20px; font-size:16px;}
.h04 {font-weight:bold; background-color:#62b9d4; text-align:center; color:#FFF; margin-top:10px; width:100%;}
/*120625追加*/
.h05 {background-color:#ccc; text-align:center; font-weight:bold; font-size:15px;}

/*基本文章で使用。*/
.p01{padding:10px;}
.p02{padding:0px 10px;}
.p03{padding:10px 0px;}
.p04{padding:10px 0px; line-height:2;}

/*border関係。*/
.b01{ border:1px solid #cfcfcf;}
.bl{ border-left:1px solid #cfcfcf;}
.br{ border-right:1px solid #cfcfcf;}
.bt{ border-top:1px solid #cfcfcf;}
.bb{ border-bottom:1px solid #cfcfcf;}

/*Q&Aなどで使用*/
.q{font-weight:bold;color:#FF6699;}
.a{font-weight:bold;color:#06F;}

/*テキストアライン*/
.center{text-align:center;}
.tright{ text-align:right;}

#iphone_menu{ display:none;}
.iimg{ width:403px;}
.tdul{ margin-left:15px;}
.tdul li{ font-size:11px;}

/*レイアウト関連-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body{
margin:0px auto;
background:#fff;
}

a#applink_sp{display:none;}

#container{
	/*width:900px;*/
	margin:0px auto;
}

/*ヘッダー*/
#header {
	margin:0 auto;
}

.topBk {
	background-size:cover;
	height:670px;
	position:relative;
	z-index:1;
}

#header01 {
	width:1245px;
	margin:0 auto;
}
#header01 h1{
	font-size:10px;
	color:#000;
	padding:5px 0 0
}
.topLogo {
	float:left;
}
.topRight {
	float:right;
	/*width:400px;*/
}
.topTel {
	margin:0 0 0 10px;
}

.bnrRadiusG {
	float:right;
}
.bnrRadius01 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#43c8ae;
	padding:3px 10px 3px 20px;
	text-align:center;
	float:left;
	behavior: url(ie_css3/PIE.htc);
	margin:1px;
}

.bnrRadius01 ul {
	list-style:none;
}
.bnrRadius01 ul li {
	float:left;
	padding:0 10px 0 0;
}
.bnrRadius01 ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.bnrRadius01 ul li a:hover {
	color:#dbf8f2;
}
.bnrRadius02 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#43c8ae;
	padding:2px 5px 4px 15px;
	text-align:center;
	float:left;
	behavior: url(ie_css3/PIE.htc);
	margin:1px;
}
.bnrRadius02 ul {
	list-style:none;
}
.bnrRadius02 ul li {
	float:left;
	padding:0 3px 0 0;
}

/*.bnrRadius02 ul li.fontSize a {
	display:block;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background:#fff;
	padding: 2px 5px 1px;
	text-align:center;
	behavior: url(ie_css3/PIE.htc);
	color:#43c8ae;
	font-size:11px;
	text-decoration:none;
}
.bnrRadius02 ul li.fontSize a:hover {
	display:block;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background:#dbf8f2;
	behavior: url(ie_css3/PIE.htc);
	color:#43c8ae;
}*/

#font-size div.small,
#font-size div.medium,
#font-size div.large {
	font-size:11px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	border-radius:1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background:#fff;
	padding:2px 5px 1px;
	cursor:pointer;
	margin-left:3px;
}
#font-size div.active {
	color:#43c8ae;
	background-color:#dbf8f2;
}
#font-size div.small span,
#font-size div.medium span,
#font-size div.large span {
	 /* display:none; テキストを削除して画像ボタン化することも可能　*/
}

.topCatch {
	margin:375px 0 0 50px;
}
.clinicPhoto {
	margin:490px auto 0;
	background:url(../image/clinic_photoBk.png) no-repeat center;
	height:172px;
	position:relative;
}

.clinicPhoto .flexslider {
	position:absolute;
	top:12px;
	left:280px;
	width:915px;
}

.time_2nd {
	margin:5px;
	float:left;
}

/*メインと右サイド*/
#main{
	width:1170px;
	margin:10px auto 0;
}

/*メイン*/
#main_contents {margin:0 4px 20px 0; float:left; width:858px;}
#b{width:680px; margin-top:10px;}
#b_ul{width:680px; height:131px; display:block; list-style:none;}
#b_ul li{display:inline; float:left;}
#b_ul li a{display:block;}
.list_none{list-style:none;}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  font-size:12px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb > li a {
	color:#777;
	text-decoration:none;
}

.breadcrumb > li a:hover {
	color:#43c8ae;
	text-decoration:none;
}


/*トップ診療案内 */
.topC {
	background:url(../image/serviceBg.png) no-repeat;
	height:420px;
	padding:55px 14px 0;
}
.topC ul {
	list-style:none;
}
.topC ul li {
	float:left;
	margin:2px 3px 0;
}

/* トップ患者様の声 */
/*.voiceP {
	background:url(../image/voiceBg.gif) no-repeat;
	padding:70px 130px 0 30px;
	height:345px;
	margin:0 0 15px;
}*/

.voiceP {
	background:url(../image/voiceBg.gif) no-repeat;
	padding:65px 0 0 30px;
	height:345px;
	margin:0 0 15px;
}

/*.voiceCon {
	margin-top:5px;
	overflow:auto;
	height:290px;
	width:600px;
}*/

.voiceCon {
	margin-top:5px;
	overflow:auto;
	height:290px;
	width: 64%; float: left;}

.voiceCon2 {
	margin-top:5px;
	overflow:auto;
	height:280px;
	width: 64%; float: left;
margin-bottom:5px;}

.appoint{
	margin-top:150px; margin-left:2%; width: 34%; float:right;}









.voiceP h3 {
	display:none;
}

.conRadius01 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#43c8ae;
	padding:0 0 2px 15px;
	text-align:center;
	behavior: url(ie_css3/PIE.htc);
	float:right;
	width:95px;
	margin:20px 30px;
}

.conRadius01 ul {
	list-style:none;
}
.conRadius01 ul li {
	float:left;
	/*padding:0 10px 0 0;*/
}
.conRadius01 ul li a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
.conRadius01 ul li a:hover {
	color:#dbf8f2;
}

/*トップお知らせ */
#topNews {margin:0 0 20px 0; padding:5px 20px; height:220px; overflow:auto;}
#topNews dl {border-bottom:1px dotted #aaa; padding:0 20px 5px; margin-bottom:10px;}
#topNews dl dt {float:left; width:6em;}
#topNews dl dd {margin-left:6em;}
#topNews dl dd a {color:#333; text-decoration:none;}
#topNews dl dd a:hover {color:#43c8ae;}

dl.faq {
    border-bottom: 1px dotted #aaa;
    margin:10px 20px;
    padding-bottom: 10px;
}
dl.faq dt.q1 {
    color: #999900;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 2em;
}
dl.faq dt.a1 {
    color: #990000;
    float: left;
    font-size: 14px;
    width: 2em;
    padding: 0 0 0 5px;
}
dl.faq dd.q2 {
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 2em;
}
dl.faq dd {
    font-size: 14px;
    margin-left: 2em;
}

.priceHyo{text-align:center; margin:5px 0 20px;}
.priceHyo table {width:90%;} 
.priceHyo .table_font{
	color:#727171;
	font-size:12px;
	font-weight:normal;
}
.priceHyo td{
	text-align:center;
	font-size:16px;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:7px;
	width:50%;
}
.priceHyo .top {border-top:1px solid #cfcfcf;}

.priceHyo .right_line{
	border-right:1px solid #cfcfcf;
}


/*右サイド*/
.lnav{width:296px; display:block; float:right; position:relative; background-color:#fff; margin:0 0 0 4px; text-align:center;}

.lbnrRadius01 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#43c8ae;
	padding:6px 0 4px 45px;
	text-align:center;
	behavior: url(ie_css3/PIE.htc);
}

.lbnrRadius01 ul {
	list-style:none;
}
.lbnrRadius01 ul li {
	float:left;
	padding:0 10px 0 0;
}
.lbnrRadius01 ul li a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.lbnrRadius01 ul li a:hover {
	color:#dbf8f2;
}

.lbnrRadius02 a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#43c8ae;
	padding:6px 0 4px 20px;
	behavior: url(ie_css3/PIE.htc);
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-size:21px;
	display:block;
	margin:20px 0 3px;
}

.lbnrRadius02 a:hover {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#dbf8f2;
	behavior: url(ie_css3/PIE.htc);
	color:#43c8ae;
	display:block;
}

.lbnrRadius03 ul {
	list-style:none;
}
.lbnrRadius03 ul li a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#eee;
	padding:6px 0 4px 20px;
	behavior: url(ie_css3/PIE.htc);
	text-align:left;
	text-decoration:none;
	color:#000;
	font-size:16px;
	display:block;
	margin:3px 0;
}
.lbnrRadius03 ul li a:hover {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#dbf8f2;
	behavior: url(ie_css3/PIE.htc);
	color:#43c8ae;
	display:block;
}

.hyo{text-align:center;}
.hyo table {width:100%;} 
.th{text-align:center; background-color:#669999; color:#FFF; font-size:12px; border-top:1px solid #cfcfcf; border-left:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; padding:3px 3px 1px;}	
.table_font{
	color:#727171;
	font-size:12px;
	font-weight:normal;
}
.td{
	text-align:center;
	font-size:10px;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:3px;
	background:#fff;
}
.td2{
	text-align:left;
	font-size:12px;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.top{border-top:1px solid #cfcfcf;}

.right_line{
	border-right:1px solid #cfcfcf;
}
#hyo ul {margin:10px 0;}
#hyo ul li {list-style:none; float:left; margin-right:3px;}

.smartMenu {
	display:none;
}

.footerBorder {
	border-top:3px solid #43c8ae;
}

.footerUpper {
	border-top:2px solid #fff;
	background:#dbf8f2;
}

.footerContents {
	width:1170px;
	margin:0 auto;
	padding:10px 0 20px;
}

.footerHyo{text-align:center; margin:10px 0;}
.footerHyo table {width:90%;} 
.footerHyo .th{text-align:center; background-color:#669999; color:#FFF; font-size:16px; border-top:1px solid #cfcfcf; border-left:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; padding:10px 10px 6px;}	
.footerHyo .table_font{
	color:#727171;
	font-size:12px;
	font-weight:normal;
}
.footerHyo .td{
	text-align:center;
	font-size:16px;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:7px;
}
.footerHyo .td2{
	text-align:left;
	font-size:12px;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.footerHyo .top{border-top:1px solid #cfcfcf;}

.footerHyo .right_line{
	border-right:1px solid #cfcfcf;
}

/*フッター*/
#footer {background:#43c8ae; height:70px; min-width:100%; width:auto;}
#footer01 {width:1170px; margin:0 auto;}
#footer01 ul {
	float:left;
	list-style:none;
	padding:40px 0 0;
}
#footer01 ul li {
  display: inline-block;
}
#footer01 ul li a {
	color:#000;
	font-size:10px;
	text-decoration:none;
}
#footer01 ul li a:hover {
	color:#dbf8f2;
}
#footer01 ul li + li:before {
  padding: 0 5px;
  color: #000;
  content: "|\00a0";
}
#footer01 > .active {
  color: #777;
}
#footer01 p.copyF {float:right; color:#000; font-size:10px; padding:30px 0 0;}
#footer02 {display:none;}

/* 上へ戻る */
#back-top a {
    bottom: 65px;
    right: 30px;
    position: fixed;
	z-index:20;
}
/*#back-top a:hover {
    bottom: 65px;
    right: 30px;
    position: fixed;
	z-index:20;
}*/

/* インプラント関連 */
.implant01 {
	border:#92c721 solid 1px; 
	background-color:#f7fdd0;
	padding:5px; width:300px; 
	float:left; 
	margin-right:8px; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

.implant02 {
	border:#92c721 solid 1px; 
	font-size:16px; 
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	color:#ae8b00; 
	font-weight:bold; 
	padding:3px; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #ccf38e), color-stop(0.00, #edfabe));
	background: -webkit-linear-gradient(top, #edfabe 0%, #ccf38e 96%);
	background: -moz-linear-gradient(top, #edfabe 0%, #ccf38e 96%);
	background: -o-linear-gradient(top, #edfabe 0%, #ccf38e 96%);
	background: -ms-linear-gradient(top, #edfabe 0%, #ccf38e 96%);
	background: linear-gradient(top, #edfabe 0%, #ccf38e 96%);
}

.implant03 {border:#a1a39d solid 1px; 
	background-color:#f2f3eb; 
	padding:5px; 
	width:300px; 
	float:left; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

.implant04 {
	border:#888985 solid 1px; 
	font-size:16px; 
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	font-weight:bold; 
	padding:3px; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #dddddd), color-stop(0.00, #fbfbfb));
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 96%);
	background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 96%);
	background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 96%);
	background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 96%);
	background: linear-gradient(top, #fbfbfb 0%, #dddddd 96%);
}

.imFeature01 {
	border-bottom:1px dashed #aaa; 
	font-size:12px; 
	padding:10px 0;
}

.imFeature02 {
	border: #689fca solid 1px; 
	float:left; 
	padding:8px; 
	width:200px; 
	height:80px; 
	font-size:18px; 
	font-weight:bold; 
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	margin:0 10px; 
	background-position:center; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #d5ebfc), color-stop(0.00, #f5f9fc));
	background: -webkit-linear-gradient(top, #f5f9fc 0%, #d5ebfc 96%);
	background: -moz-linear-gradient(top, #f5f9fc 0%, #d5ebfc 96%);
	background: -o-linear-gradient(top, #f5f9fc 0%, #d5ebfc 96%);
	background: -ms-linear-gradient(top, #f5f9fc 0%, #d5ebfc 96%);
	background: linear-gradient(top, #f5f9fc 0%, #d5ebfc 96%); text-align:center;
}

.imPrice01 {
	border:#c5cdb4 1px solid; 
	background-color:#eefdc4; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	width:580px; 
	margin:10px auto; 
	padding:5px;
}

.imPrice02 {
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	font-weight:bold; 
	font-size:16px; 
	float:left; 
	border:#b3baa4; 
	padding:8px; 
	background-color:#b3ea5a; 
	color:#0644b7; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #b2e758), color-stop(0.00, #daf296));
	background: -webkit-linear-gradient(top, #daf296 0%, #b2e758 96%);
	background: -moz-linear-gradient(top, #daf296 0%, #b2e758 96%);
	background: -o-linear-gradient(top, #daf296 0%, #b2e758 96%);
	background: -ms-linear-gradient(top, #daf296 0%, #b2e758 96%);
	background: linear-gradient(top, #daf296 0%, #b2e758 96%);
	margin-right:10px;
}

/* 歯周病関連 */
.shisyuFlow {
	border: #38952c solid 1px; 
	float:left; 
	padding:8px; 
	width:180px; 
	height:50px; 
	font-size:18px; 
	font-weight:bold; 
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	margin:0 10px; 
	background-position:center; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #eefbcb), color-stop(0.00, #f8fcf2));
	background: -webkit-linear-gradient(top, #f8fcf2 0%, #eefbcb 96%);
	background: -moz-linear-gradient(top, #f8fcf2 0%, #eefbcb 96%);
	background: -o-linear-gradient(top, #f8fcf2 0%, #eefbcb 96%);
	background: -ms-linear-gradient(top, #f8fcf2 0%, #eefbcb 96%);
	background: linear-gradient(top, #f8fcf2 0%, #eefbcb 96%); text-align:center; color:#38952c;
}

/* レーザー関連 */
.laFeature {
	border: #689fca solid 1px; 
	margin:10px 0 0; 
	padding:8px 0; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

/* 保険外治療価格テーブル */
table.priceAccount {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#62b9d4;
	color:#2f2120;
}
table.priceAccount th {
	padding:7px;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#62b9d4;
	color:#FFF;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
}
table.priceAccount td {
	padding:7px;
	font-weight:normal;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#FFF;
	font-size:12px;
}

/* 歯周病テーブル */
table.shisyuTa {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#62b9d4;
	color:#2f2120;
	width:382px;
}
table.shisyuTa th {
	padding:7px;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#62b9d4;
	color:#FFF;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
}
table.shisyuTa td {
	padding:7px;
	font-weight:normal;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#FFF;
	font-size:12px;
}

.grayRadius {
	border:3px solid #999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#eee;
	padding: 10px 20px;
	margin-bottom:10px;
	behavior: url(ie_css3/PIE.htc);
}

.spMenu {
	display:none;
}

@media screen and (min-width: 641px){
.fix_btn_sp {
    display: none;
}	
}	
	
@media screen and (max-width: 640px){
.fix_btn_sp {
    position: fixed;
    right: 0px;
    z-index: 9999;
    background: #f2ede9;
    border-top: 2px solid #43c8ae;
    padding: 5px 5px;
    width: 100%;
    height: 40px;
    bottom: 0;
    display: block;
}
}
	
	
@media screen and (max-width: 640px){
.fix_btn_sp_box {
    width: 310px;
    margin: 0 auto;
}	
}
	
.fix_btn_tel a {
    color: #FFFFFF;
}
.fix_btn_tel a {
    background: #9c3;
    width: 150px;
    float: left;
}
	
@media screen and (max-width: 640px){
a.tel_number {
    text-decoration: none;
}
}
	
@media screen and (max-width: 640px){
.fix_btn_tel a {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 0 3px 5px;
    box-sizing: border-box;
}
}
	
@media screen and (max-width: 640px){
.fix_btn_link a {
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    background: #43c8ae;
    color: #ffffff;
    padding: 12px 0 8px 3px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
}
}	
	
@media screen and (max-width: 640px){
p.fix_btn_link {
    width: 150px;
    float: right;
    margin-top: 0;
    margin-left: 10px;
}	
}

@media screen and (min-width: 641px){
#footer04 {background-color:#0c2b15; text-align:center; padding:5px 0; margin-top:5px;}
}	
	
@media screen and (max-width: 640px){
	#footer04 {
	background-color:#0c2b15; 
		text-align:center; 
		padding:5px 0; 
		margin-top:5px;
		padding-bottom: 60px;	
	}
}

#footer04 strong {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
}

.insta_btn{/*ボタンの下地*/
    /*color: #FFF;文字・アイコン色*/
    /*border-radius: 7px;角丸に*/
    position: relative;
    display: inline-block;
    height: 70px;/*高さ*/
    width: 296px;/*幅*/
    text-align: center;/*中身を中央寄せ*/
    /*font-size: 25px;文字のサイズ*/
    /*line-height: 50px;高さと合わせる*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
    text-decoration:none;/*下線は消す*/
}

.insta_btn:before{/*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*全体を覆う*/
    height: 100%;/*全体を覆う*/
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn:hover {
    opacity: 0.5;
    transition: .5s;
}

.insta_btn .fa-instagram{/*アイコン*/
    font-size: 40px;/*アイコンサイズ*/
    position: relative;
    bottom: 21px;/*アイコン位置の微調整*/
    color: #FFF;/*文字・アイコン色*/
}

/*.insta_btn2 span {
display:inline-block;
position: relative;
top: 10px;
color: #FFF;
transition: .5s
}*//*テキスト*/
.insta_btn img {
    display:inline-block;
    position: relative;
    transition: .5s
}
/*.insta_btn2:hover img{
-webkit-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
}*//*ホバーで一周回転*/

.wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
