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

.sp-header {
	display: none;
}
.read-txt {
	text-align: center;
}
.read-txt img {
	max-width: 100%;
	height: auto;
}
.pc-mv {
	
}
.sp-mv {
	display:none;
}
.top-youtube {
	width: 960px;
	height: auto;
	margin: 0 auto 20px;
}
.tel-tap {
	display: none;
}

/* サイトロゴテキスト化 */
.site-logo {
	
}
.site-logo a#imgLogo {
	display: block;
	padding: 0 0 0 45px;
	font-size: auto !important;
	text-indent: inherit !important;
	background: url("../../../img/common/logo.png") no-repeat left 0px;
	color: #765D01;
	text-decoration: none;
	box-sizing: border-box;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.site-logo a#imgLogo span {
	display: block;
}
.site-logo a#imgLogo:hover {
	background: url("../../../img/common/logo.png") no-repeat left 0px;
}
.site-logo .desc {
	font-size: 16px;
	line-height: 1;
}
.site-footer-logo .desc {
	font-size: 14px;
}
.site-logo .site-name {
	font-size: 22px;
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	background: url("../../../img/common/logo-star.fw.png") no-repeat right top;
	padding-right: 15px;
}
.site-footer-logo .site-name {
	font-size: 18px;
	padding-right: 25px;
}
.site-logo .sub-name {
	font-size: 16px;
	line-height: 1;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	letter-spacing: 3px;
}
.site-footer-logo .sub-name {
	font-size: 12px;
}
.site-footer-logo #imgLogo {
	width: auto;
	height: 64px;
}
.footer-cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-nav {
	width: auto;
}


@media (max-width: 767px) {

/********** SP ***********/
	img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
.pc-mv {
	display: none;
}
.sp-mv {
	display:block;
}	
	.pc-header {
		display: none;
	}
	
	.sp-header {
		display: block;
	}
	.header-nav,
	.header-contact{
		display: none;
	}
	
	#inner-header {
		width: auto;
		min-width: inherit;
	}
	#inner-header {
		padding: 10px 20px;
	}
	#logo {
		font-size: 100%;
	}
	#logo img {
		width: 50%;
		vertical-align: bottom;
		line-height: 1;
	}

#mobile-head {
	display: none;
}
	.sp-btn {
		display: none;
	}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position:fixed;
    right: 15px;
    top: 17px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 999;
	padding: 0;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #746001;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 13px;
}
#nav-toggle span:nth-child(3) {
    top: 26px;
}

#top-head {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		z-index: 1;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
		display: block;
        background: #fff;
        width: 100%;
        height: 66px;
        z-index: 999;
        position: relative;
		text-align: left;
		padding: 10px 20px;
		box-sizing: border-box;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .drawer-open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .drawer-open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .drawer-open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .drawer-open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
.drawer-open #nav-toggle span {
	background: #fff;
}	
	.tel-tap {
		display: block;
		position: fixed;
		right: 65px;
		top: 16px;
		width: 34px;
		height: 34px;
		z-index: 998;
	}
#mobile-head {
	padding: 0;
}
#logo {
    width: 230px;
    min-width: inherit;
    padding: 10px 0 0 10px;
    margin: 0;
}
#logo img {
	height: auto;
	width: 100%;
}

.drawer-hamburger {
  z-index: 9998;
  padding:20px;
}
.drawer-overlay {
  z-index: 9997;
}
.drawer-nav {
  z-index: 9999;
}
.drawer-menu li {
  padding: 0;
	position: relative;
}
.navbar-default {
  background: #fff;
}
.navbar-header {
  text-align: center;
  float:none;
}
.navbar-brand {
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0;
}

	nav.drawer-nav {
		background-color: #222;
		padding-top: 60px;
		z-index: 998;
	}	
	nav.drawer-nav a {
	position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		text-align: left;
	border-bottom: 1px solid #444444;
	}
	nav.drawer-nav a.nolink {
		pointer-events: none;
	}
	.drawer-open #top-head {
		background-color: #000;
	}
	.drawer-open .inner {
	}
	
