@charset "UTF-8";
/*
Theme Name: nagoya-orca
Theme URI: /wp-content/themes/nagoya-orca
Description: 名古屋オルカ歯科・矯正歯科のサイトです
Author: yamada
Author URI:
Version: 1.0

1.  common 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/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"),
    url('./fonts/NotoSans_Medium.woff2') format('woff2'),
    url('./fonts/NotoSans_medium.woff') format('woff'),
    url('./fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: bold;
    font-weight: 600;
    src: local("Noto Sans CJK JP Bold"),
    url('./fonts/NotoSans_Bold.woff2') format('woff2'),
    url('./fonts/NotoSans_bold.woff') format('woff'),
    url('./fonts/NotoSansJP-Bold.otf') format('opentype');
}


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

.alverata{
	font-family: alverata, serif;
	font-weight: 400;
	font-style: normal;
}

.alverata.bold{
	font-family: alverata, serif;
	font-weight: 700;
	font-style: normal;
}
	
@media screen and (max-width : 959px){
	.uk-container{
		padding:0 30px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd, th,td{
		line-height:180%;
		margin-bottom:20px;
		font-size:14px;
	}
	.uk-container{
		padding:0 15px;
	}
}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px!important;
}
.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!important;
}
.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;
	}
	.ml0 {
		margin-left:0!important;
	}
}


/* font style
-------------------------------------------------------------------*/

.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#3d87c9;
	font-size:18px;
}
.fonts{
	font-size:12px;
	color:#666;
}
.fontlarge{
	font-size:18px;
}


/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
}
.sheet th, .sheet td {
	padding: 15px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#f5f5f5;
	line-height:180%;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.sheet th {
	background: #3d87c9;
	font-weight:400;
	text-align:center;
	color:#fff;
}
.sheet td {
	font-size:14px;
}
.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%;
	font-size:14px;
}
.sheet td ul.list li:last-child {
	margin:0;
}
.sheet td img {
	vertical-align:middle;
}
.sheet th img {
	margin:10px 0 0 0;
}
/* table other
---------------------------------------------*/
table.center td{
	text-align:center;
}
table td.fonts{
	font-size:12px;
	color:#666;
}
.sheet30 th {
	width:30%;
}
.sheetEqual  {
	table-layout: fixed;
}
table.small td,
table.small th,
table.small td li{
	font-size:13px;
}

/* table price
---------------------------------------------*/
table.price th,
table.price td{
	padding: 8px 20px;
}
table.price th{
	width:28%;
	text-align:left;
}
table.price td{
	text-align:center;
}
table.price td:last-child{
	width:60%;
	text-align:left;
}


@media screen and (max-width : 639px){
	.sheet th, .sheet td,.sheet td ul.list li {
		font-size:13px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.uk-container .sheet ul li{
		padding:0 10px;
	}
	table.price th,
	table.price td{
		padding: 5px 15px;
		font-size:13px;
	}
	table.price th img{
		display:block;
	}
	table.spblock th,
	table.spblock td{
		display:block;
		margin:0;
		width:auto;
		padding:10px;
	}
	table.spblock th{
		padding:5px 10px;
	}
}

	/* 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;
	}
	.scroll .sheetEqual  {
		table-layout: auto;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	background:#f5f5f5;
	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:15px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:25px;
	margin:5px 0;
	position:relative;
	list-style:none;
}

ul.list li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #17A8FC;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
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: #3d87c9;
  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;
	}
	ul.menulist li{
		display:block;
		margin:0 0 15px;
	}
}
/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0 0 40px;
	padding:0;
	overflow:hidden;
}
ul.tab li{
	display:block;
	list-style-type:none;
	margin:0 ;
	float:left;
	width:calc(25% - 1px);
	border-left:1px solid #fff;
}
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:500;
}
ul.tab li a:hover,
ul.tab li a.active{
	background: #3d87c9;
	color:#fff;
}

.tabContent,.tabContent2 {
	display: none;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	ul.tab li{
		width:calc(50% - 1px);
		border-bottom:1px solid #fff;
	}
	ul.tab{
		margin:0 0 20px;
	}
}


/* 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;
}

/*	accordion
-------------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	width: 100%;
	padding:0;
}
.accordion-area li{
	margin: 10px 0;
	background:#fff;
}
.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding: 20px 40px;
	transition: all .5s ease;
	margin:0;
	font-size:15px;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #4381b7;
}
.faq_title::before{
	top:48%;
	left: 15px;
	transform: rotate(0deg);
}
.faq_title::after{
	top:48%;
	left: 15px;
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
	transform: rotate(45deg);
}
.faq_title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	background: #fafafa;
	margin:0 20px 20px;
	padding: 30px;
}
.faq_box p:last-child{
	margin:0;
}

@media screen and (max-width : 639px){
	.accordion-area li{
		margin: 5px 0;
	}
	.faq_title {
		padding: 15px 10px 15px 40px;
		font-size:14px;
		line-height:160%;
	}
	.faq_box {
		margin:0 15px 15px;
		padding: 15px;
	}
}



/* fadeIn
-------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}
.fade_in_up {
  transform: translate(0, 50px);
}
.fade_in_down {
  transform: translate(0, -50px);
}
.fade_in_left {
  transform: translate(-50px, 0);
}
.fade_in_right {
  transform: translate(50px, 0);
}
.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.fade_in {
		transition-duration: 1000ms;
	}
}





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

/* header
-------------------------------------------------------------------*/
header{
	z-index:900;
	height:110px;
	width:100%;
	position:absolute;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.9);
}
header .uk-grid{
	align-items: center;
	height:110px;
}
header.fixed{
	z-index:970;
	position:fixed;
	background:rgba(255,255,255,1);
}
.logo{
	margin:0;
	line-height:100%;
	max-width:205px;
	margin:-100px 0 0 40px;
}
.logo a{
	position:relative;
}
.logo a:after{
	content:url(./img/logo.svg);
}
header.fixed .logo{
	margin:0 0 0 30px;
	max-width:300px;
}
header.fixed .logo a:after{
	content:url(./img/logo2.svg);
}
@media screen and (max-width : 959px){
	header,
	header .uk-grid{
		height:80px;
	}
}
@media screen and (max-width : 639px){
	header,
	header .uk-grid,
	header.fixed,
	header.fixed .uk-grid{
		height:50px;
	}
	header{
		top:0;
		bottom:auto;
	}
	header.fixed .logo,
	.logo{
		margin:0 0 0 5px;
		max-width:200px;
	}
	.logo a:after{
		content:url(./img/logo2.svg);
	}

}

/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
	margin:0;
	height:100vh;
}
.keyv:after{
	content:"";
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}
.uk-slideshow-items{
	min-height:initial!important;
	height:100vh;
}
.uk-slideshow-items li{
	margin:0;
}
.keyv_txt{
	position:absolute;
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
	z-index:2;
}
.keyv_txt img{
	width:100%;
}

@media screen and (max-width : 959px){
	.keyv,
	.uk-slideshow-items{
		height:60vh;
	}
	.keyv_txt{
		top:50%;
	}
}
@media screen and (max-width : 639px){
	.keyv{
		height:auto;
		padding-top:50px;
	}
	.uk-slideshow-items{
		height:40vh;
	}

}

/*  contactbtn 
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	top: 0;
	right: 40px;
	z-index:980;
	margin:0;
	padding:0;
}
#sp-contact li{
	margin:0;
	list-style:none;
	display:inline-block;
	line-height:100%;
}
#sp-contact li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 12px ;
	font-size:13px;
	text-align:center;
	min-width:178px;
	margin-left:5px;
	border-radius:0 0 5px 5px;
	font-weight:500;
	background: linear-gradient(90deg, #b9e1dd, #90c7e8,#3d87c9);
	background-size: 200% 200%;/*サイズを大きくひきのばす*/
	animation: bggradient 10s ease infinite;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#sp-contact li a:hover{
	background:#3d87c9;
}
#sp-contact li a i{
	color:#fff;
	margin:0 5px;
}
@media screen and (max-width : 959px){
	body{
		padding-bottom:55px;
	}
	#sp-contact{
		top:auto;
		bottom: 0;
		right:0;
		width:100%;
		overflow:hidden;
	}
	#sp-contact li{
		display:block;
		float:left;
		width:40%;
		margin:0;
		list-style:none;
	}
	#sp-contact li:first-child{
		width:20%;
	}
	#sp-contact li a{
		min-width:initial;
		margin:0;
		border-radius:0;
		padding: 20px 10px;
		font-weight:bold;
	}
	#sp-contact li:last-child a{
		border-right:none;
	}
	#sp-contact li:first-child a{
		padding: 12px;
	}
	#sp-contact li:first-child a i{
		font-size:30px;
	}
}



/* navigation
-------------------------------------------------------------------*/
#nav{
	display:inline-block;
	vertical-align:middle;
}
.nav_items{
	padding:0 20px 0 0;
	margin:0;
	position:relative;
}
header.fixed .nav_items{
	margin-top:44px;
}
.nav_items > li {
	display:block;
	float:left;
	margin:  0;
	padding:0;
	text-align:center;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	text-decoration:none;
	color:#444;
	font-size:14px;
	text-align:center;
	letter-spacing:0.05em;
	margin:0 ;
	padding:15px 25px;
	display:block;
	line-height:100%;
}
.nav_items > li a:hover,
.nav_items > li > span.nolink:hover{
	background:rgba(61,135,201,0.2);
}
.nav_items > li > a span,
.nav_items > li > span.nolink span{
	color:#3d87c9;
	font-size:12px;
	letter-spacing:0.05em;
	margin:10px 0 0 0 ;
	display:block;
	line-height:100%;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
}
@media screen and (max-width : 959px){
	header.fixed .nav_items{
		margin-top:0;
	}

}

/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:66px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	background:rgba(72,145,210,0.9);
	width:100%;
	margin:0;
}
#nav li.has-child:hover > div,
#nav li.has-child ul li:hover > div,
#nav li.has-child:active > div,
#nav li.has-child ul li:active > div{
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
	display:flex;
	flex-wrap: wrap;
}
#nav ul li ul li{
	margin:0;
	width:50%;
	display:flex;
}
#nav ul li ul li a{
	display:block;
	font-size:14px;
	color: #fff;
	text-decoration:none;
	line-height:160%;
	text-align:left;
	margin:0;
	border-bottom:dotted 1px #ddd;
	border-left:dotted 1px #ddd;
	display: flex;
	align-items: center;
	padding:20px 75px 20px 20px;
	width:100%;
	position:relative;
	background:url(./img/more.svg) no-repeat right 30px center/30px;
}
#nav ul li ul li a:hover{
	background-color:rgba(61,135,201,1);
	background-position:right 15px center;
}
/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#3d87c9;
	font-size:12px;
	margin: 0 30px 0 0;
	height:80px;
	outline:0;
	letter-spacing:0.1em;
	text-align:center;
	padding:0;
	position:relative;
	position:absolute;
	top:0;
	right:0;
}
button.active{
	position:fixed;
	top:0;
	right:0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	text-align:center;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #3d87c9;
}
button.active .menu-trigger span{
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
button.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
button.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
button.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width : 639px){
	.menu_btn{
		margin: 0 10px 0 0;
		height:50px;
	}
	.menu_btn::after {
		margin:0 auto 0;
	}
}
/* toggle_nav
-------------------------------*/
#toggle_nav{
	position:fixed;
	z-index: 999;
	top:0;
	right: -120%;
	width:60%;
	height:100vh;
	background: linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	transition: all 0.7s;
	overflow-y: scroll;
}
.toggle_inner{
	padding:60px 40px 80px;
}
#toggle_nav.open{
    right: 0;
}
@media screen and (max-width : 639px){
	#toggle_nav{
		width:90%;
		overflow-y: scroll;
	}
	.toggle_inner{
		padding:60px 20px 80px;
	}
}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:30px 0 50px;
	text-align:center;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	padding:15px 0;
	margin:0;
	border-top:1px dotted #fff;
	line-height:160%;
}
#toggle_nav ul li:last-child a{
	border-bottom:1px dotted #fff;
}
#toggle_nav ul li a span{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	margin:0;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 300;
	line-height:120%;
}
#toggle_nav ul li.uk-parent{
	clear:both;
}
#toggle_nav ul li ul.menu{
	padding:0;
	margin:0 0 20px;
}
#toggle_nav ul li ul.menu li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:5px 30px 5px 30px;
	margin:0;
	font-weight: 400;
	background:url(./img/more.svg) no-repeat right center/20px;
	border:none;
}
.uk-nav-parent-icon>.uk-parent>a::after{
	content:none;
}
.navbtn{
	display:block;
	background:#fff;
	border-radius:5px;
	color:#3d87c9;
	margin-top:15px;
	text-decoration:none;
	padding:10px;
	line-height:160%;
}
.navbtn span{
	display:block;
	color:#3d87c9;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 300;
	line-height:120%;
}
@media screen and (max-width : 639px){
	#toggle_nav ul li a{
		font-size:16px;
		padding:12px 0;
	}
	#toggle_nav ul li ul.menu li a{
		font-size:14px;
	}
	#toggle_nav ul li ul.menu{
		margin:0 0 10px;
	}
}



