@charset "utf-8";

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

    base

-----------------------------------*/
html {
    height: 100%;
}


body {
    height: 100%;
    background: #fff;
    font-family: 'メイリオ',Meiryo, sans-serif,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

.wrapper a,
.wrapper a::before,
.wrapper a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wrapper img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}


.overlay_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

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

    common setting

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

/* text layout
---------------------------- */
.tal { text-align: left;}
.tar { text-align: right;}
.tac { text-align: center;}


/* text link
---------------------------- */
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #888; text-decoration: underline; }
a:active  { color: #888; text-decoration: underline; }
a:focus, *:focus { outline:none; }


.streetview { 
max-width: 1000px; 
width: 100%; 
margin: 20px auto;

}


/****************************************PC************************************************/
/*-----------------------------------

    layout

-----------------------------------*/
.wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    height: 100%;
}


.btn_style {
    width: 200px;
    height: auto;
    margin: 0 auto;
}
.btn_style a {
    display: block;
    width: auto;
    height: auto;
    /*background: #ff9f8e;*/
    filter:none;
    /*-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);*/
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    background-color: #00a99d;
    background-image: -webkit-linear-gradient(top, #4abfb6, #00a99d);
    background-image: linear-gradient(to bottom, #4abfb6, #00a99d);
    border-radius: 4px;
    /*color: #fff;*/
    /*line-height: 50px;*/
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn_style a:hover {
	/*background: #39d7cb;*/
	border:1px solid #4abfb6;
	background-color: #39d7cb;
	background-image: -webkit-linear-gradient(top, #39d7cb, #4abfb6);
background-image: linear-gradient(to bottom, #39d7cb, #4abfb6);
}

.btn_style a,
.btn_style a::before,
.btn_style a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_pageTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    
    width: 60px;
    height: 60px;
    line-height: 1px;
    text-decoration: none;
}


.view_pc {
    display: block;
}


.view_pc_tb {
    display: block;
}


.view_tb {
    display: block;
}


.view_sp {
    display: none;
}


.br_block {
    display: inline;
}

.contents_block img {
    max-width: 100%;
}



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

    header area

-----------------------------------*/
#header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}
#header_menu_block{
    width: 100%;
    background: #fff;
	margin-bottom:10px;
}

.header_block, .header_menu, .sub_menu  {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
}
.header_block {
    margin: 25px auto;
}
.header_block h1 {
    display: block;
    float: left;
    width: 45%;
}


.header_block h1 a {
    display: block;
}
.header_block h1 img {
    width: 100%;
	max-width:437px;
}

/* 1-1. header_right_box-------------------------- */


.header_right_box {
    width: 55%;
    float: right;
    text-align: right;
}
.header_right_box img {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
}
.pc_tel {
	max-width:255px;
	width:100%;
}
.pc_inq {
	max-width:204px;
	width:100%;
	margin-left:15px !important;
}
.header_right_box .btn_tell,
.header_right_box .btn_inq,
.header_right_box .btn_menu {
    display: none;
}
.header_menu{
    height: 56px;
    padding: 0;
}
.submenu {
    z-index: 1000;
    width: 100%;
    background: #f8f8f8;
    max-width: 1000px;
    margin: 0 auto;
    display: none;
}
.header_sub_menu{
    background-color: #F8F8F8;
    position: absolute;
    z-index: 110;
    float:left;
    width: 100%;
    margin: 0;
}

.g_nav_sub_row{
    height:20px;
    padding: 5px 10px;
}

.header_menu .g_nav {
    display: block;
	background: url(../asset/nav_line.png) no-repeat left top;
	padding:0 1px;
}


.header_menu .g_nav li {   
    display: block;
    float: left;
	background: url(../asset/nav_line.png) no-repeat right top;
}

.header_menu .g_nav li.nav01 {
    padding: 0;
    width: 16.6666%;
    text-align: center;
    height: 56px;
    position: relative;
}
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
    padding: 0;
    width: 16.6666%;
    text-align: center;
    height: 56px;
    position: relative;
}
.header_menu .g_nav li.nav07 { 
    float: right;
}

.header_menu .g_nav li a,
.header_menu .g_nav li span {
    font-size: 15px;
    padding-bottom: 16px;
    padding-top: 18px;
    line-height: 1.5;
    display: block;
    cursor: pointer;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
    text-decoration: none;
    color: #fff;
	background: url(../asset/nav_line.png) no-repeat right top #009E96;
}
.header_menu .g_nav li:hover > .submenu{
    display:block;
}
/* pull down */
.g_nav_sub_row {
    height: auto;
    padding: 0;
	width: 100%;
}
.submenu {
    margin-top: 5px;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
    display: block;
    line-height: normal;
    padding: 10px 0;
    background: #56BCB7;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background:#9ed0cd;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
}

.header_sub_menu {
    margin: -5px 0 0 0;
}

img.english {
	
width: 120px;
margin-bottom: 5px;

}

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

    Footer

-----------------------------------*/
#footer {
    position: relative;
    z-index: 600;
    background: #D8FFD0;
	border-top:4px solid #D8FFD0;
	padding-top:40px;
}


.footer_block {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}


.footer_block_in {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}


.footer_nav_box.first {
    display: block;
    float: left;
    width: 32%;
    min-height: 300px;
}


.footer_nav_box.second {
    display: block;
    float: left;
    width: 32%;
	/*margin-top:80px;*/
    min-height: 300px;
    border-right: none
}


.footer_nav_box .footer_ttl {
    padding: 0 0 50px 0;
    color: #999;
    font-size: 26px;
	line-height:1;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#00685f;
	font-weight:bold;
}


ul.footer_nav {
    display: block;
    padding: 0;
	/*width: 30%;*/
	display: inline-table;
}


ul.footer_nav li {
    display: block;
    margin-bottom: 1em;
}
ul.footer_nav li:last-child {
    margin-bottom: 0;
}


ul.footer_nav li a {
    color: #00685f;
    text-decoration: none;
}
ul.footer_nav li a:hover {
	text-decoration:underline;
}

ul.footer_nav li a.inner_nav_head {
    display: inline-block;
    margin-bottom: 0.7em;
}


ul.footer_nav li.inner_nav li {

    margin: 0 0 0.7em 1em;
}


ul.footer_nav li.inner_nav li:last-child {
    margin: 0 0 0 1em;
}


.footer_access_box {
    display: block;
    float: left;
    width: 32%;
    min-height: 300px;
    padding: 0;
    border-left: none;
}


.footer_access_box .footer_ttl {
    padding: 0 0 50px 0;
    color: #999;
    font-size: 26px;
	line-height:1;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#00685f;
	font-weight:bold;
}


.footer_access_box p.access_txt {
    padding: 0 0 1em 0;
    color:#00685f;
    line-height: 1.6;
}


.footer_access_box p:last-child {
    padding-bottom: 0;
}


ul.footer_guide {
    clear: both;
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 1000px;
}

ul.footer_guide li {
    display: block;
    float: left;
	margin-right:10px;
	margin-bottom:10px;
}


ul.footer_guide li a {
    display: block;
    padding: 0 10px 0 16px;
    
    background: url(../asset/arrow_pc.png) no-repeat left 8px;
    -webkit-background-size: 9px auto;
    -moz-background-size: 9px auto;
    background-size: 9px auto;
    
    color: #00685f;
    text-decoration: none;
    font-size: 100%;
}
ul.footer_guide li a:hover {
	text-decoration:underline;
}

ul.footer_guide li.copyright {
    float: right;
    color: #00685f;
    font-size: 100%;
	margin-right:0;
	margin-bottom:0;
	text-align: right;
}

.access_txt a {
    cursor: text;
}
.access_txt a:hover {
    text-decoration: none;
    color: #333;
}





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

    TOP backdrop

-----------------------------------*/
.top .backdrop_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.top .backdrop {
    position: relative;
    width: 100%;
    height: 830px;
    background: url("http://www.nagoya-mizuho-dental.com/asset/block01_pc.jpg") no-repeat center top;
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    background-size: 1800px auto;
}


.top .backdrop02 {
    position: relative;
    width: 100%;
    height: 830px;
    background: url("http://www.nagoya-mizuho-dental.com/asset/block02_pc.jpg") no-repeat center top;
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    background-size: 1800px auto;
}





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

    TOP Main Image

-----------------------------------*/
#mainimage {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: 234px;
}

.headmenu{
    margin-bottom:15px;
}
.top .main_contents {
    width: 100%;
    height: 794px;
    
    background: url("../asset/main_pc_img_2209.jpg") no-repeat center top;
    -webkit-background-size: 1600px auto;
    -moz-background-size: 1600px auto;
    background-size: 1600px auto;
}
.main_img {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .main_img img {
	  width:98%;
  }
  *::-ms-backdrop, .top .main_contents {
	  height:782px;
  }
}

.top .main_contents.bg_none {
    background: none !important;
}


