@charset "utf-8";
/*----------------------------------------
    共通
----------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#1b1b1b;
    min-width: 320px;
    -webkit-text-size-adjust: 100%; /*for iPhone*/
	line-height: 1.5em;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_message {
	display: block;
}
.pc_message {
	display: none;
}

/* ===================================================================
    wrapper
=================================================================== */


/* ===================================================================
    header
=================================================================== */
#header {
	width: 100%;
	position: fixed;
	z-index: 9999;
    top: 0;
}
/*  content_copy
----------------------------------------*/
#content_copy {
	width: 100%;
}
#content_copy h1 {
	width: 100%;
	visibility: hidden;
	height: 6px;
}
/*  header_container
----------------------------------------*/
#header_container {
	width: 100%;
	background: none;
	height: auto;
	top: 9px;
	box-shadow: 0 0px 10px 0px #bdbdbd;
    -webkit-box-shadow: 0 0px 10px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 10px 0px #bdbdbd;
    -o-box-shadow: 0 0px 10px 0px #bdbdbd;
	min-width: initial;
}
#header_container .inner {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
#header_container .inner .logo {
	width: 100%;
	height: auto;
	position: initial;
	padding: 10px 15px;
	float: none;
	margin: 0;
	    background: #fff;
}
#header_container .inner .logo a {
	display: block;
	width: 93px;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
	margin: 0;
	background: url(../image/logo-clinica_sp.png) no-repeat 0 0;
	-webkit-background-size: 93px auto;
	   -moz-background-size: 93px auto;
	    -ms-background-size: 93px auto;
	     -o-background-size: 93px auto;
	        background-size: 93px auto;
}
/*  btn_menu
----------------------------------------*/
#btn_menu {
	display: block;
	position: absolute;
	top: 19px;
	right: 15px;
	width: 27px;
	height: 25px;
}
#btn_menu span {
	cursor: pointer;
	display: block;
	width: 27px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	background:url(../image/bg-sp_parts.png) no-repeat;
    -webkit-background-size: 400px auto;
    -moz-background-size: 400px auto;
    -ms-background-size: 400px auto;
    -o-background-size: 400px auto;
    background-size: 400px auto;
	background-position: 0 0;
}
#global_nav #btn_menu.open span {
	cursor: pointer;
	display: block;
	width: 27px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	background:url(../image/bg-sp_parts.png) no-repeat;
    -webkit-background-size: 400px auto;
    -moz-background-size: 400px auto;
    -ms-background-size: 400px auto;
    -o-background-size: 400px auto;
    background-size: 400px auto;
	background-position: 0 -37px;
}
/*  global_nav
----------------------------------------*/
#global_nav {
	margin-right: 0;
	width: 100%;
	float: left;
	padding-top: 0;
}
#global_nav .nav_links {
  display: none;
  background-color: rgba(0,0,0,0.7);
  overflow: auto;
}
#global_nav ul {
    padding: 0 15px;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #e9eaec;
	box-shadow: inset 0px 20px 10px -20px #bdbdbd;
	-webkit-box-shadow: inset 0px 20px 10px -20px #bdbdbd;
	-moz-box-shadow: inset 0px 20px 10px -20px #bdbdbd;
	-o-box-shadow: inset 0px 20px 10px -20px #bdbdbd;
}
#global_nav li {
	float: none;
	height: auto;
	padding: 0;
	background: url(../image/ico-header_arrow.png) no-repeat right 50%;
	border-bottom: 1px solid #e9eaec;
	display: block;
}
#global_nav li:last-child {
    border-bottom: none;
}
#global_nav li a {
	width: 100%;
	display: block;
	height: auto;
	overflow: visible;
	font-size: 1.4rem;
	padding: 15px 0;
	color: #03328e;
}
#global_nav li a:hover, #global_nav li.current a {
    color: #03328e;
    text-decoration: none;
}
#global_nav li span {
	display: none;
}
#global_nav li.sp_navi {
	display: block;
}
#global_nav .nav_links .close {
	background: #fff;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px 0;
	margin-bottom: 0;
}
#global_nav .nav_links .close span {
	background:url(../image/bg-close.gif) no-repeat left center;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -ms-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
	padding-left: 18px;
}
/* ===================================================================
    contents
=================================================================== */
#contents {
	margin-top: 71px;
}
#contents_inner {
	width: 100%;
	margin: 25px auto 40px;
}
/* ===================================================================
    topic_path
=================================================================== */
#topic_path {
	width: 100%;
	padding: 0 10px;
}
#topic_path .inner {
  width: 100%;
}
#topic_path ul {
	padding: 5px 0 3px;
}
#topic_path ul li {
	font-size: 1.2rem;
}
#topic_path ul li a:hover {
	text-decoration: none;
}
/* ===================================================================
    article
=================================================================== */
#article {
	width: 100%;
	float: none;
	margin: 10px 0;
	padding: 0 10px;
}
#title_content {
	width: 100%;
	padding: 0;
	font-size: 2.2rem;
	line-height: 1.5;
	margin: 10px 0 20px;
}