/*==================================================================
	index settings
===================================================================*/
/* top_info
-------------------------------------------------------------------*/
.top_info .uk-grid{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.top_info a{
	display:block;
	background:url(./img/more.svg) no-repeat right 40px center, linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	text-decoration:none;
	color:#fff;
	padding:15px 85px 15px 0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.top_info a:hover{
	background:url(./img/more.svg) no-repeat right 20px center, linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
}
.top_info a .date{
	color:#fff;
	margin:0 25px 0 0;
}
.top_info a p{
	color:#fff;
	margin:0;
	display:inline-block;
	width:calc(100% - 260px);
}
@media screen and (max-width : 959px){
	.top_info a p{
		display:block;
		width:100%;
		margin-left:30px;
	}
}
@media screen and (max-width : 639px){
	.top_info a p{
		margin:5px 0 0 15px;
	}
	.top_info a{
		background:url(./img/more.svg) no-repeat right 20px center, linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
		padding:10px 65px 10px 0;
		border:none;
	}
}

/* top_title
-------------------------------------------------------------------*/
.eachTextAnime{
	color:#3d87c9;
	display:block;
}
.eachTextAnime span.txt{
	opacity: 0;
	color:#3d87c9;
}
.Topworries .eachTextAnime,
.Topworries .eachTextAnime span.txt,
.Topmenu .eachTextAnime,
.Topmenu .eachTextAnime span.txt{
	color:#fff;
}

span.en .eachTextAnime span.txt,
span.en .eachTextAnime{
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
}
.eachTextAnime.appeartext span.txt{
	animation:text_anime_on 2s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.top_title{
	margin:0 0 80px;
	color:#3d87c9;
	font-size:20px;
	letter-spacing:0.1em;
	position:relative;
	line-height:200%;
	font-weight:500;
	text-align:center;
}
.top_title span.en{
	display:block;
	color:#3d87c9;
	font-size:40px;
	letter-spacing:0.1em;
	line-height:100%;
	font-weight:500;
	margin:0 0 15px 0;
	font-family: alverata, serif;
	font-style: normal;
	text-transform:uppercase;
	font-weight: 400;
}
.Topconcept .top_title{
	margin-bottom:50px;
	text-align:left;
}
.Topworries .top_title,
.Topmenu .top_title{
	color:#fff;
}
@media screen and (max-width : 959px){

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

	.top_title{
		margin:0 0 30px;
		font-size:16px;
		letter-spacing:0.1em;
		line-height:200%;
	}
	.top_title span.en{
		font-size:30px;
		letter-spacing:0.1em;
		margin:0 0 10px 0;
	}
	.Topconcept .top_title{
		margin-bottom:30px;
	}


}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 40px 0 0 0;
	text-decoration:none;
}
.more a,
.more span{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#3d87c9;
	letter-spacing:0.15em;
	background: url(./img/more_b.svg) no-repeat right 20px center;
	padding:10px 60px 10px 20px;
	min-width:160px;
	border:solid 1px #3d87c9;
	line-height:160%;
	position:relative;
	text-align:left;
}
.more a:hover,
.more span:hover,
.Topcase_bnr:hover .more span{
	color:#fff;
	background:url(./img/more.svg) no-repeat right 10px center;
}
.more a::before,
.more span::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3d87c9;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.more a:hover::before,
.more span:hover::before,
.Topcase_bnr:hover .more span::before{
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	p.more{
		margin: 30px 0 0 0;
		text-align:center;
	}
	.more a,
	.more span{
		padding:10px 5px;
		background:none;
		font-size:13px;
		margin-left:44%;
	}
}


/* Topconcept
-------------------------------------------------------------------*/
.Topconcept{
	margin:0 0 100px;
	background: linear-gradient(to right, #f4f8fb 0%, #f4f8fb 50%, #fff 50%,  #fff 100%);
	padding:100px 0 180px;
	position:relative;
}
.Topconcept:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	background:linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	width:50%;
	height:calc(100% - 65px);
	z-index:1;
}

.Topconcept .uk-container{
	max-width:1000px;
	z-index:2;
	position:relative;
}
.Topconcept .uk-grid{
	margin-bottom:60px;
}
.Topconcept .uk-grid > *{
	position:relative;
}
.concept_link{
	position:absolute;
	bottom:0;
	right:0;
}
.concept_link p{
	text-align:right;
	margin:0;
}
.concept_link a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	margin:15px 0 0 0; 
	background:url(./img/more.svg) no-repeat right 15px center;
	padding-right:75px;
}
.concept_link a:hover{
	background-position:right center;
	margin-right:-10px;
}
.concept_img{
	position:relative;
}
.concept_img .access_btn{
	position:absolute;
	top:60px;
	right:60px;
}
.access_btn{
	display:block;
	text-decoration:none;
	background:#fff url(./img/more_g.svg) no-repeat center bottom 25px;
	border-radius:80px;
	width:160px;
	height:160px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size:20px;
	font-weight:500;
	color:#3d87c9;
	transition:0.4s;
}
.access_btn:hover{
	background:#fff url(./img/more_g.svg) no-repeat right 50px bottom 25px;
	box-shadow:3px 3px 5px rgba(10,10,10,0.2);
	margin:8px 0 0 0;
}
.access_btn span{
	display:block;
	color:#3d87c9;
	font-size:15px;
}
.access_btn span.access_btn_more{
	color:#898989;
	font-size:13px;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
	margin-top:10px;
}
@media screen and (max-width : 959px){
	.Topconcept{
		margin:0 0 120px;
	}
	.concept_img .access_btn{
		top:30px;
		right:30px;
	}

}
@media screen and (max-width : 639px){
	.Topconcept{
		margin:0 0 60px;
		background: linear-gradient(to bottom, #f4f8fb 0%, #f4f8fb 50%, #fff 50%,  #fff 100%);
		padding:40px 0 ;
	}
	.Topconcept:after{
		top:45%;
		width:100%;
		height:55%;
		z-index:1;
	}
	.concept_link{
		position:static;
		margin:40px 0 0 0;
	}
	.Topconcept .uk-grid{
		margin-bottom:30px;
	}
	.access_btn{
		background:#fff url(./img/more_g.svg) no-repeat center bottom 15px;
		width:100px;
		height:100px;
		font-size:16px;
	}
	.access_btn:hover{
		background:#fff url(./img/more_g.svg) no-repeat right 20px bottom 15px;
		margin:0;
	}
	.access_btn span{
		font-size:12px;
	}
	.access_btn span.access_btn_more{
		font-size:12px;
		margin-top:0;
	}
	.concept_img .access_btn{
		top:15px;
		right:15px;
	}
}



/* Topabout
-------------------------------------------------------------------*/
.Topabout .uk-container{
	position:relative;
}
.Topabout{
	margin:0 0 200px;
}
.about_ttl_bg{
	position:absolute;
	top:0;
	left:0;
	font-size:210px;
	color:rgba(61,135,201,0.05);
	font-weight:500;
	z-index:-1;
	line-height:80%;
}
.Topabout2 .about_ttl_bg{
	right:0;
	left:auto;
}
.Topabout h2{
	font-size:36px;
	font-weight:500;
	padding-top:70px;
	letter-spacing:0.1em;
	margin:0 0 40px;
	line-height:160%;
}
.Topabout h2 span.point{
	color:#898989;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	display:inline-block;
	position:relative;
	padding-right:125px;
	margin:0 0 10px;
	letter-spacing:0.05em;
	line-height:100%;
}
.Topabout2 h2 span.point{
	padding-left:125px;
	padding-right:0;
}
.Topabout h2 span.point:after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	background:#aaa;
	height:1px;
	width:110px;
}
.Topabout2 h2 span.point:after{
	left:0;
	right:auto;
}
.about_txt{
	padding:0 60px;
}
.about_img{
	padding-top:40px;
}
.about_img img{
	box-shadow:10px 10px 0 #f4f8fb;
	vertical-align:top;
}
.about_img >img {
	margin-bottom:40px;
	margin-left: auto;
	display:block;
}
.Topabout2 .about_img >img {
	margin-left: 0;
}
@media screen and (max-width : 959px){
	.Topabout{
		margin:0 0 120px;
	}
	.Topabout .uk-grid > *{
		margin:0 60px;
	}
	.Topabout .about_img .uk-grid > *{
		margin:0;
	}
	.about_ttl_bg{
		font-size:160px;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		margin:0 0 60px;
	}
	.Topabout .uk-grid > *{
		margin:0 ;
	}
	.about_ttl_bg{
		font-size:60px;
	}
	.about_txt{
		padding:0 ;
	}
	.Topabout h2{
		font-size:22px;
		padding-top:0;
		margin:0 0 30px;
	}
	.about_img{
		padding-top:20px;
	}
	.about_img >img {
		margin-bottom:30px;
	}
}


/* topfeature
-------------------------------------------------------------------*/
.Topfeature{
	margin:0 auto 100px ;
	max-width:1000px;
}
.Topfeature .top_title{
	margin-bottom:50px;
}
.Topfeature h2+ p{
	margin-bottom:80px;
}
.feature_img{
	position:relative;
	margin:0 0 40px auto;
	max-width:371px;
}
.feature_img2{
	margin:60px auto 40px 0;
}
.feature_img p{
	position:absolute;
	top:0;
	left:-30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	color:#3d87c9;
	font-size:12px;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
}
.feature_img2 p{
	left:auto;
	right:-30px;
}
.feature_txt{
	margin:0 35px 0;
}
.feature_txt h3{
	color:#3d87c9;
	font-size:20px;
	font-weight:500;
}
@media screen and (max-width : 959px){
	.Topfeature .top_title{
		margin-bottom:40px;
	}
	.Topfeature h2+ p{
		margin-bottom:60px;
	}

}
@media screen and (max-width : 639px){
	.Topfeature{
		margin:0 auto 80px ;
	}
	.Topfeature .top_title{
		margin-bottom:30px;
	}
	.Topfeature h2+ p{
		margin-bottom:40px;
	}
	.feature_img{
		margin:0 auto 30px auto;
		max-width:220px;		
	}
	.feature_txt h3{
		font-size:18px;
		text-align:center;
	}
	.Topfeature .uk-grid >*:first-child{
		margin-bottom:40px;
		}
		.feature_txt{
		margin:0 20px 0;
	}
}

/* Topbnr-child
-------------------------------------------------------------------*/
.top_bnr_child{
	margin:100px 0;
}
.top_bnr_child a{
	display:block;
}
.top_bnr_child a:hover{
	box-shadow: 3px 3px 5px rgb(10 10 10 / 20%);
}
.top_bnr_child a:hover img{
	opacity:1;
}
.top_bnr_child + a{
	display:block;
}
.top_bnr_child + a img{
	display:block;
	margin:100px auto;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
@media screen and (max-width : 959px){
	.top_bnr_child{
		margin:0 0 40px;
	}
	.top_bnr_child.top_posi {
		margin:60px 0 40px;
	}
	.top_bnr_child + a img{
		display:block;
		margin:20px auto 0px;
	}
	.mb-20-sp {
		margin-bottom:20px!important;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Topworries.sp {
		padding:0!important;
	}
	.Topworries.sp .uk-grid >* {
		margin-bottom:0!important;
	}
}
@media screen and (max-width : 639px){
}

/* Topbnr
-------------------------------------------------------------------*/
.Topbnr{
	margin:0 auto 120px;
	max-width:1080px;
}
.Topbnr .top_title{
	display:inline-block;
	font-size:20px;
	margin:0;
	position:relative;
	z-index:2;
}
.Topbnr .top_title:before{
	content:"";
	background:#fff;
	height:2px;
	width:calc(100% + 100px);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:-1
}
.Topbnr .top_title span.en{
	font-size:26px;
	margin-bottom:0;
}
.top_bnr{
	background:linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	padding:2px;
	margin-top:-34px;
}
.top_bnr .top_bnr_bg{
	background:#fff url(./img/invisalign.png) no-repeat left center/auto 100%;
	padding:70px 30px 50px;
	position:relative;
}
.top_bnr2 .top_bnr_bg{
	background-image: url(./img/contact.jpg) ;
}
.top_bnr p{
	margin:0;
}
.bnr_more{
	position:absolute;
	top:55%;
	transform:translateY(-50%);
	right:20px;
	z-index:3;
	margin:0;
}
.top_bnr_bg .more:before{
	z-index:2;
}
.top_bnr2 .bnr_more > p.more{
	margin-bottom:15px;
}

@media screen and (max-width : 959px){
	.Topbnr{
		margin:-30px auto 80px;
	}
	.Topbnr .top_title:before{
		height:4px;
	}
	.top_bnr_bg .bnr_more{
		position:static;
		transform:none;
		margin:30px auto 0;
		text-align:center;
	}
	.top_bnr_bg .more a{
		text-align:center;
	}
	.top_bnr_bg > div{
		width:60%;
		margin-left:auto;
	}
	.top_bnr .top_bnr_bg{
		padding:70px 20px 50px;
	}
}
@media screen and (max-width : 639px){
	.Topbnr{
		margin-bottom:40px;
	}
	.Topbnr .top_title:before{
		height:100%;
		width:calc(100% + 40px);
	}
	.top_bnr_bg > div{
		width:100%;
		margin: 0 auto;
	}
	.top_bnr .top_bnr_bg{
		background:#fff url(./img/invisalign.png) no-repeat left bottom/40% auto;
		padding:60px 15px 30px;
		position:relative;
	}
	.top_bnr2 .top_bnr_bg{
		background-image: url(./img/contact.jpg) ;
	}
	.Topbnr .top_title{
		font-size:18px;
		margin-bottom:-30px;
		line-height:140%;
	}
	.Topbnr .top_title span.en{
		font-size:22px;
		margin-bottom:10px;
	}
}


/* Topcase_bnr
-------------------------------------------------------------------*/
.Topcase_bnr{
	background:#eaf5fb url(/wp-content/themes/nagoya-orca/img/thumbnail.jpg) no-repeat left -60px center/auto 120%;
	padding:50px 30px 50px 25%;
	position:relative;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
.Topcase_bnr p{
	color:#3d87c9;
	font-size:26px;
	font-weight:500;
	margin:0;
	letter-spacing:0.1em;
}
.Topcase_bnr p + span{
	position:absolute;
	bottom:-30px;
	right:0;
	font-size:227px;
	color:rgba(61,135,201,0.12);
	line-height:100%;
	font-weight:500;
	letter-spacing:0.1em;
}
.Topcase_bnr .bnr_more p.more{
	margin:0;
	line-height:100%;
}
.Topcase_bnr .bnr_more {
	background-color:#fff;
	right:40px;
}
@media screen and (max-width : 959px){
	.Topcase_bnr{
		background-size:auto 100%;
		padding:50px 30px 50px 25%;
	}
	.Topcase_bnr p{
		font-size:20px;
	}
	.Topcase_bnr .bnr_more {
		right:20px;
	}
}
@media screen and (max-width : 639px){
	.Topcase_bnr{
		background-position:center top -20px;
		background-size:auto 180px;
		padding:140px 15px 30px ;
	}
	.Topcase_bnr p{
		text-align:center;
		margin-bottom:20px;
	}
	.Topcase_bnr .bnr_more {
		position:static;
		transform:none;
	}
	.Topcase_bnr .bnr_more .more span{
		margin:0;
		display:block;
		text-align:center;
	}

	.Topcase_bnr p + span{
		bottom:-20px;
		right:0;
		font-size:120px;
	}
}


/* Topworries
-------------------------------------------------------------------*/
.Topworries{
	background:linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	padding: 100px 0 60px;
	margin:0 0 120px;
}
.Topworries .uk-grid{
	-webkit-align-items: stretch;
	align-items: stretch;
}
.Topworries .uk-grid >*{
	margin:0 0 40px;
}
.Topworries a{
	display:block;
	border:solid 1px rgba(255,255,255,0);
	padding:30px 15px;
	text-decoration:none;
	color:#fff;
	text-align:center;
}
.Topworries a:hover{
	border:solid 1px rgba(255,255,255,1);
}
.worries_img{
	height:65px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin:0 0 25px;
}
.worries_img img{
	width:120px;
}
.Topworries a:hover img{
	opacity:1;
}
@media screen and (max-width : 959px){
	.Topworries{
		padding: 100px 0 80px;
		margin:0 0 80px;
	}
}
@media screen and (max-width : 639px){
	.Topworries{
		padding: 40px 0;
		margin:0 0 40px;
	}
	.Topworries .uk-grid >*{
		margin:0 0 10px;
		padding-left:10px;
	}
	.Topworries .uk-grid {
		margin-left:-10px;
	}
	.worries_img{
		height:45px;
		margin:0 0 25px;
	}
	.worries_img img{
		width:100px;
	}
	.Topworries a{
		padding:20px 10px;
		font-size:13px;
	}
}

/* topcase
-------------------------------------------------------------------*/
.topcase p.more{
	text-align:center;
}
.case_txt{
	padding:15px;
}
.case-list li{
	margin:0 0 20px;
}
.case-list li:last-child{
	margin:0;
}
.case-list li a{
	text-decoration:none;
	display:block;
}

.case-list li a:hover img{
	opacity:1;
}
.case-list li a h3{
	font-size:16px;
	line-height:200%;
	margin:0;
	transition:0.4s;
}
.case-list li a:hover h3{
	color:#3d87c9;
}
.case_img{
	position:relative;
}
.case_tag{
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(90deg, #b9e1dd, #90c7e8,#3d87c9);
	padding:10px 15px;
	display:inline-block;
	line-height:100%;
	font-size:15px;
	text-align:center;
	color:#fff;
	font-weight:500;
	letter-spacing:0.1em;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.case-list li a h3{
		font-size:14px;
		line-height:180%;
	}
	.topcase p.more{
		margin-top:10px;
	}
}


/* Topworries
-------------------------------------------------------------------*/
.Topmenu{
	background:linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
	padding: 100px 0 60px;
	margin:120px 0;
}
.Topmenu .uk-grid{
	-webkit-align-items: stretch;
	align-items: stretch;
}
.Topmenu .uk-grid >*{
	margin:0 0 40px;
}
.Topmenu a{
	display:block;
	border:solid 1px rgba(255,255,255,1);
	padding:20px 15px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	position:relative;
}
.Topmenu a:hover{
	color:#3d87c9;
}
.Topmenu a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.Topmenu a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.Topmenu h2{
	margin-bottom:50px;
}
.Topmenu h2 + p{
	color:#fff;
	margin:0 0 70px;
}

@media screen and (max-width : 959px){
	.Topmenu{
		padding: 100px 0 80px;
		margin:80px 0;
	}
}
@media screen and (max-width : 639px){
	.Topmenu{
		padding: 40px 0;
		margin:60px 0 80px;
	}
	.Topmenu .uk-grid >*{
		margin:0 0 10px;
		padding-left:10px;
	}
	.Topmenu .uk-grid {
		margin-left:-10px;
	}
	.Topmenu h2{
		margin-bottom:30px;
	}
	.Topmenu h2 + p{
		margin:0 0 30px;
	}
	.Topmenu a{
		padding:10px;
	}
}


/* line-list
---------------------------------------*/
.cv h3{
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	margin:0 0 30px;
	color:#3d87c9;
	text-align:center;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#444;
	display:block;
	padding:10px;
	position:relative;
	transition:0.4s;
}
.line-list li h4{
	display:inline-block;
	font-size:14px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	width:calc(100% - 140px);
}
.line-list li a:hover h4{
	color:#3d87c9;
	text-decoration:underline;
}
.news_more{
	text-align:right;
	margin:10px 0 40px;
}
.news_more a{
	text-decoration:none;
	background:url(./img/more_b.svg) no-repeat right 15px center;
	padding-right:70px;
	display:inline-block;
}
.news_more a:hover{
	background-position:right center;
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:100%;
	margin:0 40px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#3d87c9;
	padding:5px 10px;
	margin:0 25px 0 0;
	font-size:13px;
	line-height:100%;
	text-transform:uppercase;
	vertical-align: middle;
	background:#fff;
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
}
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){
	.cv h3{
		margin:0;
	}
	.date{
		margin:0;
	}
	.line-list li h4{
		display:block;
		margin: 5px 0 0 0 ;
		width:100%;
	}
	.i-cat{
		margin:0 15px 0 0;
	}
}



/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto ;
	max-width:1000px;
}

.contents_area section{
	margin:0 0 80px;
	overflow:hidden;
}
.contents_area section:last-child{
	margin:0;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.contents .top_title{
	margin:20px 0 80px;
}
.contents .top_title2{
	text-transform:uppercase;
}
.contents p.more{
	margin:30px 0;
}
@media screen and (max-width : 959px){
	.contents_area section{
		margin:0 0 60px;
	}
	.contents .top_title{
		margin:40px 0 60px;
	}
}
@media screen and (max-width : 639px){
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 20px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;

	}
	.contents .uk-align-right img.width100,
	.contents .uk-align-left img.width100{
		max-width:100%;
	}
	.contents_area section{
		margin:0 0 30px;
	}
	.contents .top_title{
		margin:30px 0 40px;
	}
}

/* page_keyv
-------------------------------------------------------------------*/
.page_keyv{
	background:url(./img/page_keyv.jpg) no-repeat center center/cover ;
	height:360px;
	position:relative;
}
@media screen and (max-width : 959px){
	.page_keyv{
		height:260px;
	}

}
@media screen and (max-width : 639px){
	.page_keyv{
		height:160px;
	}

}

/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 20px 40px;
	margin:0;
	overflow:hidden;
}
.bl ul{
	padding:0;
	margin:0;
	float:right;
}
.bl a,
.bl ul li,
.uk-breadcrumb>li:not(.uk-active)>span{
	font-size:12px;
	margin:0;
	color:#555;
	display:inline-block;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding: 20px;
	}
}
@media screen and (max-width : 639px){
	.bl{
		padding: 10px;
	}
	.bl a,
	.bl,
	.uk-breadcrumb>li:not(.uk-active)>span,
	.bl ul li{
		font-size:10px;
	}
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
		margin: 0 10px;
	}
	.uk-breadcrumb>*>*{
		display:inline;
	}
}




