@charset "UTF-8";
/*
Theme Name: dentaro-plus
Theme URI: /wp-content/themes/dentaro-plus
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

*/

/*==================================================================
	common settings
===================================================================*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.02em;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#444;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family:"ヒラギノ角ゴ 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:190%;
	margin:0 0 30px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#367CB2;
	font-size: 16px;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#367CB2;
	text-decoration:none;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*  背景色
-------------------------------------------------------------------*/
.bg_color{
	background:#f6f6f6;
	padding:100px 0;
}
	



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



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

.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:600;
	color:red;
	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:#f6f6f6;
	line-height:180%;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.sheet th {
	background: #444;
	font-weight:400;
	text-align:center;
	color:#fff;
}
.sheet td ol.list{
	margin:0;
}
.sheet td ul.list{
	padding-left:20px;
	margin:0;
}
.sheet td ul.list li {
	margin:0 0 6px;
	line-height:160%;
}
.sheet td ul.list li:last-child {
	margin:0;
}
.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:50%;
	text-align:left;
}
table.price td{
	text-align:center;
}
table.price td:last-child{
	text-align:right;
}




/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
}
.dllist dt, .dllist dd{
	display: block;
	float: left;
	margin:0 0 20px;
	padding:0 20px;
}
.dllist dt{
	width: 80px;
	clear: left;
	background:#eee;
	border-radius:30px;
	text-align:center;
}
.dllist dd{
	width:  calc(100% - 160px);
}



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

/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.tab li{
	display:block;
	list-style-type:none;
	margin:0 10px 0 0;
	float:left;
	width:calc(20% - 10px);
}
ul.tab li a{
	padding:15px;
	background: #f5f5f5;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#444;
	font-size:20px;
}
ul.tab li a:hover,
ul.tab li a.active{
	background: #666;
	color:#fff;
}
#js-tabContent{
	background:#f5f5f5;
}
.tabContent,.tabContent2 {
	display: none;
}



/* 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: 0 0 10px 0;
	background:#f6f6f6;
	padding: 1px 0;
}

/*アコーディオンタイトル*/
.faq_title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding: 30px 90px 30px 90px;
	transition: all .5s ease;
	margin:0;
	font-size:18px;
	color:#2a180e;
}
.faq_title span::before{
	content:'Q';
	font-size:30px;
	position:absolute;
	top:50%;
	left: 40px;
	transform:translatey(-50%);
}


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

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

/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	background: #fff;
	margin:0 20px 20px;
	padding: 30px 30px 30px 90px;
	position:relative;
}
.faq_box p:last-child{
	margin:0;
}
.faq_box::before{
	content:'A';
	font-size:30px;
	position:absolute;
	top:50%;
	left: 40px;
	transform:translatey(-50%);
}



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


/*  contactbtn 
-------------------------------------------------------------------*/
#sp-contact{
	position:fixed;
	bottom: 0;
	right:0;
	width:100%;
	overflow:hidden;
	z-index:980;
	margin:0;
	padding:0;
}
#sp-contact li{
	display:block;
	float:left;
	width:40%;
	margin:0;
	list-style:none;
	line-height:100%;
}
#sp-contact li:first-child{
	width:20%;
}
#sp-contact li a{
	min-width:initial;
	margin:0;
	border-radius:0;
	font-weight:600;
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 20px 10px;
	font-size:16px;
	text-align:center;
	background:#444 ;
	border-right:1px solid #fff;
}
#sp-contact li:last-child a{
	border-right:none;
}
#sp-contact li:first-child a{
	padding: 18px;
}
#sp-contact li a i{
	font-size:41px;
	color:#fff;
	margin:0 5px;
}
#sp-contact li a span{
	font-size:12px;
	color:#fff;
	display:block;
	margin-top:5px;
}



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

