@charset "UTF-8";
/*
Theme Name: teamm
Theme URI: /wp-content/themes/teamm
Description: よしだ歯科クリニックのサイトです
Author: teamm
Author URI:
Version: 1.0

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

*/


/*==================================================================
	common settings
===================================================================*/
html {
	font-family:-apple-system,BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Helvetica Neue",メイリオ,Meiryo,sans-serif;
	letter-spacing:0.02em;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#222;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family:-apple-system,BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Helvetica Neue",メイリオ,Meiryo,sans-serif;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 15px;
	line-height:200%;
	margin:0 0 20px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#67b3e5;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#584b4a;
}
img{
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width : 959px){
	.uk-container{
		padding:0 25px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd th,td{
		font-size: 15px;
		line-height:180%;
		margin-bottom:15px;
	}
	.uk-container{
		padding:0 12px;
	}
}




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


/* font style
-------------------------------------------------------------------*/
.red{
	color:#e95504;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#584b4a;
	font-size:24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fonts{
	font-size:13px;
	color:#666;
}


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

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


@media screen and (max-width : 639px){
	table.sheet td{
		border-right: none;
		padding:15px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.uk-container .sheet ul li{
		padding:0 10px;
	}
}

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

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	background:#e8f2fa;
	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;
}

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

@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;
		padding:5px 15px;
		background:#e8f2fa;
	}
	.dllist dd{
		border:none;
		padding:10px 15px;
		margin:0 0 15px 0;
	}
}

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

ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:10px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #afd2ee;
  color: #fff;
  display: block;
  float: left;
  line-height: 150%;
  margin-left: -30px;
	margin-top:0.25em;
  text-align: center;
	width:1.5em;
  border-radius: 50%;
}

/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0;
	padding:0;
}
ul.tab li{
	display:block;
	list-style-type:none;
	margin:0 auto 10px;
	max-width:180px;
}
ul.tab li a{
	padding:10px ;
	background: #f5f5f5 url(./img/more.png) no-repeat 15px center;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#00aaeb;
}
ul.tab li a:hover {
	background: #00aaeb url(./img/more.png) no-repeat 15px center;
	color: #fff;
}
ul.tab li a.active {
	background: #00aaeb url(./img/more.png) no-repeat 15px center;
	color: #fff;
}
.tabContent {
	display: none;
}
@media screen and (max-width : 959px){
	ul.tab{
		padding-left:30px;
	}
	ul.tab li{
		float:left;
		margin:0 10px 15px 0;
		width:25%;
	}
}
@media screen and (max-width : 639px){
	.tabContent {
		display: block;
	}
}


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


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

/*	uk-accordion
-------------------------------------------------------------------*/
.uk-accordion li{
	margin:0;
}
.uk-accordion-title:hover{
	cursor:pointer;
	color:#67b3e5;
}
.uk-accordion-title{
	text-decoration:none;
	font-size:16px;
	padding:15px 15px 15px 35px;
	font-weight:400;
	border-bottom:dotted 1px #ddd;
	margin:0;
	background:#fff url(./img/list.png) no-repeat 10px center;
	color:#222;
}
.uk-accordion-content{
	padding:30px;
	background:#f7f8fc;
	margin:15px 0 0;
	border-radius:15px;


}




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


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

/* header
-------------------------------------------------------------------*/
header{
	z-index:900;
	position:relative;
}
header.uk-sticky-fixed{
	height:130px;
	background:#fff;
}
header .uk-grid{
	position:relative;
}
.logo{
	position:absolute;
	top:0;
	left:0;
	padding:20px 37px 50px 30px;
	background:url(./img/logo_bg.svg) no-repeat right bottom;
	z-index:1000;
}
.head_contact{
	background:rgba(255,255,255,0.9);
	border-radius:0 0 0 30px;
	position:absolute;
	top:0;
	right:0;
	padding:20px 35px;
}
.head_contact img{
	vertical-align:top;
	padding:4px 0;
}
.head_btn{
	display:inline-block;
	margin:0 0 0 30px;
}
.head_btn a{
	display:block;
	background:#67b3e5;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	padding:5px;
	width:9em;
	border-radius:30px;
}
.head_btn a:last-child{
	margin-top:5px;
}
.head_btn a:hover{
	background:#afd2ee;
}
.menu_btn{
	border:none;
	z-index:900;
	vertical-align:middle;
	background:#67b3e5;
	color:#fff;
	font-size:10px;
	margin: 0;
	height:80px;
	width:80px;
	outline:0;
}
.menu_btn i{
	font-size:30px;
	color:#fff;
}