/* page_ttl
-------------------------------------------------------------------*/
.title1,
.single h2{
	margin:0 0 50px 0;
	padding:22px 20px ;
	border-top:solid 3px #3d87c9;
	border-bottom:solid 1px #ddd;
	font-size:24px;
	font-weight:500;
	text-align:center;
	letter-spacing:0.15em;
	line-height:160%;
	color:#3d87c9
}
.title2,
.single h3{
	font-size:20px;
	margin:50px 0 30px 0;
	font-weight:500;
	letter-spacing:0.05em;
	padding:15px 20px 15px 60px;
	position:relative;
	background:#f7f7f7 url(./img/icon.png) no-repeat 12px center/35px;
	border-bottom:dotted 2px #ddd;
}
.title3,
.single h4{
	font-size:18px;
	margin:40px 0 25px 0;
	padding:0 0 10px 10px;
	font-weight:500;
	letter-spacing:0.05em;
	border-bottom:double 3px #ddd;
}

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

}
@media screen and (max-width : 639px){
	.title1,
	.single h2{
		margin:0 0 25px 0;
		padding:12px 10px ;
		font-size:18px;
		letter-spacing:0.05em;
	}
	.title2,
	.single h3{
		font-size:16px;
		margin:25px 0 20px 0;
		letter-spacing:0.05em;
		background-size:25px;
		padding:12px 15px 12px 50px;
	}
	.title3,
	.single h4{
		margin:0 0 15px 0;
		font-size:15px;
		padding:0 0 10px 0;
	}

}

/* flow
-------------------------------------------------------------------*/
.flow{
	background:#e5f3ff;
	padding:30px 30px 15px;
	border-radius:3px;
}
.flow img{
	background:#fff;
	padding:10px;
}
.flow .title3{
	margin-top:0;
	border-color:#fff;
	font-size:20px;
	text-align:right;
	padding-bottom:15px;
	color:#3d87c9;
	position:relative;
}
.flow .title3 span{
	color:#3d87c9;
	position:absolute;
	top:-35px;
	left:-10px;
	font-size:80px;
	z-index:10;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #e5f3ff;
	margin:0 auto 10px;
}
@media screen and (max-width : 639px){
	.flow{
		padding:15px 15px 10px;
	}
	.flow .title3{
		font-size:16px;
		text-align:right;
		padding-bottom:10px;
	}
	.flow .title3 span{
		position:static;
		font-size:30px;
		vertical-align:middle;
		display:inline-block;
		margin:0 5px 0 0;
		line-height:100%;
	}
}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	margin:30px 0;
	background:#f5f5f5;
	border:dotted 1px #ddd;
	clear:both;
}

@media screen and (max-width : 639px){
	.sBox{
		padding:15px;
	}
}


/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.singlepage{
	margin:60px auto 0;
}
.uk-container .single{
	padding:0 0 0 30px;
	background:#fff;
}
.archivelist{

}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
}
.archivelist .top_title{
	margin:20px 0 80px;
}
.singlepage .top_title{
	line-height:140%;
	padding-top:0;
	margin:0 0 20px;
}
.singlepage .top_title span{
	margin-top:10px;
}
/*.archivelist .top_title,
.singlepage .top_title,
.archivelist .top_title3 span{
	text-transform: uppercase;
}*/
.archivelist .top_title3{
	text-transform: none;
}
@media screen and (max-width : 959px){
	.archivelist{
		width:100%;
	}
	.archivelist .top_title{
		margin:20px 0 60px;
	}
	.singlepage .top_title{
		margin:30px 0 30px;
	}
	.singlepage{
		margin:0 auto 0;
	}
	.uk-container .single{
		padding:0 ;
	}
}

@media screen and (max-width : 639px){
	.attachment-singlepage_thumbnails{
		margin:0 0 15px;
	}
	.single_more .more a{
		display:block;
		font-size:12px;
		min-width:initial;
		padding-top:5px;
		padding-bottom:5px;
	}
	.archivelist .top_title{
		margin:20px 0 40px;
	}
	.singlepage .top_title{
		margin:20px 0 ;
		font-size:16px;
	}
}

/* サムネイル付き list
----------------------------*/
.Box a{
	text-decoration:none;
	margin:0 0 30px;
	background:#f7f7f7 url(./img/more_b.svg) no-repeat right 40px center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	padding:40px 100px 40px 60px;
	border:solid 1px #f7f7f7
}
.Box a > div{
	width:50%;
}
.Box h2{
	font-size:18px;
	margin:15px 0 0 0 ;
	line-height:160%;
	transition:0.4s;
	color:#3d87c9;
}
.Box .date{
	display:inline-block;
	margin:0 15px 0 0;
}
p.Box-txt{
	font-size:13px;
	letter-spacing:0.1px;
	color:#666;
	margin:0;
}
.Box a:hover{
	border:solid 1px #3d87c9;
	background-position:right 20px center;
}
@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{
		display:block;
		padding:10px 80px 10px 15px;
		margin:0 0 10px;
		background-position:right 20px center;
	}
	.Box a > div{
		width:100%;
	}
	.Box h2{
		font-size:14px;
		margin:5px 0 ;
		padding-right:20px;
		color:#444;
	}
	.Box .i-cat{
		display:none;
	}

}