/* header
-------------------------------------------------------------------*/
header{
	z-index:970;
	width:100%;
}
header .uk-grid{
	align-items: center;
	height:60px;
}
header.fixed{
	position:fixed;
	top: 0;
	left: 0;
	background:rgba(255,255,255,1);
}
.head_tel{
	display:inline-block;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	line-height:100%;
	margin-right:25px;
	vertical-align:middle;
}
.head_tel span{
	font-size:14px;
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:middle;
	line-height:100%;
	color:#666;
}
.head_btn{
	background:#000;
	color:#fff;
	padding:12px 50px;
	text-decoration:none;
	font-weight:bold;
}
.head_btn:hover{
	background:#666;
	color:#fff;
}


/* navigation
-------------------------------------------------------------------*/
#nav{
	vertical-align:middle;
}
header .nav_bar{
	background:#F7F7F7;
	height:60px;
}
header .nav_bar .uk-container{
	display:flex;
	align-items: center;
}
header nav{
	width:100%;
}
header .nav_items > li:before,
header .nav_items > li:last-child:after{
	background:rgba(200,200,200,0.4);
}
.nav_items{
	padding:0;
	margin:0;
}
.nav_items > li {
	display:block;
	float:left;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
	width:20%;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	text-decoration:none;
	color:#444;
	font-size:16px;
	text-align:center;
	letter-spacing:0.05em;
	margin:0 ;
	display:block;
	line-height:100%;
	font-weight:bold;
	padding:22px 10px;
}
.nav_items > li > a:hover,
.nav_items > li > span.nolink:hover{
	background:rgba(100,100,100,0.1);
}
.nav_items > li:before {
	content:"";
	background:#ddd;
	height:40px;
	width:1px;position:absolute;
	left:0;
	top:10px;
}
.nav_items > li:last-child:after {
	content:"";
	background:#ddd;
	height:40px;
	width:1px;position:absolute;
	right:0;
	top:10px;
}


/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:60px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	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;
	background-color:#f7f7f7;
}
#nav ul li ul li{
	margin:0;
	display:block;
}
#nav ul li ul li a{
	display:block;
	font-size:14px;
	color: #444;
	text-decoration:none;
	line-height:160%;
	text-align:center;
	margin:0;
	border-top:dotted 1px #ddd;
	padding:15px 20px;
	position:relative;
	font-weight:bold;
}
#nav ul li ul li a:hover{
	background-color:#eaeaea;
}


/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#000;
	font-size:12px;
	margin: 0 30px 0 0;
	height:60px;
	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: #444;
}
button.active .menu-trigger span{
	background-color:#444
}
.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);
}

/* toggle_nav
-------------------------------*/
#toggle_nav{
	position:fixed;
	z-index: 999;
	top:0;
	right: -120%;
	width:60%;
	height:100vh;
	background: #eee;
	transition: all 0.7s;
	overflow-y: scroll;
}
.toggle_inner{
	padding:60px 40px 100px;
}
#toggle_nav.open{
	right: 0;
	transform:0.4s;
}



/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:30px 0 30px;
	text-align:center;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#000;
	font-size:20px;
	padding:15px 0;
	margin:0;
	border-top:1px dotted #666;
	line-height:160%;
}
#toggle_nav ul li:last-child a{
	border-bottom:1px dotted #666;
}
#toggle_nav ul li a span{
	display:block;
	text-decoration:none;
	color:#000;
	font-size:14px;
	margin:0;
	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:#000;
	font-size:15px;
	padding:5px 30px 5px 30px;
	margin:0;
	font-weight: 400;
	border:none;
}
.uk-nav-parent-icon>.uk-parent>a::after{
	content:none;
}
.navbtn{
	display:block;
	background:#fff;
	color:#000;
	margin-top:10px;
	text-decoration:none;
	padding:15px;
	line-height:160%;
	font-size:20px;
	border:solid 1px #000;
}
.navbtn:hover{
	color:#000;
}
.navbtn span{
	display:block;
	color:#000;
	line-height:120%;
	font-size:14px;
}



