@charset "UTF-8";
/*
Theme Name: teamm
Theme URI: /wp-content/themes/teamm
Description: 中央歯科医院のサイトです
Author: yamada
Author URI:
Version: 1.0

1.  common settings
2.  sp settings
3.  header settings
4.  index settings
5.  page settings
6.  single settings
7.  sidebar settings
8.  footer settings
9.  form setting
10.  Other Styles

*/

@font-face {
    font-family: 'Noto Sans JP';
    font-style: lighter;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Regular.woff2') format('woff2'),
    url('./fonts/NotoSans_regular.woff') format('woff'),
    url('./fonts/NotoSans_regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Medium.woff2') format('woff2'),
    url('./fonts/NotoSans_medium.woff') format('woff'),
    url('./fonts/NotoSans_medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: bold;
    font-weight: 600;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Bold.woff2') format('woff2'),
    url('./fonts/NotoSans_bold.woff') format('woff'),
    url('./fonts/NotoSans_bold.otf') format('opentype');
}

/*==================================================================
	common settings
===================================================================*/
html {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.02em;
	font-weight: 400;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#111;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 15px;
	line-height:200%;
	margin:0 0 20px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#f9a518;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#f9a518;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width : 959px){
	.uk-container{
		padding:0 25px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd,th,td{
		font-size: 13px;
		line-height:180%;
		margin-bottom:15px;
	}
	.uk-container{
		padding:0 15px;
	}
}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 1.5em;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb100 {
	margin-bottom: 8em;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.pb0{
	padding-bottom:0;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pt80{
	padding-top:80px;
}
.pt30{
	padding-top:30px;
}
.pb80{
	padding-bottom:80px;
}
.pt0{
	padding-top:0;
}
.pBox15{
	padding:15px;
}
@media screen and (max-width : 959px){
	.mb120 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width : 639px){
	.mb60{
		margin-bottom:30px;
	}
	.mb80{
		margin-bottom:40px;
	}
	.mb100{
		margin-bottom:50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mt60{
		margin-top: 30px;
	}
}


/* font style
-------------------------------------------------------------------*/
.red{
	color:#e95504;
}
.green{
	color:#468423;
}
.blue{
	color:#444cdd;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:500;
	color:#444cdd;
	font-size:16px;
}
.fonts{
	font-size:13px;
	color:#666;
}


/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
	background:#fff;
	border-top:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
.sheet th, .sheet td {
	padding: 10px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#fff;
	border-bottom:solid 1px #ddd;
	line-height:200%;
	border-left:1px solid #ddd;
}
.sheet td img{
	vertical-align:middle;
}
.sheet th {
	background: #fbf5e9;
	font-weight:500;
	text-align:center;
	border-bottom:solid 1px #ddd;
}
.sheet td ol.list{
	margin:0;
}
.sheet td ul.list{
	padding-left:20px;
	margin:0;
}
.sheet td ul.list li {
	margin:0 0 6px;
	line-height:160%;
}
.sheet td ul.list li:last-child {
	margin:0;
}
table.center td{
	text-align:center;
	line-height:160%;
}
table.center td span{
	color:#e95504;
	font-size:18px;
	font-weight:600;
}
table.sheet td span.bold{
	font-weight:600;
}
table td.fonts{
	font-size:12px;
	color:#666;
}

/* table price
---------------------------------------------*/
table.price th,
table.price td{
	padding: 8px 20px;
}
table.price th{
	width:50%;
	text-align:left;
}
table.price td{
	text-align:center;
	width:25%;
}
table.price td:last-child{
	text-align:right;
}
table.center td{
	text-align:center;
}
table.spblock th{
	width:25%;
}
table.spblock2 th{
	width:60%;
}
table.spblock2 td{
	text-align:right;
}
@media screen and (max-width : 639px){
	table.sheet td{
		border-right: none;
		padding:15px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.uk-container .sheet ul li{
		padding:0 10px;
	}
	table.price th{
		width:auto;
	}
	table.price td{
		width:40%;
	}
	table.price td:last-child{
		width:30%;
	}
	table.spblock th,
	table.spblock td{
		display:block;
		margin:0;
		width:auto;
	}
	table.spblock th{
		padding: 5px 15px;
	}
	table.spblock2 td{
		text-align:center;
	}
	
}

	/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px){
	.scroll{
		overflow:auto!important;
		white-space:nowrap;
		display:block;
	}
	.scroll::-webkit-scrollbar{
		height:5px;
	}
	.scroll::-webkit-scrollbar-track{
		background:#f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background:#bcbcbc;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	background:#f7f7f7;
	border-bottom:1px dotted #ddd;
}
.dllist dt, .dllist dd{
	display: block;
	float: left;
	margin:0;
	padding:15px 25px;
}
.dllist dt{
	width: calc(25% - 50px);
	clear: left;
	border-top:1px dotted #ddd;
	font-weight:500;
	letter-spacing:0.1em;
}

.dllist dd{
	width:  calc(75% - 50px);
	background:#fff;
	border-top:1px dotted #ddd;
}

@media screen and (max-width : 639px){
	dl.dllist{
		width: 100%;
		background:none;
		border-bottom:none;
	}
	.dllist dt, .dllist dd{
		float:none;
		width:calc(100% - 30px);
		border-top:none;
	}
	.dllist dt{
		border-bottom:1px dotted #ddd;
		font-weight:bold;
		padding:5px 15px;
		background:#fff;
	}
	.dllist dd{
		border:none;
		padding:10px 15px;
		margin:0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:30px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:5px;
	margin:5px 0;
	list-style-image:url(./img/btn3.svg);
}
ul.list li a{
	font-weight:bold;
	font-size:14px;
}

ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:5px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #444cdd;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	margin-top:3px;
}
@media screen and (max-width : 639px){
	ol.list li:before{
		margin-top:0;
	}
}
/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0;
	padding:0;
}
ul.tab li{
	display:block;
	list-style-type:none;
	margin:0 auto 10px;
	max-width:180px;
}
ul.tab li a{
	padding:10px ;
	background: #f5f5f5 url(./img/more.png) no-repeat 15px center;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#00aaeb;
}
ul.tab li a:hover {
	background: #00aaeb url(./img/more.png) no-repeat 15px center;
	color: #fff;
}
ul.tab li a.active {
	background: #00aaeb url(./img/more.png) no-repeat 15px center;
	color: #fff;
}
.tabContent {
	display: none;
}
@media screen and (max-width : 959px){
	ul.tab{
		padding-left:30px;
	}
	ul.tab li{
		float:left;
		margin:0 10px 15px 0;
		width:25%;
	}
}
@media screen and (max-width : 639px){
	.tabContent {
		display: block;
	}
}


/* icon
-------------------------------------------------------------------*/
i{
	color:#fff;
}
a:hover i{
	color:#fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
	border: 1px solid #FFFFFF;
	margin:0 0 40px 0;
	padding: 60px 30px 15px;
	position: relative;
	border-radius:10px;
}
blockquote:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 500%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 15px;
	left:15px;
}

/*	uk-accordion
-------------------------------------------------------------------*/
.uk-accordion li{
	margin:0;
}
.uk-accordion-title:hover{
	cursor:pointer;
	color:#4e4da6;
}
.uk-accordion-title{
	text-decoration:none;
	font-size:16px;
	padding:15px;
	font-weight:400;
	border-bottom:dotted 2px #ddd;
	margin:0;
	color:#111;
}
.uk-accordion-title::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.uk-open>.uk-accordion-title::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-accordion-title::before{
	content:"Q.";
	background:none;
	float:none;
	margin:0 10px 0 0;
	font-weight:500;
	font-size:20px;
	color:#444cdd;
}
.uk-open>.uk-accordion-title::before {
    background:none;
}
.uk-accordion-content{
	padding:30px 30px 30px 55px;
	background:#fbf5e9;
	margin:15px 0 0;
	border-radius:5px;
	position:relative;
}
.uk-accordion-content::before{
	content:"A.";
	position:absolute;
	top:50%;
	left:25px;
	transform:translatey(-50%);
	margin:0 10px 0 0;
	font-weight:500;
	font-size:20px;
	color:#f9a518;
}



/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	bottom: 0;
	right: 0;
	width:100%;
	z-index:100;
	overflow:hidden;
	margin:0;
	padding:0;
}
#sp-contact li{
	float:left;
	width:50%;
	margin:0;
	list-style:none;
}
#sp-contact li a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 10px 0 8px 0;
	font-size:13px;
	text-align:center;
	height:auto;
	background:#f9a518;
	border-right:1px solid #fff;
}
#sp-contact li a span{
	display:block;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	line-height:120%;
}
#sp-contact li:last-child a{
	border-right:none;
}
#sp-contact li a i{
	color:#fff;
}
@media screen and (max-width : 639px){
	body{
		padding-bottom:55px;
	}
}