/*   single_case
-------------------------------------------------------------------*/
.single .date{
	text-align:right;
	margin:0 0 30px 0;
	display:block;
}
.case_single_img{
	min-height:260px;
	width:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:15px;
}
.uk-grid>*>:last-child.case_single_img{
	margin-bottom:15px;
}
.case_img_txt{
	margin:0 40px 60px;
}
.case_single{
	margin:40px 0;
}
.case_single .uk-grid > * >div{
	position:relative;
}
.case_single p{
	color:#fff;
	display:inline-block;
	padding:0 30px;
	/*position:absolute;
	top:-15%;
	left:50%;
	transform:translatex(-50%);*/
	background: linear-gradient(90deg, #b9e1dd, #90c7e8,#3d87c9);
}
.case_details_img{
	margin-top:40px;
}
.case_details_img p{
	background: linear-gradient(90deg, #b9e1dd, #90c7e8,#3d87c9);
	color:#fff;
	display:inline-block;
	padding:0 30px;
}
@media screen and (max-width : 959px){
	.case_single .case_single_img{
		min-height:220px;
	}
	.case_details_img .case_single_img{
		min-height:140px;
	}
}
@media screen and (max-width : 639px){
	.case_single{
		margin:15px 0;
	}
	.case_single .case_single_img{
		min-height:120px;
	}
	.case_details_img .uk-grid{
		margin-left:-5px;
	}
	.case_details_img .uk-grid > *{
		padding-left:5px;
	}
	.case_details_img .case_single_img{
		min-height:100px;
		margin:0 0 5px;
	}
	.case_single p{
		padding:0 15px;
		margin:10px auto;
		font-size:13px;
		display:block;
		width:25%;
		/*top:-25%;*/
	}
	.case_single .uk-grid{
		margin-left:-5px;
	}
	.case_single .uk-grid > *{
		padding-left:5px;
	}
	.single .date{
		margin:0 0 15px 0;
	}
	.case_details_img p{
		display:block;
		padding:0 30px;
		text-align:center;
	}
}


/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
}
.pagination a,
.pagination span {
	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,
.pagination span {
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #111;
	background-color: #f5f5f5;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.nav-links{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 色変更箇所*/
.pagination a:hover,
.pagination .current{
	background:#3d87c9;
	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: "<"; }
.pagination li.last a::after { content: ">"; }

.pagination li.previous a::before { content: "←"; }
.pagination li.next a::after { content: "→"; }

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



@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:30px;
	border-bottom:none;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	padding:5px;
	text-align:center;
	letter-spacing:0.2em;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#444;
	border-top:2px solid #3d87c9;
	border-bottom:1px solid #ddd;
	background:#fff;
}
.side_nav_ttl a{
	color:#666;
	font-size:14px;
	text-decoration:none;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:10px 0;
	border-top:none;
}
.side_nav_item{
	margin:0;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
}
.side_nav_item ul li a {
	padding:10px 40px 10px 10px;
	font-size:13px;
	line-height:160%;
	color:#444;
	background:url(./img/more_b.svg) no-repeat right 10px center/25px;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	color:#3d87c9;
	background-position:right center;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
	margin-bottom:5px;
}



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

/* cv
------------------------------------------------------------------*/
.cv{
	margin:120px 0 ;
	background:#f4f8fb;
	padding:100px 0;
}
.cv_tel a{
	display:block;
	margin:0 0 30px;
	color:#3d87c9;
	font-size:30px;
	text-decoration:none;
	padding:0;
	font-family: alverata, serif;
	letter-spacing:0.1em;
}
.footer_access{
	margin:30px 0 15px;
	letter-spacing:0.1em;
}
.footer_bnr{
	margin-top:30px;
	display:block;
}
@media screen and (max-width : 959px){
	.cv{
		margin:100px 0 ;
		padding:80px 0;
	}
	.footer_bnr{
		margin:30px auto 60px;
	}
	.footer_bnr img{
		margin:0 auto;
		display:block;
	}
}
@media screen and (max-width : 639px){
	.cv{
		margin:40px 0 80px;
		padding:40px 0;
	}
	.cv_tel a{
		font-size:22px;
		margin:0 0 20px;
	}
	.footer_access{
		margin:20px 0 15px;
		font-size:13px;
	}
		.footer_bnr{
		margin:15px auto 30px;
	}
}


/* cv 診療時間
-------------------------------------------------------------------*/
.access-time{
	background:#fff;
	padding:5px 15px;
}
.sheet-time {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	font-size:14px;
	padding:12px 5px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #898989;
}
.sheet-time th{
	letter-spacing:2px;
}
.sheet-time tr:last-child th,
.sheet-time tr:last-child td{
	border-bottom:none;
}
.sheet-time tr:first-child{
	letter-spacing:0.1em;
}
.sheet-time td{
	width:8%;
}
.sheet-time td.blue{
	color:#3d87c9;
}
.sheet-time th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:20px;
}
p.about_time{
	font-size:14px;
	padding:20px 0 0 20px;
	margin:0;
	line-height:200%;
	text-align:left;
}
@media screen and (max-width : 959px){
	p.about_time{
		margin-bottom:50px ;
	}
}
@media screen and (max-width : 639px){
	p.about_time{
		margin-bottom:30px ;
	}
	.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;
	}
}

/* recruit_bnr
---------------------------------------*/
.recruit_bnr{
	display:flex;
	background:#fff url(./img/more_b.svg) no-repeat right 40px center;
	padding:40px 90px 40px 60px;
	-webkit-align-items: center;
	align-items: center;
	text-decoration:none;
	line-height:200%;
	font-size:14px;
	transition:0.4s;
	margin-top:60px;
}
.recruit_bnr:hover{
	background-position:right 20px center;
	box-shadow:3px 3px 5px rgba(10,10,10,0.2);
}
.recruit_bnr > span:first-child{
	font-family: alverata, serif;
	font-style: normal;
	font-weight: 400;
	color:#3d87c9;
	margin-right:60px;
	font-size:20px;
}

@media screen and (max-width : 639px){
	.recruit_bnr{
		display:block;
		background-position:right 20px center;
		padding:30px 60px 30px 20px;
		line-height:180%;
	}
	.recruit_bnr > span:first-child{
		display:block;
		margin:0 0 15px;
	}
}


/* sitemap
-------------------------------------------------------------------*/
footer{
	background: linear-gradient(90deg, #90c7e8, #428fd2,#3d87c9);
}
.footer_sitemap{
	padding:80px 0 80px;
}
.footer_sitemap ul{
	margin:0;
	padding:0;
}
.footer_sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_sitemap li a{
	font-size:13px;
	color:#fff;
	text-decoration:none;
	margin:0 0 20px;
	padding:0;
	position:relative;
}
.footer_sitemap li a:hover{
	text-decoration:underline;
}
.footer_sitemap2 li a:before{
	content:"- ";
}
.footer_sitemap2{
	float:left;
	width:50%;
}
.footer_sitemap p{
	color:#fff;
	position:relative;
	margin:0 0 10px;
}
.footer_sitemap p:after{
	content:"";
	background:#fff;
	height:1px;
	width:calc(100% - 6em);
	position:absolute;
	top:50%;
	right:0;
}
@media screen and (max-width : 959px){
	.footer_sitemap{
		padding:60px 0;
	}
	.footer_sitemap p{
		margin:40px 0 10px;
	}
	.footer_sitemap li{
		text-align:center;
	}
	.footer_sitemap2 li{
		text-align:left;
	}
}

@media screen and (max-width : 639px){
	.footer_sitemap{
		padding:40px 0;
	}
	.footer_sitemap li{
		margin:0 0 10px;
	}
	.footer_sitemap p{
		margin:30px 0 15px;
	}
}


/* sign
-------------------------------------------------------------------*/
.footer_sign{
	padding:25px 15px 35px;
}
.footer_sign p {
	color: #fff;
	font-size:12px;
	text-align:center;
	margin:0;
	letter-spacing:0.1em;
	padding:0;
	font-weight:300;
}
.footer_sign a{
	color: #fff;
}

@media screen and (max-width : 639px){
	.footer_sign{
		padding:20px 60px 20px;
	}
	.footer_sign p {
		letter-spacing:0px;
		font-size:10px;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 0;
	margin:0;
	z-index:900;
}
#page-top a {
	background: url(./img/pagetop.png) no-repeat 0 0/cover;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height:80px;
	text-align: center;
	display: block;
}
@media screen and (max-width : 639px){
	#page-top {
		bottom: 70px;
	}
	#page-top a {
		width: 50px;
		height:50px;
	}
}




/*==================================================================
  form setting
===================================================================*/
.indispensable{
	display:inline-block;
	font-size:12px;
	color:#f6a800;
	line-height:140%;
	margin:0;
}
.mw_wp_form_confirm .confirm-hidden,
.mw_wp_form_complete .confirm-hidden{
	display:hidden;
	display:none;
}
.mw_wp_form_input .confirm-visible,
.mw_wp_form_complete .confirm-visible{
	display:hidden;
	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;
	border-radius:0;
}
input[type="text"].hasDatepicker{
	width: calc(50% - 42px);
}
select{
	width: 30%;
	background:url(./img/more.svg) no-repeat right 10px center/10px;
}
*[class*="disabled"],
*:disabled {
    cursor: default !important;
}


/* radio btn */
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	border-radius:15px;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #F08700;
}
@media screen and (max-width : 639px){
	input[type=radio] + span {
		display:block;
	}
	.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left:0!important;
	}
}

/* checkbox btn */
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	margin-bottom:0;
	border-radius:2px;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #F08700;
}


/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#3d87c9;
	padding:0;
	letter-spacing:0.1em;
	font-weight:600;
	text-align:center;
	background:#fff url(./img/more_b.svg) no-repeat 20px center/20px;
	border:solid 1px #3d87c9;
	padding:12px 35px 12px 55px;
	min-width:180px;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	margin:0 15px;
	border-radius:0;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background-color:#3d87c9;
	background:#3d87c9 url(./img/more.svg) no-repeat 20px center/20px;
	color:#fff;
	transform:0.2s;
}

/* add for index.php(case) */
#js-tab.uk-grid,
#archive-menu.uk-grid{
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom:40px;
}
#js-tab.uk-grid >*,
#archive-menu.uk-grid >*{
	margin:0 0 10px;
}
#js-tab a,
#archive-menu a{
	display:block;
	border:solid 1px #3d87c9;
	padding:10px 15px;
	text-decoration:none;
/* 	color:#3d87c9; */
	text-align:center;
	position:relative;
}
#js-tab a:hover,
#archive-menu a:hover{
	color:#fff;
}
#js-tab a::before,
#archive-menu a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3d87c9;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#js-tab a:hover::before,
#archive-menu a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width : 639px){	
	#js-tab.uk-grid,
	#archive-menu.uk-grid{
	margin-bottom:20px;
    }
	#js-tab.uk-grid >*,
	#archive-menu.uk-grid >*{
		padding-left:10px;
	}
	#js-tab.uk-grid,
	#archive-menu.uk-grid {
		margin-left:-10px;
	}
	#js-tab a,
	#archive-menu a{
		padding:10px;
	}
}

.two-btn a:first-child{
	margin-right:20px;
}
@media screen and (max-width : 639px){	
	.two-btn a:first-child{
		margin-right:0;
		margin-bottom:20px;
	}
}

.page_518 .btns{
  overflow: hidden;
  margin-bottom:50px;
}
.page_518 .btns a{
  cursor: pointer;
}
.page_518 .btns .icon{
  float: left;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.page_518 .btns .icon img{
  vertical-align: middle;
}

.txt-orange{
	color:#f0521b;
}
/*-------------------------------
 * トップページrecruit_banner
 * -----------------------------*/
.recruit_banner a{
  display: block;
  background: #90c7e8;
  background-image: url(./img/more.svg),url(/wp-content/uploads/2022/05/recruit01.jpg),url(/wp-content/uploads/2022/05/recruit02.jpg), url(/wp-content/uploads/2022/05/recruit03.jpg),url(/wp-content/uploads/2022/05/recruit04.jpg), url(/wp-content/uploads/2022/05/recruit05.jpg);
  background-position: left 16% bottom 44%,left 25% bottom 20%, left 40% top 20%, right 45% bottom 20%,right 30% top 20%,right 15% bottom 20%;
  background-size: 5%,16%,16%,16%,16%,16%;
  background-repeat: no-repeat;
  padding: 100px 30px;
  /* padding: 25px 30px; */
  max-width: 940px;
  margin: 0 auto 100px;
  color: #4e4c65;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.4s;
}
.recruit_banner a:hover{
  background: #72add1;
  background-image: url(./img/more.svg),url(/wp-content/uploads/2022/05/recruit01.jpg),url(/wp-content/uploads/2022/05/recruit02.jpg), url(/wp-content/uploads/2022/05/recruit03.jpg),url(/wp-content/uploads/2022/05/recruit04.jpg), url(/wp-content/uploads/2022/05/recruit05.jpg);
  background-position: left 18% bottom 44%,left 25% bottom 20%, left 40% top 20%, right 45% bottom 20%,right 30% top 20%,right 15% bottom 20%;
  background-size: 5%,16%,16%,16%,16%,16%;
  background-repeat: no-repeat;
}
.recruit_banner a span{
font-size: 12px;
color: #fff;
padding-right: 50px;
display: inline-block;
margin-top: 15px;
font-weight: bold;
}
@media (max-width: 1024px){
  .recruit_banner a{
    background-position: left 10% bottom 30%,left 25% bottom 20%, left 40% top 20%, right 45% bottom 20%,right 30% top 20%,right 15% bottom 20%;
}
.recruit_banner a:hover{
  background-position: left 10% bottom 30%,left 25% bottom 20%, left 40% top 20%, right 45% bottom 20%,right 30% top 20%,right 15% bottom 20%;
}
}
@media (max-width: 767px){
  .recruit_banner a{
	 margin-bottom: 60px;
    padding: 30px 30px 120px 30px;
    background-position: left 50% top 35%,left 0% bottom 25%, left 25% bottom 10%, right 48% bottom 25%,right 20% bottom 10%,right -4% bottom 25%;
    background-size: 15%,22%,22%,22%,22%,22%;
  }
	  .recruit_banner a:hover{
    background-position: left 50% top 35%,left 0% bottom 25%, left 25% bottom 10%, right 48% bottom 25%,right 20% bottom 10%,right -4% bottom 25%;
    background-size: 15%,22%,22%,22%,22%,22%;
  }
}
.top_bnr2 .top_bnr_bg.recruit{
	background-image: url(https://orca-dc.jp/wp-content/uploads/2022/05/recruit001-1.png),url(https://orca-dc.jp/wp-content/uploads/2022/05/recruit009.png),url(https://orca-dc.jp/wp-content/uploads/2022/05/recruit010.png);
	background-position: left 15% bottom 30%,left 41% bottom 10%,left 65% bottom 30%;
	background-size: 16%;
	padding: 40px 30px 180px;
	}
@media (max-width: 959px){
	.top_bnr2 .top_bnr_bg.recruit{
		background-position: left 10% bottom 60%,left 40% bottom 3%,left 75% bottom 10%;
		background-size: 20%;
	}
}
@media (max-width: 639px){
	.top_bnr2 .top_bnr_bg.recruit{
		background-position: left 10% bottom 60%,left 35% bottom 10%,left 95% bottom 20%;
		background-size: 30%;
	}
}
#js-tab.recruit_page li a{
	border: none;
}




/*==================================================================
	child-ortho
===================================================================*/
/* header
-------------------------------------------------------------------*/
#page_child-ortho header{
	position:relative;
	background:none;
	height:120px;
}
#page_child-ortho header.fixed{
	position:fixed;
	background:#fff;
}
#page_child-ortho header.fixed .nav_items {
	margin:0;
}
#page_child-ortho header .logo{
	margin: 0 0 0 40px;
	position:absolute;
	top:40px;
	left:0;
	width:240px;
	height:187px;
	margin:0;
}
#page_child-ortho header.fixed .logo{
	position:static;
	height:auto;
	width:300px;
	margin:0 0 0 30px;
}
#page_child-ortho header .logo a:after {
    content: url(./img/logo3.svg);
}
#page_child-ortho header.fixed .logo a:after {
    content: url(./img/logo2.svg);
}
#page_child-ortho .uk-container{
	max-width:1300px;
}
#page_child-ortho .inner{
	max-width:1200px;
	margin:0 auto;
}
#page_child-ortho .nav_items > li > a{
	font-size:16px;
}
#page_child-ortho .nav_items > li > a span{
	font-family: wanpaku-rera,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}