.drawer-menu .child_menu_button {
    display: block;
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    right: 0px;
    top: 1px;
    z-index: 9;
    cursor: pointer;
}
.drawer-menu .child_menu_button .icon:before {
    content:url("../../../img/common/menu_icon_open.png");
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 22px;
    top: 25px;
}
.drawer-menu .child_menu_button.open .icon:before {
    content:url("../../../img/common/menu_icon_close.png");
}
	
.drawer-dropdown .drawer-dropdown-menu {
    background-color: #222;
}
	.drawer-dropdown .drawer-dropdown-menu li a {
		padding-left: 40px;
		background-color: #333;
	}
	

 .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
	
.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc( 100% + 280px );
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}	
	
/* iOS フォーム文字拡大問題の対策 */
input[type="text"],
input[type="email"],
textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
select {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
	
/* ここからレスポンシブ用 */
	#headerField {
		display: none;
	}
	#movieField .floatContainer {
		display: none;
	}
	#movieField img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
.bodyWrap {
    width: auto;
}	
#glovalNaviField {
    background-image: none;
    margin-top: 66px;
}	
#bodyField {
    margin: 0 15px;
	border: none;
}	
#ttlBody01,
#ttlBody02,
#ttlBody03,
#ttlBody04,
#ttlBody05,
#ttlBody06 {
    background-image: none;
    height: auto;
    width: auto;
    margin-bottom: 10px;
	font-weight: bold;
}	
	
	#ttlBody01 {
		color: #CF241D;
	}	
	#ttlBody02 {
		color: #D98E29;
	}		
	#ttlBody03 {
		color: #468F48;
	}		
	#ttlBody04 {
		color: #09A5A2;
	}		
	#ttlBody05 {
		color: #17469E;
	}	
	#ttlBody06 {
		color: #B50981;
	}		
	
.icnRed,	
.icnYellow,
.icnGreen,
.icnAqua,
.icnBlue,
.icnPurple {
	background-position: left top 2px;
}	
	
	
h2.titleClass {
    display: block;
    font-size: 14px;
    line-height: normal;
    float: none;
    text-indent: inherit;
    overflow: auto;
	border: 1px solid #EDE7D1;
	padding: 15px 10px;
	background: url("../../../img/common/h2_bg.jpg") repeat-x left bottom !important;
}
	
#subMenuContainer {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 7px;
}	
	
#subMenuContainer li {
    width: calc( ( 100% - 15px ) / 2 );
    margin-right: 15px;
    display: inline;
    float: none;
    margin-bottom: 15px;
}	
	#subMenuContainer .floatContainer ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}	
	#subMenuContainer .floatContainer ul li:nth-child(2n) {
		margin-right: 0;
	}
.bodyWrap .greeting {
    height: auto;
    margin: 0 0 20px;
    padding: 15px;
    border: solid 3px #E6E2B5;
	background-size:cover;
}
.bodyWrap .greeting p.txt {
    width: auto;
}	
.bodyWrap .greeting p.director {
    margin: 15px 0 0;
    text-align: right;
}	
#footer {
    width: 100%;
    height: 1600px;
}	
h1, h2, h3, h4, div, p, ul, li, dl, dt, dd {
    font-size: 14px;
	line-height: 1.5;
}	
	
/* セカンド以降 */
	#header {
		display: none;
	}
#wrapper {
    padding-top: 66px;
}
#container_header h2 {
    width: auto;
    padding: 25px 0px;
    padding-left: 15px;
    margin: 0px auto 25px;
    font-size: inherit;
}	
#container_header h2 img {
	width: auto;
	height: auto;
	max-width: 100%;
	}
	#local_nav {
		display: none;
	}	
	
#contents .Column .left {
    margin-left: 0px;
    width: auto !important;
    float: none;
}	
#contents .Column .left img,
#contents .Column .right img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	text-align: center;
	}
	#contents {
    width: auto;
    margin: 0px auto;
    padding: 0 15px;
}	
h3 {
    width: auto;
    font-weight: 900;
    font-size: 16px;
    line-height: 1em;
    padding: 13px 0px;
    text-indent: 15px;
    background: url(../../../img/common/bg_h3_sp.jpg) left top repeat-x;
    margin-bottom: 20px;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}	
	