/*==================================================================
	index settings
===================================================================*/
/* Top_content
-------------------------------------------------------------------*/
.Top_content{
	margin:120px 0; 
}
.Top_content .uk-container{
	position:relative;
}
.content_mini{
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
}


/* top_title
-------------------------------------------------------------------*/
.top_title{
	margin:0 0 80px;
	color:#444;
	font-size:30px;
	letter-spacing:0.2em;
	position:relative;
	line-height:200%;
	font-weight:600;
	text-align:center;
}
.uk-container>:last-child.top_title{
	margin:0 0 80px;
}
.top_title span.sub{
	display:block;
	color:#666;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:100%;
	font-weight: 400;
	margin:10px 0 0 0;
}
.top_title span.line{
	position:relative;
	padding:0 75px;
	color:#666;
}
.top_title span.line::before{
	content:"";
	background:#ddd;
	height:1px;
	width:50px;
	position:absolute;
	left:0;
	top:50%;
}
.top_title span.line::after{
	content:"";
	background:#ddd;
	height:1px;
	width:50px;
	position:absolute;
	right:0;
	top:50%;
}
.top_title2{
	margin:0 0 40px;
	color:#444;
	font-size:22px;
	letter-spacing:0.1em;
	line-height:180%;
	font-weight:600;
}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 40px 0 0 0;
	text-decoration:none;
	text-align:center;
	z-index: 2;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	color:#444;
	letter-spacing:0.15em;
	padding:15px 20px;
	min-width:300px;
	border:solid 1px #444;
	line-height:160%;
	position:relative;
	text-align:center;
	font-weight:600;
	z-index: 2;
}
.more a:hover{
	color:#fff;
	z-index: 2;
}
.more a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #444;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.more a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}




/* line-list
---------------------------------------*/
.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: 25px 15px;
	position:relative;
	transition:0.4s;
	border-bottom:1px solid #ddd;
}
.line-list li h3{
	display:inline-block;
	font-size:16px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	width:calc(100% - 230px);
	transition:0.4s;
}
.line-list li a:hover h3,
.line-list li a:hover h4{
	text-decoration:underline;
	color:orange;
	transition:0.4s;
}
.box-list li a h3,
.box-list li a h4{
	transition:0.4s;
}
.box-list li a:hover h3{
	color:orange;
	transition:0.4s;
}
.date{
	display:inline-block;
	color:#999;
	font-size:14px;
	line-height:100%;
	margin:0 20px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#444;
	background:#eee;
	padding:5px 25px;
	margin:0 20px 0 0;
	font-size:12px;
	line-height:100%;
	text-transform:uppercase;
	vertical-align: middle;
	font-weight:600;
}
.news_img {
	overflow:hidden;
	height:100%;
	width:100%;
	transition-duration: 0.3s;
}
.thumbnail{
	height:100%;
	width:100%;
	background-size:cover;
	transition-duration: 0.3s;
	background-position:center center;
	overflow:hidden;
}
ul.box-list li a:hover .thumbnail{
	transform: scale(1.2);
	transition-duration: 0.3s;
}


/* main_sitemap
-------------------------------------------------------------------*/
.main_sitemap h2{
	text-align:center;
	font-size:22px;
	font-weight:600;
	margin:60px 0 40px;
}
.main_menu_img01:after{
	background:url(../img/top1.png) no-repeat center top/cover;
}
.main_menu_img02:after{
	background:url(../img/top2.png) no-repeat center top/cover;
}
.main_menu_img03:after{
	background:url(../img/top3.png) no-repeat center top/cover;
}
@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	.main_sitemap h2{
		font-size:18px;
		margin:40px 0 30px;
	}
}



/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto ;
	max-width:1000px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 40px;
}
.contents_area section{
	margin:0 0 80px;
	overflow:hidden;
}

.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.contents .top_title{
	margin:20px 0 60px;
}
.contents .top_title2{
	text-transform:uppercase;
}
.contents p.more{
	margin:40px 0;
}



