@charset "utf-8";
@import "reset.css";

* {
min-height:0;
min-width : 0;
}

body{
	line-height: 1.5em;
	position: relative;
}

body *{text-shadow: none;}


img{
	max-width: 100%;
	height: auto
}


#container{
	background: url(../img/bg_stripe.png) repeat-x;
	-moz-background-size:100% auto;background-size:100% auto;
}

#contents{
	position: relative;
	z-index: 10;
	background: #fff
}

@media  (max-width: 767px) {
	#container{padding-top: 66px}
}	


.wrap,
.wrappc{
	margin: 0 auto;
	width: 90%;
	max-width: 1240px;}


@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}




@media only screen and (max-width: 480px) {
	.wrap{text-align: left;}
	.wrappc{width: 100%;}
}

@media only screen and (min-width: 481px) {
	.wrappc{width: 96%;}
}


@media only screen and (min-width: 1024px) {
	.wrappc{width: 90%;}
}

/* ************************************************ 
*	HEADER
* ************************************************ */
#siteheader{
	
}

#siteheader h1{
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#siteheader h1 a{color: #666}

#siteheader h1 span{
	display: block
}

#medical_crop{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	padding: 1em;
}

#mail_contact{
	display: flex;
	align-items: center
}
#mail_contact a.contact_btn{
	text-decoration: none;
	background: #77127f;
	color: #fff;
	border-radius: 50px;
	position: relative;
	padding: .2em 1.5em;
	border: solid 2px #fff;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
}
#mail_contact a.contact_btn:before{
	font-family: icomoon;
	content: "\e9f6";
	padding-right: .5em
}

#mail_contact a.contact_btn:hover{
	background: #000
}



#mail_contact a.insta {
  display: inline-block; /* 幅と高さを持たせるために必要 */
  width: 26px;
  height: 26px;
  background-image: url('../img/ig_i.svg');
  background-size: contain; /* 枠内に画像を収める */
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none; /* リンクの下線を消す */
  margin: 0 5px 0 0;
}

/* マウスを乗せた時に少し透明にするなどの演出（お好みで） */
#mail_contact a.insta:hover {
  opacity: 0.7;
}





@media (max-width: 736px) {
	#medical_crop{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff url(../img/bg_stripe.png) repeat-x;
		-moz-background-size:100% auto;background-size:100% auto;
	}
	
	#siteheader h1 span{
		font-size: 14px;
	}
	#mail_contact{position: absolute;
		right: 10px;
		top:10px;
	}
	
	
}	

@media  (min-width: 415px) {
	#siteheader{
		width: 98%;
		margin: 0 auto;
		padding: 2em 0 0
	}
	
	
}	

@media  (min-width: 769px) {
	#siteheader{
		width: 90%;
		max-width: 1240px;
		margin: 0 auto;
		padding: 2em 0 0
	}
	
	#mail_contact a{padding: .5em 1.5em;}
	
	#siteheader h1 span{margin-bottom: 5px;}
}	







/* ************************************************ 
*	main nav
* ************************************************ */

#gnav {
  display: flex;
  justify-content: space-between;
  z-index: 500;
  background: #fff
  }

.nav-button {
  display: none;
}

.nav a {
  text-decoration: none;
  color: #444;
}
.nav li {}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

#gnav {background: #fff;}
.nav-wrap {
display: block !important;
width: 100%;
}

ul.nav {
margin: 0 auto;
width: 100%;
position: relative;
display: flex;
justify-content: center;
}

	
ul.nav > li {width: 24%;margin: 0 auto}