/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header{
	z-index:900;
	height:120px;
	background:#fff;
	position:relative;
}
header.uk-sticky-fixed{
	z-index:1000;
}
.logo{
	position:absolute;
	z-index:1000;
	display:inline-block;
	top:35px;
	left:35px;
}
.head_contact{
	padding:38px 0;
	display:inline-block;
}
.head_contact3{
	margin-right:138px;
}
.head_contact a{
	display:inline-block;
	color:#111;
	font-size:22px;
	font-weight:500;
	letter-spacing:0.06em;
	text-align:left;
	margin:0 26px 0 0;
	text-decoration:none;
	background:url(./img/icon_tel.png) no-repeat left bottom 2px/30px;
	padding-left:40px;
}
.head_contact2 a{
	background:url(./img/icon_tel2.png) no-repeat left bottom/25px;
	padding-left:35px;
}
.head_contact3 a{
	background:url(/wp-content/uploads/2022/07/ノートPCアイコン.png) no-repeat left bottom/25px;
	padding-left:35px;
}
.head_contact a span{
	line-height:100%;
	font-size:12px;
	color:#474953;
	margin:0 0 7px 0;
	letter-spacing:0.05em;
	font-weight:normal;
	display:block;
}
.head_btn{
	display:inline-block;
	position:absolute;
	top:-15px;
	right:20px;
}
.head_btn a{
	background:#f9bc57;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:600;
	display:block;
	text-align:center;
	padding:50px 10px 35px;
	border-radius:100%;
}
.head_btn a span{
	background:url(./img/btn.svg) no-repeat left center;
	color:#fff;
	padding-left:12px;
	display:block;
	font-size:14px;
	font-weight:500;
	margin:0 0 8px;
}
.head_btn a:hover{
	background:#f9a518;
}
.sns_side{
	position:fixed;
	top:40%;
	left:10px;
}
.sns_side a{
	display:block;
	padding:15px 0;
}
@media screen and (max-width : 959px){
	header{
		height:80px;
	}
	.logo{
		top:20px;
		left:20px;
	}
	.sns_side{
		left:5px;
	}
}
@media screen and (max-width : 639px){
	header{
		height:50px;
	}
	.logo{
		top:10px;
		left:5px;
	}
	.logo img{
		width:120px;
	}
	.sns_side{
		display:none;
	}
}

/* navigation
-------------------------------------------------------------------*/
#nav{
	background:#fff;
	vertical-align:middle;
}

.nav_items{
	padding:0;
	margin:0;
	position:relative;
	display:inline-block;
}
.nav_items > li {
	display:block;
	float:left;
	box-sizing: border-box;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	display:block;
	text-decoration:none;
	color:#111;
	font-size:15px;
	text-align:center;
	letter-spacing:0.1em;
	margin:0 ;
	padding:26px 25px;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
#nav.uk-sticky-fixed .nav_items > li > a,
#nav.uk-sticky-fixed .nav_items > li > span.nolink,
.nav_kasou .nav_items > li > a,
.nav_kasou .nav_items > li > span.nolink{
	padding:10px 25px;
}
.nav_items > li .sub{
	display:block;
	color:#444cdd;
	font-size:10px;
	font-weight:500;
	letter-spacing:0.05em;
	line-height:100%;
	padding:3px 0 7px 0;
}
.nav_items > li a:hover,
.nav_items > li > span.nolink:hover{
	background:#f5f5f5;
}



/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav .uk-dropdown{
	background: #f5f5f5;
	padding:15px;
	width:400px;
	box-shadow:none;
	margin:0;
}
#nav .uk-dropdown img{
	display:block;
	margin:0 0 15px;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
#nav ul li ul li{
	margin:0;
	display:block;
	float:left;
	width:50%;
}
#nav ul li ul li a{
	display:block;
	font-size:13px;
	color: #111;
	text-decoration:none;
	line-height:150%;
	padding:5px 15px 5px 15px;
	text-align:left;
	background:url(./img/btn3.svg) no-repeat left center;
}
#nav ul li ul li a:hover{
	color:#f9a518;
}