#page_child-ortho #toggle_nav ul li a span,
#page_child-ortho .navbtn span{
	font-family: wanpaku-rera,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page_child-ortho #sp-contact{
	top:50%;
	right:0;
	transform:translatey(-50%);
}
#page_child-ortho #sp-contact li {
    display: block;
}
#page_child-ortho #sp-contact li a {
	padding: 15px;
	font-size: 16px;
	min-width: 100px;
	margin: 0 0 10px 0;
	border-radius: 5px 0 0 5px;
	background: #E06F1E;
	line-height:140%;
	box-shadow:3px 3px 6px rgba(0,0,0,0.2);
}
#page_child-ortho #sp-contact li a:hover{
	background-color: #448ACA;
}
#page_child-ortho #sp-contact li:last-child a {
	background: #F9D436;
	color:#111;
}
#page_child-ortho #sp-contact li:last-child a:hover{
	background-color:#CBDE65;
}
#page_child-ortho #sp-contact li a i{
	display:block;
	font-size:30px;
	margin-bottom:5px;
}
#page_child-ortho #sp-contact li:last-child a i,
#page_child-ortho #sp-contact li:last-child a:hover i{
	color:#111!important;
}
@media screen and (max-width : 959px){	
	#page_child-ortho #sp-contact{
		top:auto;
		bottom:0;
		right:0;
		transform:none;
	}
	#page_child-ortho #sp-contact li a {
		padding: 15px;
		font-size: 16px;
		margin: 0;
		border-radius: 0;
		box-shadow:none;
		height:57px;
	}
	#page_child-ortho #sp-contact li:first-child a {
		background: #448ACA;
	}
	#page_child-ortho #sp-contact li:first-child a i{
		font-size:40px;
		padding:10px 0;
	}
	#page_child-ortho #toggle_nav {
		background: #448ACA;
	}
	#page_child-ortho header {
		height: 80px;
	}
		#page_child-ortho header.fixed .logo{
		margin:0 0 0 20px;
	}
}

@media screen and (max-width : 639px){	
	#page_child-ortho header .logo a:after {
		content:"";
		background:url(img/logo3.svg) no-repeat center center/contain;
		height:120px;
		width:140px;
		position:absolute;
		top:0;
		left:0;
	}
	#page_child-ortho header {
		height: 50px;
	}
	#page_child-ortho header .logo {
		position: static;
		width:auto;
		height: 40px;
		margin:0;
	}
	#page_child-ortho header.fixed .logo{
		margin:0 0 0 10px;
	}
	#page_child-ortho header.fixed .logo a:after {
		background:none;
		height: 100px;
		width: 120px;
		position:static;
	}
	#page_child-ortho #sp-contact li a {
		padding: 10px;
		font-size: 15px;
		height:45px;
		min-width:initial;
	}
	#page_child-ortho #sp-contact li a i{
		font-size:22px;
	}
	#page_child-ortho #sp-contact li:first-child a i{
		font-size:36px;
		padding:5px 0 0 0;
	}
}

/* keyv
-------------------------------------------------------------------*/
.child-ortho_bg{
	position:relative;
	background:url(img/child-ortho_keyv_bg.svg) no-repeat 10% -140px;
	padding-bottom:160px;
}
.childortho_keyv{
	position:relative;
}
.childortho_keyv_ttl{
	position:absolute;
	height:246px;
	width:246px;
	border-radius:123px;
	background:#448ACA;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top:40px;
}
.childortho_keyv h1{
	color:#fff;
	font-size:36px;
	text-align:center;
	margin:0;
}
.childortho_keyv h1 span{
	display:block;
	color:#fff;
	font-size:20px;
	margin:15px 0 0 0;
}
.childortho_keyv h2{
	position:absolute;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	top:-120px;
	right:10%;
	line-height:250%;
	font-size:36px;
}
.childortho_keyv h2 span.bg{
	background:#fff;
	letter-spacing:0.3em;
	padding:22px 15px;
	border-radius:5px;
}
.childortho_keyv h2 span.bg:last-child{
	margin-top:1.3em;
}
.childortho_keyv h2 span.blue{
	color:#448ACA;
}
.childortho_keyv1{
	background:url(/wp-content/uploads/2022/09/child-keyv-1.png) no-repeat center center/cover;
	width:75%;
	height:610px;
	margin:130px 0 0 auto;
	border-radius:40px;
}
.childortho_keyv2{
	background:url(/wp-content/uploads/2022/09/kids_ortho_keyv2.png) no-repeat center center/cover;
	width:40%;
	height:360px;
	border-radius:40px;
	margin-top:-170px;
}




@media screen and (max-width : 959px){	
	.child-ortho_bg{
		background:url(img/child-ortho_keyv_bg.svg) no-repeat 30% -40px/150%;
		padding-bottom:80px;
	}
	.childortho_keyv1{
		width:75%;
		height:400px;
		margin:60px 0 0 auto;
	}
	.childortho_keyv2{
		width:40%;
		height:180px;
		margin-top:-70px;
	}
	.childortho_keyv_ttl{
		height:180px;
		width:180px;
		margin-top:80px;
	}
	.childortho_keyv h1{
		font-size:26px;
	}
	.childortho_keyv h1 span{
		font-size:20px;
		margin:15px 0 0 0;
	}
	.childortho_keyv h2{
		top:-120px;
		right:5%;
		line-height:250%;
		font-size:30px;
	}

}

@media screen and (max-width : 639px){	
	.child-ortho_bg{
		background:url(img/child-ortho_keyv_bg.svg) no-repeat 30% -10px/180%;
		padding-bottom:40px;
	}
	.childortho_keyv1{
		width:80%;
		height:220px;
		margin:20px 0 0 auto;
		border-radius:20px;
	}
	.childortho_keyv2{
		width:70%;
		height:140px;
		margin-top:20px;
		border-radius:20px;
	}
	.childortho_keyv_ttl{
		height:130px;
		width:130px;
		margin-top:140px;
	}
	.childortho_keyv h1{
		font-size:20px;
	}
	.childortho_keyv h1 span{
		font-size:14px;
		margin:10px 0 0 0;
	}
	.childortho_keyv h2{
		top:0;
		right:15px;
		line-height:250%;
		font-size:20px;
	}
	.childortho_keyv h2 span.bg{
		padding:15px 10px;
	}
}


/* font
-------------------------------------------------------------------*/
#page_child-ortho p, #page_child-ortho li, #page_child-ortho dt, #page_child-ortho dd, #page_child-ortho th, #page_child-ortho td {
	font-size: 18px;
	color:#222;
}
.blue{
	color:#448ACA;
}
.yellow{
	color:#F9D401;
}
.red{
	color:#E06F1E;
}
.green{
	color:#CBDE65;
}
#page_child-ortho .top_title{
	color:#111;
	font-size:40px;
	margin-bottom:70px;
	line-height:160%;
	 color:#222;
}
 #page_child-ortho .top_title2{
	font-size:30px;
	 margin-bottom:60px;
	 color:#222;
}


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

}

@media screen and (max-width : 639px){	
	#page_child-ortho .top_title{
		font-size:24px;
		margin-bottom:30px;
		line-height:140%;
	}
	#page_child-ortho .top_title2{
		font-size:19px;
		margin-bottom:30px;
	}
	#page_child-ortho p, #page_child-ortho li, #page_child-ortho dt, #page_child-ortho dd, #page_child-ortho th, #page_child-ortho td {
		font-size: 14px;
		line-height:160%;
	}
}


/* はじめてのかたへ
-------------------------------------------------------------------*/
.child_first_bg{
	background:linear-gradient(to bottom,#fff 300px, #FCF7D9 300px);
}
.child_first_bg2{
	background:url(img/child_first_bg2.svg) no-repeat top center/110%;
	padding:100px 0 ;
}
.child_first_bg h4{
	font-size:24px;
	margin:-40px 0 80px;
	position:relative;
	color:#222;
}
.child_first_bg h4 span{
	display:block;
	width:95px;
	height:95px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background:#E06F1E;
	color:#fff;
	font-size:50px;
	border-radius:50px;
	text-align:center;
	margin: 0 auto 20px;
}
.child_first_bg .uk-grid > *:first-child h4 span{
	background:#448ACA;
}
.child_first_bg .uk-grid > *:last-child h4 span{
	background:#CBDE65;
}
.child_first_bg img{
	border-radius:30px;
}


/* child_check */
.child_check{
	background:#C7E3F2;
	border-radius:40px;
	padding:80px 110px;
	margin-top:80px;
}
.child_check .top_title span{
	position:relative;
	padding-left:50px;
}
.child_check .top_title span:before{
	content:"";
	background:url(img/check.svg) no-repeat center center/contain;
	width:37px;
	height:37px;
	position:absolute;
	left:0;
	top:0;
}
#page_child-ortho .child_check .top_title{
	margin-bottom:10px;
}
#page_child-ortho .child_check .top_title + p{
	margin-bottom:60px;
	text-align:center;
}
.child_check_box{
	background:#fff;
	border-radius:30px;
	padding:60px 45px;
}
.child_check_box h4{
	margin:0 0 30px;
	font-size:24px;
	text-align:center;
	color:#448ACA;
}
.checklist {
	padding:0;
	margin:0;
}
.checklist li{
	list-style:none;
	border-bottom:3px solid #F1F4F7;
	padding:15px 10px;
	margin:0;
}
.checklist li:first-child{
	border-top:3px solid #F1F4F7;
}
#page_child-ortho .child_check p:last-child{
	background:#fff;
	border-radius:100px;
	text-align:center;
	font-size:24px;
	margin:40px 0 0 0;
	padding:20px ;
	line-height:160%;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 55px;
	color: #111;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #448ACA;
	border-radius:5px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width : 959px){	
	.child_first_bg{
		background:linear-gradient(to bottom,#fff 200px, #FCF7D9 200px);
	}
	.child_first_bg2{
		background:url(img/child_first_bg2.svg) repeat-y top center/110%;
		padding:60px 0 ;
	}
	.child_first_bg h4 span{
		width:75px;
		height:75px;
		font-size:40px;
		margin: 0 auto 20px;
	}
	.child_check{
		padding:40px 30px;
		margin-top:40px;
	}
	.child_check .top_title {
		line-height:160%;
	}
	#page_child-ortho .child_check .top_title{
		margin-bottom:10px;
	}
	#page_child-ortho .child_check .top_title + p{
		margin-bottom:40px;
	}
	.child_check_box{
		border-radius:30px;
		padding:30px 15px;
	}
	.checklist li{
		padding:15px 10px;
	}

}

@media screen and (max-width : 639px){	
	.child_first_bg{
		background:linear-gradient(to bottom,#fff 100px, #FCF7D9 100px);
	}
	.child_first_bg2{
		background:url(img/child_first_bg2.svg) space top center/160%;
		padding:30px 0 ;
	}
	.child_first_bg .inner .uk-grid{
		margin-left:-15px;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.child_first_bg .inner .uk-grid > *{
		padding-left:15px;
	}
	.child_first_bg .inner .uk-grid > *:last-child{
		margin-top:20px;
	}
	.child_first_bg h4{
		font-size:16px;
		margin:-25px 0 30px;
		line-height:140%;
	}
	.child_first_bg h4 span{
		width:50px;
		height:50px;
		font-size:28px;
		margin: 0 auto 10px;
	}
	#page_child-ortho .child_check .top_title{
		line-height:140%;
		font-size:20px;
	}
	#page_child-ortho .child_check .top_title + p{
		margin-bottom:20px;
	}
	.child_check .top_title span:before {
		width: 20px;
		height: 20px;
	}
	.child_check .top_title span {
		padding-left:25px;
	}
	.child_check {
		padding: 30px 15px;
		margin-top: 30px;
		border-radius:20px;
	}
	.child_check_box{
		border-radius:15px;
		padding:20px 10px;
	}
	.child_check_box h4{
		margin:0 0 15px;
		font-size:18px;
	}
	.checklist li{
		padding:10px 10px;
	}
	input[type="checkbox"] + label:before {
		width: 20px;
		height: 20px;
	}
	input[type="checkbox"] + label {
		padding-left: 40px;
	}
	.child_check .uk-grid > *:last-child{
		margin-top:15px;
	}
	#page_child-ortho .child_check p:last-child{
		font-size:16px;
		margin:15px 0 0 0;
		padding:10px ;
		line-height:140%;
	}
}


/* こんな歯並びに
-------------------------------------------------------------------*/
.child_dentition{
	padding:120px 0;
	background:url(img/child_bg1.svg) no-repeat right -5px,
		url(img/child_bg2.svg) no-repeat left bottom -5px;
}
.child_dentition .uk-grid > *{
	margin-bottom:40px;
}
#page_child-ortho .child_dentition .top_title{
	margin-bottom:30px;
}
.child_dentition .top_title + p{
	text-align:center;
	margin-bottom:80px;
}
.child_dentition .top_title + p span{
	text-align:center;
	color:#fff;
	background:#E06F1E;
	border-radius:30px;
	font-size:22px;
	padding:10px 25px;
}
.child_dentition a{
	display:block;
	background:#ECEFF2;
	border-radius:30px;
	padding:45px 35px;
	text-decoration:none;
}
.child_dentition a:hover{
	background:#C7E3F2;
}
.child_dentition a h3{
	font-size:24px;
	text-align:center;
	color:#222;
	margin:40px 0 0 0;
}
.dentition_img{
	height:210px;
}
.dentition_img1{
	background:url(img/dentitio1.svg) no-repeat center center;
}
.dentition_img2{
	background:url(img/dentitio2.svg) no-repeat center center;
}
.dentition_img3{
	background:url(img/dentitio3.svg) no-repeat center center;
}
.dentition_img4{
	background:url(img/dentitio4.svg) no-repeat center center;
}
.dentition_img5{
	background:url(img/dentitio5.svg) no-repeat center center;
}
.dentition_img6{
	background:url(img/dentitio6.svg) no-repeat center center;
}
.uk-modal-close{
	cursor:pointer;
}
.uk-modal-dialog{
	border-radius:30px;
}
.uk-modal-dialog h3{
	text-align:center;
	margin:0 0 40px;
	font-size:30px;
	color:#448ACA;
}
.uk-modal-dialog h3 span{
	display:block;
	font-size:20px;
	color:#222;
}
.uk-modal-dialog .dentition_img{
	margin:0 0 40px;
}
@media screen and (max-width : 959px){	
	.child_dentition{
		padding:80px 0;
		background:url(img/child_bg1.svg) no-repeat right -5px/50%,
			url(img/child_bg2.svg) no-repeat left bottom -5px/50%;
	}
	.dentition_img{
		height:100px;
	}
	.child_dentition a{
		padding:30px 20px;
	}
	.child_dentition a h3{
		font-size:20px;
		margin:20px 0 0 0;
	}
	.child_dentition .uk-grid > *{
		margin-bottom:30px;
	}
	.child_dentition .top_title + p{
		margin-bottom:60px;
	}
}