@media screen and (max-width : 959px){
	header{
		height:80px;
		background:#fff;
	}
	header.uk-sticky-fixed{
		height:80px;
	}
	.logo2{
		padding:11px;
	}
}
@media screen and (max-width : 639px){
	header,
	header.uk-sticky-fixed{
		height:50px;
	}
	.logo2{
		padding:5px 5px;
		width:80%;
	}
	.menu_btn{
		height:50px;
		width:50px;
	}
	.menu_btn i{
		font-size:20px;
	}
}

/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
}
.uk-slideshow-items{
	height:calc(100vh - 120px);
	min-height:initial!important;
	margin:0 0 0 12%;
	border-radius:0 0 0 200px;
}
.uk-slideshow-items>*{
	margin:0;
}
.keyv_txt{
	position:absolute;
	top:55%;
	left:5%;
}
.book{
	position:absolute;
	bottom:100px;
	right:0;
	background:#fff;
	border:solid 1px #67b3e5;
	border-right:none;
	border-radius:15px 0 0 15px;
	padding:10px 15px;
	width:240px;
}
.book2{
	bottom:280px;
}
.book p{
	font-size:13px;
	line-height:140%;
	color:#584b4a;
	font-weight:bold;
	letter-spacing:0.05em;
	margin:10px 0 ;
}
.book p span{
	color:#fff;
	background:#584b4a;
	padding:5px 15px;
	line-height:100%;
	display:inline-block;
	margin-bottom:10px;
}
.book a{
	color:#fff;
	background:#67b3e5;
	padding:5px 15px;
	line-height:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	border-radius:30px;
	font-size:13px;
	font-weight:bold;
}
.book img{
	width:140px;
}
.book a:hover{
	background:#afd2ee;
}
@media screen and (max-width : 959px){
	.uk-slideshow-items{
		height:500px;
		margin:0 0 0 80px;
		border-radius:0 0 0 100px;
	}
	.keyv_txt{
		top:50%;
	}	
	.book{
		bottom:-40px;
	}
	.book2{
		left:0;
		right:auto;
		border:solid 1px #67b3e5;
		border-left:none;
		border-radius:0 15px 15px 0;
	}
}
@media screen and (max-width : 639px){
	.uk-slideshow-items{
		height:240px;
		margin:0 0 0 30px;
		border-radius:0 0 0 100px;
	}
	.keyv_txt{
		width:40%;
		top:20%;
		left:0;
		background:rgba(255,255,255,0.8);
		padding:10px 20px 10px 20px;
		border-radius:30px;
	}	
	.book{
		position:static;
		border:solid 1px #67b3e5;
		border-radius:15px ;
		margin:15px;
		width:auto;
	}
}

/* navigation
-------------------------------------------------------------------*/
#nav{
	max-width:1200px;
	margin:0 auto;
}
.nav_items{
	padding:0;
	margin:-50px 0 0 0;
	width:100%;
	position:relative;
}
.uk-sticky-fixed .nav_items {
	margin:0;
}
#nav.uk-sticky-fixed {
	position:absolute;
	right:0;
	padding-left:200px;
}
.nav_items > li {
	display:block;
	float:left;
	box-sizing: border-box;
	margin:  0;
	padding:0;
	width:20%;
	text-align:center;
	height:130px;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	text-align:center;
	letter-spacing:0;
	height:65px;
	width:130px;
	border-radius:65px;
	padding:65px 0 0 0;
	margin:0 auto;
}
.nav1{
	background:#afd2ee url(./img/nav1.png) no-repeat center 30px/28px;
}
.nav2{
	background:#afd2ee url(./img/nav2.png) no-repeat center 30px/27px;
}
.nav3{
	background:#afd2ee url(./img/nav3.png) no-repeat center 30px/19px;
}
.nav4{
	background:#afd2ee url(./img/nav4.png) no-repeat center 30px/21px;
}
.nav5{
	background:#afd2ee url(./img/nav5.png) no-repeat center 30px/62px;
}
.nav6{
	background:#afd2ee url(./img/nav6.png) no-repeat center 30px/18px;
}
.nav1:hover{
	background:#67b3e5 url(./img/nav1.png) no-repeat center 30px/28px;
}
.nav2:hover{
	background:#67b3e5 url(./img/nav2.png) no-repeat center 30px/27px;
}
.nav3:hover{
	background:#67b3e5 url(./img/nav3.png) no-repeat center 30px/19px;
}
.nav4:hover{
	background:#67b3e5 url(./img/nav4.png) no-repeat center 30px/21px;
}
.nav5:hover{
	background:#67b3e5 url(./img/nav5.png) no-repeat center 30px/62px;
}
.nav6:hover{
	background:#67b3e5 url(./img/nav6.png) no-repeat center 30px/18px;
}