.top .main_contents .main_txt {
    position: relative;
    width: 100%;
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

/*------------------------------------------メイン画像上のテキスト--------------------------------------------------------------*/

.top .main_contents .main_txt_in {
    position: absolute;
    top: -480px;
    right:auto;
    left:40px;
    opacity: 0;
}


.top .main_contents .effect_box01 {
    position: relative;
}


.top .main_contents .main_txt p {
    line-height: 1.5;
    text-align: left;
    font-size: 22px;
}
.top .main_contents .main_txt .lead_txt {
   font-family: "メイリオ","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
    font-size: 30px;
    /*text-shadow: 1px 1px 6px #a4a9af;*/
	font-weight:bold;
	color:#221e1f;
}

.top .main_contents .main_txt .lead_txt2 {
   font-family: "メイリオ","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
    font-size: 14px;
    text-shadow: 1px 1px 6px #a4a9af;
	color: #00665e;
}


.top .link_box01 {
    display: block;
    width: 100%;
    height: 180px;
    background: #d8ffcf;
}


.top .link_box01 .link_box01_in {
    display: block;
    width: 100%;
	max-width: 1000px;
    height: 180px;
    margin: 0 auto;
}


.top .link_box01 .link_box01_in .lead_txt {
    display: block;
    float: left;
	color:#282720;
	font-size:20px;
	font-weight:bold;
    width: auto;
    height: 20px;
    margin: 80px 0;
    line-height: 1;
}

.top .link_box01 .link_box01_in .lead_txt2 {
    display: block;
    float: left;
	color:#5e523d;
	font-size:20px;
    width: auto;
    height: 20px;
    margin: 80px 0;
    line-height: 1;
}

.top .link_box01 .btn_style {
    display: block;
    float: right;
    width: 260px;
    height: 50px;
}


.top .link_box01 .btn_style a {
    display: block;
    width: 260px;
    padding: 17px 0;
height: 16px;
    margin: 60px auto;
    line-height: 1;
}





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

    content

-----------------------------------*/
#content {
    width: 100%;
    background: #fff;
    padding: 20px 0;
	margin-bottom:80px;
}

.top #content {
    position: relative;
    z-index: 200;
    
    padding: 0;
}

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

    TOP Contents01

-----------------------------------*/
.top .contents01 {
    position: relative;
    width: 100%;
    height: 810px;
    background: url("../asset/contents01_pcbg.png") no-repeat center top;
    -webkit-background-size: 1600px auto;
    -moz-background-size: 1600px auto;
    background-size: 1600px auto;
	margin-bottom:100px;
}

.top .contents01 img {
    float: left;
    width: 100%;
}

.top .contents01_in {
    position: relative;
    width: 100%;
	max-width: 1000px;
    height: 913px;
    margin: 0px auto;
    overflow: hidden;
}


.top .contents01_inner_box {
    position: absolute;
    top: 270px;
    left: 0;
    height: auto;
}


.top .contents01_in .effect_box02 {
    position: relative;
}


.top .contents01 .col_box {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 70px 0;
}


.top .contents01 .col_box_in {
    width: auto;
    padding: 20px 20px 50px 20px;
}


.top .contents01 .col_box .col_img {
    display: block;
    float: left;
    width: 35%;
    max-width: 350px;
    margin-right: 6%;
}


.top .contents01 .col_box .col_content {
    display: block;
    float: left;
    width: 55%;
}


.top .contents01 .col_box .col_content p {
    padding-bottom: 1em;
    line-height: 1.6;
	font-size:18px;
}


.top .contents01 .col_box .col_content .lead_txt {
    padding-bottom: 20px;
	padding-left:10px;
	color:#00a99d;
	font-size:33px;
	font-family:"メイリオ", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
}


.top .contents01 .col_box .col_content .lead_txt span {
    font-size: 26px;
}


.top .contents01 .col_box .btn_style {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
}


.top .contents01 .col_box .btn_style a {
    display: block;
    float: right;
    max-width: 300px;
	width:100%;
    height: 26px;
    margin: 0;
    padding: 7px 0;
}


.top .link_box02 {
    display: block;
    width: 100%;
    
    background: url("http://www.nagoya-mizuho-dental.com/asset/link_bg_2.png") repeat left top;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    background-size: 10px;
}


.top .link_box02_in {
    display: block;
    width: 100%;
	max-width: 1000px;
    height: 90px;
    margin: 0 auto;
}


.top .link_box02_in .lead_txt {
    display: block;
    float: left;
    width: auto;
    height: 90px;
    margin: 0 20px 0 0;
    line-height: 90px;
}


.top .link_box02_in .btn_style {
    display: block;
    float: left;
    width: 200px;
    height: 90px;
}


.top .link_box02_in .btn_style a {
    display: block;
    width: 200px;
    height: 50px;
    margin: 20px auto;
    line-height: 50px;
}




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

    TOP contents02

-----------------------------------*/
.top .contents02 {
    position: relative;
    background: #fff;
    padding: 0;
	margin-bottom:70px;
}


.top .contents02_in {
    width: 100%;
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
}


.top .contents02 .menu_box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


.top .contents02 .menu_box li {
/*
    position: relative;
    display: table-cell;
    width: 32%;
*/
    float: left;
    width: 32%;
    box-sizing: border-box;
    margin: 0 0.65% 3%;
    text-align: center;

}


.top .contents02 .menu_box li.blank {
    display: table-cell;
    width: auto;
    text-indent: -9999px;
}


.top .contents02 .menu_box li .space_box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.top .contents02 .menu_box li .space_box .menu_effect_box img {
    width: 100%;
}

.top .contents02 .menu_box li .menu_effect_box {
    display: block;
    width: 100%;
    /*height: 320px;*/
    opacity: 0;
}


.top .contents02 .menu_box li a {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}


.top .contents02 .menu_box li a .layer01 {
    display: none;
    width: 100%;
    height: auto;
}


.top .contents02 .menu_box li a .layer02 {
    display: block;
    width: 100%;
    height: auto;
}


.top .contents02 .menu_box li a .layer03 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: auto;
}


.top .contents02 .menu_box li a .layer04 {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
}


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

    TOP contents03

-----------------------------------*/
.reserve img{
		width:auto !important;
}



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

    Under mainimage

-----------------------------------*/
.policy.under #mainimage {
    margin-top: 234px;
    background: url("../asset/policy_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}
.medical.under #mainimage {
    margin-top: 234px;
    background: url("../asset/medical_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}

.este.under #mainimage {
    margin-top: 234px;
    background: url("../asset/este_main_01_2209.jpg") no-repeat center top #fff;
    height: 210px;
    text-indent: 0;
}
.staff.under #mainimage {
    margin-top: 234px;
    background: url("../asset/steff-all.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}
.access.under #mainimage {
    margin-top: 234px;
    background: url("../asset/access_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}
.fee.under #mainimage {
    margin-top: 234px;
    background: url("../asset/fee_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}
.white.under #mainimage {
    margin-top: 234px;
    background: url("../asset/white_main_01_2209.jpg") no-repeat center top #fff;
    height: 210px;
    text-indent: 0;
}
.cleaning.under #mainimage {
    margin-top: 234px;
    background: url("../asset/cleaning_main_01_2209.jpg") no-repeat center top #fff;
    height: 210px;
    text-indent: 0;
}

.beauty.under #mainimage {
    margin-top: 234px;
    background: url("../asset/beauty_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}

.clinic.under #mainimage {
    margin-top: 234px;
    background: url("../asset/clinic_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}

#blogBody.under #mainimage {
    margin-top: 234px;
    background: url("../asset/clinic_main.jpg") no-repeat left top #FAF4F1;
    height: 210px;
    text-indent: 0;
}
.under #mainimage h2 {
    font-size: 52px;
	color:#009e96;



    padding-top: 60px;
	/*text-align:right;*/
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}

.under .main_contents {
    position: relative;
    width: 100%;
    height: 210px;
    
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    background-size: 1800px auto;
    
    text-indent: -9999px;
}





.under .main_contents img {
    display: none;
}


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

    english page

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

/*--
.en #mainimage {
    background: none;
    height: 386px;
    margin-top: 110px;
    text-indent: 0;
}


.en .main_contents {
    background: url("../asset/main_pcimg.jpg") no-repeat scroll center top / 1600px auto rgba(0, 0, 0, 0);
    height: 796px!important;
    margin: 0 auto;
}


.en iframe {
    border: medium none;
    float: left;
    margin-right: 30px;
}


.en #footer {

      padding-top: 10px;

}
@media screen and (max-width: 767px) {
   .en .main_contents {
        min-height: inherit;
        height: auto;
        background: url("../asset/main_spimg.jpg") no-repeat center top;
		background-size: contain;
    }
}




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

  追加

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

.en #mainimage {
    background: url("../asset/main_pcimg.jpg") no-repeat center en;
}

.en .main_contents {
    width: 100%;
    height: 794px;
    
    background: url("../asset/main_pcimg.jpg") no-repeat center en;
    -webkit-background-size: 1796px auto;
    -moz-background-size: 1796px auto;
    background-size: 1796px auto;
}
@media all and (-ms-high-contrast:none){

  *::-ms-backdrop, .en .main_contents {
	  height:782px;
  }
}
.en .main_contents.bg_none {
    background: none !important;
}


.en .main_contents .main_txt {
    position: relative;
    width: 100%;
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
}


.en .main_contents .main_txt_in {
    position: absolute;
    en: -240px;
    right:auto;
	left:40px;
    opacity: 0;
}


.en .main_contents .effect_box01 {
    position: relative;
}


.en .main_contents .main_txt p {
    line-height: 1.8;
    text-align: left;
	color:#382a11;
    font-size: 22px;
}
.en .main_contents .main_txt .lead_txt {
   font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
    font-size: 24px;
    text-shadow: 1px 1px 6px #a4a9af;
}
   .en .main_contents {
    height: 785px;
	}
	    
    .en .main_contents {
        height: auto;
    }
    
    
    .en .main_contents .main_txt {
        width: auto;
        height: auto;
        margin: 0 10px;
    }
    
    
    .en .main_contents .main_txt_in {
        en: -200px;
        opacity: 1;
    }
    

    .en .main_contents {
        min-height: inherit;
        height: auto;
        background: url("../asset/main_spimg.jpg") no-repeat center en;
		background-size: contain;
    }
    
    
    .en .main_contents .main_txt {
        height: auto;
    }
    
    
    .en .main_contents .main_txt_in {
        opacity: 1;
		en:-120px;
    }
    
    
    .en .main_contents .main_txt p {
        font-size: 14px;
    }
    
    
    .en .main_contents .main_txt .lead_txt {
        font-size: 18px;
		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
    
	.en iframe {
    border: medium none;
    float: left;
    height: 250px;
    margin-right: 40px;
    width: 50%;
}
	
@media screen and (max-width: 400px) {
.en .main_contents .main_txt .lead_txt {
font-size: 14px;
}
.en .main_contents .main_txt_in {
en: -90px;
left: 10px;
}}

@media screen and (max-width: 300px) {
.en .main_contents .main_txt .lead_txt {
font-size: 12px;
}}

--+/

















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

    english page

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



/*----------blog----------*/



.blog .main_contents {
    position: relative;
    width: 100%;
    height: 210px;  
    background: url("http://www.nagoya-mizuho-dental.com/asset/img_blog_01_pc.jpg") no-repeat center top;
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    background-size: 1800px auto;
    
    text-indent: -9999px;
}


.blog .main_contents img {
    display: none;
}
.blog_search_input input {
    width: 100%;
}

/*----------inquiry----------*/
.inquiry #mainimage {
    margin-top: 160px;
    background: none;
    height: 0;
}
.inquiry .main_contents {
    position: relative;
    width: 100%;
    height: 210px;  
    background: url("http://www.nagoya-mizuho-dental.com/asset/img_inquiry_01_pc.jpg") no-repeat center top;
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    background-size: 1800px auto;
    text-indent: -9999px;
    display: none;
}


.inquiry .main_contents img {
    display: none;
}

.inquiry .inquiryLink {
    display: none;
}


/* newsList NewsDetail */
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
    margin-top: 234px;
    background: none;
    height: 0;
}
#newsList .main_contents,
#websiteNewsDetail .main_contents,
#notfoundBody .main_contents,
#sitemapBody .main_contents {
    display: none;
}
#websiteNewsDetail #content,#newsList #content {
    min-height: 350px;
	padding: 1em 0 0;
}



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

    .under contents