/* ===================================================================
    aside
=================================================================== */

#aside {
	width: 100%;
	float: none;
	padding: 0 10px;
}
#aside ul:after{
	content: "."; display: block; visibility: hidden; height: 0px; font-size: 0.1em; line-height: 0; clear: both;
}
#aside li {
	line-height: 1.2;
}
#aside li #secondary_nav li {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#aside li #secondary_nav li:nth-child(2n) {
	width: 49%;
	float: right;
}
#primary_nav {
    border: none;
}
#primary_nav > .current:last-child{
	border: none !important;
}
#aside li span {
	width: 100%;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
#aside li a {
	display: block;
	width: 100%;
	padding: 8px 20px 8px 8px;
	font-weight: normal;
	font-size: 1.4rem;
}
/*  primary_nav
----------------------------------------*/
#primary_nav > li {
	width: 100%;
	border: none;
}
#primary_nav > .current > a {
    display: block;
    width: 100%;
    border-top: 1px solid #00bce4;
    font-weight: bold;
    padding: 8px 10px 6px;
}
#primary_nav > .current > a > span {
	padding-left: 20px;
}

/*  secondary_nav
----------------------------------------*/
#secondary_nav > li > a {
  background: url(../image/ico-arrow-nav_sp.gif) no-repeat 96% 50%;
	background-size: 9px;
}
#secondary_nav > li > a:hover {
	background: url(../image/ico-arrow-nav_sp.gif) no-repeat 96% 50%;
	background-size: 9px;
}
#secondary_nav > li > a > span {
	background:none;
	padding: 0;
	color: #02318d;
}
#secondary_nav > .current > a,
#secondary_nav > .current > a:hover {
	background: #02318d;
}
#secondary_nav > li.current > a > span {
  color:#fff;
}
/*  accordion_nav
----------------------------------------*/
#accordion_nav {
	width: 100%;
}
#accordion_nav > li {
	width: 100%;
}
#accordion_nav > li > span,
#accordion_nav > li > span:hover {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	display: block;
	padding: 15px 24px;
}
#accordion_nav > li > .local_nav {
	width: 100%;
	overflow: hidden;
	height: 0;
}
#accordion_nav > li > .local_nav > li {
	position: relative;
}
#accordion_nav > li > .local_nav > li:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	content:"";
	width: 6px;
	height: 9px;
	margin-top: -3px;
	background: url(../image/ico-arrow-nav.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	    -ms-background-size: 6px 9px;
	     -o-background-size: 6px 9px;
	        background-size: 6px 9px;
}

#accordion_nav > li > .local_nav > li > a {
	display: block;
	width: 100%;
	padding: 0;
	background: none;
	font-weight: normal;
	font-size: 100%;
	margin:1px 0;
	font-size: 1.2rem;
}
#accordion_nav > li > .local_nav > li > a > span {
	width: 100%;
}

#accordion_nav > li.current > span {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 15px 24px;
}
#accordion_nav > li.current > .local_nav {
	height: auto;
	padding: 0;
}
#accordion_nav > li > .local_nav > li > a:hover,
#accordion_nav > li > .local_nav > li.current > a {
	background: #fff;
	color: #00bbe4;
}
/*  aside_banner
----------------------------------------*/
#aside_banner {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 10px;
}
#aside_banner li {
	border-bottom: none;
}
#aside_banner li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#aside_banner li.shiage {
	margin-top: 0;
	position: static;
  text-align: center;
}
#aside_banner li.shiage .pc_bnr {
	display: none;
}
#aside_banner li.shiage .sp_bnr {
	display: block;
	width: 100%;
	height: auto;
}
#aside_banner li.hahahapark {
	display: none;
}

/* ===================================================================
    footer
=================================================================== */
#footer {
	width: 100%;
}
/*  footer_top
----------------------------------------*/
#footer_top {
	width: 100%;
	background: none;
	border: none;
}
#footer_top .inner {
	width: 100%;
	margin: 0 auto;
	position: static;
	padding: 0;
}
#footer_top .inner .nav {
	width: 100%;
	float: none;
	margin-left: 0;
}
#footer_top .inner .nav .menu {
	display: block;
	background: #02348d;
	color: #ffffff;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