/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav .uk-dropdown{
	background:#fff;
	padding:15px;
	width:auto;
	box-shadow:none;
	background:url(./img/line2.svg) repeat-x top,
		url(./img/line3.svg) repeat-x bottom,
		url(./img/line.svg) repeat-y right,
		url(./img/line.svg) repeat-y left,#fff;
	margin:0;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
#nav ul li ul li{
	margin:0;
	display:block;
}
#nav ul li ul li a{
	display:block;
	font-size:14px;
	color: #222;
	text-decoration:none;
	line-height:160%;
	padding:7px 15px;
	text-align:left;
}
#nav ul li ul li a:hover{
	color:#67b3e5;
}


/*sub-menu
----------------------------------*/
#nav ul li ul li a{
	border-right: none;
}
#nav ul li ul.sub-menu{
	display:none;
	list-style: none;
	position: static;
	margin:  0;
	padding: 5px 30px;
	text-align:left;
}
#nav ul li ul.sub-menu li {
	display:inline-block;
	text-align:left;
}
#nav ul li ul.sub-menu li a{
	padding: 8px 15px;
	background:url(./img/more2.png) no-repeat left center/4px;
	font-size:11px;
	color:#220d00;
}
#nav ul li ul.sub-menu li:last-child a{
	border-bottom:solid 1px #fff;
}
#nav ul li ul.sub-menu li a:hover{
 	color:#073e60;
	text-decoration:underline;
}

/* offcanvas
-------------------------------------------------------------------*/
.uk-offcanvas-bar{
	background:linear-gradient(45deg,#e1edf6,#f3f5fb );
	padding: 0;
	width:460px;
}
.uk-nav-offcanvas>li{
	margin:0;
	display:block;
}

@media screen and (max-width : 639px){
	.uk-offcanvas-bar{
		width:300px;
	}
}

/* nav_menu
-------------------------------------------------------------------*/
#nav_menu .uk-button{
	border:none;
	font-size:12px;
	color:#fff;
	background:none;
	height:80px;
	width:80px;
	background:#67b3e5;
	right:0;
	top:0;
}
#nav_menu .uk-button span{
	display:inline-block;
	font-size:30px;
	color:#fff;
}
@media screen and (max-width : 639px){
	#nav_menu .uk-button{
		height:50px;
		width:50px;
	}
}


/* nav_menu_list
-------------------------------*/
#nav_menu ul {
	padding:0;
	overflow:hidden;
	margin:80px 15px 30px ;
}
#nav_menu ul li{
	margin:0;
}
#nav_menu ul li a{
	display:block;
	text-decoration:none;
	color:#222;
	font-size:14px;
	padding:15px 10px;
	margin:0;
	border-top:dotted 1px #fff;
}
#nav_menu ul li a i{
	color:#67b3e5;
	margin:0 10px 0 0;

}
#nav_menu ul li span.nolink{
	display:block;
	text-decoration:none;
	border:solid 1px #67b3e5;
	font-size:15px;
	padding:5px ;
	margin:0;
	color:#67b3e5;
	text-align:center;
	font-weight:bold;
}
#nav_menu ul li.herf{
	float:left;
	width:50%;
}

/* nav_menu_list 2層目
-------------------------------*/
#nav_menu ul li ul {
	padding:0;
	margin:10px 0 15px 0;
	overflow:hidden;
}
#nav_menu ul li ul li{
	display:block;
	margin:0;
	float:left;
	width:50%;
}
#nav_menu ul li ul li a{
	font-size:12px;
	border:none;
	padding:7px 15px ;
	margin:0;
	letter-spacing:1px;
	line-height:160%;
}
@media screen and (max-width : 639px){
	#nav_menu ul{
		margin:50px 15px 30px ;
	}
	#nav_menu ul li a{
		font-size:13px;
		background-size:7px;
		padding:10px 15px;
		background-size:3px;
	}
	#nav_menu ul li ul li a{
		font-size:12px;
		background-size:3px;
	}
}




/*==================================================================
	index settings
===================================================================*/
.covid{
	max-width:800px;
	margin:60px auto 0;
	text-align:center;
}
.covid a{
	display:block;
	text-decoration:none;
	color:#584b4a;
	font-weight:bold;
	font-size:20px;
	padding:40px;
	background:url(./img/line2.svg) repeat-x top,url(./img/line3.svg) repeat-x bottom,url(./img/line.svg) repeat-y left,url(./img/line4.svg) repeat-y right;
}
.covid a span{
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background:#67b3e5;
	padding:10px 30px;
	border-radius:30px;
	margin:0 0 0 20px;
}
.covid a:hover{
	margin:0 20px;
}
.covid a:hover span{
	background:#afd2ee;
}
@media screen and (max-width : 959px){
	.covid{
		margin:80px 30px 0;
	}
	.covid a span{
		margin:15px 0 0 0;
	}
}
@media screen and (max-width : 639px){
	.covid{
		margin:30px 15px 0;
	}
	.covid a{
		font-size:16px;
		padding:30px;
		line-height:160%;
	}
	.covid a:hover{
		margin:0;
	}
	.covid a span{
		display:block;
		margin:15px 0 0 0;
		padding:5px 30px;
		line-height:120%;
	}
}
/* top_title
-------------------------------------------------------------------*/
.top_title{
	display:inline-block;
	margin:100px 15px 80px;
	text-align:center;
	color:#584b4a;
	font-size:20px;
	letter-spacing:0.15em;
	line-height:180%;
	padding:30px 0 35px;
	background:url(./img/line2.svg) repeat-x top,url(./img/line3.svg) repeat-x bottom;
}
.Topmenu .top_title{
	margin-top:20px;
}
.top_title span{
	display:block;
	color:#67b3e5;
	font-size:14px;
	margin:10px 0 0 0 ;
	letter-spacing:0.1em;
	line-height:100%;
	font-weight:500;
}


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