-----------------------------------*/
.under #content {
    margin: 0;
    padding: 3em 0;
}

.under .contents_block {
    width: auto;

    max-width: 1000px;
    margin: 0 auto;
}


.under .content_img {
    float: none;
    margin-bottom: 30px;
    line-height: 1px;
}


.content_box {
    float: none;
}



.under .content_lead {
    margin-bottom: 30px;
}


.under .content_lead p {
    line-height: 1.4;
}


.under .content_txt p {
    margin-bottom: 2em;
    line-height: 1.5;
}


.under .content_txt p:last-child {
    margin-bottom: 0;
}


.under .content_lead .content_lead_ttl {
    padding-bottom: 15px;
    line-height: 1;
    font-size: 44px;
    color: #0036bd;
    text-align: left;
}


.under .content_lead .content_lead_txt {
    font-size: 22px;
    color: #666666;
    text-align: left;
    line-height: 1;
}


.under .content_lead .content_block_ttl {
    font-size: 26px;
}


.under .effect_img img {
    margin-left: -30px;
    opacity: 0;
}





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

.under .contents01

-----------------------------------*/
.under .contents01 {
    width: 100%;
}


.under .contents01 .contents_block {
    padding: 20px 0 50px 0;
}


.under .contents01 .content_img {
    float: right;
    width: 48%;
    margin-bottom: 30px;
    line-height: 1px;
}


.under .contents01 .content_box {
    float: left;
    width: 48%;
}





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

.under .contents02

-----------------------------------*/
.under .contents02 {
    width: 100%;
    background: #ededed;
}


.under .contents02 .contents_block {
    padding: 30px 0 50px 0;
}





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

 .contents03

-----------------------------------*/
.contents03 {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.contents03 img {
    border-radius: 0 !important;
}

.under .contents03 {
    width: 100%;
    background: #fff;
}
.under .contents03 .contents_block {
    padding: 30px 0 50px 0;
}

.mosaic-block {
    position:relative;
    overflow:hidden;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;    
}
.mosaic-backdrop {
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
}
.mosaic-overlay {
    display:none;
    z-index:5;
    position:absolute;
    width:100%;
    height:100%;
    background: #290A0B no-repeat right bottom;
    top: inherit;
    right: inherit;
}
.bar2 .mosaic-overlay {
    bottom:-5rem;
    height:8rem;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}
.details p {
    padding: 10px;
    color: #fff;
}
.bar2 a { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; }






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

.under .contents04

-----------------------------------*/
.under .contents04 {
    width: 100%;
    background: #ededed;
}


.under .contents04 .contents_block {
    padding: 50px 0 50px 0;
}





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

.under .contents05

-----------------------------------*/
.under .contents05 .contents_block {
    padding: 70px 0 50px 0;
}


.under .contents05 .content_img {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 1px;
}


.under .contents05 .content_box {
    float: right;
    width: 48%;
}





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

.under .flow_contents_block

-----------------------------------*/
.under .flow_contents_block {
    display: block;
    width: 100%;
	max-width: 1000px;
    margin: 0 auto 40px auto;
}


.under .flow_contents_in {
    display: table;
    width: 100%;
}


.under .blank_block {
    display: table-cell;
    width: auto;
    text-indent: -9999px;
}


.under .flow_step_img {
    width: 59px;
    height: auto;
    margin: 0 auto 20px auto;
    line-height: 1px;
}
.under .flow_contents_block img {
    width: 100%;
}

.under .flow_step_txt {
    display: table;

    width: 100%;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 1;
    height: 60px;
}


.under .flow_step_txt span {
    display: table-cell;
    width: auto;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}





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

.under .contents06

-----------------------------------*/
.under .contents06 {
    display: table-cell;
    width: 32%;
    margin: 40px 0 50px 0;
}





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

.under .contents07

-----------------------------------*/
.under .contents07 {
    display: table-cell;
    width: 32%;
    margin: 40px 0 50px 0;
}





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

.under .contents08

-----------------------------------*/
.under .contents08 {
    display: table-cell;
    width: 32%;
    margin: 40px 0 50px 0;
}

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

/* =====================================
 5. SNS
===================================== */
#facebook {
    margin-bottom: 5px;
}

/* =====================================
 6. table
===================================== */
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center;
}
table.gnv_tmp_hours tbody th {
    width: 20%;
}

/* =====================================
 7. full_width
===================================== */
.content_width_1000 #content-top,
.content_width_1000 #content,
.content_width_1000 #content-buttom
 {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
 }
 .content_width_full #content-top,
.content_width_full #content,
.content_width_full #content-buttom
 {
    width: 100%;
 }
.under.content_width_full .contents_block {
    width: 100%;
    max-width: 100%;
 }
.gnv_tmp_width_1000 {
    table-layout: fixed;
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    display:block;
}
/* 8-2. title change -------------------------- */
.gnv_tmp_008_title_block .gnv_tmp_008_link {
    display: none;
}
.gnv_tmp_008_title_block #news h2 {
    display: none;
}
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
    padding: 10px;
    font-size: 130%;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1em;
}
.gnv_tmp_008_title_block #news .newsBt {
    top: -57px;
}


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

    .static contents

-----------------------------------*/
.static #content {
    margin: 234px auto 0;
    padding: 2em 0;
}

.static #content .contentArea {
    margin-bottom: 2em;
}
.static #content h2 {
    border-left: 3px solid #CCC;
    background: #f8f8f8;
    padding: 1em;
    margin-bottom: 1.5em;
    font-size: 110%;
}

.static #content .contentArea p {
    margin-bottom: 1em;
    line-height: 1.4em;
}



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

    notfound

-----------------------------------*/
#notfoundBody p {
    padding-bottom: 10px;
    text-align: center;
}

#notfoundBody p strong {
    font-weight: bold;
    font-size: 130%;
}
#notfoundBody form {
    text-align: center;
}

#notfoundBody form input {
    padding: 5px;
}

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

    sitemap

-----------------------------------*/
ul.sitemap_ic li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}
ul.sitemap_ic li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 10px 20px 15px;
    font-weight: bold;
    text-decoration: none;
}
ul.sitemap_ic li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ccc;
    background: none\9; /* IE8 */
}
ul.sitemap_ic li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
    background: none\9; /* IE8 */
}


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

    news_list

-----------------------------------*/
#news{
    position:relative;
}

#news h2 {
	background: none repeat scroll 0 0 #f8f8f8;
    border-left: 3px solid #ccc;
    display: block;
    padding: 10px;
    font-size: 130%;
    margin: 0 0 1em !important;
}