ul.nav > li > a {
    text-decoration: none;
    padding: .5em .3em .3em;
    border-bottom: solid 4px;
    text-align: center;
    display: block;
    font-weight: bold;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	line-height: 1.2em;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	  
ul.nav > li:nth-child(1) a{ border-color: #ee87b4; color:#ee87b4 }
ul.nav > li:nth-child(2) a{ border-color: #f5a200; color:#f5a200}
ul.nav > li:nth-child(3) a{ border-color: #409bd6; color:#409bd6}
ul.nav > li:nth-child(4) a{ border-color: #00a844; color:#00a844}
ul.nav > li:nth-child(5) a{ border-color: #92539d; color:#92539d}

ul.nav > li > a:hover {color: #444;}	


ul.nav > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 99;
    left: 0;
}

ul.nav > li > ul.normal-sub {
    width: 300px;
    left: auto;
}

ul.nav > li > ul.normal-sub > li {
    width: 100%;
    border-bottom: dotted 1px rgba(46, 105, 58, 0.3);
}
ul.nav > li > ul.normal-sub > li:last-child{
	border-bottom: none
}
ul.nav > li > ul.normal-sub > li a {
	color: #2e693a;
	display: block;
    padding: .7em 1em;
    background: #fff;
}

ul.nav > li > ul.normal-sub > li a:before{
	font-family: icomoon;
	content: "\e974";
}


ul.nav > li > ul.normal-sub > li a:hover{
	background: #035322;
	color: #fff
}


.top-fixed  ul.nav > li:first-child > a{border-left: none}
.top-fixed  ul.nav > li:last-child > a{border-right: none}


@media only screen and (max-width: 767px){
	.top-fixed {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 1000;
	}
}
@media only screen and (min-width: 768px) {
	.top-fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 1000;
	}
	
	.top-fixed .nav-wrap{width: 98%;margin: 0 auto}
}

@media (max-width: 666px){
	ul.nav > li > a{
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center
	}
	
}
@media (min-width: 667px){
	ul.nav > li > a {
		padding: 1em 1em 1em;
		font-size: 1.2em;
	}
	
	ul.nav > li > a br{
		display: none
	}
	
}

@media (min-width: 769px) {
	ul.nav > li > a{
		padding: 1em 1.5em 1em;
		font-size: 1.3em;
	}
	
	.top-fixed .nav-wrap{width: 90%;margin: 0 auto}
}




#sitetitle{
	margin:1em auto 0
}

ul#shika_nav{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin: 0;
		padding: 0 .3em;
		position: relative;
			}


body#home ul#shika_nav{
	border-bottom: none
}

ul#shika_nav li{
		width: 49.5%;
		text-align: center;
		position: relative;
	}
	
ul#shika_nav li a{
	position: relative;
	display: block;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	box-shadow: 2px -1px 6px 0px #cccccc ;
	-webkit-box-shadow: 2px -1px 6px 0px #cccccc ;
	-moz-box-shadow: 2px -1px 6px 0px #cccccc ;
	-o-box-shadow: 2px -1px 6px 0px #cccccc ;
	-ms-box-shadow: 2px -1px 6px 0px #cccccc ;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    bottom: -3px;
    line-height: 1.4em;
    
	}	
	
	ul#shika_nav li:first-child a:before{
		display: block;
		background: url(../img/layout/kagamishika_i.png) no-repeat;
		content: " ";
		width: 30px;
		height: 35px;
		-moz-background-size:contain;background-size:contain;
	}
	ul#shika_nav li:last-child a:before{
		display: block;
		background: url(../img/layout/kagamidc_i.png) no-repeat;
		content: " ";
		width: 30px;
		height: 35px;
		-moz-background-size:contain;background-size:contain;	
	}


@media (max-width: 414px) {
	ul#shika_nav li a{font-size: 1.1em;padding: 1.2em .5em .8em;}
	ul#shika_nav li a:before{margin: 0 auto .3em}
}	


@media (min-width: 415px) {
	ul#shika_nav li a br{display: none}
	#sitetitle{margin:2em auto 0}
	ul#shika_nav{padding: 0;}
	ul#shika_nav li a{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		padding: 1em 1em 1em;
	}
	ul#shika_nav li:first-child a:before,
	ul#shika_nav li:last-child a:before{
		padding-right: 1em
	}
}	
@media  (min-width: 767px) {
	ul#shika_nav li a{font-size: 22px;}
}
@media  (min-width: 1240px) {
	ul#shika_nav{padding: 0 2em;}
	ul#shika_nav li a{
		letter-spacing: .1em;
		font-size: 28px;
	}
}	