/* toppoint
-------------------------------------------------------------------*/
.Toppoint img{
	display:block;
	margin:0 auto;
}
.Toppoint h3{
	display:inline-block;
	color:#67b3e5;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:35px 0 30px;
	letter-spacing:0.1em;
	line-height:190%;
	background:url(./img/line.svg) repeat-y left,url(./img/line4.svg) repeat-y right;
	padding:0 30px;
}
.Toppoint h3 span{
	display:block;
	color:#67b3e5;
	font-size:14px;
	font-weight:normal;
	line-height:100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Toppoint section{
	padding:0 5%
}
.Toppoint section p{
	font-size:15px;
	margin:0 0 80px;
}

@media screen and (max-width : 959px){
	.Toppoint section p{
		margin:0 0 40px;
	}
}
@media screen and (max-width : 639px){
	.Toppoint h3{
		margin:30px 0 25px;
		line-height:160%;
	}
	.Toppoint img{
		width:60%;
	}
	.Toppoint section p{
		margin:0 0 30px;
	}
}



/* Topabout
-------------------------------------------------------------------*/
.Topabout h3{
	font-size:36px;
	letter-spacing:0.15em;
	margin:0 0 40px;
	line-height:200%;
	color:#67b3e5;
	font-weight:bold;
	z-index:100;
	position:relative;
}
.Topabout{
		margin:0 0 100px;
}
.Topabout section{
	padding:0 100px;
 }
.about_img{
	z-index:-10;
	color:#584b4a;
	letter-spacing:0.1em
}
.about_img span{
	font-size:18px;
	font-weight:bold;
}
.about_img img{
	display:block;
	margin:0 auto 30px;
}
.about_txt p{
	font-size:15px;
}
.about_txt p:last-child{
	margin:0 0 60px;
}
@media screen and (max-width : 959px){
	.Topabout section{
		padding:0 60px;
	}
	.about_txt{
		margin:40px 0 0 0;
	}
	.Topabout{
		margin:0 0 60px;
	}
}
@media screen and (max-width : 639px){
	.Topabout h3{
		font-size:22px;
		letter-spacing:0.1em;
		line-height:180%;
		margin:20px 0 0;
	}
	.about_img{
		margin:0;
	}
	.Topabout section{
		padding:0 ;
	}
	.about_txt{
		margin:15px 0 0 0;
	}
	.about_txt p:last-child{
		margin:0 0 30px;
	}
	.Topabout{
		margin:0 0 40px;
	}
}

/* Topactivity
-------------------------------------------------------------------*/
.Topactivity{
	margin:100px 0;
}
.Topactivity p.more{
	margin-top:50px;
}
.Topactivity .top_title{
	margin:0 15px 50px;
}
@media screen and (max-width : 639px){
	.Topactivity{
		margin:60px 0;
	}
	.Topactivity p.more{
		margin-top:30px;
		margin-bottom:30px;
	}
	.Topactivity .top_title{
		margin:0 15px 30px;
	}
}

/* topmenu
-------------------------------------------------------------------*/
.uk-width-1-10\@m {
    width: 10%;
}
.Topmenu{
	max-width:1000px;
	margin:0 auto;
}
.Topmenu .uk-grid>*{
	margin: 0 0 30px;
}
.Topmenu a{
	display:table-cell;
	width:160px;
	height:160px;
	vertical-align:middle;
	background:#afd2ee;
	border-radius:80px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	letter-spacing:0.1em;
	margin:0 15px;
}
.Topmenu a span{
	display:block;
	color:#409dda;
	font-size:11px;
	margin:10px 0 0 0;
}
.Topmenu a:hover{
	background:#67b3e5;
}
@media screen and (max-width : 959px){
	.Topmenu{
		max-width:600px;
	}

}
@media screen and (max-width : 639px){
		.Topmenu{
		max-width:380px;
	}
	.Topmenu .uk-grid>*{
		margin: 0 auto 15px;
	}
	.Topmenu a{
		margin:0 auto;
	}
}



/* line-list
---------------------------------------*/
.line-list{
	padding:0;
	list-style:none;
	max-width:800px;
	margin:0 auto 60px;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#222;
	display:block;
	padding:15px 10px;
	border-bottom:dotted 1px #ddd;
}
.line-list li a:hover h3{
	color:#67b3e5;
}
.line-list li h3{
	display:inline-block;
	font-size:14px;
	line-height:180%;
	margin: 0;
	vertical-align: middle;
	width:calc(100% - 210px);
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0;
	line-height:120%;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:6px 10px;
	width:7em;
	margin:0 15px 0 0;
	font-size:12px;
	line-height:100%;
	text-transform:uppercase;
	background:#afd2ee;
	border-radius:30px;
}
.i-activity{
	background:#726867;
}
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;
}
.news_more{
	max-width:600px;
	margin:0 auto;
}
@media screen and (max-width : 959px){
	.line-list{
		margin:0 0 40px 0;
	}
}
@media screen and (max-width : 639px){
	.line-list{
		margin:0 0 20px 0;
	}
	.line-list li h3{
		width:100%;
	}
	.i-cat{
		margin:0 0 5px 0;
	}
	.news_more .uk-grid>*{
		margin:10px 0 0 0;
	}

}