#news .newsBt {
    position:absolute;
    top: 15px;
    right: 10px;
	color:#00665e;
	font-weight:bold;
}
#news .newsBt:hover {
	text-decoration:underline;
}
#news dl {
    width: 100%;
    margin-bottom: 0.6em;
    border-bottom: 1px dotted #8d8d8d;
}

#news dt{
    float:none;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 0.1em;
	color:#008278;
}
#news dt .newsNew {
    margin: 0 0 0 10px;
    background: #00a99d;
    color: #fff;
    padding: 0.1em 0.3em 0;
    font-size: 70%;
	font-weight:normal;
	vertical-align: middle;
    border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */  
}
#news dd{
    float:none;
    padding: 0 10px;
    padding-bottom: 0.6em;
    width: auto;
	color:#222;
}
#news dd a {
    text-decoration: underline;
}

/* 8-4. newsDetail -------------------------- */
#newsDetail {
/*  min-height: 300px;*/
    margin-top: 10px;
}
.newsDetailBody {
    margin-top: 1em;
    padding: 0 10px 10px;
}


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

    blog

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

.blog #content img {
  max-width: 100%;
  height: auto;
  width:auto;
}
.blog #content .icon_imgs {
    width: auto !important;
}
.blog #content {
    margin-top: 0;
}

.blog #content .contentArea {
    width: 760px;
    float: left;
    margin-bottom: 10em
}

.blog #content .blogcontent {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #000;
}

.blog #content .contentArea .date {
    color: #5e523d;
    font-size: 90%;
}

.blog #content .contentArea h3 {
    font-size: 120%;
    margin-bottom: 1.4em;
}

.blog #content .blogImg {
    max-width: 100%;
    margin-bottom: 1.4em;



}

.blog #content .contributor {
    color: #999999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}

.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget{
    margin-right:5px;
}
.blog .shareBt .twitter-tweet-button{
    text-align:right;
    width:90px !important;
    vertical-align: middle;
}
.blog .shareBt .lineBt img {
    width: 88px !important;
}
.blog #content .blogside {

    float: right;
    width: 200px;
}


.blog .youtube_contents {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

.blog .youtube_contents embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blogside .archiveBox {
    margin-bottom: 2.4em;
}

.blogside h3 {
    border-top: 1px solid #000;
    color: #5e523d;
    font-weight: normal;
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    width: 100%;
    text-align: center;
}

.blogside li {
    font-size: 85%;
    line-height: 1.6em;
}

.blogside li:before {
    color: #5e523d;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}

.blogside #archiveSearch input.textbox {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #999999;
    float: left;
    font-size: 90%;
    margin-right: 0.4em;
    padding: 0.1em;
    width: 74%;
}

.blogside #archiveSearch .submitBt {
    background: -moz-linear-gradient(center top , #EEEEEE, #EEEEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    border-radius: 5px;
    color: #555555;
    cursor: pointer;
    font-size: 88%;
    padding: 2px 5px;
}


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

    inquiry

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


.inquiry #content .contentArea {
    margin: 0 0 10em;
    width: 100%;
}

.inquiry #content .message {
    margin-bottom: 2.4em;
}

.inquiryFormTable {
    border-top: 1px solid #999;
    padding: 2.4em 0;
    border-bottom: 1px solid #999;
}

.inquiryFormTable dl {
    display: table;
    width: 100%;
}

.inquiryFormTable dt {
    border-right: medium none;
    width: 25%;
    font-weight: bold;
}
.inquiryFormTable dt, .inquiryFormTable dd {
    display: table-cell;
    padding: 7px 10px 20px;
    text-align: left;
    vertical-align: top;
}

#inquiryForm label input {
    margin-right: 0.2em;
}
#inquiryForm label.side {
    padding-right: 1em;
}
#inquiryForm label.tandem {
    display: block;
}
#inquiryForm .comment {
    color: #999999;
    display: block;
    font-size: 70%;
    margin-top: 0.3em;
}
.inquiryFormTable .formS {
    width: 30%;
}

.inquiryFormTable .formM {
    width: 50%;
}

.inquiryFormTable .formL {
    width: 82%;
}

.inquiryFormTable textarea {
    padding: 0.3em;
    width: 98%;
}

.inquiryFormTable .required {
    color: #CC0000;
    font-size: 80%;
    font-weight: bold;
    padding-left: 0.5em;
}

.inquiryFormTable .title {
    border-bottom: 1px solid #999999;
    color: #333;
    margin: 1.5em 0 1.5em;
    padding: 0.7em 0.5em;
}

.inquiryFormTable hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 15px 0 0;
    color: #FFFFFF;
    height: 0;
}

.inquiryFormTable .text {
    color: #666;
    font-size: 90%;
    margin: 0.5em 0;
}

.inquiryFormTable label.tandem {
    display: block;
}

.inquiry #content .btBox {
    margin: 3.5em 0 0;
    text-align: center;
}


.inquiry #content .confirmBt ,.inquiry #content .backBt,.inquiry #content .submitBt, .inquiry #content .topBt {
    height: auto;
    margin: 0;
    padding: 7px 0;

    width: 152px;
    background: linear-gradient(to bottom, #332E2F 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    height: auto;
    text-align: center;
    text-decoration: none;
    border: thin solid #000000;
}

.inquiry #content .backBt {
    margin-right: 30px;
}

.inquiry #content .topBt {
    display: block;
    margin: 2em auto;
}

.inquiry #content .errorText:before {
    content: "※";
}

.inquiry #content .errorText {
    color: #CC0000;
    display: block;
    font-size: 85%;
}
.inquiryFormTable textarea, input.formM {
    border: 1px solid #ccc;
    border-radius: 3px;
}
#inquiryBody .form_error {
	margin-top:40px;
}
#pagenation {
    margin: 30px auto 20px;
}
#pagenation img {
    width: auto;
}
#pagenation .inner {
    white-space: nowrap;
    text-align: center;
}

#pagenation .arrow {
    margin-top: 0.3em;
    display: inline-block;
    vertical-align: top;
}

#pagenation ul {
    list-style: none outside none;
    text-align: center;
    display: inline-block;
}

#pagenation li {
    float: left;
    font-size: 100%;
    margin: 0.15em;
    text-align: center;
    width: 1.7em;
}

#pagenation li a {
    color: #888888;
    display: block;
    padding: 0.15em 0;
}

#pagenation li a:hover {
    background: none repeat scroll 0 0 #8d806a;
    text-decoration: none;
}

#pagenation .active a, #pagenation a.active:hover {
    background: none repeat scroll 0 0 #5e523d;
    color: #FFFFFF;
}

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

    Hidden content

-----------------------------------*/
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* TOPのみ解除 */
.top .hikoukai {
	display: block !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
	background: none;
	border: none;
}






/****************************************Tablet********************************************/
@media screen and (max-width: 1000px) {

#mainimage {
	margin-top:22% !important;
}
/* =====================================
 1. header
===================================== */
.header_block {
margin: 15px auto 10px;
}
    .header_block h1 {
        width: 45%;
        margin-left: 10px;
    }
    .header_block h1 img {
        width: 100%;
    }

    .header_right_box {
        width: 49%;
        float: right;
        margin-right: 10px;

    }
    .header_right_box img.pc_inq {
        width: 42%;
		margin-left:1% !important;
    }
    .header_right_box img.pc_tel {
        width: 52%;
    }

    /* 1-2. nv (.g_nav)-------------------------- */
    .header_menu .g_nav {
        margin: 0 0 0 10px;
    }
    .header_menu .g_nav li {
        padding: 0;
    }

/* =====================================
 footer
===================================== */
    .footer_block {
        width: auto;
		padding: 0;
    }
    
    
    .footer_nav_box.first {
        width: 100%;
        padding-bottom: 30px;
    }
    
    
    .footer_nav_box.second {
        width: 30%;
        border: none;
        padding-bottom: 30px;
		min-height: 200px;
    }
    
    
    .footer_nav_box .footer_ttl {
        padding: 0 20px 20px 20px;
    }
    
    
    ul.footer_nav {
        padding: 0 20px 0 20px;
    }
    
    
    .footer_access_box {
        clear: both;
        float: none;
        width: 100%;
        min-height: 1px;
        margin: 0;
        padding: 40px 0 50px 0;
        border: none;
        background: #d8ffd0;
    }
    
    
    .footer_access_box .footer_ttl {
        padding: 0 0 20px 0;
        text-align: center;
    }
    
    
    .footer_access_box p.access_txt {
        text-align: center;
        color: #00685f;
    }
    
    
    .footer_access_box p.access_txt a {
        color: #333;
		text-decoration: none;
    }
    
    
    ul.footer_guide {
        width: auto;
        padding: 0 20px;
    }
    .access_txt a {
        color: #fff;
        text-decoration: underline;
    }
    .access_txt a:hover {
        color: #fff;
    }
    
    /* =====================================
     content
    ===================================== */
    .content_width_1000 #content-top,
    .content_width_1000 #content,
    .content_width_1000 #content-buttom
     {
        width: 100%;
        margin: 0;
     }