/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#111;
	font-size:12px;
	margin: 0 30px 0 0;
	height:80px;
	outline:0;
	letter-spacing:0.1em;
	text-align:center;
	padding:0;
	position:relative;
}
header .active{
	text-align:left;
}
.menu_btn::after {
	content:'MENU';
	margin:5px auto 0;
	display:block;
	color:#111;
	text-decoration:none;
	text-align:center;
	width:40px;
}
.active::after {
	content:'CLOSE';
	letter-spacing:0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 22px;
	height: 20px;
	text-align:center;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background-color: #444cdd;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
header .active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
header .active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
header .active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width : 639px){
	.menu_btn{
		margin: 0 10px 0 0;
		height:50px;
	}
	.menu-trigger {
		height: 17px;
	}
	.menu_btn::after {
		margin:0 auto 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}
	header .active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	header .active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
}
/* toggle_nav
-------------------------------*/
#toggle_nav {
	background: rgba(255,255,255,1) ;
	color: #fff;
	position: fixed;
	top: 80px;
	right: 0;
	z-index:990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	height:calc(100% - 80px);
	width:50%;
	overflow:auto;
}
#toggle_nav.open  {
    visibility: visible;
    opacity: 1;
}
#toggle_nav nav{
	width:100%;
}
@media screen and (max-width : 639px){
	#toggle_nav {
		top: 50px;
		height:calc(100% - 50px);
		width:100%;
	}
}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin: 25px 15px ;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#111;
	font-size:14px;
	padding:5px 10px;
	margin:0;
}
#toggle_nav ul li.uk-parent {
	clear:both;
	color:#111;
	padding:0;
	font-size:17px;
	display:block;
	margin:0;
	font-weight:500;
	background:#f7f7f7;
}
#toggle_nav ul li ul{
	margin:0 0 15px;
	padding:15px 0 0 0;
	background:#fff
}
#toggle_nav ul li ul li{
	float:left;
	width:calc(50%);
	margin-bottom:5px;
}
#toggle_nav ul li ul li a{
	padding:0px 5px 0px 15px;
	text-align:left;
	background:url(./img/btn3.svg) no-repeat left center;
}

@media screen and (max-width : 639px){
	#toggle_nav ul li a{
		font-size:14px;
		font-weight:normal;
	}
	#toggle_nav ul li ul li{
		margin-bottom:10px;
	}
	#toggle_nav ul li.uk-parent {
		font-size:16px;
	}
}



/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
	margin:0 0 0 15%;
	height:calc(100vh - 220px);
}
.uk-slideshow-items{
	min-height:initial!important;
	height:calc(100vh - 220px);
}
.keyv li{
	margin:0;
}
.keyv_txt{
	position:absolute;
	right:20%;
	top:10%;
}
.uk-dotnav{
	position:absolute;
	bottom:20px;
	left:-30px;
	display:block;
}
.uk-dotnav li a{
	margin-top:10px;
	border:none;
	background:#eeeeee;
}
.uk-dotnav li.uk-active a{
	background:#444cdd;
}

@media screen and (max-width : 959px){
	.keyv ,.uk-slideshow-items{
		height:60vh;
	}
	.keyv {
		margin:0;
	}
}
@media screen and (max-width : 639px){
	.keyv_txt{
		right:0;
		left:42%;
		top:15%;
	}
	.keyv_txt img{
		width:30%;
	}
}


/* top_title
-------------------------------------------------------------------*/
.top_title{
	display:inline-block;
	margin:100px 15px 60px;
	text-align:center;
	color:#111;
	font-size:22px;
	letter-spacing:0.25em;
	line-height:160%;
	font-weight:500;
	padding:0 70px;
	position:relative;
}
.top_title span{
	display:block;
	text-align:center;
	color:#444cdd;
	font-size:12px;
	letter-spacing:0.3em;
	line-height:100%;
	font-weight:600;
	margin:10px 0 ;
}
.top_title::before{
	content:"";
   display:inline-block;
   width:7px;
   height:100%;
   background:url(./img/title.png) no-repeat center;
   position:absolute;
   top:0;
   left:0;
}
.top_title::after{
	content:"";
   display:inline-block;
   width:7px;
   height:100%;
   background:url(./img/title.png) no-repeat center;
   position:absolute;
   top:0;
   right:0;
}

@media screen and (max-width : 959px){
	.top_title{
		margin:80px 15px 60px;
	}
}
@media screen and (max-width : 639px){
	.top_title{
		font-size:18px;
		letter-spacing:0.1em;
		margin:40px 15px 30px;
		padding:0 50px;
	}
	.top_title span{
		margin:5px 0 ;
	}
}