h3 {
    width: auto;
    font-weight: 900;
    font-size: 16px;
    line-height: 1em;
    padding: 13px 15px;
    text-indent: inherit;
    background: url(../../../img/common/bg_h3_sp.jpg) left bottom repeat-x;
    margin-bottom: 20px;
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    line-height: 1.5;
}	
	
#contents .Column .right {
    margin-right: 0px;
    width: auto !important;
    float: none;
}
#contents .Column p {
    padding: 0;
	margin: 10px 0;
}	
	
#PageTop {
	width: auto;
    position: fixed;
    bottom: 15px;
    right: 15px;
	margin: 0;
	padding: 0;
}
#PageTop a {
}
#PageTop a img {
	vertical-align: bottom;	
}

.ClearBoth {
    clear: both;
    width: 100%;
    height: 10px;
}	
	.howto-page {
		padding-top: 15px;
	}	
	.howto-banner img {
		width: auto;
		max-width: 100%;
		height: auto;
	}	
	nav.drawer-nav li.howto-banner a {
		border-bottom: none;
	}
.h3_Ocher {
    font-size: 14px;
}
.h3_Ocher2 {
}
#question {
    z-index: 0;
    width: auto;
    padding: 20px;
}
	.tbl {
		width: auto;
		margin: 20px auto;
	}
	.tbl table {
		width: 100% !important;
	}
	.tbl table th,
	.tbl table td {
		width: 100%;
		display: block;
	}
.access #Column01 table th {
    width: auto;
    vertical-align: top;
    text-align: left;
}	
.access #Column01 table th, .access #Column01 table td {
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}	
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}	
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.access .access_div {
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    float: none;
}
.job_offer table {
    width: auto;
    margin-left: 0;
}
.job_offer table th {
    width: 100px;
}
.Indispensable {
    width: 30px;
}	
	.btn-prejudice {
		width: auto !important;
	}	
	.submit-btn img {
		width: auto;
		height: auto;
		max-width: 100%;
		margin: 20px auto 0px auto !important;
	}	
ul.DefaultFlList {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    margin: 0px auto;
}	
ul.DefaultFlList li {
    float: none;
	margin-bottom: 5px;
}	
.top-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.top-youtube iframe {
  width: 100%;
  height: 100%;
}	
#UntilHappens .UntilHappens_text01 {
    width: auto;
	padding: 10px !important;
	text-align: left;
}	
#Periodontosis {
    background: none;
}
#Periodontosis .left:after {
    content: "▼歯周病になると・・・";
    text-align: center;
    display: block;
    padding: 10px 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.breath #cause .aside {
    clear: both;
    margin: 0;
}	
.breath #cause .aside dl dd.txt {
    width: auto;
    float: none;
    display: block;
}	
.breath #cause .aside dl dd.img {
    width: auto;
    margin: 15px 0 0 0;
    float: none;
    display: block;
    text-align: center;
}
.breath #workaround .left_02 {
    width: auto;
    margin: 0;
    float: none;
    display: block;
    text-align: center;
}	
.breath #workaround .right_02 {
    width: auto;
    float: none;
    display: block;
}	
.breath #treatment dl dd.img {
    width: auto;
    margin: 15px 10px 10px 0;
    float: left;
    display: inline;
}	
.breath #treatment dl dd.txt {
    width: auto;
    float: none;
    display: block;
}
	.Column .left + .right {
		margin-top: 20px;
	}
#contents .Column .right img + img {
	margin-top: 10px;
}	
.biofilm .Column .left2 {
    width: auto;
    float: none;
}	
.regeneration .Column .img_02 {
    margin: 0 auto 20px auto;
    float: none;
    text-align: center;
}	
.Column form a img {
    margin: 20px auto 0 !important;
}
.Column form table th,
	.Column form table td {
	}	
.h5_Ocher {
    width: auto;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 0px;
    text-indent: inherit;
    background-position: left bottom;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px;
    background-size: cover;
}	
h5.h5_Ocher2 {
    width: auto;
    font-weight: 900;
    font-size: 16px;
    line-height: 1em;
    padding: 13px 0px;
    text-indent: 15px;
    margin-bottom: 10px;
    color: #745A00;
    border-bottom: 2px solid #745A00;
    background-size: cover;
    overflow: hidden;
    border-right: 1px solid #ccc;
}	
.right.mail_contact_txt {
    width: auto !important;
    float: none;
    margin: 0;
}
	.left.mail_contact_img {
		margin: 0 10px 10px 0;
	}