.static #content {
margin: 194px auto 0;
}
    .top .main_contents {
    height: 785px;
	}
    .top .backdrop {
        height: 650px;
        background: url("http://www.nagoya-mizuho-dental.com/asset/block01_pc.jpg") no-repeat center top;
        -webkit-background-size: auto 650px;
        -moz-background-size: auto 650px;
        background-size: auto 650px;
    }
    
    
    .top .backdrop02 {
        height: 830px;
        background: url("http://www.nagoya-mizuho-dental.com/asset/block02_pc.jpg") no-repeat center top;
        -webkit-background-size: auto 830px;
        -moz-background-size: auto 830px;
        background-size: auto 830px;
    }
    
    
    .top .main_contents {
        height: auto;
    }
    
    
    .top .main_contents .main_txt {
        width: auto;
        height: auto;
        margin: 0 10px;
    }
    
    
    .top .main_contents .main_txt_in {
        top: -400px;
        opacity: 1;
    }
    
    .top .link_box01 {
		margin-top:1%;
	}
    .top .link_box01 .link_box01_in {
        width: auto;
        height: 160px;
        margin: 0 10px;
    }
    
    
    .top .link_box01 .link_box01_in .lead_txt {
        display: block;
        float: none;
        width: auto;
        height: auto;
		margin:0;
        padding: 30px 10px 20px 10px;
        text-align: center;
        line-height: 1.3;
    }
    
    
    .top .link_box01 .btn_style {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }
    
    


    .top .link_box01 .btn_style a {
        display: block;
        max-width: 260px;
		width:100%;
        padding: 17px 0;
        height: 16px;
        margin: 0 auto;
        line-height: 1;
    }
    
    
    .top .contents01 {
        height: 913px;
    }
    
    
    .top .contents01_in {
        width: auto;
        height: 830px;
        margin: 0 20px;
        padding-top: 0;
    }
    
    
    .top .contents01_inner_box {
        top: 100px;
    }
    
    
    .top .contents01 .col_box_in {
        padding: 20px 20px 40px 20px;
    }
    
    
    .top .contents01 .col_box .col_img {
        width: 35%;
        max-width: 350px;
    }
    
    
    .top .contents01 .col_box .col_content {
        width: 56%;
    }
    .top .contents01 .col_box .col_content .lead_txt {
		font-size:29px;
	}
    
    .top .link_box02_in {
        width: auto;
        height: 150px;
        margin: 0 10px;
    }
    
    
    .top .link_box02_in .lead_txt {
        display: block;
        float: none;
        height: auto;
        padding: 30px 10px 20px 10px;
        text-align: center;
        line-height: 1.3;
    }
    
    
    .top .link_box02_in .btn_style {
        display: block;
        float: none;
        width: auto;
        height: auto;
    }
    
    
    .top .link_box02_in .btn_style a {
        display: block;
        width: 230px;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
    }
    
    
    .top .contents02 {
        /*padding: 50px 20px 50px 20px;*/
        padding: 0;
    }
    
    .top .contents02_in {
        /*width: auto;*/
        width: 100%;
        margin: 0;
    }
    
    
    .top .contents02 .menu_box {
        /*display: table;*/
    }
    .top .contents02 .menu_box li {
        width: 48%;
        margin: 1%;
    }
    
    .top .contents02 .menu_box li .menu_effect_box {
        display: block;
        width: 100%;
        opacity: 1;
    }
    
    
    .top .contents02 .menu_box li a {
        height: auto;
    }
    
    
    .top .contents02 .menu_box li a .layer01 {
        display: block;
    }
    
    
    .top .contents02 .menu_box li a .layer02 {
        display: none;
    }
    
    
    .top .contents02 .menu_box li a .layer03 {
        display: none;
    }
    
    
    .top .contents02 .menu_box li a .layer04 {
        display: none;
    }
    .top .contents02 .menu_box li a .layer_cover {
        display: none;
    }


    .top .mosaic-overlay {
        margin: 0.3em;
    }
    

    .under #mainimage p,
    .under #mainimage h2 {
        padding-left: 0;
    }   
	    .under #mainimage h2 {
text-shadow: 1px 1px 3px #FBFAF6,-1px 1px 3px #FBFAF6,1px -1px 3px #FBFAF6,-1px -1px 3px #FBFAF6;
    }
    .under .main_contents {
        height: auto;
        background: none;
    }


    .under .main_contents img {
        display: block;
    }
    
    
    .under .contents_block {
        width: auto;
        margin: 0 20px;
    }
    
    .under .effect_img img {
        margin-left: 0px;
        opacity: 1;
    } 
       
    .under .flow_contents_block {
        width: auto;
        margin: 0;
    }
    
    
    .under .flow_contents_in {
        display: block;
        width: auto;
    }
    
    
    .under .blank_block {
        display: none;
    }
    
    
    .under .flow_step_txt {
        display: block;
        font-size: 24px;
    }
    
    
    .under .flow_step_txt span {
        display: inline;
    }
    
    
    .under .contents06 {
        display: block;
        width: auto;

        margin: 0;
        padding: 40px 20px 50px 20px;
        background: #f7f7f7;
    }
    
    
    .under .contents06 .content_img {
        width: auto;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }


    .under .contents06 .content_txt {
        width: auto;
        max-width: 500px;
        margin: 0 auto;
    }


    .under .contents07 {
        display: block;
        width: auto;
        margin: 0;
        padding: 60px 20px 50px 20px;
        
        background: url("http://www.nagoya-mizuho-dental.com/asset/img_bg_arrow01_sp.png") no-repeat center top #fff;
        -webkit-background-size: 480px auto;
        -moz-background-size: 480px auto;
        background-size: 480px auto;
    }
    
    
    .under .contents07 .content_img {
        width: auto;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    
    .under .contents07 .content_txt {
        width: auto;
        max-width: 500px;
        margin: 0 auto;
    }


    .under .contents08 {
        display: block;
        width: auto;
        margin: 0;
        padding: 60px 20px 50px 20px;
        
        background: url("http://www.nagoya-mizuho-dental.com/asset/img_bg_arrow02_sp.png") no-repeat center top #f7f7f7;
        -webkit-background-size: 480px auto;
        -moz-background-size: 480px auto;
        background-size: 480px auto;
    }
    
    
    .under .contents08 .content_img {
        width: auto;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    
    .under .contents08 .content_txt {
        width: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    /* =====================================
     7. full_width
    ===================================== */
    .gnv_tmp_width_1000 {
        width: 96%;
    }


    
    /*----------blog----------*/
    
    .blog #content .contentArea {
    width:72%;
    }
    .blog #content .blogside{
    width:25%;
    }
    
    .blog #archiveSearch input.textbox{
    font-size: 90%;
    width: 60%;
    }
}