ul#shika_nav li#shika a,
	ul#shika_nav li#dental a{border-width: 3px 3px 0;}

ul#shika_nav li#shika a{
	border: solid #9fc137;
	background: #fff;
	border-bottom: none
}

ul#shika_nav li#dental a{
	border:solid #009fe5;
	border-bottom: none;
	background: #fff;
}


@media (max-width: 667px) {
	ul#shika_nav li#shika a,
	ul#shika_nav li#dental a{border-width: 4px 4px 0;}
}	




ul#shika_nav li#shika a:hover,
ul#shika_nav li#dental a:hover{
	bottom: 0;border-bottom: none
}


body#kagami-shika #bread{border-top: solid 2px #ccc}
body#kagami-shika ul#shika_nav li#shika a{bottom: 0;}
body#kagami-shika ul#shika_nav li#dental a{opacity: 0.4}
body#kagami-shika ul#shika_nav li#dental a:hover{opacity: 1}

body#kagami-dental #bread{border-top: solid 2px #ccc}
body#kagami-dental ul#shika_nav li#dental a{bottom: 0;}
body#kagami-dental ul#shika_nav li#shika a{opacity: 0.4}
body#kagami-dental ul#shika_nav li#shika a:hover{opacity: 1}

/* ************************************************ 
*	header
* ************************************************ */



#snav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;}

#snav ul li{}
#snav ul li a{text-decoration: none;display: block;color: #fff;position: relative}




#snav ul.info_i li{width: 300px;position: relative;}
#snav ul.info_i li a{
	background: #f05924;
	font-weight: bold;
	padding: .6em 1.2em .6em .6em;display: flex;
	justify-content: flex-start;}
#snav ul.info_i li a:before{
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	margin-right: 5px;
	vertical-align: top;
}
#snav ul.info_i li span.en{font-size: 9px;display: block}
#snav ul.info_i li#reserve a:before{background:url(../img/leftnav/ls_yoyaku.png) no-repeat center center;-moz-background-size:auto 100%;background-size:auto 100%;}
#snav ul.info_i li#faq a:before{background:url(../img/leftnav/ls_faq.png) no-repeat center center;-moz-background-size:auto 100%;background-size:auto 100%;}
#snav ul.info_i li#reserve a{border-right: solid 1px #fff}
#snav ul.info_i li#faq a{}

@media only screen and (max-width: 767px) {
	#snav ul.info_i li{width: 50%}
}	

@media (min-width: 768px) {
	#snav_wrap{
		-webkit-flex-direction: row-reverse;
	   flex-direction: row-reverse;
	}
	#snav{padding: 0 3em 0 0;margin-bottom: 1em;}

}	

#pagetitle{}

#pagecontent{}

#pagecontent h2{
	text-align: center;
	padding-top: 3em;
	font-size: 2.3em;
	color: #2e693a;
	position: relative;
	padding-bottom: .8em;
	margin-bottom: 1em;
}

#pagecontent h2:after{
	height: 2px;
	width: 100px;
	content: "";
	background: #2e693a;
	position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
    	       

.red{color: #b50000}

/* ************************************************ 
*	common
* ************************************************ */

#main{padding-bottom: 1em}

h1#maintitle{
	color: #000;
	margin:2em 1em 1em;
	font-size:2em;
	text-align: center}


@media  (min-width: 768px) {
	#main{padding-bottom: 3em}
	h1#maintitle{font-size:2.3em;}
	h1#maintitle br{display: none}

}	

.p-syouni_wrap{
	display: flex;
	align-items: center
}
.p-syouni{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
     position: relative;
}

.p-syouni a{
	display: block;
	margin: 0 auto;
	color: #ee87b4;
	border: solid 2px #ee87b4;
    text-align: center;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    padding: .7em .7em .7em 87px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
   width: 100%
   }

.p-syouni:before{
	content:" ";
	background: url(../img/layout/pediatric.png) no-repeat;
	-moz-background-size:contain;background-size:contain;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -2px;
}