/* blog */
.blog .entry {
    width: auto;
    margin-top: 33px;
    float: none;
}	
.blog .entry h3 {
    width: auto;
    clear: none;
    font-size: 16px;
    height: inherit;
    padding: 10px 20px 10px 13px;
    background-size: cover;
}	
.blog .entry .entry-content p {
    width: auto;
    font-size: 14px;
}	
	.wp-menu {
		display: none;
	}	
.blog #container_header h2 img {
    max-width: inherit;
}
.trackback_field {
    width: auto;
    text-shadow: none;
    margin: 20px auto 0;
}	
.blog .entry-side {
    width: auto;
    float: none;
    clear: both;
    padding-top: 10px;
}
.blog .entry-side .widget_recent_entries h4,
.blog .entry-side #archives-3.widget_archive h4,
.blog .entry-side #categories-3.widget_categories h4 {
    background: url(/blog/wp-content/themes/imanishi/img/newentry_bg.jpg) no-repeat;
    background-repeat: inherit;
    text-indent: inherit;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    background-size: contain;
    width: auto;
}
#wp-calendar,	
.wp-calendar-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
}	
.blog #container_header h2 img {
    width: auto;
    height: auto;
    max-width: 95%;
}
	
.blog #footerField {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
}	
.widget_calendar #calendar_wrap table tbody tr th a, .widget_calendar #calendar_wrap table tbody tr td a {
    width: auto;
}	
	.flow_parts01 {
		padding-top: 0px !important;
	}	
.wp-pagenavi a, .wp-pagenavi span {
    line-height: 3;
		float: left;
}	
	.back-btn {
		text-align: center;
	}
	.back-btn a {
  width: 148px;
  height: 48px;
  border-radius: 4px;
  background: #746001;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
		margin: 0 auto;
	}
.regeneration .Column dl.txt_01 {
    margin: 25px 0;
}
.regeneration .Column dl.txt_01 dt {
    width: auto;
    float: none;
    display: block;
}
	.regeneration .Column dl.txt_01 dd {
    width: auto;
    float: none;
    display: block;
		margin-bottom: 10px;
}	
	.footer-nav {
		position: absolute;
		right: 10px;
		top: 20px;
	}	
	.footer-address {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0 0;
		flex-direction: row;
	    align-items: center;
	}
	.footer-address .floatRight {
		width: 100%;
		order:2;
		text-align: center;
	}	
	.footer-address .not_copy {
		order: 1;	
	}	
#btnFooterLink {
    margin-left: 0;
	margin-top: 5px;
}	
#newsBody li {
    margin-bottom: 7px;
    font-size: 14px;
}	
#footerField .floatLeft a img {
	max-width: 60%;
	}	
	#btnFooterSitemap {
    height: 13px;
    width: 92px;
    margin-top: 4px;
    margin-left: 0px;
}
.floatLeft {
    display: block;
    float: none;
    font-size: 12px;
    line-height: 1.5em;
	padding: 10px 0 0 10px;
}	
#footerField {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 20px;
}
	#footerField .floatLeft {
		padding: 0;
	}
#top-head .site-logo .desc {
    font-size: 12px;
	color: #765D01;;
}	
	#top-head .site-logo .site-name {
    font-size: 15px;
		padding: 4px 0 5px;
		color: #765D01;;
	}
#top-head .site-logo .sub-name {
    font-size: 10px;
	padding-left: 2px;
	color: #765D01;;
	}
	#top-head #imgLogo {
		width: 260px;
		height: auto;
	}
#top-head .site-logo a#imgLogo {
    padding: 0 0 0 35px;
		background-position: top 0px left;
    background-size: auto 80%;
}	
#top-head .site-logo a#imgLogo:hover {
    background: url(../../../img/common/logo.png) no-repeat top 0px left;
    background-size: auto 80%;
}	
	
}