/****************************************SmartPhone****************************************/
@media screen and (max-width: 767px) {
    .view_pc {
        display: none;
    }
    
    .view_pc_tb {
        display: none;
    }
    
    .view_tb {
        display: none;
    }
    
    .view_sp {
        display: block;
    }
	
	
	
	.top .main_contents .main_txt .lead_txt2 {
		display:none;

}
    
/* =====================================
 1. header
===================================== */

    #header {
        position: relative;
        padding: 10px 0 0;
    }
	
    #header_menu_block {
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
        
    }
    .header_menu{
        z-index: 1200;
        margin: 0;
        padding: 0;
        height: auto;
        background: #000;
        width: 100%;
    }
    .header_menu .g_nav{
        margin: 0;
		padding: 0;
    }
    .header_menu .g_nav {
        display: block;
        background: #009e96;
    }
    .header_menu .g_nav li {
        display: block;
        min-width: 200px;
        border-bottom: 1px solid #ccc;
    }
    .header_menu .g_nav li:last-child {
        border-bottom: none;
    }

    .header_menu .g_nav li span:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
        right: 15px;
        width: 15px;
        height: 15px;
        margin-top: -5px;
        background: #fff;
        background: none\9;
    }
    .header_menu .g_nav li span:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px;
        right: 15px;
        width: 15px;
        height: 15px;
	  margin-top: -5px;
        background: #009e96;
        background: none\9;
    }

    .header_menu .g_nav li a {
        padding: 0 0 0 20px;
    }
    .header_menu .g_nav li a, .header_menu .g_nav li span{
        color: #FFFFFF;
        text-decoration: none;
        line-height: 22px;
        text-align: left;
        font-size: 18px;
        display: block;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    .header_menu .g_nav li a {
        padding: 10px 10px 10px 30px;
    }
    .header_menu .g_nav li {
        border-bottom: none;
    }
    .header_menu .g_nav li a:hover, .header_menu .g_nav li span:hover {
        color: #FFFFFF;
        background: transparent;
    }
    .header_menu .g_nav li .submenu {
        border-bottom: 1px solid #fff;
        background: #56bcb7;
        font-size: 14px;
        line-height: 22px;
        position: relative;
        padding: 0;
        margin: 0;
    }
    .header_menu .g_nav li a:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 8px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #fff;
        background: none\9; /* IE8 */
    }
    .header_menu .g_nav li .g_nav_sub_row a:before {
        background: #fff;
    }
    .header_menu .g_nav li a:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 5px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #009e96;
        background: none\9; /* IE8 */
    }
    .header_menu .g_nav li .g_nav_sub_row a:after {
        background:  #56bcb7;
    }
    .header_menu .g_nav li .submenu .header_sub_menu{
        background-color: transparent;
        position: relative;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .header_menu .g_nav li .submenu li{
        float: none;
        width: 100%;
    }
    .header_menu_box .g_nav_sub_row{
        display: none;
    }
    .header_menu .g_nav .submenu li.g_nav_sub_row a {
        background: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        width: 100%;
        padding: 10px 10px 10px 30px;
        text-align: left;
        line-height: 22px;
        position: relative;
        font-size: 14px;
        
    }
	.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
		background:none;
	}
    .header_menu .g_nav .submenu li.g_nav_sub_row:last-child a{
        border-bottom: none;
    }
    .submenu_sp{
        display: block;
        
    }
    
    #submenu01_sp{
        position: relative;
        display: block;
        background-color: transparent;
        margin: 0;
        width: auto;

        border-bottom: 1px solid #CCCCCC;
    }
    .g_nav_sub_row{
        height:auto;
        padding:0px;
        display:block;
    }

    .header_block {
        /*margin-bottom: 27px;*/
        margin: 0 0 10px 0;
    }

    .header_block h1 {
        width: 56%;
        margin-left: 10px;
    }
    .header_block h1 img {
        width: 100%;
    }


    /* 1-1. header_right_box-------------------------- */
    .header_right_box {
        width: 36%;
        float: right;
		margin-top:2%;
        margin-right: 5px;
    }
    .header_right_box .header_right {
        display: none;
    }
    .header_right_box img {
        margin-left: 0;
		width:100%;
    }
    .header_right_box li.btn_tell,
    .header_right_box li.btn_menu,
    .header_right_box li.btn_inq {
        display: block;
        float: right;
        width: 32%;
        height: auto;
        margin-right: 1%;
    }
    .header_right_box li.btn_tell a,
    .header_right_box li.btn_menu a,
    .header_right_box li.btn_inq a {
        display: block;
        width: auto;
        height: auto;
    }

    .header_menu .g_nav {
        width: 100%;
        margin-right: 0px;
    }
    
    
    .header_menu .g_nav li {
        display: block;
        padding: 0;
    }
    .header_menu .g_nav li:hover > .submenu{
        display: none;
    }
    
    .header_menu .g_nav li.nav01,
    .header_menu .g_nav li.nav02,
    .header_menu .g_nav li.nav03,
    .header_menu .g_nav li.nav04,
    .header_menu .g_nav li.nav05,
    .header_menu .g_nav li.nav06,
    .header_menu .g_nav li.nav07 { 
        width: 100%;
        height: auto;
    }
        
    
	
	
	
	
	
	/*---
	
	#footer {
		border:none;
		padding: 0;
		background:#fff;
	}
	---*/
	.footer_block {
		padding:0;
		border-bottom: 5px solid #d8ffd0;
	}
	.footer_block_in {
		padding:0;
		margin:0;
	}
    .footer_nav_box.first {
        float: none;
        width: auto;
        min-height: 1px;
		padding: 30px 0 0;
		margin:0 10px 10px;
		background:#d8ffd0;
    }
    
    
    .footer_nav_box.second {
        float: none;
        width: auto;
        min-height: 1px;
		padding-bottom:0;
		margin:0 10px 10px;
		background:#d8ffd0;
    }
    
    
    .footer_nav_box .footer_ttl {
        padding: 0 0 40px 30px;
		border-bottom: 1px solid #fff;
    }
    
    
    ul.footer_nav {
        padding: 0;
		width:100%;
    }
    
    
    ul.footer_nav li {
        display: block;
        margin-bottom: 0;
		border-bottom:1px solid #d8ffd0;
        background: none;
    }
    ul.footer_nav li:last-child {
        margin-bottom: 0;
    }
    ul.footer_nav li.inner_nav {
        margin-top: 1px;
    }
    
    
    ul.footer_nav li a {
        display: block;
        padding: 14px 10px 14px 30px;
        
        background: none;
        
        color: #00685f;
        text-decoration: none;
    }
    
    ul.footer_nav li a.inner_nav_head {
        display: block;
        margin: 0;
        padding: 14px 10px 14px 30px;
        
        background: url("../asset/arrow_sp.png") no-repeat 14px center;
        -webkit-background-size: 8px auto;
        -moz-background-size: 8px auto;
        background-size: 8px auto;
        
        color: #00685f;
        text-decoration: none;
    }
    
    
    ul.footer_nav li.inner_nav .inner_nav_body {
        display: none;
    }
    
    
    .footer_access_box {
        width: auto;
        padding: 30px 10px 10px 10px;

    }
    
    .footer_access_box .footer_ttl {
		text-align:left;
		padding: 0 0 30px 30px;
	}
    .footer_access_box p.access_txt {
        padding: 0 0 30px 30px;
        text-align: left;
    }
    
    
    ul.footer_guide {
        padding: 0 30px;
		background: #d8ffd0;
    }
    
    
    ul.footer_guide li a {
        margin: 0 5px 0 0;
        padding: 0 0 0 20px;
        font-size: 100%;
		background: url("../asset/arrow_sp.png") no-repeat left 8px;
    }
    
    
    ul.footer_guide li.copyright span {
        display: block;
        font-size: 90%;
    }

    /* =====================================
     1. top
    ===================================== */
    .top #content {
        overflow:hidden;
		margin-bottom: 20px;
    }
    
    .top .backdrop {
        height: 460px;
        
        background: url("http://www.nagoya-mizuho-dental.com/asset/block01_pc.jpg") no-repeat center top;
        -webkit-background-size: auto 460px;
        -moz-background-size: auto 460px;
        background-size: auto 460px;
    }
    
    
    .top .backdrop02 {
        height: 811px;
        background: url("http://www.nagoya-mizuho-dental.com/asset/block02_pc.jpg") no-repeat center top;
        -webkit-background-size: auto 811px;
        -moz-background-size: auto 811px;
        background-size: auto 811px;
    }
    
    
    #mainimage {
        margin: 0 !important;
        padding: 0;
    }



    .top .main_contents {
        min-height: inherit;
        height: auto;
        background: url("../asset/main_sp_img_2209.jpg") no-repeat center top;
		background-size: contain;
    }
    
    
    .top .main_contents .main_txt {
        height: auto;
    }
    
    
    .top .main_contents .main_txt_in {
        opacity: 1;
		top:-220px;
    }
    
    
    .top .main_contents .main_txt p {
        font-size: 14px;
    }
    
    
    .top .main_contents .main_txt .lead_txt {
        font-size: 18px;
		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
	
	.top .main_contents .main_txt .lead_txt2 {
        font-size: 12px;
		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
    
    .top .link_box01 {
		margin-top:0;
	}
    .top .link_box01 .link_box01_in {
        height: 170px;
    }
    
    
    .top .link_box01 .link_box01_in .lead_txt {
        padding: 30px 10px 30px 10px;
        font-size: 18px;
    }
    
    
    .top .link_box01 .btn_style a {
        font-size: 18px;
		max-width: 400px;
		width: 80%;
    }
    
    
    .top .contents01 {
        height: 913px;
		background: url("../asset/contents01_pcbg.png") no-repeat center top;
		margin-bottom: 50px;
    }
    
    .top .contents01 .col_box {
        margin-bottom: 100px;
    }
    .top .contents01_in {
        height: 913px;
    }
    
    
    .top .contents01 .col_box_in {
        padding: 20px 10px 40px 10px;
    }
    
    
    .top .contents01 .col_box .col_img {
        margin-right: 4%;
    }
    
    
    .top .contents01 .col_box .col_content {
        width: 61%;
    }
    
    .top .contents01 .col_box .col_content .lead_txt {
		font-size:24px;
		padding:0 0 10px 0;
	}
	.top .contents01 .col_box .col_content .lead_txt2 {
		font-size:24px;
		padding:0 0 10px 0;
	}
    .top .contents01 .col_box .col_content p {
        font-size: 15px;
    }
    
    
    .top .contents01 .col_box .col_content .lead_txt span {
        font-size: 20px;
    }
    
    
    .top .contents01 .col_box .btn_style {
        margin: 3em 0 0 -50%;
    }
    
    .top .contents01 .col_box .btn_style a {
        font-size: 18px;
        float: none;
        width: 95%;
		padding: 15px 0;
		max-width: 600px;
    }
    .top .link_box02_in {
    height: 150px;
    }
    .top .contents02 .menu_box li {
width: 80%;
margin: 0 auto 5%;
float: none;
}
    
    .top .link_box02_in .lead_txt {
        padding: 20px 10px 20px 10px;
        font-size: 14px;
    }
    
    
    .top .link_box02_in .btn_style a {
        font-size: 14px;
    }
    
    
    .top .contents02 {
        padding: 0;
		margin-bottom: 50px;
    }
    
    
    .top .contents02 .menu_box {
        display: block;
        width: auto;
        margin-bottom: 20px;
        height: auto;
    }
    
    
    .top .contents02 .menu_box li.blank {
        display: block;
        height: 20px;
        text-indent: -9999px;
    }
    
    
    .top .contents02 .menu_box li .space_box {
        display: block;
    }
    .top .contents02 .menu_box li .space_box img {
        width: 100%;
    }
    .top .contents02 .menu_box li .space_box .sizing_img {
        display: none;
    }
    .top .contents02 .menu_box li .space_box .layer_cover {
        display: none;
    }
    .top .contents02 .menu_box li .menu_effect_box {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        opacity: 1;
    }
    
    
    .top .contents02 .menu_box li a .layer01 {

        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    
    .top .contents02 .menu_box li a .layer02 {
        display: none;
    }
    
    
    .top .contents02 .menu_box li a .layer03 {
        display: none;
    }
    
    
    .top .contents02 .menu_box li a .layer04 {
        display: none;
    }

    /* 1-3. contents03 -------------------------- */
    .top .mosaic-overlay {
        display: none;
    }
 
    .reserve img{
		width:80% !important;
		}
    
    .under .content_img {
        float: none;
        margin-bottom: 30px;
        line-height: 1px;
    }
    .under #mainimage {
        margin-top: 0 !important;
		height:auto !important;
		background-size:cover !important;
    }
    .under #mainimage p {
        font-size: 100%;
    }
    .under #mainimage h2 {
        font-size: 180%;
		padding-top: 7%;
padding-bottom: 7%;
text-shadow: 1px 1px 3px #FBFAF6,-1px 1px 3px #FBFAF6,1px -1px 3px #FBFAF6,-1px -1px 3px #FBFAF6;
    }
    .under #content {
		min-height: 800px;
		padding: 1em 0;
	}
	.static #content {
		margin:0 auto;
		padding:0;
	}
	#notfoundBody #content {
		margin:2em auto 0;
	}
	#websiteNewsDetail #content {
		padding:1px 0 0;
		min-height: 800px;
	}
    
    .content_box {
        float: none;
    }

    
    
    .under .content_lead .content_lead_ttl {
        font-size: 34px;
        text-align: center;
    }
    
    
    .under .content_lead .content_lead_txt {
        font-size: 20px;
        color: #666666;
        text-align: center;
        line-height: 1;
    }
    
    
    .under .content_lead .content_block_ttl {
        font-size: 22px;
    }
    
    
    .under .effect_img img {
        margin-left: 0px;
        opacity: 1;
    }
    
    
    .under .contents01 .content_img {
        float: none;
        width: auto;
        margin-bottom: 30px;
        line-height: 1px;
    }
    
    
    .under .contents01 .content_box {
        float: none;
        width: auto;
    }
    
    
    .under .contents05 .content_img {
        float: none;
        width: auto;
        margin-bottom: 30px;
        line-height: 1px;
    }
    
    
    .under .contents05 .content_box {
        float: none;
        width: auto;
    }
    
    
    .under .flow_contents_block {
        margin: 0;
    }
    
    /*----------blog----------*/

    .blog #content {
        margin-top: 0;
    }
    
    .blog #content .contentArea {
        width: 100%;
        float: none;
        margin-bottom: 2em;
    }
    
    .blog #content .blogcontent {
        border-bottom: 1px solid #999999;
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
    }
    
    .blog #content .contributor {
        color: #999999;
        font-size: 85%;
        margin: 1.5em 0 0.5em;
        text-align: right;
    }
    
    .blog #content .blogside {
        width: 100%;
        float: none;
        padding-bottom:30px;
    }

    .blog #content .blogside .archiveBox {
        margin-bottom:2em;
    }
    
    .blogside li {
        font-size: 95%;
        line-height: 1.4em;
    }
    
    
    
    
    /*----------inquiry----------*/
    .inquiry #content {
		 padding:0;
	 }
    .inquiry #content .contentArea {
        margin: 0 0 4em;
        width: 100%;
    }

    .inquiryFormTable {
        padding: 0;
    }

    .inquiryFormTable dl{
        display:block;
    }
    .inquiryFormTable dt,
    .inquiryFormTable dd{
        display:block;
        padding:0.1em;
        border:none;
        width:auto;
    }
    
    
    .inquiryFormTable dt{
        color:#333;
    }
    .inquiryFormTable dd{
        padding-bottom:1em;
        background:transparent;
    }
    
    .inquiryFormTable .title{
        width:auto;
    }
    
    .inquiryFormTable hr{
        border:0;
        color:#fff;
        height:0px;
        padding:1em 0;
        border-top:2px solid #cccnt;
    }
    

    #inquiryForm .formL,
    #inquiryForm .formM,
    #inquiryForm .formS{
        width:95%;
    }
        
    #inquiryForm .btBox .confirmBt,
    #inquiryForm .btBox .backBt,
    #inquiryForm .btBox .submitBt{
        width:10em;
        font-size:85%;
    }
    #inquiryForm .btBox .backBt {
        margin-right: 0;
    }
    .inquiryFormTable label{
        font-size: 95%;
    }
    
    .inquiry #content .btBox {
        margin: 1.5em 0 0;
        text-align: center;
    }
    /*都道府県の入力にマージンを空ける*/
    #inquiryForm .formparts.prefectures input {
        margin-top: 5px;
    }
    .inquiry .inquiryLink {
        display: none;
    }
    .inquiry .header_right_box .btn_inq {
        display: none;
    }
    .inquiry .header_right_box {
        width: 36%;
        margin-right: 5px;
    }

    .br_block {
        display: block;
    }


    /* newsList */
    #newsList #mainimage,
    #websiteNewsDetail #mainimage,
    #notfoundBody #mainimage,
    #sitemapBody #mainimage {
        margin-top: 0;
    }
    #notfoundBody form .searchButton {
        margin: 10px 0;
    }

    /* =====================================
     3. bt
    ===================================== */
    .gnv_tmp_detail a {
        width: auto;
        margin: 0 auto;
        float: none;
    }

    /* =====================================
     4. base template
    ===================================== */
    .text_box {
        float: none;
        width: 100%;
    }
    /* 100% image width */

    .b_11_img,
    .b_11_2_img,
    .b_11_3_img {
        display: block;
        float: none;
        line-height: 1px;
        margin: 0 0 0.5em;
        width: 100%;
    }
    .b_10.b_10_column2,
    .b_11_3.b_11_3_column2,
    .b_11_2.b_11_2_column2,
    .b_11_2.b_11_2_column3,
    .b_11.b_11_column2 {
        display: block;
        width: 100%;
    }
    .b_10.b_10_column2 div.column_l,
    .b_11_3.b_11_3_column2 div.column_l,
    .b_11_2.b_11_2_column2 div.column_l,
    .b_11.b_11_column2 div.column_l {
        display: block;
        margin: 0 0 1em;
        padding-right: 0;
        width: auto;
    }
    .b_10.b_10_column2 div.column_r,
    .b_11_3.b_11_3_column2 div.column_r,
    .b_11_2.b_11_2_column2 div.column_r,
    .b_11.b_11_column2 div.column_r {
        display: block;
        padding-left: 0;
        width: auto;
    }
    .b_11_2_in span img,
    .b_11 .b_11_in span img,
    .b_11_2.b_11_2_column2 div.column_l span img,
    .b_11_2.b_11_2_column2 div.column_r span img {
        display: block;
        float: none;
        line-height: 1px;
        margin: 0 0 0.5em;
        width: 100%;
    }
    .b_10.b_10_column3,
    .b_10.b_10_column3 div.column_c,
    .b_10.b_10_column3 div.column_l,
    .b_10.b_10_column3 div.column_r,
    .b_11_3.b_11_3_column2,
    .b_11_3.b_11_3_column2 div.column_c,
    .b_11_3.b_11_3_column2 div.column_l,
    .b_11_3.b_11_3_column2 div.column_r
    .b_11_2.b_11_2_column3,
    .b_11_2.b_11_2_column3 div.column_c,
    .b_11_2.b_11_2_column3 div.column_l,
    .b_11_2.b_11_2_column3 div.column_r,
    .b_11.b_11_column3,
    .b_11.b_11_column3 div.column_c,
    .b_11.b_11_column3 div.column_l,
    .b_11.b_11_column3 div.column_r,
    .b_11_3.b_11_3_column3,
    .b_11_3.b_11_3_column3 div.column_c,
    .b_11_3.b_11_3_column3 div.column_l,
    .b_11_3.b_11_3_column3 div.column_r {
        display: block;
        width: 100%;
    }
    .b_10.b_10_column3 div.column_blank {
        display: none;
    }
    .b_10.b_10_column3 div.column_c,
    .b_10.b_10_column3 div.column_l,
    .b_11_3.b_11_3_column2 div.column_c,
    .b_11_3.b_11_3_column2 div.column_l,
    .b_11_2.b_11_2_column3 div.column_c,
    .b_11_2.b_11_2_column3 div.column_l,
    .b_11.b_11_column2 div.column_c,
    .b_11.b_11_column2 div.column_l,
    .b_11.b_11_column3 div.column_c,
    .b_11.b_11_column3 div.column_l {
        margin: 0 0 2em;
    }
    .b_10.b_10_column3 div.column_r,
    .b_11_3.b_11_3_column2 div.column_r,
    .b_11.b_11_column2 div.column_r {
        margin: 0;
    }

    /* Image side-by-side -------------------------- */
    .b_10.b_10_column2.img_list {
        border: medium none;
        border-collapse: collapse;
        display: table;
        line-height: 1px;
        table-layout: fixed;
        width: 100%;
    }
    .b_10.b_10_column3.img_list {
        display: table;
    }
    /* 2 columns */
    .img_list.b_10.b_10_column2 div.column_l {
        display: table-cell;
        line-height: 1px;
        padding-right: 5px;
        vertical-align: top;
        width: auto;
    }
    .img_list.b_10.b_10_column2 div.column_r {
        display: table-cell;
        line-height: 1px;
        padding-left: 5px;
        vertical-align: top;
        width: auto;
    }
    /* 3 columns */
    .b_10.b_10_column3 div.column_blank {
        display: table-cell !important;
        vertical-align: top;
        width: auto;
    }
    .img_list.b_10_column3 div.column_c,
    .img_list.b_10_column3 div.column_l {
        display: table-cell;
        width: 32%;
        margin-right: 1%;
    }
    .img_list.b_10_column3 div.column_r {
        display: table-cell;
        width: 32%;
        margin-right: 0;
    }

    /* =====================================
     8. news
    ===================================== */
    #news dt {
        padding: 0 10px;
    }
	 /* =====================================
     english
    ===================================== */
	
	.en .header_right_box .header_right {
    display: block;
}

}


