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

page-esthetic-dentistry.css　審美歯科ページcss

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
#page-esthetic-dentistry.page-lower #mainvisual.v2 {
	background-image: url(../images/esthetic-dentistry/mainvisual-bg.jpg)
}

/*============================================================
 セクション共通
*============================================================*/
#page-esthetic-dentistry .section ul.disc.grid.row1 {
	grid-template-rows: repeat(1, auto);
}
#page-esthetic-dentistry .section ul.disc.grid.row2 {
	grid-template-rows: repeat(2, auto);
}


/*============================================================
 ミライズ総合歯科が考える審美性
*============================================================*/
#page-esthetic-dentistry #sec-combi h2 {
	text-align: center;
}
#page-esthetic-dentistry #sec-combi .text {
	max-width: 800px;
	margin: 0 auto;
}

/*============================================================
 審美歯科メニュー
*============================================================*/
#page-esthetic-dentistry #sec-menu .bg-color {
	margin-bottom: 80px;
}

/*============================================================
 審美歯科のメリット・デメリット
*============================================================*/
#page-esthetic-dentistry #sec-merit h2 {
	text-align: center;
}

/*============================================================
 費用
*============================================================*/
#page-esthetic-dentistry #sec-cost .data-list .item .label {
	width: 200px;
}
#page-esthetic-dentistry #sec-cost .data-list .item .data {
	width: calc(100% - 224px);
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-esthetic-dentistry #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-esthetic-dentistry #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-esthetic-dentistry #mainvisual  {
    }

    /*============================================================
     費用
    *============================================================*/	
	#page-esthetic-dentistry #sec-cost .data-list .item .label {
		width: 100%;
	}
	#page-esthetic-dentistry #sec-cost .data-list .item .data {
		width: 100%;
	}
	

}