/* topcovid
-------------------------------------------------------------------*/
.topcovid{
	margin: 80px 0 100px;
}
.topcovid p.more{
	margin-top:40px;
	text-align:left;
}
.topcovid h2{
	font-weight:500;
	font-size:20px;
	letter-spacing:0.2em;
	background:url(./img/title.png) no-repeat left center;
	padding:15px 15px 15px 30px;
	margin:0 0 45px;
	color:#111;
}
.topcovid h2::first-letter{
	font-size:30px;
	color:#444cdd;
}
@media screen and (max-width : 959px){
	.topcovid{
		margin: 40px 0 80px;
	}
	.topcovid .uk-grid>*>p.more:last-child {
		text-align:center;
		margin-bottom:40px;
	}
	.topcovid h2{
		margin:0 0 30px;
	}
}
@media screen and (max-width : 639px){
	.topcovid{
		margin: 20px 0 40px;
	}
	.topcovid h2{
		margin:0 0 15px;
		font-size:17px;
		letter-spacing:0.1em;
		padding:5px 0 5px 22px;
	}
	.topcovid h2::first-letter{
		font-size:24px;
	}
	.topcovid p.more{
		margin-top:30px;
	}
}
/* topabout
-------------------------------------------------------------------*/
.Topabout{
	background: linear-gradient(-45deg, #fbf4e9,#f5f5fc);
	padding:0 0 100px;
}
.about{
	position:relative;
}
.about img{
	margin:0 0 20px;
	box-shadow:0 7px 16px rgba(40,40,40,0.25);
}
.about h3{
	position:absolute;
	bottom:0;
	left:15px;
	color:#fff;
	background:#f9a518;
	padding:12px 20px;
	font-size:16px;
	font-weight:400;
	margin:0;
}
.Topabout .uk-grid>*>p:last-child{
	margin:20px 15px 80px;
	line-height:180%;
	font-size:14px;
}
.Topabout .uk-grid>*:nth-child(2n) .about h3{
	background:#444cdd;
}
.Topabout .uk-grid>*:nth-child(1) ,
.Topabout .uk-grid>*:nth-child(3) {
	margin-top:60px;
}
.Topabout .uk-grid>*:nth-child(5) {
	margin-top:-60px;
}
.Topabout p.more{
	margin-top:0;
}

@media screen and (max-width : 959px){
	.Topabout{
		padding:0 0 80px;
	}
	.Topabout .uk-grid>*>p:last-child{
		margin:15px 10px 30px;
	}
	.about h3{
		padding:10px;
		font-size:18px;
	}
	.Topabout .uk-grid>*{
		padding-left:30px;
	}
	.Topabout .uk-grid{
		margin-left:-30px;
	}
	.Topabout .uk-grid>*:nth-child(1) ,
	.Topabout .uk-grid>*:nth-child(3),
	.Topabout .uk-grid>*:nth-child(5){
		margin-top:0;
	}
	.Topabout p.more{
		margin-top:35px;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		padding:0 0 40px;
	}
	.about h3{
		font-size:16px;
		left:10px;
	}
	.Topabout p.more{
		margin-top:0;
	}
	.about img{
		margin:0 0 20px;
		box-shadow:0 7px 16px rgba(40,40,40,0.25);
	}
}


/* topmenu
-------------------------------------------------------------------*/
.Topmenu .uk-grid>*,
.page_30 .uk-grid>*{
	margin-bottom:15px;
}
.menu_txt{
	margin:0 0 60px;
}
.Topmenu a,
.content_menu{
	display:block;
	text-decoration:none;
	text-align:center;
	padding:40px 0 120px;
	background:#fbf5ea;
	position:relative;
	border:solid 1px #fff;
}
.content_menu{
	padding:25px 0;
	text-align:left;
}
.Topmenu .uk-grid>*:nth-child(2n) a,
.page_30 .uk-grid>*:nth-child(2n) .content_menu{
	background:#f5f5fc;
}
.Topmenu .uk-grid a:hover{
	border-color:#111;
}
.Topmenu a p,
.content_menu p{
	text-align:center;
	color:#222;
	margin:0;
	font-size:13px;
	line-height:180%;
	padding:0 25px;
}
.content_menu p{
	margin:0 0 25px;
	text-align:left;
}
.Topmenu a h3{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	margin:0;
	color:#111;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:180%;
	padding:30px 0 35px;
}
.Topmenu a h3 span{
	display:inline-block;
	background:url(./img/btn3.svg) no-repeat left center;
	padding:0 18px;
}
.Topmenu a h3::before{
	content:"";
   display:inline-block;
   width:calc(100% - 80px);
   height:1px;
   background:#111;
   position:absolute;
   top:0;
   left:40px;
}
.content_menu a{
	display:inline-block;
	text-decoration:none;
	margin:0 25px;
	padding:5px 0 5px 30px;
	color:#111;
	font-size:15px;
	background:url(./img/btn2.svg) no-repeat left center;
}
.content_menu a:hover{
	color:#f9a518;
}
.content_menu ul {
	padding-left:40px;
	margin:10px 0 0 0;
}
.content_menu ul li {
	list-style:none;
	margin:0 0 5px;
	line-height:140%;
}
.content_menu ul li a{
	margin:0;
	padding:0 15px;
	font-size:13px;
	background:url(./img/btn3.svg) no-repeat left center;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.menu_txt{
		margin:0 0 20px;
		text-align:left;
	}
	.Topmenu .uk-grid{
		margin-left:-5px;
	}
	.Topmenu .uk-grid>*{
		margin-bottom:5px;
		padding-left:5px;
	}
	.Topmenu a{
		padding:15px 0 70px;
	}
	.Topmenu a h3{
		padding:15px 0 20px;
		font-size:14px;
		letter-spacing:0.02em;
	}
	.Topmenu a h3 span{
		padding:0 12px;
	}
	.Topmenu a p{
		padding:0 12px;
		font-size:12px;
		color:#666;
		letter-spacing:0;
	}
	.content_menu p{
		margin:0 0 10px;
		padding:0 15px;
	}
	.content_menu{
		padding:15px 0;
	}
	.page_30 .uk-grid>*{
		margin-bottom:5px;
	}
	.content_menu ul li {
		list-style:none;
		margin:0 0 5px;
		line-height:160%;
	}

}
/* topnews
-------------------------------------------------------------------*/
.topnews{
	padding:0 0 100px;
}
@media screen and (max-width : 959px){
	.topnews{
		padding:0 0 80px;
	}
}
@media screen and (max-width : 639px){
	.topnews{
		padding:0 0 40px;
	}
}


/* line-list
----------------------------------*/
.line-list{
	padding:0;
	list-style:none;
	max-width:800px;
	margin:0 auto 60px;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#111;
	display:block;
	padding:20px 15px 22px;
	position:relative;
	transition:0.4s;
	background:url(./img/line2.png) repeat-x bottom;
}
.line-list li a:hover h3{
	color:#f9a518;
}
.line-list li h3{
	display:inline-block;
	font-size:15px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	transition:0.4s;
	width:calc(100% - 120px);
	background:url(./img/btn3.svg) no-repeat left center;
	padding-left:20px;
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0;
	line-height:100%;
	margin:0 30px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#222;
	padding:5px 20px;
	margin:0 30px 0 0;
	font-size:12px;
	line-height:100%;
	text-transform:uppercase;
	vertical-align: middle;
	background:#fff;
	border:solid 1px #eee;
}
span.new{
	position:absolute;
	top:-15px;
	right:15px;
	display:inline-block;
	color:#fff;
	font-size:8px;
	margin:0;
	font-weight:bold;
	background:#ffb900;
	padding:2px 5px;
	border-radius:100%;
	text-align:center;
	letter-spacing:0;
}

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

}
@media screen and (max-width : 639px){
	.line-list{
		margin:0 auto ;
	}
	.date{
		margin:0;
	}
	.line-list li h3{
		display:block;
		font-size:13px;
		margin: 5px 0 0 0 ;
		width:100%;
	}
	.i-cat{
		padding:2px 20px;
		margin:0;
	}
	.line-list li a{
		padding:5px 5px 12px;
	}
		.line-list li:first-child a{
		padding:0 5px 12px;
	}
}