@media screen and (max-width : 639px){	
	.child_dentition{
		padding:40px 0;
	}
	.child_dentition a{
		padding:15px ;
		border-radius:10px;
	}
	.child_dentition a h3{
		font-size:16px;
		margin:10px 0 0 0;
	}
	.child_dentition .uk-grid{
		margin-left:-15px;
	}
	.child_dentition .uk-grid > *{
		margin-bottom:15px;
		padding-left:15px;
	}
	.child_dentition .top_title + p{
		margin-bottom:30px;
		font-size:15px;
	}
	.child_dentition .top_title + p span{
		font-size:15px;
	}
	#page_child-ortho .child_dentition .top_title {
		margin-bottom: 20px;
	}
	.uk-modal-dialog{
		border-radius:20px;
	}
	.uk-modal-dialog h3{
		margin:0 0 20px;
		font-size:24px;
	}
	.uk-modal-dialog h3 span{
		font-size:15px;
	}
	.uk-modal-dialog .dentition_img{
		margin:0 0 20px;
	}
}


/* ごあいさつ
-------------------------------------------------------------------*/
.child_greeting{
	padding:330px 0 120px;
	background:url(img/child_greeting_bg.jpg) no-repeat center center/cover;
}
.child_greeting .top_title{
	text-align:left;
	z-index:10;
	position:relative;
}
.child_greeting .top_title2{
	z-index:10;
	position:relative;
}
.child_greeting_box{
	background:#fff;
	border-radius:40px;
	padding:80px 150px 90px;
	position:relative;
}
.child_greeting_img{
	position:absolute;
	top:-100px;
	right:100px;
	width:476px;
	height:476px;
	background:url(img/child_greeting_img.jpg) no-repeat center center/contain;
	border-radius:240px;
	z-index:1;
}
.child_greeting_box p:last-child{
	font-size:20px;
	text-align:right;
	margin:60px 0 0 0;
}
.child_greeting_box p span{
	font-size:30px;
	color:#222;
}




@media screen and (max-width : 959px){	
	.child_greeting{
		padding:80px 0;
	}
	.child_greeting_box{
		padding:60px 60px 60px;
	}
	.child_greeting_img{
		position:static;
		margin:0 auto;
	}
	#page_child-ortho .child_greeting .top_title{
		text-align:center;
		margin-bottom:40px;
	}
	.child_greeting .top_title2{
		text-align:center;
	}
}

@media screen and (max-width : 639px){	
	.child_greeting{
		padding:30px 0;
	}
	.child_greeting_box{
		padding:30px 20px;
		border-radius:20px;
	}
	.child_greeting_img{
		width:260px;
		height:260px;
	}
	#page_child-ortho .child_greeting .top_title{
		margin-bottom:20px;
	}
	.child_greeting .top_title2{
		text-align:left;
		margin-top:20px;
	}
	.child_greeting_box p:last-child{
		margin:20px 0 0 0;
	}
	.child_greeting_box p span{
		font-size:22px;
	}
}


/* 無料相談
-------------------------------------------------------------------*/
.child_contact_bg{
	background:url(img/child_contact_bg.jpg) no-repeat center center/cover;
	height:60vh;
	width:100%;
}
.child_contact{
	background:url(img/child_contact.jpg) no-repeat center top/cover;
}
.child_contact_box{
	background:#fff;
	padding:80px 60px 120px;
	border-radius:40px 40px 0 0;
	margin-top:-170px;
}
.child_contact_box .uk-grid{
	max-width:1100px;
	margin:0 auto 80px;
	-webkit-align-items: center;
	align-items: center;
}
#page_child-ortho .child_contact_box .uk-grid >* p{
	background:url(img/child_contact2.svg) no-repeat center center/contain;
	padding:85px 15px;
	font-size:24px;
	text-align:center;
}
#page_child-ortho .child_contact_box .uk-grid >*:first-child p{
	background-image:url(img/child_contact1.svg) ;
}
#page_child-ortho .child_contact_box .uk-grid >*:last-child p{
	background-image:url(img/child_contact3.svg) ;
}
@media screen and (max-width : 959px){	
	.child_contact_bg{
		height:30vh;
	}
	.child_contact_box{
		padding:60px 40px 80px;
		margin-top:-60px;
	}
	.child_contact_box .uk-grid{
		margin:0 auto 60px;
	}
	#page_child-ortho .child_contact_box .uk-grid >* p{
		padding:30px 15px;
		font-size:18px;
		line-height:160%;
		min-height:10em;
	}
}

@media screen and (max-width : 639px){	
	.child_contact_box{
		padding:30px 20px 10px;
		border-radius:20px;
	}
	#page_child-ortho .child_contact_box .uk-grid >*{
		padding-left:0;
	}
	#page_child-ortho .child_contact_box .uk-grid >* p{
		padding:8px 5px 8px 80px;
		font-size:16px;
		line-height:160%;
		min-height:initial;
		background-position:left center;
		text-align:left;
	}
		.child_contact_box .uk-grid{
		margin:0 auto 30px;
	}
}


/* cv
-------------------------------------------------------------------*/
.contact_cv{
	background:rgba(68,138,202,0.9);
	padding:60px 0;
}
.contact_cv .uk-grid{
	-webkit-align-items: center;
	align-items: center;
}
#page_child-ortho .contact_cv p{
	color:#fff;
	font-size:30px;
	line-height:210%;
}
.contact_cv_btn a{
	display:block;
	background: #E06F1E;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
	color:#fff;
	border-radius:60px;
	text-align:center;
	text-decoration:none;
	font-size:24px;
	max-width:330px;
	margin:0 0 0 auto;
	padding:10px ;
}
.contact_cv_btn a:hover{
	background: #448ACA;
}
.contact_cv_btn a:last-child:hover{
	background: #CBDE65;
}
.contact_cv_btn a span{
	display:block;
	color:#fff;
	font-size:18px;
	line-height:120%;
}
.contact_cv_btn a:last-child{
	background: #F9D436;
    color: #111;
	margin-top:15px;
}
.contact_cv_btn a:last-child span{
	color:#111;
}

@media screen and (max-width : 959px){	
	#page_child-ortho .contact_cv p{
		font-size:26px;
		line-height:160%;
	}
}

@media screen and (max-width : 639px){	
	#page_child-ortho .contact_cv p{
		font-size:17px;
		margin-bottom:20px;
	}
	.contact_cv_btn a{
		font-size:16px;
		padding:10px ;
	}
	.contact_cv_btn a span{
		font-size:12px;
	}
	.contact_cv{
		padding:20px 0;
	}
}


/* 子供の歯並びいつから
-------------------------------------------------------------------*/
.child_when{
	background:#FCF7D9 url(img/child_bg3.svg) no-repeat right -5px;
	padding:100px 0;
}
.child_when_box{
	background:#F9D436;
	border-radius:30px;
	padding:10px 10px 20px;
}
.child_when_inner{
	background:#fff;
	border-radius:30px;
	padding:60px;
}
#page_child-ortho .child_when_inner .top_title{
	text-align:left;
	margin-bottom:40px;
}
.child_when_img{
	background:url(/wp-content/uploads/2022/09/itsukara.png) no-repeat center center/cover;
	border-radius:30px;
	height:calc(100% - 12em);
	width:100%;
}
#page_child-ortho .child_when_box > p{
	text-align:center;
	color:#448ACA;
	font-size:37px;
	padding-top:50px;
}
#page_child-ortho .child_when_box > p span{
	position:relative;
	padding-left:370px;
	color:#448ACA;
}
#page_child-ortho .child_when_box > p span:before{
	content:"";
	background:url(img/3-4.svg) no-repeat center center/contain;
	width:330px;
	height:140px;
	position:absolute;
	left:20px;
	top:50%;
	transform:translatey(-50%);
	
}
@media screen and (max-width : 959px){	
	.uk-grid>*>:last-child.child_when_img{
		height:300px;
		margin-bottom:40px;
	}
	#page_child-ortho .child_when_box > p span{
		padding-left:240px;
	}
	#page_child-ortho .child_when_box > p span:before{
		width:200px;
	}
}

@media screen and (max-width : 639px){	
	.child_when{
		padding:30px 0;
		background-size:50%;
	}
	.child_when_box{
		border-radius:15px;
		padding:5px 5px 10px;
	}
	.child_when_inner{
		border-radius:10px;
		padding:20px;
	}
	#page_child-ortho .child_when_inner .top_title{
		margin-bottom:20px;
	}
	.uk-grid>*>:last-child.child_when_img{
		height:120px;
		margin-bottom:20px;
		border-radius:15px;
	}
	#page_child-ortho .child_when_box > p span{
		padding-left:140px;
		margin-top:15px;
		display:inline-block;
	}
	#page_child-ortho .child_when_box > p{
		font-size:18px;
		padding-top:20px;
	}
	#page_child-ortho .child_when_box > p span:before{
		width:120px;
		left:10px;
	}
}


/* 治療の考え方
-------------------------------------------------------------------*/
.child_idea{
	background:url(img/child_idea_bg.svg) space center top -200px/140%;
	padding:120px 0;
}
#page_child-ortho .child_idea .top_title2{
	line-height:200%;
	margin-bottom:40px;
}
.child_idea_img{
	height:100%;
	width:100%;
	margin-left:60px;
}
.child_idea_img1{
	background:url(/wp-content/uploads/2022/09/thinking.png) no-repeat center center/contain;
}
.child_idea_img2{
	background:url(img/child_idea_img2.png) no-repeat center center/contain;
}
.child_idea_img3{
	background:url(/wp-content/uploads/2022/09/konpon.png) no-repeat center center/cover;
	border-radius:30px;
}
.child_idea_img4{
	background:url(/wp-content/uploads/2022/09/invisa.png) no-repeat center center/cover;
	border-radius:30px;
}
.child_idea_box{
	background:#F4F4F4;
	margin:120px 0 ;
	border-radius:30px;
	position:relative;
}
.child_idea_box h3 {
	position:relative;
	font-size:24px;
	color:#222;
	padding-left:65px;
	margin:60px 0 30px 60px;
	z-index:10;
}
.child_idea_box h3 span:first-child{
	color:#5193CF;
	font-size:60px;
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.child_idea_box h3 span:last-child{
	color:#5193CF;
	font-size:14px;
	display:block;
	margin-top:5px;
}
.child_idea_box p {
	padding:0 60px 60px;
}
.child_idea_box_img{
	width:100%;
	height:100%;
	border-radius:30px 0 0 30px;
}
.child_idea_box_img1{
	background:url(/wp-content/uploads/2022/09/koukuukin.png) no-repeat center center/cover;
}
.child_idea_box_img2{
	background:url(img/child_idea_box_img2.jpg) no-repeat center center/cover;
}
.child_idea_box_img3{
	background:url(img/child_idea_box_img3.jpg) no-repeat center center/cover;
}
.child_idea_box_sub{
	position:absolute;
	top:-50px;
	right:50px;
	z-index:1;
}
@media screen and (max-width : 959px){	
	.child_idea_img{
		height:360px;
		margin-left:0;
		margin-top:40px;
	}
	.child_idea_img1,
	.child_idea_img2{
		height:500px;
	}
	.child_idea_box_img{
		height:300px;
		border-radius:30px 30px 0 0;
		margin-left:0;
	}
	.child_idea_box_sub{
		top:250px;
	}
	.child_idea_box{
		margin:80px 0 ;
	}
}

@media screen and (max-width : 639px){	
	.child_idea_img{
		height:140px;
		margin-top:20px;
		border-radius:15px;
	}
	.child_idea_img1,
	.child_idea_img2{
		height:300px;
	}
	.child_idea_box_img{
		height:140px;
		border-radius:15px 15px 0 0;
		margin-left:0;
	}
	.child_idea_box_sub{
		top:100px;
	}
	.child_idea_box{
		margin:60px 0 40px ;
		border-radius:15px;
	}
	.child_idea{
		padding:40px 0;
	}
	#page_child-ortho .child_idea .top_title2{
		line-height:160%;
		margin-bottom:20px;
	}
	.child_idea_box h3 {
		font-size:16px;
		padding-left:45px;
		margin:20px 20px 15px 20px;
	}
	.child_idea_box h3 span:first-child{
		font-size:40px;
	}
	.child_idea_box p {
		padding:0 20px 20px;
	}
	.child_idea_box_sub{
		width:50%;
		top:-30px;
		right:0;
	}
}


/* 装置紹介
-------------------------------------------------------------------*/
.child_device{
	background:#C7E3F2 url(img/child_device_bg.svg) no-repeat left bottom -5px;
	padding:100px 0;
}
#page_child-ortho .child_device .top_title{
	margin-bottom:60px;
}
.child_device .top_title + p{
	margin-bottom:80px;
}
.child_device a{
	display:block;
	text-decoration:none;
	background:#fff;
	padding:10px;
	border-radius:30px;
}
.child_device a:hover{
	background:#F9D401;
}
.child_device_img1,
.child_device_img2{
	height:310px;
	width:100%;
	border-radius:30px;
}
.child_device_img1{
	background:url(img/child_device_img1.jpg) no-repeat center center/cover;
}
.child_device_img2{
	background:url(img/child_device_img2.jpg) no-repeat left center/cover;
}
.child_device a h3{
	font-size:30px;
	text-align:center;
	margin:20px 0 10px;
}
.child_device a h3 span{
	display:block;
	font-size:20px;
}