/* box-list
---------------------------------------*/
ul.box-list{
	padding:0;
	margin:0;
}
.box-list li{
	margin:0;
}
.box-list li a{
	display:block;
	text-decoration:none;
	height:100%;
}
.box-list li a h3{
	font-size:14px;
	color:#444;
	line-height:180%;
	padding:10px ;
	margin:0;
	font-weight:bold;
}
.box-list li a:hover{
	background:#eceff0;
}
.box-list li a:hover img{
	opacity:0.6;
}
.box-list span.date{
	display:block;
	text-align:right;
	padding:0 10px 15px;
	margin:0;
}

@media screen and (max-width : 639px){
	.box-list li{
		margin:0 0 5px 0;
	}
	.box-list .uk-grid>*{
		padding-left:10px;
	}
	ul.box-list{
		padding:0 10px 0 30px;
	}
}




/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto 20px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 15px;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.contents img{
	border-radius:20px;
}
.page{
	background:url(./img/keyv.png) no-repeat center 55%/cover;
	height:260px;
}
@media screen and (max-width : 959px){
	.contents {
		margin:0 auto ;
	}
	.page{
		height:200px;
	}
}
@media screen and (max-width : 639px){
	.contents {
		margin:15px 0 0;
	}
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 15px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;
		width:80%;
	}
	.page{
		height:80px;
	}
	.contents img{
		border-radius:10px;
	}
}

/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 15px 30px;
	margin:0 0 20px;
}
.bl a,
.bl{
	color:#333;
	font-size:12px;
}
.bl ul{
	margin:0 auto;
}
.bl ul li{
	font-size:12px;
	margin:0;
	color:#333;
	display:inline-block;
}
.uk-breadcrumb>li:not(.uk-active)>span{
	color:#333;
	font-size:12px;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding:30px 15px;
		background:none;
		margin:0 ;
	}
}
@media screen and (max-width : 639px){
	.bl{
		display:none;
	}
}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin:0;
	text-decoration:none;
	text-align:center;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:11px 5em;
	background:#67b3e5;
	font-weight:500;
	border-radius:50px;
}
.more a:hover{
	background:#afd2ee;
}
.cv p.more a{
	padding:5px 15px;
	display:block;
}


@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	.more a{
		display:block;
	}
	.cv p.more a{
		margin-top:15px;
	}

}



/* page_ttl
-------------------------------------------------------------------*/

.page_ttl_txt,
.title {
	margin:0 ;
	padding:40px 10px 30px;
	text-align:center;
}
.page_ttl_txt h1,
.title h1 {
	margin:0 ;
}
.page_ttl_txt span,
.title span{
	display:inline-block;
	font-size:26px;
	letter-spacing:5px;
	line-height:200%;
	padding:40px 3em;
	background:url(./img/line2.svg) repeat-x top,url(./img/line3.svg) repeat-x bottom;
	color:#584b4a;
}
.title1,
.single h2{
	margin:0 0 30px 0;
	padding:10px ;
	border:1px solid #67b3e5;
}
.title1 span,
.single h2 span{
	display:block;
	padding:15px 20px;
	font-weight:400;
	font-size:20px;
	line-height:200%;
	letter-spacing:0.15em;
	border-left:6px solid #67b3e5;
	color:#584b4a;
	position:relative;
	font-weight:bold;
}
.title2,
.single h3{
	font-size:17px;
	margin:40px 0 25px 0;
	font-weight:500;
	letter-spacing:0.05em;
	color:#584b4a;
	background:#f4f7fa url(./img/line.svg) repeat-y left;
	padding:10px 15px;
	font-weight:bold;
}
.title3,
.single h4{
	font-size:15px;
	margin:30px 0 15px 0;
	padding:5px 15px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#584b4a;
	border-bottom:dotted 2px #ddd;
}