/* bnr
---------------------------------------*/
.top_bnr{
	max-width:800px;
	margin:80px auto 0;
}
.top_bnr a{
	background:#f9a518;
	display:block;
	text-align:center;
	padding:40px 0;
	margin: auto;
    width: 60%;
}
.top_bnr .uk-grid>*:nth-child(2) a{
	background:#f9a518;
}
a.bnr:hover{
	box-shadow:0 7px 16px rgba(100,100,100,0.2);
}
a.bnr:hover img{
	opacity:1;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.top_bnr{
		margin:0;
	}
	.top_bnr .uk-grid>*{
		padding-left:10px;
	}
	.top_bnr .uk-grid{
		margin-left:-10px;
	}
	.top_bnr a{
		padding:15px;
	}
	.top_bnr a img{
		width:80px;
	}
}


/* topdoctor
-------------------------------------------------------------------*/
.topdoctor{
	background:#f3f3f3 url(./img/bg.png) center center;
	padding:0 0 100px 0;
}
.topdoctor p.more{
	text-align:left;
	margin-top:50px;
}
@media screen and (max-width : 959px){
	.topdoctor{
		padding:0 0 80px 0;
	}
}
@media screen and (max-width : 639px){
	.topdoctor{
		padding:0 0 40px 0;
	}
	.topdoctor img{
		padding:0 60px 20px;
	}
	.topdoctor p.more{
		text-align:center;
		margin-top:25px;
	}
}


/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto 20px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 15px;
}
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.page_16 .uk-grid>*{
	margin:0 0 30px;
}
.page_16 .contents_area .uk-grid>* img{
	margin:0 auto 10px;
	padding:5px;
	border:solid #ddd 1px;
}
@media screen and (max-width : 959px){
	.contents {
		margin:0 auto ;
	}
}
@media screen and (max-width : 639px){
	.contents {
		margin:0 0 30px;
	}
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 15px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;
	}
}

/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 10px 40px 12px;
	margin:0 0 60px;
	background:url(./img/line2.png) repeat-x bottom;
}
.bl a,
.bl{
	color:#333;
	font-size:12px;
}
.bl ul{
	margin:0 auto;
}
.bl ul li{
	font-size:12px;
	margin:0;
	color:#333;
	display:inline-block;
	background:url(./img/btn3.svg) no-repeat left center;
	padding:0 0 0 15px;
}
.uk-breadcrumb>li:not(.uk-active)>span{
	color:#333;
	font-size:12px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column){
	margin-left:20px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
	content:none;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding: 10px 10px 12px;
		margin:0 0 40px;
	}
}
@media screen and (max-width : 639px){
	.bl{
		padding: 5px 0 7px;
		margin:0 0 25px;
	}
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column){
		margin-left:10px;
	}
}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 35px 0;
	text-decoration:none;
	text-align:center;
}
.contents p.more{
	text-align:left;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#111;
	text-align:center;
	letter-spacing:0.1em;
	background:url(./img/btn2.svg) no-repeat left center;
	font-weight:500;
	padding:0 35px 10px 35px;
}
.more a span{
	background:url(./img/line.svg) repeat-x 5% bottom;
	padding:0 0 10px 0;
	display:inline-block;
}
.more a:hover{
	color:#f9a518;
}
@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	.more a{
		font-size:14px;
		min-width:initial;
		padding:0 25px 10px 35px;
	}
	.contents p.more{
		text-align:center;
	}
	p.more{
		margin: 25px 0;
	}
}



/* page_ttl
-------------------------------------------------------------------*/
.page_keyv{
	background:url(./img/keyv.jpg) no-repeat right 30%/cover ;
	height:360px;
}
/* 診療科目ページ  */
.page_keyv2{
	background:url(./img/keyv4.jpg) no-repeat right 30%/cover ;
	height:360px;
}
/* お知らせページ  */
.page_keyv3{
	background:url(./img/keyv2.jpg) no-repeat right 15%/cover ;
	height:360px;
}
/* お問い合わせページ  */
.page_24 .page_keyv,
.page_26 .page_keyv{
	background:url(./img/keyv3.jpg) no-repeat right 30%/cover ;
}
.page_title,
.page_title h1,
.page_title h2{
	font-size:30px;
	text-align:center;
	letter-spacing:0.2em;
	line-height:180%;
	margin:10px 15px 40px;
}
.page_title span{
	font-size:14px;
	color:#444cdd;
	display:block;
	line-height:100%;
	letter-spacing:0.1em;
	font-weight:500;
	margin-top:10px;
	text-transform:capitalize;
}
.title{
	text-align:center;
}
.title h1,
.title h2{
	margin:0 15px 50px;
	text-align:center;
	color:#111;
	font-size:24px;
	letter-spacing:0.15em;
	line-height:160%;
	font-weight:normal;
	position:relative;
	padding:0 0 30px;
}
.title h1::after,
.title h2::after{
	content:"";
   display:inline-block;
   width:200px;
   height:100%;
   background:url(./img/line.svg) repeat-x bottom;
   position:absolute;
   bottom:0;
   left:50%;
	transform:translatex(-50%);
}
.title1,
.single h2{
	margin:0 0 30px 0;
	padding:10px ;
	background:#fafafa;
	border:solid 1px #ddd;
	position:relative;
	font-size:20px;
	letter-spacing:0.15em;
	color:#111;
	padding:15px 15px 15px 30px;
	font-weight:500;
}
.title1::first-letter,
.single h2::first-letter{
	font-size:30px;
	color:#444cdd;
}
.title1::before,
.single h2::before{
	content:"";
   width:7px;
   height:42px;
   background:url(./img/title.png) no-repeat left center;
   position:absolute;
   top:50%;
   left:10px;
	transform:translateY(-50%);
}