@media screen and (max-width: 600px) {
.top .contents01 {
height: 1033px;
background: url("../asset/contents01_pcbg.png") no-repeat center top;
background-size: cover;
}
.top .contents01_in {
height: 1033px;
}

.streetview iframe { 
width: 100%; 
height: 250px;

}


	
}

@media screen and (max-width: 500px) {
.top .link_box01 .link_box01_in {
height: 190px;
}
.top .contents01_inner_box {
top: 60px;
}
.top .contents01 .col_box .col_content .lead_txt {
font-size: 18px;
}
.top .contents01 .col_box .col_content .lead_txt2 {
font-size: 18px;
}
.top .contents01 .col_box {
margin-bottom: 50px;
}
.under #mainimage h2 {
font-size: 140%;
}
}

@media screen and (max-width: 400px) {
.top .main_contents .main_txt .lead_txt {
font-size: 14px;
}
.top .main_contents .main_txt .lead_txt2 {
font-size: 14px;
}
.top .main_contents .main_txt_in {
top: -90px;
left: 10px;
}
.top .contents01 .col_box .btn_style a {
font-size: 15px;
}
.top .contents01 {
height: 1143px;
}
.top .contents01_in {
height: 1143px;
}
.under #mainimage {
	height:70px !important;
	background-size: cover !important;
}
.under #mainimage h2 {
font-size: 110%;
padding-bottom:0;
}
#inquiryBody #mainimage,.static #mainimage,#websiteNewsDetail #mainimage {
	height:auto !important;
}
}