@media screen and (max-width : 959px){
	.page_ttl_txt,
	.title {
		margin:0;
	}
}
@media screen and (max-width : 639px){
	.page_ttl_txt,
	.title {
		padding:10px 12px;
		margin:0;
	}
	.page_ttl_txt h1 span,
	.title h1 span{
		display:block;
		font-size:16px;
		letter-spacing:1px;
		padding:20px 1em;
		font-weight:bold;
	}
	.title1,
	.single h2{
		margin:0 0 15px;
	}
	.title1 span,
	.single h2 span{
		font-size:16px;
		letter-spacing:0.05em;
		line-height:180%;
		padding:5px 10px;
	}
	.title1 span span.fonts,
	.single h2 span span.fonts{
		right:0;
		font-size:13px;
	}
	.title2,
	.single h3 {
		font-size:15px;
		margin:25px 0 15px 0;
		letter-spacing:2px;
	}
	.title3,
	.single h4{
		margin:15px 0 10px 0;
	}

}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	border:1px dashed #049895;
	margin:30px 0;
	border-radius:5px;
}


/* page_menu
-------------------------------------------------------------------*/
.page_menu .uk-grid>*{
	margin:0 0 40px;
}
.page_menu a{
	display:block;
	text-decoration:none;
	border:solid 1px #28a7e1;
}
.contents .page_menu .uk-grid>* img{
	margin:0;
	width:100%;
}
.page_menu h3{
	margin:0;
	background:url(./img/more.png) no-repeat 90% center/30px;
	font-size:16px;
	letter-spacing:0.1em;
	padding:15px 50px 15px 20px;
	color:#28a7e1;
}
.page_menu a:hover h3{
	display:block;
	background:#eff9ff url(./img/more.png) no-repeat 95% center/30px;
	transition:0.4s;
}
.page_menu a:hover img{
	opacity:0.6;
}
@media screen and (max-width : 959px){
	.page_menu .uk-grid>*{
		margin:0 0 30px;
	}
}
@media screen and (max-width : 639px){
	.page_menu .uk-grid{
		padding-left:20px;
	}
	.page_menu .uk-grid>*{
		margin:0 0 10px;
		padding-left:10px;
	}
	.page_menu h3{
		background-size:20px;
		font-size:14px;
		letter-spacing:0;
		padding:10px 40px 10px 10px;
	}
}








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

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

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

/* サムネイル付き list
----------------------------*/
.Box a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0 0 30px;
	position:relative;
	background:#f4f7fa;
	border:solid 1px #eee;
}
.Box h2,
.Box2 h2{
	font-size:18px;
	margin:20px 0 15px 0;
	line-height:160%;
	color:#584b4a;
	background:#fff url(./img/line.png) repeat-y left;
	padding:10px 15px;
	font-weight:bold;
}
.Box a img{
	float:left;
	width:270px;
	margin-right:30px;
}
.Box_right{
	padding:30px;
}
p.Box-txt{
	font-size:14px;
	letter-spacing:0.1px;
	color:#666;
}
.Box a:hover {
	border-color:#584b4a;
}

@media screen and (max-width : 639px){
	.Box a img{
		width:40%;
		margin:0 10px 0 0;
	}
	.Box a{
		margin:0 0 10px;
		height:auto;
	}
	.Box_right{
		padding:10px 10px 5px 10px;
	}
	.Box h2,
	.Box2 h2{
		font-size:15px;
		margin:5px 0 ;
	}
	.Box .i-cat{
		display:inline-block;
	}
	.uk-container p.Box-txt{
		display:none;
	}
	.Box p.more{
		position:static;
		background-size:10px;
	}

}

/* サムネイルなし list
----------------------------*/
.Box2{
	margin-bottom:20px;
}
.Box2 a{
	text-decoration:none;
	display:block;
	background:#f7f8fc url(./img/btn.png) no-repeat 30px center;
	padding:0 0 0 30px
}
.Box2 p{
	margin:0;
}
.Box2 a:hover {
	background:#eff1f7 url(./img/btn2.png) no-repeat 30px center;
}
@media screen and (max-width : 639px){
	.Box2{
		margin-bottom:0;
	}
	.Box2 a{
		background:#fff url(./img/btn2.png) no-repeat 15px center;
		padding:5px 0 5px 25px;
		border-bottom:1px dotted #ddd;
	}
	.Box2 a:hover {
		background:#fff url(./img/btn2.png) no-repeat 15px center;
	}

}


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


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

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

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

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

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

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

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

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

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

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

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




/*==================================================================
	sidebar settings
===================================================================*/