.p-syouni a:hover{
	background: #ee87b4;
	color: #fff
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-syouni{display: block;}
  .p-syouni:before{top:-6px}
}

@media (max-width: 667px) {
	.p-syouni{width: 90%}
}

@media  (min-width: 668px) {
	.p-syouni a{padding: 1em 1em 1em 6em;}
	
	.p-syouni a br{display: none}
}	


/* ************************************************ 
*	#iink
* ************************************************ */

#link{margin: 5em auto;
	padding: 1.5em 0;
	background: #fafaf7
}	


#link ul li{background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#link ul li:hover{
	opacity: .8
}

#link ul li .gaikan{
	width: 35%;
	margin-right: 3%
}
#link ul li .info{width: 60%;padding-top: .5em;text-align: center}

#link ul li a.more_pc{
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: .3em 1em;
	text-align: center;
	margin-top: .6em
}

#link ul li a.more_sp{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: .3em 1em;
	text-align: center;
}



#link ul li#kagami-shika a.more_pc,
#link ul li#kagami-shika a.more_sp{
	background: #03a844
}

#link ul li#kagami-dental a.more_pc,
#link ul li#kagami-dental a.more_sp{
	background: #0062ad
}

#link ul li#kagami-shika{border: solid 3px #9fc137}
#link ul li#kagami-dental{border: solid 3px #009fe5}

#link ul li .traffic{margin-bottom: .3em}

#link ul li#kagami-shika .traffic{color: #03a844}
#link ul li#kagami-dental .traffic{color: #0062ad}


#link ul li .about_name img{width: 26px;height: auto;margin-right: 5px}
#link ul li .about_name h2{font-size: 16px;}

@media (max-width: 767px) {
	#link ul li{margin-bottom: 1em}
	#link ul li a.more_pc{display: none}
}	

@media  (min-width: 768px) {
	#link{
		margin: 5em auto;
	padding: 3em 0;
	background: #fafaf7
	}	
	#link ul{
		display: flex;
		justify-content: center
	}
	#link ul li{
		width: 50%;
	}
	#link ul li .traffic{margin-bottom: .5em}
	#link ul li a.more_sp{display: none}
}	
@media  (min-width: 1025px) {
	#link ul li .info{padding-top: 1em}
	#link ul li .about_name img{width: 40px;height: auto;margin-right: 8px}
	#link ul li .about_name h2{font-size: 24px;}
	}

.goto_home{margin: 0 1em}
.goto_home a{
	-webkit-box-shadow:1px 1px 6px #ccc;
	-moz-box-shadow:1px 1px 6px #ccc;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
	border-radius: 50px;
	padding: 1em;
	width: 100%;
	max-width: 500px;
	margin: 2em auto;
	display: block;
	text-decoration: none;
	text-align: center
}
.goto_home a:hover{background: #666;color: #fff}
.goto_home a span:before{
	font-family: icomoon;
	content: "\e908";
	margin-right: .5em
}

@media (max-width: 767px) {}	

@media  (min-width: 768px) {}	


	






/* ************************************************ 
*	.bread_crumb
* ************************************************ */
#bread{
	padding: 1.5em 1em;
	background: #fff;
	margin: 0 auto 2em;}


@media (max-width: 767px) {
	text-align: left
}	

@media  (min-width: 768px) {
	#bread{
	width: 90%;
	max-width: 1240px;
	padding: 1.5em 1.5em;
	border-top: solid 2px #ccc
	}
}	

body#home #bread{border-top: none}


/* #contents #bread{background: #fff} */


ul.bread_crumb{
}
ul.bread_crumb li + li:before{margin: 0 .5em;}
	