.title2,
.single h3{
	font-size:18px;
	margin:40px 0 20px 0;
	font-weight:500;
	letter-spacing:0.15em;
	color:#111;
	padding:15px 10px 15px 10px;
	background:url(./img/line2.png) repeat-x bottom,url(./img/line2.png) repeat-x top;
	line-height:1.4;
}
.title3,
.single h4{
	font-size:17px;
	margin:30px 0 15px 0;
	padding:7px 15px;
	font-weight:500;
	letter-spacing:0.05em;
	color:#111;
	border-bottom:dotted 2px #ddd;
	background:#f7f7f7;
	line-height:1.4;
}
h5{
	font-weight:600;
	font-size:16px;
	margin:20px 0 15px 0;
}
h6 {
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 15px 0;
}

@media screen and (max-width : 959px){
	.page_title,
	.page_title h1,
    .page_title h2{
		margin:80px 15px 40px;
	}
}
@media screen and (max-width : 639px){
	.page_keyv,
	.page_keyv2,
	.page_keyv3{
		height:120px;
	}
	.page_title,
	.page_title h1,
    .page_title h2{
		font-size:20px;
		margin:30px 15px 20px;
	}
	.page_title span{
		font-size:12px;
		margin-top:0;
	}
	.title h1,
    .title h2{
		font-size:18px;
		letter-spacing:0.05em;
		margin:0 15px 30px;
		line-height:160%;
		padding:0 0 15px;
	}
	.title h1::after,
    .title h2::after{
		width:80px;
	}
	.title1,
	.single h2{
		margin:0 0 15px 0;
		font-size:16px;
		padding:10px 10px 10px 20px;
		letter-spacing:0.05em;
	}
	.title1::first-letter,
	.single h2::first-letter{
		font-size:18px;
		letter-spacing:0.05em;
	}
	.title1::before,
	.single h2::before{
		width:5px;
		height:26px;
		left:8px;
	}
	.title2,
	.single h3 {
		font-size:15px;
		margin-bottom:10px;
		letter-spacing:0.05em;
		margin-top:20px;
		padding:10px;
	}
	.title3,
	.single h4{
		margin:15px 0 10px 0;
		font-size:14px;
	}

}


/* flow
-------------------------------------------------------------------*/
.flow{
	background:#f5f6fb;
	padding:30px 30px 15px;
	border-radius:10px;
	overflow:hidden;
}
.flow .title2,
.flow .title3{
	margin-top:0;
	background:#fff;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f5f6fb;
	margin:0 auto 10px;
}
.triangle2{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f9a518;
	margin:10px 30px;
}
@media screen and (max-width : 639px){
	.flow{
		padding:15px 15px 10px;
	}
}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	margin:30px 0;
	background:#f7f7f7;
	border:solid 1px #ddd;
}
.sBox .title2{
	margin-top:0;
	background-color:#fff;
}
@media screen and (max-width : 639px){
	.sBox{
		padding:15px;
		margin:30px 0;
		border-radius:15px;
		background:#f5f5f5;
		border:dotted 1px #ddd;
	}
}


/* bg_img
-------------------------------------------------------------------*/
.bg_img{
	background:url(./img/bg_img.jpg) no-repeat fixed center center/cover;
	height:240px;
	margin:100px 0 0 0;
}
@media screen and (max-width : 959px){
	.bg_img{
		background:url(./img/bg_img.jpg) no-repeat center 60%/cover;
		height:200px;
		margin:80px 0 0 0;
	}
}
@media screen and (max-width : 639px){
	.bg_img{
		background:url(./img/bg_img.jpg) no-repeat center 60%/cover;
		height:160px;
		margin:40px 0 0 0;
	}
}

/* toc_container
-------------------------------------------------------------------*/
div#toc_container{
	width:calc(100% - 62px);
	padding:30px;
	margin:0 0 40px;
}
#toc_container p.toc_title{
	text-align:left;
	background:#fff;
	border:solid 1px #eee;
	padding:5px 20px;
	font-size:18px;
	font-weight:400;
	letter-spacing:0.2em;
}
#toc_container p.toc_title+ul.toc_list li{
	margin:0 0 8px 0;
	line-height:160%;
}
#toc_container p.toc_title+ul.toc_list li a{
	font-size:15px;
	letter-spacing:0.1em;
	background:url(./img/btn2.svg) no-repeat 10px center/15px;
	padding:5px 0 5px 37px;
	display:inline-block;
}
#toc_container p.toc_title+ul.toc_list li ul li{
	margin:0;
}
#toc_container p.toc_title+ul.toc_list li ul li a{
	font-size:13px;
	background:url(./img/btn3.svg) no-repeat 15px center;
	padding:0 0 0 35px;
}
#toc_container p.toc_title+ul.toc_list li a:hover{
	text-decoration:none;
}
@media screen and (max-width : 639px){
	div#toc_container{
		width:calc(100% - 22px);
		padding:10px;
		margin:0 0 20px;
	}
	#toc_container p.toc_title{
		padding:2px 15px;
		font-size:15px;
		letter-spacing:0.1em;
	}
	#toc_container p.toc_title+ul.toc_list li{
		margin:0 0 5px 0;
		line-height:140%;
	}
	#toc_container p.toc_title+ul.toc_list li a{
		font-size:14px;
		padding:5px 0 5px 32px;
	}
	#toc_container p.toc_title+ul.toc_list li ul li a{
		padding:3px 0 3px 30px;
	}
}