/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	background:#fff;
	border-bottom:none;
}
.side_nav a{
	color:#28a7e1;
}
.side_nav_ttl {
	background:url(./img/line2.svg) repeat-x top,url(./img/line3.svg) repeat-x bottom;
	padding:10px 5px;
	text-align:center;
	letter-spacing:0.1em;
	font-size:14px;
	margin:0;
	color:#584b4a;
	font-weight:bold;
}
.side_nav_ttl a{
	color:#584b4a;
	font-size:14px;
	text-decoration:none;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding: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 15px;
	font-size:14px;
	line-height:160%;
	color:#222;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	background:#f4f7fa;
	color:#409dda;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
}

.side_nav_item ul li ul li a{
	padding:10px 15px 10px 30px;
}
.side_nav_item ul li ul li a:before{
	content:"- "
}

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

/* cv
-------------------------------------------------------------------*/
.cv{
	padding:60px 0;
	background:linear-gradient(45deg,#e1edf6,#f3f5fb );
	margin:100px 0 100px 10%;
	border-radius:100px 0 0 100px;
}
.cv2{
	margin:20px 10% 0 0;
	border-radius:0 100px 100px 0;
}
.cv .uk-container{
	max-width:1080px;
}
.cv h2{
	font-size:20px;
	margin:0;
	color:#584b4a;
}
.cv h2 span{
	background:#fff;
	display:inline-block;
	font-size:14px;
	margin:0 0 0 30px;
	color:#67b3e5;
	padding:5px 20px;
	border-radius:30px;
}
.contact{
	margin:35px 0;
}
.contact a{
	display:inline-block;
	text-decoration:none;
	color:#409dda;
	font-size:36px;
	vertical-align:middle;
	letter-spacing:0.05em;
	background:url(./img/icon_tel.png) no-repeat left bottom 2px/28px;
	padding:0 0 0 35px;
}
.contact a span{
	text-decoration:none;
	font-size:14px;
	display:block;
	margin-bottom:5px;
	color:#999;
	letter-spacing:0.02em;
}
.bnr1,
.bnr2,
.bnr3,
.bnr4{
	display:block;
	text-decoration:none;
	color:#584b4a;
	font-size:14px;
	background:#fff url(./img/bnr1.png) no-repeat right center;
	padding:14px 15px;
	border-radius:5px;
	line-height:150%;
	margin:20px 0 0 0;
	font-weight:bold;
}
.bnr2{
	background:#fff url(./img/bnr2.png) no-repeat right center;
}
.bnr3{
	background:#fff url(./img/bnr3.png) no-repeat right center;
}
.bnr1:hover,
.bnr2:hover,
.bnr3:hover,
.bnr4:hover{
	color:#67b3e5;
}
.bnr1 span,
.bnr2 span,
.bnr3 span,
.bnr4 span{
	font-size:15px;
}
aside .bnr1{
	background:#f4f7fa url(./img/bnr1.png) no-repeat right center;
}
aside .bnr2{
	background:#f4f7fa url(./img/bnr2.png) no-repeat right center;
}
aside .bnr3{
	background:#f4f7fa url(./img/bnr3.png) no-repeat right center;
}
aside .bnr4{
	background:#f4f7fa url(./img/bnr4.png) no-repeat right center;
}
.bnr{
	background:#fff;
	padding:5px;
	display:block;
	text-align:center;
	border-radius:5px;
	border:solid #fff 1px;
	margin-top:20px;
}
.bnr img{
	border-radius:0;
}
aside .bnr{
	border:solid #eee 1px;
}
.bnr:hover{
	border-color:#584b4a;
}
@media screen and (max-width : 959px){
	.cv{
		padding:80px 30px;
		margin:80px 0 60px 8%;
	}
	.cv2{
		margin:40px 8% 0 0;
	}
}
@media screen and (max-width : 639px){
	.cv{
		padding:60px 10px;
		margin:40px 0 40px 15px;
	}
	.cv2{
		margin:30px 15px 20px 0;
	}
	.cv h2{
		font-size:18px;
		text-align:center;
		font-weight:bold;
	}
	.cv h2 span{
		display:block;
		margin:15px 0 0 0;
	}
	.contact{
		margin:30px 0;
	}
	.contact a:first-child {
		line-height:100%;
	}
}


/* cv 診療時間
-------------------------------------------------------------------*/
.access-time{
	background:#fff;
	padding:0 15px;
	border-radius:10px;
}
.sheet-time {
	width:100%;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	font-size:15px;
	padding:5px 5px;
	text-align:center;
	font-weight:400;
}
.sheet-time th{
	letter-spacing:2px;
}
.sheet-time tr:first-child{
	letter-spacing:2px;
}
.sheet-time td{
	width:8%;
	border-top:1px solid #ddd;
}
.sheet-time th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:15px;
}
.about_time{
	font-size:14px;
	padding:20px 0 0 10px;
	margin:0;
	line-height:180%;
}
@media screen and (max-width : 959px){
	.access-time{
		margin-top:30px;
	}
}
@media screen and (max-width : 639px){
	.access-time{
		padding:0 5px;
		margin:30px 0 0 0;
	}
	.contents table.sheet-time{
		margin:0;
	}
	.sheet-time th,
	.contents table.sheet-time th{
		letter-spacing:2px;
		padding:10px 0;
		font-size:12px;
	}
	.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:10px;
	}
	p.about_time{
		text-align:left;
		padding:10px 0 0 15px;
		font-size:12px;
	}
}