ul.bread_crumb li{
	font-size:.9em;
	list-style:none;
	float: left;
}
ul.bread_crumb li a{text-decoration: none;color: #666;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.bread_crumb li a:hover{ background: #e8e5e5;}
ul.bread_crumb li span{padding-left: .5em}
ul.bread_crumb li br{display: none}
ul.bread_crumb li.pkhome a{color: #34cb07}
ul.bread_crumb li + li:before {
	margin: 0 .5em 0 0;
	color: #999;
	font-family: icomoon;
	content: "\e977";
}

ul.bread_crumb li.backhome:before{
	font-family: icomoon;
	content: "\e918";
	padding-right: .5em
}

@media (max-width: 480px) {
	ul.bread_crumb li.pkhome a{font-size: 1.1em;}
	ul.bread_crumb li.pkhome{margin-bottom: .3em}
}	




/* ************************************************ 
*	slick
* ************************************************ */


.slick-dots {
    bottom: -35px;
 }


#headline{padding: 3em 0px;
	    background: #eaeee8;
}

#headline ul{
	text-align: left
}

#headline ul li{margin-bottom: .8em}

/* ************************************************ 
*	#banner
* ************************************************ */
#banner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto
}



#banner ul li{}

@media screen and (max-width: 767px) {
	#banner ul li{margin: 1.5em 0 0}
}	


@media print, screen and (min-width: 768px) {
	#banner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	
	#banner ul li{
		width: 48%;
		margin-top: 1.5em;
	}
	#banner ul li:nth-child(odd){
		margin-right: 2%	}
}	

@media print, screen and (min-width: 1024px) {}	

/* ************************************************ 
*	FOOTER
* ************************************************ */

div#btn_top{
	position: fixed;
	bottom: 60px;
	right:30px;
	z-index: 1000
}

#sitefooter{width: 100%;padding: 3em 1.5em;}

dl#copyright{
	text-align: center
}
dl#copyright dt{font-size: 1.3em;margin-bottom: .6em;letter-spacing: .2em}
dl#copyright dd.cr{
	font-size: 10px;
	letter-spacing:1px;
	text-align: center
}



/* ************************************************ 
*	more
* ************************************************ */

@media (max-width: 767px) {}	

@media  (min-width: 768px) {	

	.more_sb{
		width: 33%;
		margin: 0 auto
	}

}
.more{margin: 0 auto;text-align: center}

a.morelink{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	border: solid 2px #006932;
	padding: .8em 2em;
	width: 90%;
	max-width: 400px;
	position: relative;
	font-size: 1.2em;
	color: #006932;
}


a.morelink::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #006932;
  border-left: 14px solid transparent;
}


a.morelink:hover {
	color: #fff;
	background-color: #006932;
	border: solid 2px #006932;
	opacity: 1
}


.boxlink{
text-decoration:none;
cursor:pointer;
}

/* ------------------------------
 Youtube iframe
------------------------------ */		
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 auto
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ************************************************ 
*	prevnext
* ************************************************ */
.pagenav{
	margin: 0 auto;
	padding: 1em 0
}

.pagenav li {
		width: 49.5%;
	}

.pagenav li a{
	display: block;
	text-decoration: none;
	padding: .5em;
	color: #000;
}
	
.pagenav li.next{text-align: left;
	float: left
}

.pagenav li.next a:before{
	font-family: icomoon;
		content: "\ea44";
		padding-right: .5em
}
	
.pagenav li.prev{text-align: right;
	float: right}

.pagenav li.prev a{}

.pagenav li.prev a:after{
		font-family: icomoon;
		content: "\ea42";
		padding-left: .5em
}




/* ************************************************ 
*	Pager
* ************************************************ */

#pager{overflow: hidden;
    position: relative;
    margin-bottom: 50px}
    
    
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    color: #665145;
}

.pagination span, .pagination a {
	color: #665145;
    display: block;
    width: auto;
    margin: 0 .3em;
    padding: .4em .5em;
    border: 2px solid #665145;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    }

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #665145;
    background-color: #665145;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}


dl.tax_att{
	border: solid 2px red;
	padding: 1em;
	margin-bottom: 1.5em;
	font-weight: bold;
}
dl.tax_att dt{font-size: 1.3em;color: red;margin-bottom: .5em}
dl.tax_att dd a{background: #fbff00}

@media (max-width: 767px) {
	dl.tax_att{margin: 0 1em 1.5em}
}	


@media  (min-width: 768px) {
	dl.tax_att{text-align: center}
}	