/* case
-------------------------------------------------------------------*/
.twentytwenty-overlay:hover{
	background:none;
}
.case{
	margin:0 0 15px;
}


/* box
-------------------------------------------------------------------*/
.box .title2{
	margin-top:0;
}

/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.uk-container .single{
	padding:40px;
	background:#fafafa;
	border:solid 1px #ddd;
}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
}

@media screen and (max-width : 959px){
	.uk-container .single{
		padding:30px;
	}
	.archivelist{
		width:100%;
	}
}

@media screen and (max-width : 639px){
	.uk-container .single{
		background:#fff;
		border:none;
		padding:0;
	}
	.attachment-singlepage_thumbnails{
		margin:0 0 15px;
	}
	.single_more .more a{
		font-size:12px;
	}
}

/* サムネイル付き list
----------------------------*/
.Box a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0 0 30px;
	position:relative;
	background:#fafafa;
	border:solid 1px #ddd;
}
.Box h2{
	font-size:18px;
	margin:20px 0 20px 0;
	line-height:160%;
	transition:0.4s;
}
.Box a img{
	float:left;
	width:270px;
	margin-right:30px;
}
.Box .date{
	display:inline-block;
	margin:0 15px 0 0;
}
.Box_right{
	padding:30px;
}
p.Box-txt{
	font-size:13px;
	letter-spacing:0.1px;
	color:#888;
	margin:0;
}
.Box a:hover {
	background-color:#eee;
}
@media screen and (max-width : 959px){
	.Box a img{
		width:30%;
		margin:0 20px 0 0;
	}

}
@media screen and (max-width : 639px){
	.uk-container p.Box-txt{
		display:none;
	}
	.Box a img{
		width:40%;
		margin:0 10px 0 0;
	}
	.Box a{
		background:url(./img/line2.png) repeat-x bottom,url(./img/btn3.svg) no-repeat left center;
		border:none;
		margin:0;
		padding-left:5px;
	}
	.Box a:hover {
		background:url(./img/line2.png) repeat-x bottom,url(./img/btn3.svg) no-repeat left center;
		color:#f9a518;
	}
	.Box_right{
		padding:10px;
	}
	.Box h2{
		font-size:14px;
		margin:5px 0 0 0 ;
		padding:0;
	}
	.Box .i-cat{
		display:none;
	}

}



/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 色変更箇所*/
.pagination a {
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #222;
	background-color: #f5f5f5;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover {
	background:#444cdd;
	color:#fff;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

/* 色変更箇所*/
.pagination li.current a {
	background:#444cdd;
	cursor: default;
	pointer-events: none;
	color:#fff;
}

.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and ( max-width: 639px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.uk-container .pagination li{
		padding:0;
		margin:0 0 20px;
	}
	.pagination li.previous a {
		border-left-width: 1px;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:20px;
	background:#fafafa;
	border:solid 1px #ddd;
	padding:10px;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	background:#fff;
	padding:5px;
	text-align:center;
	letter-spacing:0.15em;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#111;
	border:solid 1px #eee;
}
.side_nav_ttl a{
	color:#111;
	font-size:15px;
	text-decoration:none;
}
.side_nav_ttl a:hover{
	color:#f9a518;
}
.side_nav .uk-nav>li> a{
	padding:0;
}

/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:0;
	margin:15px 0;
}
.side_nav_item{
	margin:0;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
}
.side_nav_item ul li a {
	padding:7px 0px 7px 25px;
	font-size:14px;
	line-height:160%;
	color:#111;
	background:url(./img/btn3.svg) no-repeat 5px center;
}
.side_nav_item ul li a:hover {
	background:url(./img/btn3.svg) no-repeat 10px center;
	color:#f9a518;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
}

/* side bnr
-------------------------------------------------------------------*/
.side_bnr a {
	display:block;
	margin:0 0 20px;
	text-align:center;
}
.side_bnr a:first-child{
	background:#f9a518;
	padding:30px ;
}
/*.side_bnr a:nth-child(2){
	background:#f9a518;
	padding:30px ;
}*/

/*==================================================================
	footer settings
===================================================================*/

/* cv
------------------------------------------------------------------*/
.uk-container>:last-child.cv{
	margin:100px 0;
}
.footer_name{
	font-size:24px;
	letter-spacing:0.1em;
	margin:10px 0 0 0;
}
.footer_name span{
	font-size:15px;
}
.footer_access{
	margin:0;
	font-size:14px;
	letter-spacing:0.15em;
}
footer .head_contact{
	padding:40px 0;
}
footer .head_contact2{
	margin:0;
}
footer .bnr{
	margin-top:40px;
}

@media screen and (max-width : 1163px){
	footer .head_contact{
		padding:30px 0 10px 0;
	}
	footer .head_contact2{
		padding:10px 0 30px;
	}
}
@media screen and (max-width : 1064px){
	.footer_name{
		font-size:20px;
		letter-spacing:0.05em;
		margin:10px 0 0 0;
	}
	.footer_access{
		letter-spacing:0.1em;
	}
}
@media screen and (max-width : 959px){
	.uk-container>:last-child.cv{
		margin:60px 0;
	}
	footer .bnr{
		margin-top:30px;
	}
}
@media screen and (max-width : 639px){
	.uk-container>:last-child.cv{
		margin:40px 0 20px;
	}
	.footer_logo{
		width:50%;
	}
	footer .bnr{
		margin-top:15px;
	}

}


/* cv 診療時間
-------------------------------------------------------------------*/
.sheet-time {
	width:100%;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	font-size:15px;
	padding:12px 5px;
	text-align:center;
	color:#111;
	font-weight:normal;
}
.sheet-time th{
	letter-spacing:2px;
}
.sheet-time tr:first-child{
	letter-spacing:0.1em;
	border-bottom:1px solid #ddd;
}
.sheet-time td{
	width:8%;
	border-bottom:1px solid #ddd;
}
.sheet-time td.orange{
	color:#f9bc57;
}
.sheet-time th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:15px;
}
p.about_time{
	font-size:14px;
	padding:15px 0 0 15px;
	margin:0;
	line-height:200%;
	text-align:left;
	color:#222;
}
@media screen and (max-width : 959px){
	p.about_time{
		margin-bottom:60px ;
	}
}
@media screen and (max-width : 639px){
	.access-time{
		margin:0;
	}
	.sheet-time th,
	.contents table.sheet-time th{
		letter-spacing:2px;
		padding:10px 0;
		font-size:13px;
	}
	.sheet-time td,
	.contents table.sheet-time td{
		width:7%;
		padding:10px 0;
		font-size:12px;
	}
	.sheet-time th:first-child,
	.sheet-time td:first-child,
	.contents .sheet-time th:first-child,
	.contents .sheet-time td:first-child{
		padding-left:5px;
	}
	p.about_time{
		padding:10px 0 0 5px;
		font-size:12px;
	}
}