/* footer_access
-------------------------------------------------------------------*/
.footer_access{
	margin-bottom:20px;
}
.footer_access .top_title{
	margin:0 15px 50px;
}
.footer_access p{
	text-align:center;
	color:#584b4a;
}
.footer_access p.font16{
	font-size:16px;
}
.footer_access p.font14{
	font-size:14px;
	color:#666;
}
.map iframe{
	border-radius:30px;
}
@media screen and (max-width : 959px){
	.map{
		margin:40px 0 0 0;
		height:300px;
	}
}
@media screen and (max-width : 639px){
	.footer_access .top_title{
		margin:0 15px 30px;
	}
	.map{
		height:200px;
	}
}


/* sitemap
-------------------------------------------------------------------*/
footer{
	background:url(./img/footer.png) no-repeat center center/cover;
	padding:240px 0 0 0;
	margin-top:100px;
}
.footer_logo img{
	display:block;
	margin:-160px auto 0;
	background:url(./img/logo_bg2.svg) no-repeat center top/cover;
	padding:65px 35px 40px 35px;
}
.footer_sitemap{
	background:#fff;
	padding:80px 20px;
	margin-right:10%;
	border-radius:0 200px 0 0;
}
.footer_sitemap p{
	font-size:13px;
	text-align:center;
	margin:0 0 15px;
}
.sitemap{
	padding:0;
	float:left;
	width:25%;
	margin:0;
}
.sitemap li{
	list-style:none;
	display:block;
}
.sitemap li a{
	display:block;
	color:#4b4948;
	font-size:13px;
	margin:0;
	text-decoration:none;
	padding:3px 0;
}
.sitemap li{
	margin:0;
}
.sitemap a:hover{
	color:#67b3e5;
}
@media screen and (max-width : 959px){
	footer{
		margin-top:80px;
	}
	.footer_sitemap{
		padding:40px 30px;
		margin-right:8%;
	}
	.footer_logo img{
		margin:-160px 0 0;
	}
	.footer_sitemap p{
		text-align:left;
		padding-left:40px;
	}
	.sitemap{
		margin:40px 0 0 0;
	}

}

@media screen and (max-width : 639px){
	footer{
		padding:200px 0 0 0;
		margin-top:40px;
	}
	.footer_sitemap{
		border-radius:0 120px 0 0;
		padding:30px 25px;
		margin-right:15px;
	}
	.footer_logo img{
		display:block;
		margin:-100px 0 0;
		background:url(./img/logo_bg2.svg) no-repeat center top/cover;
		padding:40px 20px 40px 20px;
	}
	.footer_sitemap p{
		padding-left:0;
	}
	.sitemap{
		width:50%;
		margin:20px 0 0 0;
		min-height: 198px;
	}

}

/* sign
-------------------------------------------------------------------*/
.footer_sign p {
	margin:0 10% 0 0;
	color: #282828;
	font-size:10px;
	text-align:center;
	letter-spacing:0.1em;
	padding:0 0 30px;
	background:#fff;
}
.footer_sign a{
	color: #282828;
}
@media screen and (max-width : 959px){
	.footer_sign p {
		margin-right:8%;
	}
}
@media screen and (max-width : 639px){
	.footer_sign p {
		letter-spacing:0px;
		margin-right:15px;
	}
}

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





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


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

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



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


/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:15px 80px;
	letter-spacing:1px;
	background:#67b3e5;
	font-weight:500;
	border:none;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	border-radius:50px;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background:#afd2ee;
	transform:0.2s;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

/* 確認画面  */
form.wpcf7-form{
	margin-top: -200px;
	padding-top: 200px;
}
input:-webkit-autofill.wpcf7c-conf {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	border: none !important;
	background: #fff !important;
}
input:-webkit-autofill.wpcf7c-conf:focus {
	border: none !important;
}
.wpcf7c-conf {
	background: #fff !important;
	border-color: #fff !important;
}
.wpcf7c-conf:focus {
	border-color: transparent !important;
}
.custom-wpcf7c-confirmed input[type=checkbox] ,
.custom-wpcf7c-confirmed input[type=radio] {
	display:block!important;
	float:left;
	margin:10px 0 0 0;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label {
    padding: 0 20px 0 15px;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
	content: none;
	display: none;
}