#device1 .uk-modal-dialog,
#device2 .uk-modal-dialog{
	width:calc(100% - 60px);
	padding:30px 70px;
}
.uk-modal-dialog .child_device_img1,
.uk-modal-dialog .child_device_img2{
	width:600px;
	margin:0 auto 40px;
}
.uk-modal-dialog .child_device_img1 + p,
.uk-modal-dialog .child_device_img2 + p{
	text-align:center;
}
#device1 h4,
#device2 h4{
	font-size:24px;
	color:#448ACA;
}
#device1 h4 + p span,
#device2 h4 + p span{
	border-bottom:4px solid #F9D436;
	color:#222;
	padding-bottom:3px;
}
#device1 .uk-grid >* >div,
#device2 .uk-grid >* >div{
	height:260px;
	border-radius:30px;
}
#device1 .uk-grid >*,
#device2 .uk-grid >*{
	margin-bottom:60px;
	margin-top:40px;
}
.device1_img1{
	background:url(img/device1_img1.jpg) no-repeat center center/cover;
}
.device1_img2{
	background:url(img/device1_img2.jpg) no-repeat center center/cover;
}
.device1_img3{
	background:url(img/device1_img3.jpg) no-repeat center center/cover;
}
.device2_img1{
	background:url(img/device2_img1.jpg) no-repeat center center/cover;
}
.device2_img2{
	background:url(img/device2_img2.jpg) no-repeat center center/cover;
}
.device2_img3{
	background:url(img/device2_img3.jpg) no-repeat center center/cover;
}
.device2_img4{
	background:url(img/device2_img4.jpg) no-repeat center center/cover;
}
@media screen and (max-width : 959px){	
	.child_device_img1,
	.child_device_img2{
		height:210px;
	}
	#device1 .uk-modal-dialog,
	#device2 .uk-modal-dialog{
		width:calc(100% - 20px);
		padding:30px 40px;
	}
	.uk-modal-dialog .child_device_img1,
	.uk-modal-dialog .child_device_img2{
		width:100%;
		margin:0 auto 40px;
		height:260px;
	}
	#device1 .uk-grid >*,
	#device2 .uk-grid >*{
		margin-bottom:40px;
		margin-top:20px;
	}

}

@media screen and (max-width : 639px){	
	.child_device{
		background-size:50%;
		padding:40px 0;
	}
	#page_child-ortho .child_device .top_title{
		margin-bottom:30px;
	}
	.child_device .top_title + p{
		margin-bottom:30px;
	}
	.child_device a{
		padding:5px;
		border-radius:20px;
	}
	.child_device .uk-grid > *:last-child a{
		margin-top:10px;
	}
	.child_device a h3{
		font-size:18px;
		margin:15px 0 10px;
	}
	.child_device_img1,
	.child_device_img2{
		border-radius:20px;
	}
	.child_device a h3 span{
		font-size:14px;
	}
	#device1 .uk-modal-dialog,
	#device2 .uk-modal-dialog{
		width:100%;
		padding:20px 15px;
	}
	.uk-modal-dialog .child_device_img1,
	.uk-modal-dialog .child_device_img2{
		width:100%;
		margin:0 auto 30px;
		height:160px;
	}
	#device1 .uk-grid >*,
	#device2 .uk-grid >*{
		margin-bottom:20px;
	}
	.uk-modal-dialog .child_device_img1 + p,
	.uk-modal-dialog .child_device_img2 + p{
		text-align:left;
	}
	#device1 h4,
	#device2 h4{
		font-size:18px;
		margin:20px 0 15px;
	}
	#device1 h4 + p span,
	#device2 h4 + p span{
		border-bottom:3px solid #F9D436;
		padding-bottom:1px;
	}
	#device1 .uk-grid >* >div,
	#device2 .uk-grid >* >div{
		height:180px;
		border-radius:20px;
	}
}


/* 選ばれる理由
-------------------------------------------------------------------*/
.child_reason{
	margin:120px 0 20px;
}
#page_child-ortho .child_reason .top_title{
	margin-bottom:120px;
}
.child_reason .uk-grid > *{
	position:relative;
	margin:0 0 100px;
}
.child_reason_point{
	position:absolute;
	top:-40px;
	left:30px;
	z-index:100;
}
.child_reason h3{
	color:#448ACA;
	font-size:26px;
	text-align:center;
	line-height:160%;
	margin:35px 0 30px;
}
.child_reason .child_reason_point + img{
	border-radius:30px;	
}


@media screen and (max-width : 959px){	
	.child_reason{
		margin:80px 0 0;
	}
	#page_child-ortho .child_reason .top_title{
		margin-bottom:100px;
	}
	.child_reason .uk-grid > *{
		position:relative;
		margin:0 0 80px;
	}
	.child_reason_point{
		left:20px;
	}
}

@media screen and (max-width : 639px){	
	.child_reason{
		margin:40px 0 0;
	}
	#page_child-ortho .child_reason .top_title{
		margin-bottom:50px;
	}
	.child_reason .uk-grid > *{
		position:relative;
		margin:0 0 60px;
	}
	.child_reason .uk-grid > *:last-child{
		margin:0 0 40px;
	}
	.child_reason h3{
		font-size:18px;
		margin:20px 0 20px;
	}
	.child_reason .child_reason_point + img{
		border-radius:15px;	
		width:200px;
		margin:0 auto;
		display:block;
	}
	.child_reason_point{
		left:60px;
		width:60%;
	}
	.child_reason p{
		padding:0 30px;
	}
}


/* 治療費
-------------------------------------------------------------------*/
.child_price{
	padding:120px 0;
	background:#FCF7D9 url(img/price_bg.svg);
	background-size:128px;
}
.child_price .top_title + p{
	text-align:center;
	margin-bottom:110px;
}
.price_box{
	background:#E06F1F;
	padding:20px;
	border-radius:30px;
	margin:0 0 30px;
}
.child_price .uk-grid > *:first-child .price_box,
.child_price .uk-grid > *:first-child .price_box h3 span{
	background:#448ACA;
}
#page_child-ortho .child_price .uk-grid > *:first-child .price_box_txt p:first-child{
	color:#448ACA;
}
.child_price .uk-grid > *:last-child .price_box,
.child_price .uk-grid > *:last-child .price_box h3 span{
	background:#CBDE65;
}
#page_child-ortho .child_price .uk-grid > *:last-child .price_box_txt p:first-child{
	color:#CBDE65;
}
.price_box h3{
	color:#fff;
	text-align:center;
	margin:0;
}
.price_box h3 span{
	display:block;
	width:95px;
	height:75px;
	font-size:50px;
	margin:-70px auto 0;
	background:#E06F1F;
	color:#fff;
	border-radius:50px;
	padding:10px 0;
}
.price_box_img{
	height:135px;
	border-radius:10px;
	width:100%;
	background:url(img/price_box_img2.jpg) no-repeat center center/cover;
	margin:20px 0;
}
.child_price .uk-grid > *:first-child .price_box_img{
	background-image:url(/wp-content/uploads/2022/09/hokentekiyou.png) ;
}
.child_price .uk-grid > *:last-child .price_box_img{
	background-image:url(img/price_box_img3.jpg) ;
}
.price_box_txt{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height:60px;
}
#page_child-ortho .price_box_txt p:first-child{
	height:60px;
	width:60px;
	background:#fff;
	color:#E06F1F;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius:30px;
	margin:0 20px 0 0;
	padding:0;
}
#page_child-ortho .price_box_txt p:last-child{
	width:calc(100% - 80px);
	font-size:35px;
	line-height:100%;
	color:#fff;
	letter-spacing:0;
	margin:0;
}
#page_child-ortho .price_box_txt p:last-child span:first-child{
	font-size:20px;
	color:#fff;
	line-height:100%;
}
#page_child-ortho .price_box_txt p:last-child span:last-child{
	font-size:12px;
	display:block;
	color:#fff;
	line-height:100%;
	margin-top:5px;
}
.price_box + p{
	text-align:center;
	line-height:160%;
	padding:0 30px;
}
.price_box + p span{
	font-size:10px;
	display:block;
	line-height:140%;
	margin-top:10px;
}

.price_box2{
	background:#F9D436;
	padding:10px 10px 60px;
	border-radius:30px;
	margin:80px 0 100px;
}
.price_box2_inner{
	background:#fff;
	padding: 60px;
	border-radius:25px;
}
.price_box2 .uk-grid{
	-webkit-align-items: center;
	align-items: center;
}
#page_child-ortho .price_box2 .uk-grid p{
	margin-bottom:0;
}
.price_box2 .uk-grid > *:first-child div{
	text-align:center;	
}
.price_box2 .uk-grid > *:first-child h3{
	font-size:40px;
	color:#222;
}
.price_box2 .uk-grid > *:first-child h3 span:first-child{
	font-size:20px;
	background:#448ACA;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	padding:0 20px;
}
.price_box2 .uk-grid > *:first-child h3 span:last-child{
	font-size:60px;
	color:#E06F1F;
}
.price_box2 .uk-grid > *:last-child h3{
	text-align:center;
	margin-bottom:30px;
}
.price_box2 .uk-grid > *:last-child h3 span{
	position:relative;
	color:#E06F1F;
	text-align:center;
	padding:0 60px;
}
.price_box2 .uk-grid > *:last-child h3 span:before{
	content:"";
	background:url(img/ttl_line.svg) no-repeat center center/contain;
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:23px;
	height:36px;
}
.price_box2 .uk-grid > *:last-child h3 span:after{
	content:"";
	background:url(img/ttl_line2.svg) no-repeat center center/contain;
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	width:23px;
	height:36px;
}
.child_more{
	text-align:center;
	margin:40px 0 0 0;
}
.child_more a{
	text-align:center;
	display:inline-block;
	color:#fff;
	background:#E06F1F;
	padding:20px ;
	min-width:450px;
	font-size:24px;
	border-radius:50px;
	text-decoration:none;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}
.child_more a:hover{
	background:#448ACA;
}

.price_box3 h3{
	text-align:center;
	color:#222;
	font-size:30px;
	margin-bottom:55px;
}
.price_box3 h3 span.price_box3_txt2{
	display:block;
	color:#222;
	font-size:18px;
	margin-bottom:20px;
}
.price_box3 h3 span.price_box3_txt span{
	background:url(img/maru.svg) no-repeat 20px top;
	padding-top:15px;
	color:#448ACA;
	font-size:40px;
}
.price_box3 h3 + p{
	max-width:800px;
	margin:0 auto;
	background:#fff;
	padding:40px 100px;
	border-radius:30px;
}
@media screen and (max-width : 959px){	
	.child_price{
		padding:80px 0;
	}
	.price_box{
		margin:0 100px ;
	}
	.price_box_img{
		height:200px;
	}
	#page_child-ortho .price_box_txt p:last-child{
		width:auto;
	}
	.price_box + p{
		margin:20px 0 0;
	}
	.child_price .inner .uk-grid > *{
		margin-bottom:100px;
	}
	.price_box2_inner .uk-grid > *:first-child{
		margin-bottom:40px;
	}
	.price_box2{
		margin:0 0 60px;
	}
	
}

@media screen and (max-width : 639px){	
	.child_price{
		padding:40px 0;
		background-size:50px;
	}
	.price_box{
		margin:0  ;
		border-radius:15px;
		padding:15px;
	}
	.price_box_img{
		height:100px;
		margin:15px 0;
	}
	#page_child-ortho .price_box_txt p:last-child{
		width:auto;
	}
	.child_price .inner .uk-grid > *{
		margin-bottom:50px;
	}
	.child_price .top_title + p {
		text-align: left;
		margin-bottom: 60px;
	}
	.price_box h3{
		font-size:18px;
	}
	.price_box h3 span{
		width:60px;
		height:40px;
		font-size:30px;
		margin:-50px auto 0;
	}
	#page_child-ortho .price_box_txt p:first-child{
		height:50px;
		width:50px;
		margin-right:15px;
	}
	#page_child-ortho .price_box_txt p:last-child{
		font-size:22px;
	}
	.price_box_txt{
		height:50px;
	}
	.price_box2{
		margin:0 0 40px;
		border-radius:25px;
		padding:10px 10px 30px;
	}
	.price_box2_inner {
		padding: 10px 20px 20px;
		border-radius: 20px;
	}
	.price_box2 .uk-grid > *:first-child h3{
		font-size:26px;
	}
	.price_box2 .uk-grid > *:first-child h3 span:first-child{
		font-size:14px;
		padding:0 15px;
	}
	.price_box2 .uk-grid > *:first-child h3 span:last-child{
		font-size:30px;
	}
	.price_box2 .uk-grid > *:last-child h3{
		margin-bottom:20px;
		font-size:18px;
	}
	.price_box2 .uk-grid > *:last-child h3 span{
		padding:030px;
	}
	.price_box2 .uk-grid > *:last-child h3 span:before,
	.price_box2 .uk-grid > *:last-child h3 span:after{
		width:15px;
		height:20px;
	}
	.child_more{
		text-align:center;
		margin:20px 0 0 0;
	}
	.child_more a{
		padding:15px 20px ;
		min-width:initial;
		font-size:15px;
		display:block;
	}
	.price_box3 h3{
	font-size:18px;
		margin-bottom:20px;
	}
	.price_box3 h3 span.price_box3_txt2{
		font-size:14px;
		margin-bottom:20px;
	}
	.price_box3 h3 span.price_box3_txt span{
		background:url(img/maru.svg) no-repeat 15px top;
		padding-top:10px;
		font-size:26px;
	}
	.price_box3 h3 + p{
		padding:15px 30px;
		border-radius:15px;
	}
}