/* sitemap
-------------------------------------------------------------------*/
.footer_sitemap{
	padding: 50px 0;
	overflow:hidden;
}
.sitemap{
	padding:0;
	margin:0;
	text-align:center;
}
.sitemap li{
	list-style:none;
	display:inline-block;
}
.sitemap li a{
	display:block;
	color:#4b4948;
	font-size:13px;
	margin:0;
	text-decoration:none;
	padding:0 30px;
}
.sitemap li{
	margin:0;
}
.sitemap a:hover{
	color:#f9a518;
}
@media screen and (max-width : 959px){
	.sitemap li a{
		padding:0 15px;
	}
}

@media screen and (max-width : 639px){
	.footer_sitemap{
		display:none;
	}
}

/* sign
-------------------------------------------------------------------*/
.footer_sign p {
	color: #b0b0b0;
	font-size:10px;
	text-align:center;
	margin:0;
	letter-spacing:0.1em;
	padding:30px 0;
	font-weight:bold;
	background:url(./img/line2.png) repeat-x top;
}
.footer_sign a{
	color: #fff;
}

@media screen and (max-width : 639px){
	.footer_sign p {
		padding:15px 0;
		background:none;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 0;
	margin:0;
	z-index:1001;
}
#page-top a {
	background: url(./img/pagetop.png) no-repeat 0 0;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:87px;
	text-align: center;
	display: block;
}





/*==================================================================
  form setting
===================================================================*/
.contactform{
	margin:0 auto;
}
.indispensable{
	display:inline-block;
  font-size:12px;
  color:#ea6354;
	line-height:140%;
	margin:0;
}
span.wpcf7-not-valid-tip{
	color:#ea6354;
}
.wpcf7c-elm-step2{
	background:#f7f7f7;
	color:#111;
	font-weight:500;
	text-align:center;
	padding:10px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output{
	padding:15px!important;
	border:none!important;
	margin:0 auto!important;
	text-align:center;
	background:#ea6354;
	border-radius:30px;
	color:#fff;
}
.custom-wpcf7c-confirmed .spam{
	display:none;
}


/* form
-------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
input[type="number"],
label,
button {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="hidden"] {
	*float: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select{
	width: calc(100% - 42px);
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd ;
	background-color: #FFFFFF !important;
	padding:15px 20px;
	font-size:13px;
}

*[class*="disabled"],
*:disabled {
    cursor: default !important;
}



/* css checkbox */
input[type=checkbox] ,
input[type=radio] {
	display: none;
}
.wpcf7-list-item-label {
    position: relative;
    padding: 0 20px 0 25px;
}
.wpcf7-list-item-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ddd;
	background:#fff;
}
input[type=checkbox]:checked + .wpcf7-list-item-label{
  color: #ea6354;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=radio]:checked + .wpcf7-list-item-label:after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #ea6354;
	border-right: 3px solid #ea6354;
}

/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:10px 65px 10px 80px;
	background:#f9bc57 url(./img/btn.svg) no-repeat 35px center;
	font-weight:500;
	border-radius:0;
	border:none;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background-color:#f9a518;
	transform:0.2s;
}

/* 確認画面  */
form.wpcf7-form{
	margin-top: -220px;
	padding-top: 220px;
}
input:-webkit-autofill.wpcf7c-conf {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	border: none !important;
	background: #fff !important;
}
input:-webkit-autofill.wpcf7c-conf:focus {
	border: none !important;
}
.wpcf7c-conf {
	background: #fff !important;
	border-color: #fff !important;
}
.wpcf7c-conf:focus {
	border-color: transparent !important;
}
.custom-wpcf7c-confirmed input[type=checkbox] ,
.custom-wpcf7c-confirmed input[type=radio] {
	display:block!important;
	float:left;
	margin:10px 0 0 0;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label {
    padding: 0 20px 0 15px;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
	content: none;
	display: none;
}
ul.kyusin li {
    margin: 0;
}
.img_center {
    text-align: center;
	padding:20px 0;
}
.img_flex_2 {
    display: flex;
    justify-content: space-around;
	padding:20px 0;
}
@media screen and (max-width : 639px){
	.img_flex_2 {
    flex-direction: column;
    align-items: center;
}
}
@media (min-width: 960px){
	.sp_headweb{
		display: none;
	}
}

@media (max-width: 960px){
	.sp_headflex{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.sp_headweb {
    width: 60px;
    padding-right: 15px;
}
}
@media screen and (max-width: 639px){
	.sp_headweb {
    width: 45px;
    padding-right: 10px;
}
}

h1.upper-title {
    color: #111;
    height: 22px;
    display: flex;
    padding-left: 12px;
    font-size: 10px;
    font-weight: normal;
    background: #fff;
    width: 100%;
    align-items: center;
    margin: 0;
    position:fixed;
    top:0;
    z-index:1000;
}
.Topmaintenance_imgflex {
	display: flex;
	justify-content: space-around;
	max-width: 980px;
	margin: auto;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.preventive{
	position: relative;
width: 270px;
}
.preventive h3{
	position: absolute;
	color: #fff;
	background: #f9a518;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
bottom:0;
width: 180px;
}
.preventive img{
padding:10px;
padding-bottom:20px;
}
.Topmaintenance_imgflex .preventive:nth-child(2) h3{
background: #444cdd;
}