@media screen and (max-width: 300px) {
.top .main_contents .main_txt .lead_txt {

font-size: 12px;
}
.top .main_contents .main_txt .lead_txt2 {
font-size: 12px;
}
.top .link_box01 .link_box01_in {
height: 230px;
}
.top .contents01 .col_box .btn_style a {
font-size: 10px;
height: 18px;
}
.top .contents01 {
height: 950px;
}
.top .contents01_in {
height: 950px;
}
	
}






/* inquiry css */
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry
#content .submitBt, .inquiry #content .topBt {
    background: #5e523d;
	border:none;
}
.inquiry #content .backBt:hover, .inquiry #content .confirmBt:hover, .inquiry
#content .submitBt:hover, .inquiry #content .topBt:hover {
    background: #8d806a;
}
.inquiry .pc_inq {
	display:none;
}
.blog_search_submit {
    margin: 5px auto 0;
    display: block;
    text-align: center;
}
.blog_search_submit input {
    padding: 0 5px;
}

/* タブレット用 */
.top.tablet .main_contents .main_txt_in{
    opacity: 1;
}
.top.tablet .contents01_inner_box {
    top: 50px;
}
.top.tablet .contents02 {
    padding: 0;
}


.top.tablet .contents02 .menu_box {
    display: block;
    width: auto;
    margin-bottom: 20px;
    height: auto;
}


.top.tablet .contents02 .menu_box li.blank {
    display: block;
    height: 20px;
    text-indent: -9999px;
}


.top.tablet .contents02 .menu_box li .space_box {
    display: block;
}
.top.tablet .contents02 .menu_box li .space_box img {
    width: 100%;
}
.top.tablet .contents02 .menu_box li .space_box .sizing_img {
    display: none;
}
.top.tablet .contents02 .menu_box li .space_box .layer_cover {
    display: none;
}
.top.tablet .contents02 .menu_box li .menu_effect_box {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 1;
}


.top.tablet .contents02 .menu_box li a .layer01 {
    display: block;
    margin: 0 auto;
    width: 100%;
}


.top.tablet .contents02 .menu_box li a .layer02 {
    display: none;
}


.top.tablet .contents02 .menu_box li a .layer03 {
    display: none;
}

.top.tablet .contents02 .menu_box li a .layer04 {
    display: none;
}

.under.tablet .effect_img img {
    margin-left: 0px;
    opacity: 1;
}

/*タブレット時はhoverではなくhoverクラスをつける*/
.tablet .header_menu .g_nav li a:hover,
.tablet .header_menu .g_nav li span:hover {
    text-decoration: none;
    color: inherit;
    background: none;
}

.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
    text-decoration: none;
    color: #666;
    background: #ccc;
}
.tablet .header_menu .g_nav li:hover > .submenu{
    display: none;
}
/*******************
* POSMO
********************/
.youtube_contents {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}
.youtube_contents embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube_contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*****費用テーブル*****/

    table.table2{
      display: none;
    }


table.table1{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	
}

.table1 thead th{
    padding:10px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:2px solid #fff;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
	  background-image: -webkit-linear-gradient(top, #9DD929, #7BC043);
      background-image: linear-gradient(to bottom, #9DD929, #7BC043);	  
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}


.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:2px solid #fff;
    padding:10px;
	  background-image: -webkit-linear-gradient(top, #9DD929, #7BC043);
      background-image: linear-gradient(to bottom, #9DD929, #7BC043);	  
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tbody td{
    padding:7px;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
    content : url(http://www.nagoya-mizuho-dental.com/images/check0.png)
}


@media screen and (max-width:644px) {

table.table2{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
	
}

    table.table1{
      display: none;
    }
	
	table.table2 {
      display:block;
    }
	
   .table2 th{
   	  padding:20px;
      display:block;
	  content:attr(data-label);
	  color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    background-image: -webkit-linear-gradient(top, #9DD929, #7BC043);
	background-image: linear-gradient(to bottom, #9DD929, #7BC043);
    border-top-left-radius:5px;
    border-top-right-radius:5px;

    }

    .table2 tbody tr {
      padding:10px;
      margin-bottom: 1.5em;
      display: block;
	}
	
    .table2 tbody td {
      display:table-row;
      font-size: 13px;
	  background-color:#DEF3CA;
      border-top:2px solid #fff;
	  border-bottom:10px solid #fff;
      border-top-left-radius:5px;
      border-bottom-left-radius:5px;
	  
    }
		
    .table2 tbody td:last-child {
      border-bottom: 0;
    }

    .table2 tbody td:before {
	  padding:10px;
      text-align: center;
	  content:attr(data-label);
	  vertical-align:middle;
	  display: table-cell;
      border:2px solid #fff;
      color:#fff;
      text-shadow:1px 1px 1px #568F23;
      background-color:#9DD929;
	  background-image: -webkit-linear-gradient(top, #9DD929, #7BC043);
      background-image: linear-gradient(to bottom, #9DD929, #7BC043);
      border-top-left-radius:5px;
      border-bottom-left-radius:5px;
	  
    }
	td.tx1{
line-height: 1.5em;
margin-top: -1.5em; /* 2行の場合 */
		}
  }
  
  
/* 221021追加 */
.bnr-area {
text-align: center;
}
.bnr-area img {
width: 100%;
max-width: 640px;
padding: 20px 0;
}


/* 221110追加 */
ul.list-base {
margin-bottom: 2em;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 20px;
}
ul.list-base li {
list-style-type: disc;
margin-left: 1em;
font-weight: bold;
}

table.base {
width: 100%;
box-sizing: border-box;
table-layout: fixed;
border-left: 1px solid #000;
border-top: 1px solid #000;
}
table.base th , table.base td {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding: 7px;
box-sizing: border-box;
}
table.base th {
width: 30%;
background: #D8FFD0;
}
table.base td {
width: 70%;
}

input.name {
font-size: 1em;
color: #000;
font-weight: normal;
}
input[type="text"] , input[type="tel"],textarea {
max-width: 100%;
}
input[type="submit"] {
font-weight: bold;
font-size: 1.5em;
color: #fff;
background: #00685f;
border: none;
line-height: 1;
padding: 10px 15px;
border-radius: 5px;
}
span.needed {
color: #fff;
background: #da0808;
padding: 4px;
}

@media screen and (max-width:767px) {
table.base th , table.base td {
width: 100%;
display: block;
}
}

.movie-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 230411追加 */
h2.wp-block-heading {
color: #009e96;
font-size: 1.5em;
margin-top: 1rem;
}
h3.wp-block-heading {
font-size: 1.2em;
color: #009e96;
margin-top: 0.5rem;
border-bottom: 1px solid;
margin-bottom: 0.5rem;
}

/* 230821追加 */
img.img-right {
width: 100%;
max-width: 400px;
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
@media screen and (max-width:767px) {
img.img-right {
float: none;
display: block;
margin: 0 auto 1em;
}
}

/* 230906追加 */
a.btn-green {
color: #fff;
text-align: center;
text-decoration: none;
border: 1px solid #DDD;
background-color: #00a99d;
background-image: -webkit-linear-gradient(top, #4abfb6, #00a99d);
background-image: linear-gradient(to bottom, #4abfb6, #00a99d);
border-radius: 4px;
display: block;
padding: 7px;
margin-top: 0.5em;
margin-bottom: 2em;
}