#footer_top .inner .nav .menu:after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: "";
	width: 16px;
	height: 10px;
	background: url(../image/ico-footer_arrow_sp_off.png) no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	    -ms-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	margin-top: -5px;
}
#footer_top .inner .nav.open .menu:after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: "";
	width: 16px;
	height: 10px;
	background: url(../image/ico-footer_arrow_sp_on.png) no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	    -ms-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	margin-top: -5px;
}
#footer_top .inner .nav .menu a {
	color: #fff;
}
#footer_top .inner .nav .menu span {
	display: block;
	padding: 15px 10px;
	cursor: pointer;
}
#footer_top .inner .nav .pc_menu{
	display: none;
}
#footer_top .inner #footer_nav01.nav {
	width: 100%;
	margin-left: 0;
}
#footer_top .inner #footer_nav02.nav {
	width: 100%;
}
#footer_top .inner #footer_nav03.nav {
	width: 100%;
}
#footer_top .inner #footer_nav04.nav {
	width: 100%;
}
#footer_top .inner .nav ul:not(.utility) {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
		 	transition: 0.5s;
}
#footer_top .inner .nav ul li {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	background: url(../image/ico-footer_arrow_sp_02.png) no-repeat 15px 19px;
	background-size: 6px;
}
#footer_top .inner .nav ul li:first-child {
	border-top: none;
}
#footer_top .inner .nav ul li:last-child {
	border-bottom: none;
}
#footer_top .inner .nav ul li a {
	width: 100%;
	display: block;
	padding: 15px 28px;
	color: #161616;
	font-size: 1.4rem;
}
#footer_top .inner .nav .utility {
	margin-top: 0;
	background: #02348d;
	width: 100%;
	padding: 0;
}
#footer_top .inner .nav .utility li.pc_message{ 
  display: none;
}
#footer_top .inner .nav .utility li {
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: none;
	padding:0;
	display: block;
	position: relative;
	background: none;
}
#footer_top .inner .nav .utility li:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 14px;
	content: "";
	width: 10px;
	height: 16px;
	background: url(../image/ico-footer_arrow_sp.png) no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	    -ms-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	margin-top: -7px;
}

#footer_top .inner .nav .utility li:first-child {
	border-top: none;
}
#footer_top .inner .nav .utility li a {
	color: #ffffff;
	font-size: 1.4rem;
	padding: 15px 10px;
}
#footer_top .inner .nav .utility li a:hover {
	color: #ffffff;
}

#footer_top .inner .sns {
	width: 100%;
	clear: left;
	padding-top: 20px;
	margin-bottom: 20px;
}
#footer_top .inner .nav ul li.sp_navi {
	display: block;
}
#sns_area {
	width: 100%;
	margin: 20px auto;
	padding: 0 10px;
}
/*  page_top
----------------------------------------*/
#page_top {
    width: 45px;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

/*  footer_bottom
----------------------------------------*/
#footer_bottom {
	width: 100%;
	position:static;
	padding: 0;
}
#footer_logo {
	text-align:center;
}
#footer_nav {
	background-color:#f4f4F4;
	border-bottom:solid 1px #e1e1e1;
	padding:15px 0;
	position:static;
	text-align:center;
}
#footer_nav li {
	display:inline-block;
	margin:5px;
	line-height:1;
	font-size:11px;
}
#footer_nav li:first-child {
	border-right:solid 1px #333;
	padding-right:10px;
}
#footer_nav li a {
	color:#333;
}
#copyright {
	text-align: center;
	padding: 15px 0;
	font-size: 1.0rem;
	margin-bottom: 0;
}


/*  エナメルパール
----------------------------------------*/
#sp_banner ul li.ena_bnr img{
	width:100%;
}
#sp_banner ul li.ena_bnr{
	padding:0 !important;
}

#sp_banner ul li.ena_bnr a{
	border:none !important;
	background:none !important;
	box-shadow:none !important;
    padding-top: 2px;
}

/*  予防歯科キャンペーン
----------------------------------------*/
#aside_banner li.yobou_cam {
	display: none;
}


/*  SSI フッター調整用
----------------------------------------*/
.common-footer p {
  margin-bottom: 0;
  line-height: 14px;
}
.common-footer .common-footer-logo {
  border: 0!important; 
}
.common-footer .sp-dn {
  display: none;
}

/*  button_sp
----------------------------------------*/
.button_sp {
  display: block;
  margin-bottom: 25px;
}
.button_sp ul:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.button_sp ul li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
	line-height: 1.2;
    border: 1px solid #02318d;
}
.button_sp ul li:nth-child(2n) {
    float: right;
}
.button_sp ul li a {
    background: url(../image/ico-arrow-nav_sp.gif) no-repeat 96% 50%;
    background-size: 9px;
	display: block;
	width: 100%;
    padding: 8px 20px 8px 8px;
    font-weight: normal;
    font-size: 1.4rem;
}
.button_sp ul li span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
	color: #02318d;
}
.button_sp ul li.current > a {
    background: #02318d;
}
.button_sp ul li.current > a span {
    color: #fff;
}

/*  style_btn
----------------------------------------*/
.style_btn {
	width: 100%;
}
.style_btn a {
	font-size: 1.3rem;
	padding: 10px 10px 9px 10px;
	background: url(../../image/bg-btn_sp.png) no-repeat 97% center;
	background-size: 8px;
}