/* page_keyv
-------------------------------------------------------------------*/
.page_keyv{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:300px;
	position:relative;
}
.page_keyv:after{
	content:"";
	background:rgba(90,90,90,0.3);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}


/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 20px 40px;
	margin:0 0 60px;
	overflow:hidden;
}
.bl ul{
	padding:0;
	margin:0;
}
.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;
}




/* page_ttl
-------------------------------------------------------------------*/
.title1,
.single h2{
	margin:0 0 50px 0;
	padding:22px 20px ;
	border-top:solid 3px #444;
	border-bottom:solid 1px #ddd;
	font-size:24px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.15em;
	line-height:160%;
	color:#444
}
.title2,
.single h3{
	font-size:20px;
	margin:50px 0 30px 0;
	font-weight:600;
	letter-spacing:0.05em;
	padding:13px 20px;
	position:relative;
	background:#f7f7f7;
	border-bottom:dotted 2px #ddd;
	color:#444;
}
.title3,
.single h4{
	font-size:19px;
	margin:50px 0 25px 0;
	padding:12px;
	font-weight:600;
	letter-spacing:0.05em;
	border-bottom:double 3px #ddd;
	border-top:double 3px #ddd;
	color:#444;
}


/* flow
-------------------------------------------------------------------*/
.flow{
	background:#f6f6f6;
	padding:30px 30px 15px;
	border-radius:3px;
	overflow:hidden;
}
.flow img{
	background:#fff;
	padding:5px;
}
.flow .title3{
	margin-top:0;
	border-color:#b39584;
	font-size:20px;
	padding-bottom:15px;
	color:#2a180e;
	position:relative;
}
.flow .title3 span{
	color:#2a180e;
	font-size:40px;
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f6f6f6;
	margin:0 auto 10px;
}



/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:20px;
	margin:30px 0;
	background:#fff;
	clear:both;
	border:solid 10px #e3d8d2;
}
.sBox .title3{
	margin-top:0;
}






/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.singlepage{
	margin:60px auto 120px;
}
.uk-container .single{
	padding:30px;
	background:#f6f6f6;
}
.uk-container .single .date{
	text-align:right;
	display:block;
	font-size:15px;
	margin:0 0 30px 0;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
	background:#f6f6f6;
	padding:10px;
}
.archivelist{
	margin-bottom:120px;
}
.singlepage .top_title{
	line-height:140%;
}
.archivelist .top_title span.sub,
.singlepage .top_title span.sub,
.archivelist .top_title3 span{
	text-transform: uppercase;
}
.archivelist .top_title3{
	text-transform: none;
}


/* サムネイル付き list
----------------------------*/
.Box a{
	text-decoration:none;
	margin:0 0 30px;
	background:#f7f7f7;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding:0;
	border:solid 1px #f7f7f7
}
.Box a > div{
	width:33%;
}
.Box a .thumbnail{
	width:30%;
	height:220px;
	margin-right:3%;
}
.Box a .no-thumbnail{
	background:#eee;
	width:30%;
	height:220px;
	margin-right:3%;
	position:relative;
}
.Box a .no-thumbnail::before{
	content:"NO IMAGE";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#666;
}
.Box h2{
	font-size:18px;
	margin:15px 40px 0 0 ;
	line-height:160%;
	transition:0.4s;
	color:#444;
}
.Box .date{
	display:inline-block;
	margin:0 15px 0 0;
}
p.Box-txt{
	font-size:13px;
	letter-spacing:0.1px;
	color:#666;
	margin:0 30px 0 0;
}
.Box a:hover{
	border:solid 1px #222;
}


/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
	margin:60px 0 0 0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.next,