/* 治療事例
-------------------------------------------------------------------*/
.child_case{
	padding:120px 0;
	background:url(img/child_case.jpg) no-repeat center top/cover;
}
#page_child-ortho .child_case .top_title{
	color:#fff;
}
.child_case ul.uk-grid > *{
	margin-bottom:100px;
}
.child_case .child_more a{
	background:#F9D436;
	color:#222;
}
.child_case .child_more a:hover{
	background:#CBDE65;
}
.child_case_box{
	background:#fff;
	padding:60px 30px 40px;
	text-decoration:none;
	position:relative;
}
.child_case_box_icon{
	position:absolute;
	top:-40px;
	left:50%;
	transform:translatex(-50%);
	background:rgba(210,104,29,0.9);
	width:80px;
	height:80px;
	border-radius:40px;
}
.child_case_box h3{ 
	margin:0 0 35px;
	font-size:22px;
	line-height:180%;
	color:#222;
}
.child_case_box > *:last-child{ 
	text-align:center;
	margin:0;
}
.child_case_box > *:last-child span{ 
	background:#448ACA;
	border-radius:60px;
	padding:15px 60px;
	color:#fff;
	font-size:20px;
	transition:0.4s;
}
.child_case_box:hover > *:last-child span{ 
	background:#D2681D;
}
.child_case_txt{
	margin-bottom:30px;
}
#page_child-ortho .child_case_txt p {
	font-size:20px;
	line-height:140%;
}
#page_child-ortho .child_case_txt p span{
	display:block;
	color:#E06F1F;
	font-size:20px;
}
.child_case_box .case_single_img{
	min-height:initial;
	height:185px;
	background-size:cover;
	margin:0;
}
.child_case_box .uk-grid>*>:last-child.case_single_img{
	margin:0;
}
.child_case_box h3 + .uk-grid{
	background:url(img/triangle.svg) no-repeat 54% center;
}
.child_case_txt.uk-grid-divider > *:first-child::before{
	content:none;
}
.child_case .child_more{
	margin-top:-30px;
}
@media screen and (max-width : 959px){	
	.child_case ul.uk-grid > *{
		margin-bottom:80px;
	}
	.child_case{
		padding:80px 0;
	}
}

@media screen and (max-width : 639px){	
	.child_case ul.uk-grid > *{
		margin-bottom:40px;
	}
	.child_case{
		padding:40px 0;
	}
	.child_case_box{
		padding:35px 15px 20px;
	}
	.child_case_box_icon{
		top:-20px;
		left:50%;
		width:40px;
		height:40px;
	}
	.child_case_box h3{ 
		margin:0 0 15px;
		font-size:16px;
		line-height:160%;
	}
	#page_child-ortho .child_case_txt p {
		font-size:16px;
	}
	#page_child-ortho .child_case_txt p span{
		font-size:16px;
	}
	.child_case_box .case_single_img{
		height:100px;
	}
	.child_case_box > *:last-child span{ 
		padding:10px 60px;
		font-size:14px;
	}
	.child_case_box h3 + .uk-grid{
		background:url(img/triangle.svg) no-repeat 55% center/15px;
	}
	.child_case_box h3 + .uk-grid + .uk-grid{
		margin-top:20px;
	}
	.child_case .child_more{
		margin-top:-10px;
	}
}


/* オルカ歯科だより
-------------------------------------------------------------------*/
.child_news{
	margin:120px 0 50px;
}
.child_news .child_more a{
	background:#F9D436;
	color:#222;
}
.child_news .child_more a:hover{
	background:#CBDE65;
}
.child_thumb{
	overflow:hidden;
	border-radius:10px;
	transition:0.4s;
}
.child_thumb img{
	width:100%;
	transition:0.4s;
}
.child_news a{
	text-decoration:none;
	
}
.child_news_box{
	padding:15px 20px;
	position:relative;
}
.child_news a h3{
	font-size:20px;
	color:#222;
	line-height:180%;
	margin:10px 0 20px;
}
#page_child-ortho .child_news a p{
	margin:0;
	font-size:14px;
	color:#666;
}
.child_news a span.date{
	color:#448ACA;
	font-size:15px;
}
.child_news a span.i-cat{
	color:#fff;
	border-radius:30px;
	width:70px;
	font-family: wanpaku-rera,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:25px;
	right:20px;
}
.child_news a span.i-news{
	background:#448ACA;
}
.child_news a span.i-blog{
	background:#CBDE65;
}
.child_news a:hover img{
	opacity:1;
	transform: scale(1.2);
	transition:0.4s;
}

.child_news .tab{
	padding:0;
	text-align:center;
	margin:0 0 60px;
}
.child_news .tab li{
	display: inline-block;
	margin: 0 5px;
	float: none;
	width:auto;
	border-left: none;
	border-radius:60px;
}
.child_news #js-tab a {
	display: block;
	border: none;
	padding: 5px 10px ;
	font-size:20px;
	min-width: 120px;
	border-radius:60px;
	background:#448ACA;
	color:#fff;
}
.child_news #js-tab li:first-child a {
	background:#E06F1F;
	color:#fff;
}
.child_news #js-tab li:last-child a {
	background:#CBDE65;
	color:#fff;
}
.child_news #js-tab a:hover, .child_news #js-tab a.active {
    background: #448ACA;
    color: #fff;
}
.child_news #js-tab a::before{
    content: none;
}
@media screen and (max-width : 959px){	
	.child_news{
		margin:80px 0 20px;
	}
}

@media screen and (max-width : 639px){	
	.child_news{
		margin:40px 0 20px;
	}
	.child_news #js-tab a {
		padding: 5px 20px ;
		font-size:15px;
		min-width: initial;
	}
	.child_news .tab li{
		margin: 0 2px;
	}
	.child_news .tab{
		margin:0 0 20px;
	}
	.child_news_box{
		padding:10px ;
	}
	.child_news a h3{
		font-size:16px;
		line-height:160%;
		margin:10px 0 10px;
	}
	#page_child-ortho .child_news a p{
		font-size:12px;
		margin:0 0 30px
	}
	.child_news a span.date{
		font-size:13px;
	}
	.child_news a span.i-cat{
		top:10px;
		right:0;
	}
	.child_news .child_more{
		margin-top:0;
	}
}


/* 家族へのお願い
-------------------------------------------------------------------*/
.child_message{
	padding:220px 0 100px;
	background:url(img/child_message_bg.svg) no-repeat center top,linear-gradient(to bottom,#fff 80px, #FCF7D9 80px);
}
.message_box{
	background:#C7E3F2;
	border-radius:30px;
	padding:80px ;
}
#page_child-ortho .message_box .top_title{
	margin-bottom:30px;
}
#page_child-ortho .message_box .top_title + p{
	text-align:center;
	margin-bottom:60px;
	font-size:30px;
}
.message_box_inner{
	background:#fff;
	max-width:800px;
	margin:0 auto;
	padding:80px 100px;
	border-radius:20px;
}
.message_box_img{
	background:url(/wp-content/uploads/2022/09/family.png) no-repeat center center/cover;
	height:243px;
	border-radius:20px;
	margin-top:60px;
}



@media screen and (max-width : 959px){	
	.child_message{
		padding:120px 0 80px;
		background:url(img/child_message_bg.svg) space center top/110%,linear-gradient(to bottom,#fff 40px, #FCF7D9 40px);
	}
	.message_box{
		padding:40px ;
	}
	#page_child-ortho .message_box .top_title{
		margin-bottom:20px;
	}
	#page_child-ortho .message_box .top_title + p{
		margin-bottom:40px;
		font-size:20px;
	}
	.message_box_inner{
		padding:60px;
	}
	.message_box_img{
		height:200px;
		margin-top:40px;
	}
}

@media screen and (max-width : 639px){	
	.child_message{
		padding:60px 0 40px;
		background:url(img/child_message_bg.svg) space center top/110%,linear-gradient(to bottom,#fff 20px, #FCF7D9 20px);
	}
	.message_box{
		padding:20px 10px 10px;
		border-radius:20px;
	}
	#page_child-ortho .message_box .top_title{
		margin-bottom:15px;
	}
	#page_child-ortho .message_box .top_title + p{
		margin-bottom:15px;
		font-size:18px;
	}
	.message_box_inner{
		padding:15px;
		border-radius:15px;
	}
	.message_box_img{
		height:120px;
		margin-top:20px;
	}
}


/* footer
-------------------------------------------------------------------*/
footer .contact_cv_bg{
	background: url(/wp-content/uploads/2022/09/contact-bg.png) no-repeat center center/cover ;
}
footer .contact_cv{
	background: rgba(68,138,202,0.8);
}
#page_child-ortho footer{
	background:#fff;
}
#page_child-ortho .cv{
	margin:0;
	padding:100px 0;
	background: url(img/child_bg1.svg) no-repeat right -5px, url(img/child_bg2.svg) no-repeat left bottom -5px;
}
#page_child-ortho .footer_sitemap{
	background:#448ACA;
	padding:50px 0;
}
#page_child-ortho .footer_sitemap ul{
	text-align:center;
	margin:0 0 50px;
}
#page_child-ortho .footer_sitemap ul li{
	display:inline-block;
}
#page_child-ortho .footer_sitemap ul li a{
	margin:0 10px;
	font-size:18px;
}
#page_child-ortho .footer_sign p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 0;
    font-weight: 300;
}
#page_child-ortho .footer_sign {
    padding: 0;
	margin-top:30px;
}
#page_child-ortho .footer_sitemap p:after {
    content: none;
}

#page_child-ortho .access_btn {
	color:#fff;
	background-color: #4388C8 ;
	background-image:url(./img/more.svg) ;
}
#page_child-ortho .access_btn span {
    color: #fff;
}
#page_child-ortho .access_btn span.access_btn_more {
    color: #fff;
    font-size: 13px;
    font-family: wanpaku-rera,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page_child-ortho .cv h2{
	text-align:center;
	color:#222;
	margin:0 0 30px ;
}
#page_child-ortho .cv_tel a {
	font-family: wanpaku-rera,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0;
	font-size:30px;
}
#page_child-ortho .sheet-time td.blue {
    color: #3d87c9;
}
#page_child-ortho .sheet-time th, #page_child-ortho .sheet-time td {
    font-size: 16px;
}
#page_child-ortho .access-time{
	border:solid 1px #898989;
	box-shadow:10px 10px 0 #F4F8FB;
}
#page_child-ortho .sheet-time th:first-child, #page_child-ortho .sheet-time td:first-child {
    padding-left: 10px;
}
@media screen and (max-width : 959px){	
	#page_child-ortho .footer_sitemap{
		padding:50px 0 70px;
	}
	#page_child-ortho .cv{
		padding:80px 0;
		background: url(img/child_bg1.svg) no-repeat right -5px/30%, url(img/child_bg2.svg) no-repeat left bottom -5px/30%;
	}
	#page_child-ortho .cv h2{
		margin:40px 0 30px ;
	}
}

@media screen and (max-width : 639px){	
	#page_child-ortho .footer_sitemap{
		padding:30px 0;
	}
	#page_child-ortho .footer_sign p {
		font-size: 10px;
	}
	#page_child-ortho .footer_sitemap ul{
		margin:0 0 30px;
	}
	#page_child-ortho .footer_sitemap ul li{
		display:block;
	}
	#page_child-ortho .footer_sitemap ul li a{
		margin:0 10px;
		font-size:14px;
	}
	#page_child-ortho .cv{
		padding:30px 0 10px;
		background-size:50%;
	}
	#page_child-ortho .sheet-time th, #page_child-ortho .sheet-time td {
		font-size: 14px;
	}
	#page_child-ortho .cv h2{
		margin:30px 0 10px ;
		font-size:20px;
	}
	#page_child-ortho .access-time{
		box-shadow:5px 5px 0 #F4F8FB;
		padding:0 5px;
	}
	#page_child-ortho .sheet-time th:first-child, #page_child-ortho .sheet-time td:first-child {
		padding-left: 5px;
	}
	#page_child-ortho .access_btn{
		position:absolute;
		top:0;
		right:0;
	}
	#page_child-ortho .access_btn span{
		font-size:10px;
	}
	#page_child-ortho .cv .uk-grid{
		position:relative;
	}
	#page_child-ortho .cv .uk-grid img{
		width:65%;
	}
	#page_child-ortho .access_btn span.access_btn_more {
		font-size: 12px;
	}
	#page_child-ortho .cv_tel a {
		font-size:24px;
	}
}

/*250731追加*/
@media screen and (min-width:1200px) {
	.reserve-tab .uk-grid {
		margin-left:0;
	}
	.reserve-tab .uk-grid>* {
		padding:0 10px;
	}
}
.reserve-tab #js-tab a, #archive-menu a {
	font-size:14px;
	padding:10px 4px;
}
.reserve-tab #js-tab a.bg-blue-01 {
	background-color:#d2eaff;
}
.reserve-tab #js-tab a.bg-blue-02 {
	background-color:#e8f5ff;
}
.reserve-tab #js-tab a.bg-blue-03 {
	background-color:#f2f9fe;
}
.reserve-tab #js-tab a.bg-blue-01:hover,.reserve-tab #js-tab a.bg-blue-02:hover ,.reserve-tab #js-tab a.bg-blue-03:hover {
	background-color:#3d87c9;
	transition:0.3s;
}
.reserve-tab.child-ortho-tab #js-tab a, #archive-menu a {
	font-size:18px;
	padding:10px 15px;
}
.reserve-tab .more a ,.reserve-tab .child_more a {
	margin-bottom:40px;
}
.apo-tool-box {
	border:2px solid #3d87c9;
	padding:20px 10px;
}

.top_aki ul{
	display:grid;
	gap:1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-block:3rem;
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}
@media screen and (max-width : 639px){
	.reserve-tab #js-tab a, #archive-menu a {
		font-size:12px;
		padding:10px 6px;
		line-height:18px;
	}
	.reserve-tab.child-ortho-tab #js-tab a, #archive-menu a {
		font-size:14px;
		padding:10px 15px;
	}
	.reserve-tab .more a {
		margin-left:0;
	}
	.top_aki ul{

		grid-template-columns: repeat(1, 1fr);

	}
}
.top_aki ul li{
	border:solid 1px #999;
	margin-bottom:0;
	background:#eee;
}
.top_aki h3{
	text-align:center;
	margin-top:3rem;
	color:#fff;
	background:#3d87c9;
	padding:1rem;
}

.top_aki ul iframe{
	width:100%;
	border-top:solid 1px #999;
	background:#fff;
}

