@charset "utf-8";
/*
//	onishi
//	index用
*/


/* Import CSS
---------------------------------------------*/
@import url(layout-basic.css);

/* メインメニュー
--------------------------------------------- */
#dropmenu{
	display: none;
}


/* コンテンツ
--------------------------------------------- */
/* flexbox */
.flexbox-p01 {
	-webkit-justify-content:center;/*左右中央寄せ*/
	justify-content:center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items:flex-start;/*上下中央寄せ*/
	align-items:flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}

/* コンテンツ　メイン */
div.main-top{
	margin:0 0 20px 0;
}

div.booklet{
	width:85%;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius:10px;
	padding:15px;
}

div.link-botan{
	width:100%;
}

/* インプラント */
div.implant-ct{
	border:3px solid #8dda68;
	border-radius:10px;
	margin:0px 0;
	padding:0px 10px 10px 10px;
}
div.implant-l{
	width:13%;
	float:left;
	margin:0 0 5px 0;
}
div.implant-r{
	width:85%;
	float:right;
	margin:15px 0 0 0;
}
img.new{
	width:40px;
}

p.implant-catch-s{
	color:#369a06;
	font-size:14px;
	font-weight:600;
}
p.implant-catch-l{
	color:#369a06;
	font-size:20px;
	font-weight:600;
}

/* 総入れ歯 */
div.denture{
	border:3px solid #a9a2ce;
	border-radius:10px;
	margin:20px 0;
	padding:0px 10px 10px 10px;
}
div.denture-l{
	width:20%;
	float:left;
	margin:15px 0 5px 0;
}
div.denture-r{
	width:78%;
	float:right;
	margin:15px 0 0 0;
}
p.denture-catch-s{
	color:#67379a;
	font-size:14px;
	font-weight:600;
}
.denture-catch-l{
	color:#67379a;
	font-size:20px;
	font-weight:600;
	margin:0 0 10px 0;
}




table.practice-time{
	width:98%;
	margin:0 auto 0 auto;
	text-align: left;
	border:2px solid #353f5d;
}
table.practice-time th{
	padding:3px 5px;
	background:#c5e7f7;
	border:2px solid #353f5d;
	font-weight:normal;
	
}
table.practice-time td{
	padding:3px 5px;
	border:2px solid #353f5d;
}
table.practice-time td.em-time{
	background:#e0ffff;
}

div.map{
	margin:0 0 20px 0;
}


/*トランクルームをお探しの方へ（フレキシブルボックス）*/
.application-scene {
}
.application-scene section.col-1 {
	-webkit-flex: 1;
	flex: 1;
	width:95%;
	margin:0 auto 15px auto;
	background: url(../../images/index/sora01-bg.jpg)  repeat-x;
	padding:10px 0;
	
}
.application-scene section.col-2 {
	-webkit-flex: 1;
	flex: 1;
	width:95%;
	margin:0 auto 15px auto;
	background: url(../../images/index/sora02-bg.jpg) repeat-x;
	padding:5px 0;
}

.application-scene section.col-3 {
	-webkit-flex: 1;
	flex: 1;
	width:95%;
	margin:0 auto 0 auto;
	background: url(../../images/index/sora03-bg.jpg) repeat-x;
	padding:5px 0;
	
}
.application-scene h3 {
	color: #003366;
	font-size:24px;
	text-align:center;
	margin:10px 0 5px 0;
	font-weight:900;
	}
div.scene{
	text-align:center;
	margin:0 auto 17px auto;
	width:243px;
	background:#FFF;
	border-radius:8px;

}

img.sound {
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
}
div.top-blog {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}
div.top-blog iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


/*==*/
@media print, screen and (min-width : 768px) {
/* ヘッダー
--------------------------------------------- */

#main-blue {
	background: #66bdff;
	box-shadow: 0px -8px 10px -8px #cae5fc inset;
	margin: 0;
	height: 125px;
}

/* コンテンツ
--------------------------------------------- */
/* コンテンツ　メイン */
div.main-top{
	margin:0 0 0px 0;
}
div.booklet{
	width: 100%;
}
div.booklet-l{
	width:67%;
	
}
div.booklet-r{
	width:30%;
	text-align: right;
}
div.link-botan{
	width:47%;
	margin:0 8px;
	text-align:center;
}

table.practice-time{
	width: auto;
	margin:0 0 10px 0;
	text-align:center;
}
table.practice-time th{
	padding:3px 20px;
	
}
table.practice-time td{
	padding:10px 20px;
}
/* インプラント */
div.implant-ct{
	border:3px solid #8dda68;
	border-radius:10px;
	margin:20px 0;
	padding:0px 10px 10px 10px;
}
div.implant-l{
	width:13%;
	float:left;
	margin:0 0 5px 0;
}
div.implant-r{
	width:85%;
	float:right;
	margin:15px 0 0 0;
}
img.new{
	width:40px;
}

p.implant-catch-s{
	color:#369a06;
	font-size:14px;
	font-weight:600;
}
p.implant-catch-l{
	color:#369a06;
	font-size:20px;
	font-weight:600;
}

/* 総入れ歯 */
div.denture{
	border:3px solid #a9a2ce;
	border-radius:10px;
	margin:20px 0;
	padding:0px 10px 10px 10px;
}
div.denture-l{
	width:20%;
	float:left;
	margin:15px 0 5px 0;
}
div.denture-r{
	width:78%;
	float:right;
	margin:15px 0 0 0;
}
p.denture-catch-s{
	color:#67379a;
	font-size:14px;
	font-weight:600;
}
.denture-catch-l{
	color:#67379a;
	font-size:20px;
	font-weight:600;
	margin:0 0 10px 0;
}


/*  */
div.philo {
    width: 980px;
    height:auto;
	margin: 0px auto 10px auto;
	padding: 20px 0 0 0;
}
div.philo img{
border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
}

/*トランクルームをお探しの方へ（フレキシブルボックス）*/
.application-scene {
	display: -webkit-flex;
	display: flex;
	margin:0 0px 40px 0px;
}
.application-scene section.col-1 {
	-webkit-flex: 1;
	flex: 1;
	width:330px;
	margin:0 48px 0 0px;
	background: url(../../images/index/sora01-bg.jpg) no-repeat ;
	padding:10px 0;
	
}
.application-scene section.col-2 {
	-webkit-flex: 1;
	flex: 1;
	width:330px;
	margin:0 48px 0 0px;
	background: url(../../images/index/sora02-bg.jpg) no-repeat ;
	padding:5px 0;
}

.application-scene section.col-3 {
	-webkit-flex: 1;
	flex: 1;
	width:330px;
	margin:0px;
	background: url(../../images/index/sora03-bg.jpg) no-repeat ;
	padding:5px 0;
	
}
.application-scene h3 {
	color: #003366;
	font-size:24px;
	text-align:center;
	margin:10px 0 5px 0;
	font-weight:900;
	}
div.scene{
	text-align:center;
	margin:0 auto 17px auto;
	width:243px;
	background:#FFF;
	border-radius:8px;
}

img.sound {
	width: 120px;
	margin-top: -30px;
	margin-right: 20px;
}
div.top-blog {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}
div.top-blog iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
}