.pagination a.prev{
	width: 60px;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a,
.pagination a,
.pagination span{
	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: #444;
	background-color: #eee;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover,
.pagination a:hover,
.pagination span.current{
	background:#444;
	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:#444;
	cursor: default;
	pointer-events: none;
	color:#fff;
}







/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	border-bottom:none;
	padding:0;
}
.side_nav ul{
	padding:0;
}
.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:#fff;
	background:#444;
}
.side_nav_ttl a{
	color:#666;
	font-size:14px;
	text-decoration:none;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:0;
	border-top:none;
}
.side_nav_item{
	margin:0;
	list-style:none;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
	list-style:none;
}
.side_nav_item ul li a {
	display:block;
	padding:15px ;
	font-size:13px;
	line-height:160%;
	color:#444;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.side_nav_item ul li a:hover {
	color:orange;
}
.side_nav_item .date{
	display:block;
	color:#999;
	margin:0 0 5px 0;
}



/*==================================================================
	footer settings
===================================================================*/
/* cv
------------------------------------------------------------------*/
.cv_tel a{
	display:block;
	margin:0 0 30px;
	color:#444;
	font-size:26px;
	text-decoration:none;
	padding:0;
	font-weight:600;
}
.cv_tel a span{
	color:#444;
	font-size:16px;
}
.cv_access{
	margin:30px 0 25px;
	line-height:160%;
}
.cv p.more {
	margin-top:30px;
}
.cv p.more a{
	display:block;
}
.cv iframe{
	height:100%;
	width:100%;
}



/* cv 診療時間
-------------------------------------------------------------------*/
.access-time{
	background:#444;
	padding:5px 15px;
}
.sheet-time {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	padding:15px 5px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #fff;
	color:#fff;
}
.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 th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:10px;
}
.about_time{
	line-height:160%;
	margin:20px 0 0 20px;
}
.sheet-time td.btn_color{
	color:orange;
}


/* sitemap
-------------------------------------------------------------------*/
footer{
	background:#f6f6f6;
	padding:80px 0;
}
.footer_sitemap ul{
	margin:0;
	padding:0;
}
.footer_sitemap li{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.footer_sitemap li a{
	font-size:14px;
	color:#444;
	text-decoration:none;
	margin:0;
	padding:0;
	position:relative;
}
.footer_sitemap li a:hover{
	text-decoration:underline;
	color:orange;
}
.footer_sitemap p{
	color:#444;
	position:relative;
	margin:0 0 15px;
	font-size:14px;
	z-index:2;
}
.footer_sitemap p span{
	display:inline-block;
	background:#f6f6f6;
	padding-right:10px;
	z-index:3;
}
.footer_sitemap p:after{
	content:"";
	background:#666;
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	right:0;
	z-index:-1;
}
.footer_sitemap2 li a{
	position:relative;
	padding-left:10px;
}
.footer_sitemap2 li a:before{
	content:"- ";
}


/* sign
-------------------------------------------------------------------*/
footer .uk-grid >*{
	position:relative;
}
.footer_sign{
	position:absolute;
	bottom:0;
}
.uk-container>:last-child.footer_sign_top{
	position:static;
	text-align:center;
	margin:80px 0;
}
.footer_sign p {
	color: #444;
	font-size:12px;
	margin:0;
	letter-spacing:0.1em;
	padding:0;
	font-weight:300;
}
.footer_sign a{
	color: #444;
	font-size:12px;
}


/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 60px;
	right:0;
	margin:0;
	z-index:900;
}
#page-top a {
	background:rgba(0,0,0,0.6);
	z-index:10;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	font-size:12px;
	line-height:100%;
	padding:30px 5px;
}





/*==================================================================
  form setting
===================================================================*/
.indispensable{
	display:inline-block;
	font-size:12px;
	color:orange;
	line-height:140%;
	margin:0;
}
.mw_wp_form .error {
    font-size: 12px!important;
    color: orange!important;
}

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


/* 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:18px;
	color:#444;
	letter-spacing:0.15em;
	padding:15px 20px;
	min-width:300px;
	border:solid 1px #444;
	background:#fff;
	line-height:160%;
	position:relative;
	text-align:center;
	font-weight:600;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	margin:0 15px;
	border-radius:0;
	margin:40px 0 0 0;
}

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

