@charset "UTF-8";
/*
Theme Name: hashimoto
Theme URI: /wp-content/themes/hashimoto
Description: 橋本歯科のサイトです
Author: yamada
Author URI:
Version: 1.0

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

*/




/*==================================================================
	common settings
===================================================================*/
html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing:0.02em;
	font-weight: 400;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#111;
	font-weight: 400;
}
body.active{
	overflow: hidden;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color:#111;
}
.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:#f56c27;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#f56c27;
	text-decoration:none;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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


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

.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#f56c27;
	font-size:16px;
}
.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: #473b35;
	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;
}


@media screen and (max-width : 639px){
	.sheet th, .sheet td,.sheet td ul.list li {
		font-size:13px;
	}
	table.sheet td{
		padding:15px;
	}
	.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 横スクロール 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: #f56c27;
    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: #f56c27;
  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 auto 60px;
	padding:0;
	text-align:center;
	overflow:hidden;
}
ul.tab li{
	display:inline-block;
	list-style-type:none;
	margin:0 7px;
	width:200px;
}
ul.tab li a{
	padding:10px ;
	background: #f4f4f4 url(./img/more5.svg) no-repeat center bottom 15px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	padding:12px 10px 28px;
	font-size:15px;
}
ul.tab li a:hover {
	background: #dd314f url(./img/more4.svg) no-repeat center bottom 15px;
	color: #fff;
}
ul.tab li a.active {
	background: #dd314f url(./img/more4.svg) no-repeat center bottom 15px;
	color: #fff;
}
.tabContent,
.tabContent2{
	display: none;
}
@media screen and (max-width : 959px){
	ul.tab li{
		margin:0 5px;
		width:calc(22% - 10px);
	}

}
@media screen and (max-width : 639px){
	ul.tab li{
		margin:0 0 5px;
		width:calc(48%);
	}
	ul.tab li a{
		padding:10px 10px 25px;
		font-size:14px;
	}
	ul.tab{
		margin:0 auto 15px;
	}
}


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



/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:100;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}
#sp-contact li{
	margin:0;
	list-style:none;
	width:33.333%;
	float:left;
}
#sp-contact li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 55px 5px 18px;
	font-size:16px;
	text-align:center;
	background:#473b35 url(img/icon_tel.svg) no-repeat center 20px/32px;
	border-right:solid 1px #fff;
}
#sp-contact li:first-child a{
	background-image: url(img/icon_mail.svg) ;
	background-position:center 25px;
	/*border:none;*/
}
@media screen and (max-width : 959px){
	body{
		padding-bottom:102px;
	}
}
@media screen and (max-width : 639px){
	body{
		padding-bottom:61px;
	}
	#sp-contact li a{
		padding: 30px 5px 6px;
		font-size:13px;
		background-size:20px;
		background-position:center 10px;
		letter-spacing:0;
	}
	#sp-contact li:first-child a{
		background-position:center 12px;
		background-size:24px;
	}

}


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

/* header
-------------------------------------------------------------------*/
header{
	height:140px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:970;
}
header.fixed{
	z-index:970;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
}
header .logo{
	margin:0;
	line-height:100%;
	z-index:980;
	height:100%;
}
.logo a{
	position:relative;
	display:block;
}
.logo a:hover{
	opacity:0.6;
}
.logo a:before{
	content:"";
	background:url(img/logo.svg) no-repeat;
	height:101px;
	width:425px;
	position:absolute;
	top:20px;
	left:30px;
	z-index:980;
}
header.fixed .logo a:before{
	background:url(img/logo2.svg) no-repeat center center;
	top:10px;
	left:30px;
}
.head_tel,
.head_line,
.head_contact{
	display:inline-block;
}
.head_tel{
	padding-right:335px;
}
.head_tel a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	display:inline-block;
	text-align:left;
	margin:10px 0 0 50px;
}
.head_tel a span{
	color:#fff;
	font-size:22px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background:url(img/icon_tel.svg) no-repeat left center/15px;
	padding-left:20px;
	margin-left:-20px;
	letter-spacing:0.1em;
}
.head_tel a:hover span,
header.fixed .head_tel a:hover span{
	color:#f56c27;
	transition:0.4s;
}
.head_line a{
	background:url(img/line.png) no-repeat center center/30px;
	height:30px;
	width:30px;
	display:block;
	position:absolute;
	top:25px;
	right:245px;
}
.head_line a:hover{
	background-image:url(img/line3.png) ;
}
.head_insta a:hover{
	background-image:url(img/instagram3.png) ;
}

.head_insta a{
	background:url(img/instagram2.png) no-repeat center center/30px;
	height:30px;
	width:30px;
	display:block;
	position:absolute;
	top:25px;
	right:285px;
}
.head_contact a{
	display:block;
	text-decoration:none;
	color:#473b35;
	background:#fff url(img/more.svg) no-repeat center bottom 10px;
	padding:13px 30px 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	position:absolute;
	top:0;
	right:40px;
}
/*.head_contact a:nth-child(2){
	top:67px;
	z-index:1000;
	opacity:0;
	visibility: hidden;
}
.head_contact a:nth-child(3){
	top:134px;
	z-index:1000;
	opacity:0;
	visibility: hidden;
}*/

a.head_contacta1 {
    top: 67px;
    z-index: 1000;
	opacity:0;
	visibility: hidden;
}
a.head_contacta2 {
	top:134px;
	z-index:1000;
	opacity:0;
	visibility: hidden;
}

.head_contact:hover a.head_contacta1,.head_contact a:hover a.head_contacta1,.head_contact:hover a.head_contacta2,.head_contact a:hover a.head_contacta2{
	opacity:1;
	visibility: visible;
	transition: all .3s;
}
/*.head_contact:hover a:nth-child(2),.head_contact a:hover a:nth-child(2),.head_contact:hover a:nth-child(3),.head_contact a:hover a:nth-child(3){
	opacity:1;
	visibility: visible;
	transition: all .3s;
}*/


.head_contact a:hover,
header.fixed .head_contact a:hover{
	color:#fff;
	background:#6e584d url(img/more2.svg) no-repeat right 20px bottom 10px;
}
header.fixed .head_tel a span,
header.fixed .head_tel a{
	color:#473b35;
}
header.fixed .head_tel a span{
	background-image:url(img/icon_tel2.svg) ;
}
header.fixed .head_contact a{
	color:#fff;
	background:#473b35 url(img/more2.svg) no-repeat center bottom 10px;
}
header.fixed .head_line a{
	background-image:url(img/line2.png) ;
}
header.fixed .head_insta a{
	background-image:url(img/instagram.png) ;
}
header.fixed .head_line a:hover{
	background-image:url(img/line3.png) ;
}
header.fixed .head_insta a:hover{
	background-image:url(img/instagram3.png) ;
}

@media screen and (max-width : 1276px){
	.logo a:before{
		height:90px;
		width:320px;
		top:10px;
		left:30px;
	}
}
@media screen and (max-width : 959px){
	header,
	header .uk-grid,
	header.fixed{
		height:80px;
	}
	.head_tel,
	.head_line,
	.head_insta,
	.head_contact{
		display:none;
	}
	.logo a:before,
	header.fixed .logo a:before{
		height:60px;
		width:240px;
		top:10px;
		left:20px;
	}
}
@media screen and (max-width : 639px){
	header,
	header .uk-grid,
	header.fixed{
		height:50px;
	}

	header.fixed .logo a:before,
	.logo a:before{
		height:50px;
		width:50%;
		top:0;
		left:10px;
		background-size:contain;
	}
	.logo a:before{
		top:5px;
	}

}


/* navigation
-------------------------------------------------------------------*/
#nav{
	display:flex;
	vertical-align:middle;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.nav_items{
	padding:0 20px 0 0;
	margin:0;
	position:relative;
}
.nav_items > li {
	display:block;
	float:left;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	text-align:center;
	letter-spacing:0.05em;
	margin:0 ;
	padding:5px 15px 15px;
	display:block;
	line-height:100%;
	font-weight:500;
	position:relative;
}
.nav_items > li a:hover:before,
.nav_items > li > span.nolink:hover:before{
	content:"";
	background:#fff;
	height:1px;
	width:50px;
	position:absolute;
	bottom:5px;
	left:50%;
	transform:translatex(-50%);
}
header.fixed .nav_items > li > a,
header.fixed .nav_items > li > span.nolink{
	color:#473b35;
}
header.fixed .nav_items > li a:hover:before,
header.fixed .nav_items > li > span.nolink:hover:before{
	background:#473b35;
}
@media screen and (max-width : 1170px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		padding:15px 10px;
	}
}

/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:40px;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background:rgba(71,59,53,0.9);
	width:200px;
	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;
}
#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:100%;
	display:flex;
}
#nav ul li ul li a{
	display:block;
	font-size:16px;
	color: #fff;
	text-decoration:none;
	line-height:160%;
	text-align:left;
	margin:0;
	display: flex;
	align-items: center;
	padding:10px 15px 10px 25px;
	width:100%;
	position:relative;
	border-bottom:dotted 1px #fff;
}
#nav ul li ul li:last-child a{
	border-bottom:none;
}
#nav ul li ul li a:before{
	content:"";
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	height:20px;
	width:3px;
}
#nav ul li ul li a:hover{
	background:rgba(255,255,255,0.9);
	color: #473b35;
}
#nav ul li ul li a:hover:before{
	background:#473b35;
}


/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#555;
	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:10px;
}
button.active{
	position:fixed;
	top:0;
	right:10px;
}
.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: #fff;
}
header.fixed .menu-trigger span {
	background-color: #473b35;
}
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:50%;
	height:100vh;
	background: linear-gradient(135deg, #6a574e, #5e4b41 50%, #473b35);
	transition: all 0.7s;
/*	overflow-y: scroll;-*/
}
.toggle_inner{
	padding:60px 40px;
}
#toggle_nav.open{
    right: 0;
	overflow-y: scroll;
}
@media screen and (max-width : 639px){
	#toggle_nav{
		width:100%;
		overflow-y: scroll;
	}
	.toggle_inner{
		padding:30px 40px 80px;
	}
}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:0 0 60px;
	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:25px 0;
	margin:0;
	border-bottom:dotted 1px #fff;
}
#toggle_nav ul li.uk-parent{
	clear:both;
}
#toggle_nav ul li ul.menu{
	padding:0;
	margin:20px 30px;
}
#toggle_nav ul li ul.menu li a{
	display:block;
	color:#fff;
	font-size:14px;
	padding:5px 0 ;
	margin:0;
	font-weight: 400;
	background:url(./img/more2.svg) no-repeat right center/30px;
	border:none;
	text-align:left;
}
.uk-nav-parent-icon>.uk-parent>a::after{
	content:none;
}

.navbtn,
.navbtn:hover{
	display:block;
	color:#473b35;
	background:#fff url(img/icon_tel2.svg) no-repeat 30px center/30px;
	margin-top:10px;
	text-decoration:none;
	padding:15px;
	line-height:160%;
	font-size:16px;
	position:relative;
	text-align:center;
}

.navbtn2,
.navbtn2:hover{
	background-image:none;
}
.navbtn span{
	display:block;
	color:#473b35;
	line-height:120%;
	font-size:12px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (max-width : 639px){
	#toggle_nav ul li a{
		font-size:16px;
		padding:20px 0;
	}
	#toggle_nav ul li ul.menu li a{
		font-size:14px;
	}
	#toggle_nav ul li ul.menu{
		margin:20px 30px;
	}
}



/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
	margin:0;
	height:calc(100vh - 20px);
	margin:10px;
}
.uk-slideshow-items{
	min-height:initial!important;
	height:calc(100vh - 20px);
}
.keyv:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(23,23,23,0.2);
	width:100%;
	height:100%;
	z-index:20;
}

.uk-slideshow-items li{
	margin:0;
}
.uk-cover{
	top: auto;
	bottom:0;
	transform: translateX(-50%);
}


.top_access{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	background:#fff url(img/more.svg) no-repeat center bottom 20px;
	text-decoration:none;
	z-index:30;
	padding:40px 30px 40px;
}
.top_access span{
	color:#473b35;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:18px;
	position:relative;
}
.top_access span:before{
	content:"";
	background:url(img/access.svg) no-repeat center center/contain;
	position:absolute;
	top:-65px;
	left:50%;
	transform:translatex(-50%);
	width:36px;
	height:49px;
}
.top_access:hover{
	background:#6e584d url(img/more2.svg) no-repeat right 40px bottom 20px;
	text-decoration:none;
	color:#fff;
}
.top_access:hover span{
	color:#fff;
}
@media screen and (max-width : 959px){


}
@media screen and (max-width : 639px){
	.keyv,
	.uk-slideshow-items{
		height:300px;
	}
	.keyv {
		margin:5px;
	}
	.top_access{
		background:#fff url(img/more.svg) no-repeat center bottom 5px;
		padding:20px 20px 20px;
	}
	.top_access span{
		font-size:15px;
	}
	.top_access span:before{
		top:-45px;
		width:26px;
		height:39px;
	}
}


/* top_title
-------------------------------------------------------------------*/
.top_title{
	margin:0 0 80px;
	line-height:200%;
	text-align:center;
	color:#473b35;
	font-size:30px;
	font-weight:500;
	letter-spacing:0.15em;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.top_title::before{
	content:"HASHIMOTO";
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
   position:absolute;
   top:60%;
   left:50%;
	transform:translate(-50%,-50%);
	color:rgba(71,59,53,0.05);
	font-size:100px;
	letter-spacing:0.2em;
}
.top_title span{
	display:block;
	color:#473b35;
	font-size:15px;
	letter-spacing:0.2em;
	line-height:100%;
	font-weight:300;
	margin:10px 0 0 0;
	padding-top:30px;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.top_title span::before{
	content:"";
   width:400px;
   height:1px;
   background-color:#473b35;
   position:absolute;
   top:0;
   left:50%;
	transform:translatex(-50%);
}
.page_clinic .top_title::before,
.page_feature .top_title::before{
	content:"ABOUT";
}
.page_contact .top_title::before,
.page_contact-confirm .top_title::before,
.page_thanks .top_title::before{
	content:"CONTACT";
}
.page_price .top_title::before{
	content:"PRICE";
}
.page_general .top_title::before,
.page_pre .top_title::before,
.page_orthodontics .top_title::before,
.page_mouthpiece .top_title::before,
.page_aesthetic .top_title::before,
.page_occlude .top_title::before,
.page_implant .top_title::before,
.page_denture .top_title::before,
.page_bridge .top_title::before,
.page_dental-surgery .top_title::before{
	content:"MENU";
}
.topinstagram .top_title::before{
	content:"INSTAGRAM";
}
.topnews .top_title::before{
	content:"NEWS";
}
.single .top_title::before,
.archivelist .top_title::before{
	content:"information";
}
.title3,
.single h4{
	font-size:17px;
	margin:30px 0 20px 0;
	padding:0 0 10px 10px;
	font-weight:400;
	letter-spacing:0.05em;
	border-bottom:double 3px #ddd;
}
@media screen and (max-width : 959px){
	.top_title{
		margin:0 0 60px;
	}
	.closed .top_title{
		margin:0 0 40px;
	}
}
@media screen and (max-width : 639px){
	.top_title{
		font-size:22px;
		margin:0 0 30px;
		line-height:180%;
	}
	.closed .top_title{
		margin:0 0 30px;
	}
	.top_title span{
		font-size:14px;
		margin:5px 0 0 0;
		padding-top:15px;
	}
	.top_title span::before{
		width:200px;
	}
	.top_title::before{
		top:60%;
		left:50%;
		font-size:36px;
	}
	.title3,
	.single h4{
		margin:0 0 15px 0;
		font-size:15px;
		padding:0 0 10px 0;
	}

}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 80px 0 0 0;
	text-decoration:none;
	text-align:center;
}
.more a{
	padding: 10px;
	font-size: 15px;
	border: 1px solid #473b35;
	color: #473b35;
	position: relative;
	letter-spacing: 1px;
	padding:25px 140px 25px 60px;
	background:#f5f3f1;
}
.more a::before {
	content: 'MORE';
	font-size:18px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	/*Button's value/text-content */
	position: absolute;
	top: -8px;
	right: 5px;
	background: #fff url(img/more.svg) no-repeat right 30px center;
	border: 1px solid #473b35;
	width: calc(100% - 40px);
	height: 100%;
	color: #473b35;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.15s ease-in-out;
	padding-right:40px;
	transition:0.2s;
}
@media screen and (min-width : 640px){
	.implantmore.more a::before {
	padding-right:70px!important;
}
.mouthpiecemore.more a::before {
	padding-right:70px!important;
}
}
.more a:hover::before {
	top: -1px;
	right: -1px;
	background: #473b35 url(img/more2.svg) no-repeat right 15px center;
	color: #fff;
}
.implantmore.more a::before {
	content: 'インプラントについて';
	padding-right:40px;
}
.mouthpiecemore.more a::before {
	content: 'マウスピース矯正について';
	padding-right:40px;
}
.topnews .more a::before,
.topinstagram .more a::before{
	content: 'すべて見る';
}
@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	p.more{
		margin: 30px 0 0 0;
		text-align:center;
	}
	.more a{
		display:block;
		font-size:14px;
		padding:12px 15px;
	}
	.more a::before {
		font-size:14px;
	}

}
/* Topconcept
-------------------------------------------------------------------*/
.Topconcept{
	padding:120px 0 40px;
	background:url(img/icon2.svg) no-repeat 120% center/auto 100%;
	margin-bottom:80px;
}
.Topconcept .top_title{
	font-size:20px;
}
.Topconcept .top_title::before{
	content: "CONCEPT";
}
.Topconcept .more a::before {
    content: '当院の特徴はこちら';
}
@media screen and (max-width : 959px){

}

@media screen and (max-width : 639px){
	.Topconcept{
		padding:40px 0 40px;
		margin-bottom:40px;
	}
	.Topconcept .top_title{
		font-size:15px;
	}
}

/* mainslide(imgslide)
------------------------------------------------------------------*/
.mainslide{
	background:url(./img/mainslide.jpg) repeat-x ;
	height:215px;
	width:100%;
	margin:100px 0 ;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width : 639px){
	.mainslide{
		height:120px;
		background-size:cover;
		margin:40px 0 40px;
	}
}



/* Topabout
-------------------------------------------------------------------*/
.Topabout{
	margin-bottom:120px;
}
.Topabout .top_title::before{
	content: "INFORMATION";
}
.Topabout .uk-container>:last-child.top_title{
	margin-bottom:80px;
}
.Topabout .info_img{
	background:url(/wp-content/uploads/2023/04/橋本歯科医院.jpg) no-repeat center center/cover;
	position:relative;
	height:100%;
	width:100%;
}
.Topabout .info_img p.cv_access{
	position:absolute;
	top:30px;
	right:30px;
}
.Topabout .info_time{
	padding:60px;
	background:#f5f3f1;
}
.Topabout .info_time .access-time{
	background:#fff;
}
.info_time p:last-child{
	margin-bottom:0;
	margin-top:25px;
}
.topabout{
	margin-top:100px;
}
.topabout >.uk-grid:last-child{
	margin-top:80px;
}
.about_img1{
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/2022/05/234-scaled.jpg) no-repeat center center/contain;
}
.about_img2{
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/2022/05/インプラント.png) no-repeat center center/contain;
}
.about_img3{
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/2022/11/home.jpg) no-repeat center center/contain;
}
.about_box{
	padding:80px 0;
}
.about_box h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:22px;
	margin-bottom:40px;
	letter-spacing:0.2em;
}
.about_menu{
	display:block;
	text-decoration:none;
	overflow: hidden;
	position:relative;
	padding-bottom:63px;
}
.about_menu h3{
	background:#f5f3f1;
	text-align:center;
	padding:15px 10px;
	margin:0;
	transition:0.4s;
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% - 20px);
}
.about_menu h3 span{
	background:url(img/more.svg) no-repeat right 10px center/53px;
	padding-right:80px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:18px;
	color:#473b35;
	transition:0.4s;
	display:inline-block;
}
.about_menu:hover h3{
	background:#e1d8ce;
}
.about_menu:hover h3 span{
	background-position:right center;
}
.about_menu > div{
	transition:0.4s;
}
.about_menu:hover > div{
	transform: scale(1.2);
}
.about_menu1{
	background:url(/wp-content/uploads/2022/05/AdobeStock_200058761-scaled.jpeg) no-repeat center center/cover;
	height:200px;
	width:100%;
}
.about_menu2{
	background:url(/wp-content/uploads/2022/05/-1-e1653020060658.jpg) no-repeat center center/cover;
	height:200px;
	width:100%;
}
.about_menu3{
	background:url(/wp-content/uploads/2023/04/TOP審美2.jpg) no-repeat center center/cover;
	height:200px;
	width:100%;
}
.about_menu4{
	background:url(/wp-content/uploads/2022/05/噛み合わせメニュー.jpg) no-repeat center center/cover;
	height:200px;
	width:100%;
}
@media screen and (max-width : 959px){
	.Topabout{
		margin-bottom:80px;
	}
	.Topabout .info_img{
		height:300px;
	}
	.topabout >.uk-grid:last-child{
		margin-top:60px;
	}
	.topabout >.uk-grid:last-child >*{
		margin-bottom:30px ;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		margin-bottom:40px;
	}
	.Topabout .info_img{
		height:200px;
	}
	.Topabout .uk-container>:last-child.top_title{
		margin-bottom:40px;
	}
	.Topabout .cv_access {
		margin:0; 
	}
	.Topabout .info_time{
		padding:15px;
	}
	.info_time p:last-child{
		margin-top:15px;
	}

	.topabout{
		margin-top:20px;
	}
	.topabout >.uk-grid:last-child{
		margin-top:30px;
	}
	.topabout >.uk-grid:last-child{
		margin-left:-10px;
	}
	.topabout >.uk-grid:last-child >*{
		padding-left:10px;
		margin-bottom:10px;
	}
	.about_img1,
	.about_img2,
	.about_img3{
		height:200px;
	}
	.about_box{
		padding:25px 0 0 0;
	}
	.about_box p{
		margin:0;
	}
	.about_box h3{
		font-size:17px;
		margin-bottom:20px;
		letter-spacing:0.1em;
	}
	.about_menu{
		padding-bottom:48px;
	}
	.about_menu h3{
		padding:5px 5px 10px;
		width:calc(100% - 10px);
	}
	.about_menu h3 span{
		background-size:25px;
		padding-right:40px;
		font-size:16px;
	}
	.about_menu1,
	.about_menu2,
	.about_menu3,
	.about_menu4{
		height:100px;
	}

}
/* topgreeting
-------------------------------------------------------------------*/
.Topgreeting{
	margin:0 0 140px;
}
.Topgreeting .top_title::before{
	content: "GREETING";
}
.Topgreeting .uk-container>:last-child.top_title{
	margin-bottom:80px;
}
.Topgreeting .more a::before {
    content: '医院紹介はこちら';
}
.greeting_bg{
	background: linear-gradient(to right, #fff 20%, #f5f3f1 20% );
	padding:60px 0 0;
}
.greeting_img1{
	background:url(img/greeting.jpg) no-repeat center 30%/cover;
	height:100%;
	width:100%;
}
.greeting_img2{
	background:url(img/greeting2.jpg)no-repeat center 30%/cover;
	height:100%;
	width:100%;
}



@media screen and (max-width : 959px){
	.Topgreeting{
		margin:0 0 80px;
	}

}
@media screen and (max-width : 639px){
	.Topgreeting{
		margin:0 0 40px;
	}
	.Topgreeting .uk-container>:last-child.top_title{
		margin-bottom:40px;
	}
	.greeting_bg{
		padding:30px 0 0;
	}
	.greeting_img1,
	.greeting_img2{
		height:200px;
	}



}

/* topmenu
-------------------------------------------------------------------*/
.Topmenu{
	margin-bottom:120px;
	padding:100px 0 60px;
	background:url(img/menu_bg.jpg) no-repeat center center/cover;
	position:relative;
}
.Topmenu:before{
	content:"";
	background:rgba(240,237,235,0.8);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.Topmenu .top_title::before{
	content: "CLINICMENU";
}
.Topmenu a{
	display:block;
	text-decoration:none;
	position:relative;
	border:solid 1px #473b35;
	height:88px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Topmenu .uk-grid>*{
	margin-bottom:40px;
}
.Topmenu a h3{
	color:#111;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align:center;
	background:url(img/more.svg) no-repeat center bottom;
	padding-bottom:20px;
	font-size:18px;
	margin:0;
	
}
.Topmenu a:hover h3{
	color:#fff;
	background:url(img/more2.svg) no-repeat 70% bottom;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .menu1 {
        background:rgba(255,255,255,0.6) url(img/menu1.png) no-repeat 102% 102%/48px;
		background-size:35px;
    }
	_::-webkit-full-page-media, _:future, :root .menu1:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu1_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu2 {
        background:rgba(255,255,255,0.6) url(img/menu2.png) no-repeat 102% 102%/48px;
			background-size:35px;
    }
	_::-webkit-full-page-media, _:future, :root .menu2:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu2_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu3 {
        background:rgba(255,255,255,0.6) url(img/menu3.png) no-repeat 102% 102%/48px;
		background-size:45px;
    }
	_::-webkit-full-page-media, _:future, :root .menu3:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu3_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu4 {
        background:rgba(255,255,255,0.6) url(img/menu4.png) no-repeat 102% 102%/48px;
			background-size:50px;
    }
	_::-webkit-full-page-media, _:future, :root .menu4:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu4_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu5 {
        background:rgba(255,255,255,0.6) url(img/menu5.png) no-repeat 102% 102%/48px;
		background-size:54px;
    }
	_::-webkit-full-page-media, _:future, :root .menu5:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu5_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu6 {
        background:rgba(255,255,255,0.6) url(img/menu6.png) no-repeat 102% 102%/48px;
			background-size:53px;
    }
	_::-webkit-full-page-media, _:future, :root .menu6:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu6_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu7 {
        background:rgba(255,255,255,0.6) url(img/menu7.png) no-repeat 102% 102%/48px;
		background-size:55px;
    }
	_::-webkit-full-page-media, _:future, :root .menu7:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu7_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu8 {
        background:rgba(255,255,255,0.6) url(img/menu8.png) no-repeat 102% 102%/48px;
			background-size:60px;
    }
	_::-webkit-full-page-media, _:future, :root .menu8:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu8_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu9 {
        background:rgba(255,255,255,0.6) url(img/menu9.png) no-repeat 102% 102%/48px;
		background-size:44px;
    }
	_::-webkit-full-page-media, _:future, :root .menu9:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu9_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu10 {
        background:rgba(255,255,255,0.6) url(img/menu10.png) no-repeat 102% 102%/48px;
			background-size:33px;
    }
	_::-webkit-full-page-media, _:future, :root .menu10:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu10_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu11 {
        background:rgba(255,255,255,0.6) url(img/menu11.png) no-repeat 102% 102%/48px;
		background-size:47px;
    }
	_::-webkit-full-page-media, _:future, :root .menu11:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu11_2.png);
    }
	    _::-webkit-full-page-media, _:future, :root .menu12 {
        background:rgba(255,255,255,0.6) url(img/menu12.png) no-repeat 102% 102%/48px;
			background-size:46px;
    }
	_::-webkit-full-page-media, _:future, :root .menu12:hover {
        	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu12_2.png);
    }
}

/*---症例アイコン---*/
.menu1{
	background:rgba(255,255,255,0.6) url(img/menu1.svg) no-repeat 102% 102%/48px;
}
.menu1:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu1_2.svg);
}
.menu2{
	background:rgba(255,255,255,0.6) url(img/menu2.png) no-repeat 102% 102%/48px;
}
.menu2:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu2_2.png);
}
.menu3{
 	background:rgba(255,255,255,0.6) url(img/menu3.svg) no-repeat 102% 102%/48px; 
}
.menu3:hover{
	background-color:rgba(71,59,53,0.9);
 	background-image:url(img/menu3_2.svg); 
}
.menu4{
	background:rgba(255,255,255,0.6) url(img/menu4.svg) no-repeat 102% 102%/61px;
}
.menu4:hover{
	background-image:url(img/menu4_2.svg);
	background-color:rgba(71,59,53,0.9);
}
.menu5{
	background:rgba(255,255,255,0.6) url(img/menu5.svg) no-repeat 102% 102%/64px;
}
.menu5:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu5_2.svg);
}
.menu6{
	background:rgba(255,255,255,0.6) url(img/menu6.svg) no-repeat 102% 102%/63px;
}
.menu6:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu6_2.svg);
}
.menu7{
	background:rgba(255,255,255,0.6) url(img/menu7.svg) no-repeat 102% 102%/73px;
}
.menu7:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu7_2.svg);
}
.menu8{
	background:rgba(255,255,255,0.6) url(img/menu8.svg) no-repeat 102% 102%/75px;
}
.menu8:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu8_2.svg);
}
.menu9{
	background:rgba(255,255,255,0.6) url(img/menu9.svg) no-repeat 102% 102%/54px;
}
.menu9:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu9_2.svg);
}
.menu10{
	background:rgba(255,255,255,0.6) url(img/menu10.svg) no-repeat 102% 102%/43px;
}
.menu10:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu10_2.svg);
}
.menu11{
	background:rgba(255,255,255,0.6) url(img/menu11.svg) no-repeat 102% 102%/57px;
}
.menu11:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu11_2.svg);
}
.menu12{
	background:rgba(255,255,255,0.6) url(img/menu12.svg) no-repeat 102% 102%/56px;
}
.menu12:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu12_2.svg);
}

/*_:lang(x)+_:-webkit-full-screen-document, .menu1{
	background:rgba(255,255,255,0.6) url(img/menu1.png) no-repeat 102% 102%/48px;
}
_:lang(x)+_:-webkit-full-screen-document, .menu1:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu1_2.png);
}


---Safari用、症例アイコン---

_::-webkit-full-page-media, _:future, :root .menu1 {
    background:rgba(255,255,255,0.6) url(img/menu1.png) no-repeat 102% 102%/48px;
}
_::-webkit-full-page-media, _:future, :root .menu1:hover {
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu1_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu2{
	background:rgba(255,255,255,0.6) url(img/menu2.png) no-repeat 102% 102%/48px;
}
_::-webkit-full-page-media, _:future, :root.menu2:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu2_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu3{
 	background:rgba(255,255,255,0.6) url(img/menu3.png) no-repeat 102% 102%/48px; 
}
_::-webkit-full-page-media, _:future, :root.menu3:hover{
	background-color:rgba(71,59,53,0.9);
 	background-image:url(img/menu3_2.png); 
}
_::-webkit-full-page-media, _:future, :root.menu4{
	background:rgba(255,255,255,0.6) url(img/menu4.png) no-repeat 102% 102%/61px;
}
_::-webkit-full-page-media, _:future, :root.menu4:hover{
	background-image:url(img/menu4_2.png);
	background-color:rgba(71,59,53,0.9);
}
_::-webkit-full-page-media, _:future, :root.menu5{
	background:rgba(255,255,255,0.6) url(img/menu5.png) no-repeat 102% 102%/64px;
}
_::-webkit-full-page-media, _:future, :root.menu5:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu5_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu6{
	background:rgba(255,255,255,0.6) url(img/menu6.png) no-repeat 102% 102%/63px;
}
_::-webkit-full-page-media, _:future, :root.menu6:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu6_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu7{
	background:rgba(255,255,255,0.6) url(img/menu7.png) no-repeat 102% 102%/73px;
}
_::-webkit-full-page-media, _:future, :root.menu7:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu7_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu8{
	background:rgba(255,255,255,0.6) url(img/menu8.png) no-repeat 102% 102%/75px;
}
_::-webkit-full-page-media, _:future, :root.menu8:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu8_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu9{
	background:rgba(255,255,255,0.6) url(img/menu9.png) no-repeat 102% 102%/54px;
}
_::-webkit-full-page-media, _:future, :root.menu9:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu9_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu10{
	background:rgba(255,255,255,0.6) url(img/menu10.png) no-repeat 102% 102%/43px;
}
_::-webkit-full-page-media, _:future, :root.menu10:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu10_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu11{
	background:rgba(255,255,255,0.6) url(img/menu11.png) no-repeat 102% 102%/57px;
}
_::-webkit-full-page-media, _:future, :root.menu11:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu11_2.png);
}
_::-webkit-full-page-media, _:future, :root.menu12{
	background:rgba(255,255,255,0.6) url(img/menu12.png) no-repeat 102% 102%/56px;
}
_::-webkit-full-page-media, _:future, :root.menu12:hover{
	background-color:rgba(71,59,53,0.9);
	background-image:url(img/menu12_2.png);
}*/







@media screen and (max-width : 959px){
	.Topmenu{
		margin-bottom:80px;
	}
}
@media screen and (max-width : 639px){
	.Topmenu{
		margin-bottom:40px;
		padding:40px 0 20px;
	}
	.Topmenu .uk-grid{
		margin-left:-10px
	}
	.Topmenu .uk-grid>*{
		padding-left:10px;
		margin-bottom:10px;
	}
	.menu1{
		background-size:35px;
	}
	.menu2{
		background-size:35px;
	}
	.menu3{
		background-size:45px;
	}
	.menu4{
		background-size:51px;
	}
	.menu5{
		background-size:54px;
	}
	.menu6{
		background-size:53px;
	}
	.menu7{
		background-size:55px;
	}
	.menu8{
		background-size:63px;
	}
	.menu9{
		background-size:44px;
	}
	.menu10{
		background-size:33px;
	}
	.menu11{
		background-size:47px;
	}
	.menu12{
		background-size:46px;
	}



}


/* topinstagram
---------------------------------------*/
.topinstagram{
	margin:0 0 120px;
}
.instagram_img ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
.instagram_img ul li{
	list-style:none;
	width:calc(20% - 12px);
	float:left;
	margin-right:15px;
}
.instagram_img ul li:last-child{
	margin-right:0;
}
.instagram_img ul li a{
	display:block;
}
@media screen and (max-width : 959px){
	.topinstagram{
		margin:0 0 80px;
	}
}
@media screen and (max-width : 639px){
	.topinstagram{
		margin:0 0 40px;
	}
	.instagram_img ul li{
		list-style:none;
		width:calc(50% - 5px);
		float:left;
		margin-right:10px;
	}
	.instagram_img ul li::nth-child(even){
		margin-right:0;
	}
}
/* line-list
---------------------------------------*/
.topnews{
	max-width:1000px;
	margin:0 auto ;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#111;
	display:block;
	padding:20px 15px 20px ;
	position:relative;
	transition:0.4s;
}
.line-list li h3{
	display:inline-block;
	font-size:16px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	width:calc(100% - 220px);
}
.line-list li a:hover h3{
	color:#f56c27	
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:100%;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:7px 25px;
	margin:0 30px 0 0;
	font-size:12px;
	line-height:100%;
	text-transform:uppercase;
	vertical-align: middle;
	background:#473b35;
}
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){
	.topnews{
		margin:0 0 80px;
	}
}
@media screen and (max-width : 639px){
	.topnews{
		margin:0 0 40px;
	}
	.date{
		margin:0;
		font-size:10px;
	}
	.line-list{
		margin:25px 0 5px 0;
	}
	.line-list li a{
		padding:10px 10px;
	}
	.line-list li h3{
		display:block;
		margin: 8px 0 0 0 ;
		width:100%;
		font-size:14px;
	}
	.i-cat{
		padding:5px 10px;
		margin:0;
		font-size:10px;
	}
}



/*==================================================================
	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_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{
	text-align:center;
}
@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/keyv.jpg) no-repeat center 80%/cover ;
	height:240px;
	margin:0 10px 0 ;
	position:relative;
}
.page_keyv:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(23,23,23,0.2);
	width:100%;
	height:100%;
	z-index:20;
}

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

}
@media screen and (max-width : 639px){
	.page_keyv{
		height:100px;
		margin:0 5px 0 ;
	}
}

/* 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 40px 0;
	padding:22px 20px ;
	border-top:solid 3px #473b35;
	border-bottom:solid 1px #999;
	font-size:22px;
	font-weight:400;
	letter-spacing:0.15em;
	line-height:160%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.title2,
.single h3{
	font-size:20px;
	margin:40px 0 30px 0;
	font-weight:400;
	letter-spacing:0.1em;
	padding:15px 20px 15px 30px;
	position:relative;
	background:#f6f6f6;

	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.title2:before,
.single h3:before{
	content:"";
	position:absolute;
	left:10px;
	top:10px;
	background:#473b35;
	height:calc(100% - 20px);
	width:6px;
}
.title2 span,
.single h3 span{
	font-size:13px;
	color:#666;
}
/*----主な変更
/*.headad{
	padding-bottom:150px;
}
.headad2{
	padding-bottom:125px;
}*/
/*@media screen and (max-width : 639px){
	.headad{
	padding-bottom:60px!important;
}
	.headad2{
	padding-bottom:40px;
}
}
/*
.contents {
	padding-bottom:80px;
}*/

#price1{
   margin-top:-150px;
   padding-top:150px;
}
#price2{
   margin-top:-150px;
   padding-top:150px;
}
#price3{
   margin-top:-150px;
   padding-top:150px;
}
#price4{
   margin-top:-120px;
   padding-top:120px;
}
#price5{
   margin-top:-150px;
   padding-top:150px;
}
#price6{
   margin-top:-150px;
   padding-top:150px;
}
#price7{
   margin-top:-150px;
   padding-top:150px;
}
@media screen and (max-width: 959px){
	#price1{
   margin-top:-90px;
   padding-top:90px;
}
#price2{
   margin-top:-90px;
   padding-top:90px;
}
#price3{
   margin-top:-90px;
   padding-top:90px;
}
	#price4{
   margin-top:-70px;
   padding-top:70px;
}
#price5{
   margin-top:-90px;
   padding-top:90px;
}
#price6{
   margin-top:-90px;
   padding-top:90px;
}
	#price7{
   margin-top:-90px;
   padding-top:90px;
}
}

/*----主な変更*/

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


}

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


/* 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{
	max-width:1000px;
	margin:0 auto;
}
.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;
	line-height:160%;
}
.archivelist .top_title,
.singlepage .top_title,
.archivelist .top_title3 span{
	text-transform: uppercase;
}
.archivelist .top_title3{
	text-transform: none;
}
.single_more .more a::before{
	content: '前の記事へ';
}
.single_more >*:last-child .more a::before{
	content: '次の記事へ';
}
@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;
	}
	.single_more .more a::before{
		background-size:25px;
	}
	.archivelist .top_title{
		margin:20px 0 40px;
	}
	.singlepage .top_title{
		margin:20px 0 ;
		font-size:16px;
	}
}

/* サムネイル付き list
----------------------------*/
.Box a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0 0 30px;
	position:relative;
	background:#fff url(./img/more2.svg) no-repeat right 10px bottom 10px/15px;
	border:1px solid #ddd;
}
.Box h2{
	font-size:18px;
	margin:15px 0 20px 0 ;
	line-height:160%;
	transition:0.4s;
	color:#473b35;
	padding:0;
}
.blog_list .Box h2{
	font-size:16px;
	color:#333;
}
.Box a img{
	float:left;
	width:270px;
	margin-right:30px;
}
.Box .date{
	display:inline-block;
	margin:0 15px 0 0;
}
.blog_list .Box .i-cat{
	background:#dd314f;
	color:#fff;
}
.Box_right{
	padding:30px;
}
p.Box-txt{
	font-size:13px;
	letter-spacing:0.1px;
	color:#666;
	margin:0;
}
.Box a:hover{
	border:1px solid #473b35;
}
@media screen and (max-width : 959px){
	.Box a img{
		width:30%;
		margin:0 20px 0 0;
	}

}
@media screen and (max-width : 639px){
	.uk-container p.Box-txt{
		display:none;
	}
	.Box a img{
		width:45%;
		margin:0 15px 0 0;
	}
	.Box a{
		margin:0 0 5px  ;
		height:auto;
		background-size:10px;
		border:none;
	}
	.blog_list .Box a{
		background-position:right bottom;
	}
	.Box_right{
		padding: 15px;
	}
	.blog_list .Box_right{
		padding:0 0 0 15px;
	}
	.Box h2{
		font-size:14px;
		margin:8px 0 0 0;
	}
	.blog_list .Box h2{
		font-size:13px;
		line-height:160%;
		padding:0;
	}
	.blog_list .case_img {
		min-height: 100px;
	}

}



/*   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: #111;
	background-color: #f4f4f4;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover,
.pagination a:hover,
.pagination span.current{
	background:#473b35;
	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:#473b35;
	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;
	}
	.pagination {
		margin:30px 0 0 0;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	border-bottom:none;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	padding:10px;
	text-align:center;
	letter-spacing:0.1em;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#111;
	border-top:2px solid #473b35;
	border-bottom:1px solid #999;
	background:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.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 50px 10px 0;
	font-size:14px;
	line-height:160%;
	color:#333;
	background:url(./img/more.svg) no-repeat right 10px center/30px;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	color:#f56c27;
	background-position:right center;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
}



/*==================================================================
	footer settings
===================================================================*/
footer{
	margin:120px 0;
}
/* cv
------------------------------------------------------------------*/
.cv{
	position:relative;
}
.footer_logo{
	display:block;
	margin:0 0 40px;
}
.footer_access{
	margin:0 0 35px;
}
.cv_access{
	display: -webkit-flex;
	display: flex;
	color:#fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:18px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background:#473b35;
	height:130px;
	width:130px;
	border-radius:65px;
	text-align:center;
	margin:0 0 0 auto;
}

/*--insta icon--*/
.footer_tel a{
	text-decoration:none;
	color:#473b35;
	font-size:12px;
	display:inline-block;
	text-align:left;
	margin:0 40px 35px 20px;
}
.footer_tel a span{
	color:#473b35;
	font-size:22px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background:url(img/icon_tel2.svg) no-repeat left center/15px;
	padding-left:20px;
	margin-left:-20px;
	letter-spacing:0.1em;
}
.footer_tel a:hover span{
	color:#f56c27;
	transition:0.4s;
}

.foot_insta a:hover{
	background-image:url(img/instagram3.svg);
}
.foot_insta a{
	background:url(img/instagram.svg) no-repeat center center/30px;
	height:30px;
	width:30px;
	display:block;
	bottom:25px;
	right:13px;
}
.foot_insta a{
	background-image:url(img/instagram.svg) ;
}
.foot_insta a:hover{
	background-image:url(img/instagram3.svg) ;
}
.foot_linksflex{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
}

@media screen and (max-width : 959px){
	footer{
		margin:80px 0;
	}
	.foot_linksflex{
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width : 639px){
	footer{
		margin:40px 0 20px;
	}
	.cv_access{
		font-size:15px;
		height:100px;
		width:100px;
		margin:-60px auto 0;
	}
	.footer_access{
		margin:20px 0 20px 5px;
		font-size:14px;
	}
	.footer_tel a{
		margin:0 40px 15px 30px;
	}

}


/* cv 診療時間
-------------------------------------------------------------------*/
.access-time{
	background:#f5f3f1;
	padding:5px 20px;
}
.sheet-time {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	padding:10px 5px;
	text-align:center;
	font-weight:300;
}
.sheet-time th{
	letter-spacing:2px;
}
.sheet-time tr:first-child{
	letter-spacing:0.1em;
}
.sheet-time td{
	width:8%;
	border-top:1px solid #ddd;
}
.sheet-time td.red{
	color:#dd314f;
}
.sheet-time th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:10px;
}
p.about_time{
	padding:20px 30px 0 0;
	margin:0;
	line-height:200%;
	text-align:right;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.access-time{
		padding:0 10px;
	}
	.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 10px 0 0;
		font-size:12px;
		margin-bottom:20px ;
	}
}

/* sitemap
-------------------------------------------------------------------*/
.footer_sitemap ul{
	padding:0;
	width:33.3333%;
	float:left;
	margin:0;
}
.footer_sitemap ul li{
	display:block;
	margin:0 0 15px;
}
.footer_sitemap ul li a{
	text-decoration:none;
	color:#111;
	font-size:15px;
	padding:0 15px 0 30px;
	background:url(img/more3.svg) no-repeat left center;
}
.footer_sitemap ul li a:hover{
	color:#f56c27;
	background-position:5px center;
}

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

}

@media screen and (max-width : 639px){
	.footer_sitemap ul li a{
		font-size:12px;
		padding:0 10px 0 15px;
		background-size:10px;
	}
	.footer_sitemap ul li{
		margin:0 0 5px;
	}

}

/* sign
-------------------------------------------------------------------*/
.footer_sign{
	position:absolute;
	bottom:0;
	right:0;
}
.footer_sign p {
	color: #111;
	font-size:12px;
	margin:0;
	letter-spacing:0.1em;
	padding:0;
}
.footer_sign a{
	display:inline-block;
	/*margin:0 0 20px 15px;*/
}
.foot_insta{
	display:flex;
}
@media screen and (max-width : 959px){
	.cv{
		padding-bottom:100px;
	}
	.footer_sign{
		right:auto;
		left:50%;
		transform:translatex(-50%);
		width:100%;
	}

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

/* footer_img
-------------------------------------------------------------------*/
.footer_img{
	height:500px;
	background:url(img/footer_img.jpg) no-repeat center 70%/cover;
	margin-bottom:100px;
}
@media screen and (max-width : 959px){
	.footer_img{
		height:400px;
		margin-bottom:80px;
	}
}
@media screen and (max-width : 639px){
	.footer_img{
		height:200px;
		margin-bottom:40px;
	}
}

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




/*==================================================================
  form setting
===================================================================*/
.indispensable{
	display:inline-block;
	font-size:12px;
	color:#f6a800;
	line-height:140%;
	margin:0;
}
/* 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:#473b35;
	padding:0;
	letter-spacing:0.1em;
	font-weight:600;
	text-align:center;
	background:#fff url(./img/more.svg) no-repeat right 30px center/30px;
	padding:15px 80px 15px 30px;
	min-width:180px;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	margin:0 15px;
	border:solid 1px #473b35;
	border-radius:0;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background:#473b35 url(img/more2.svg) no-repeat right 15px center/30px;
	transform:0.2s;
	color:#fff;
}


.spimg{
	display:none
}
.padimg{
	display:none
}
.pcimg{
	display:block
}
@media only screen and (max-width: 640px) {
    .pcimg { display: none !important; }
    .spimg { display: none !important; }
	.padimg { display:block !important; }
}
@media only screen and (max-width: 400px) {
    .pcimg { display: none !important; }
    .spimg { display: block !important; }
	.padimg { display: none !important; }
	.spimg .slidebtn {top: 40%;}
}
.blog__cnt__list {
list-style: none;
    padding-left: 20px;
    margin-bottom: 38px;
}
.blog__cnt__list li {
    margin-bottom: 4px;
    font-size: 20px;
    color: #333333;
    padding-left: 28px;
    letter-spacing: -1px;
    background: url(/wp-content/uploads/2023/01/icon_check_blue.png) no-repeat left 18px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.implant_imgfelx img{
	width:350px;
	padding:10px 0px;
}
.implant_imgfelx {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 760px){
.implant_imgfelx img{
	width:250px;
	padding:10px 0px;
}
.implant_imgfelx {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
}
.whiteimgflex {
    display: flex;
    justify-content: space-around;
	align-items:  flex-start;
}
.whiteimgflex img{
	width:45%;
}

/*--navのプルダウン追加CSS--*/
.sp_telpull{
	position: fixed;
	bottom: 103px;
	/*right: 0;*/
	z-index: 1000;
	display: flex;
	width: 33.3%;
	visibility:hidden;
	opacity: 0;
	border-bottom: solid 1px #fff;
}
.sp_telpull a{
	display: block;
	width: 50%;
	text-align: center;
	background: #473b35;
	color: #fff;
	text-decoration: none;
	padding: 25px 0;
}
.sp_con_mail:hover .sp_telpull,.sp_con_mail a:hover .sp_telpull{
	visibility:visible;
	opacity: 1;
	transition: all .3s;
}

.toggle_mailpullchild{
	justify-content: space-between;
	margin-bottom: 20px;
}
.toggle_mailpullchild2 a {
    padding: 10px 0;
    width: 110px;
    margin-left: auto;
}
@media screen and (max-width: 768px){
	.toggle_mailpullchild2 a {
    padding: 10px 0;
 
    margin-left: auto;
}
}

.sp_telpull {
    display: flex;
    align-items: flex-end;
}
.sp_telpull div{
    width:100%;
}
.sp_telpull div a {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}
.tellpull_bros2{
	display:none;
}
.tellpull_bros1:hover + .tellpull_bros2{
	display:flex!important;
	flex-direction: column-reverse;
}


@media screen and (max-width: 639px){
	.sp_telpull {
		bottom: 61px;
	}
}
.child_head_contact a:nth-child(1) ,.child_head_contact a:nth-child(2) ,.child_head_contact a:nth-child(3){
	font-size: 15px;
    width: 77px;
    text-align: center;
    padding: 10px 18px 25px;
}
.child_head_contact{
	z-index: 1000;
    opacity: 0!important;
    visibility: hidden!important;
}
a.parent_head_contact:hover + .child_head_contact{
	opacity: 1!important;
    visibility: visible!important;
    transition: all .3s!important;
}
.child_head_contact:hover{
	opacity: 1!important;
    visibility: visible!important;
    transition: all .3s!important;
}
.child_head_contact a:nth-child(1) {
    top: 201px;
}
.child_head_contact a:nth-child(2) {
    top: 259px;
}
.child_head_contact a:nth-child(3) {
    top: 317px;
}



/*.h_condown{
	display:none;
}
@media screen and (max-width : 1200px){
.h_condown{
	display:block;
}
.h_conup{
	display:none;
}
}
@media screen and (max-width : 959px){
.h_condown{
	display:none;
}
}*/


.implant_flex{
	display: flex;
}
.implant_flex img {
    padding: 10px;
}
ul.invisa_ul li {
    margin: 0;
}

_:lang(x)+_:-webkit-full-screen-document, .child_head_contact a:nth-child(2) {
    top: 258px;
}
_:lang(x)+_:-webkit-full-screen-document, .child_head_contact a:nth-child(3) {
    top: 315px;
}
.tellpull_bros2:hover{
	display: flex;
	flex-direction: column-reverse;
}

/*	UK_slidebutton
-------------------------------------------------------------------*/
.slidebtn{
	position: absolute;
    top: 50%;
    z-index: 100;
}
.slidebtn.slidenext {
    right: 0;
}
.slidebtn a {
    padding: 20px 10px;
    background: #ffffff88;
	display: block;
    width: 32px;
	padding-right: 0;
}
.slidebtn.slidenext a{
	padding-right: 10px;
	padding-left: 0;
}
.slidebtn a span{
	display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.slidebtn.slidenext a span{
	border: 2px solid currentColor;
  border-right: 0;
	border-top:0;
}


/*-インプラントページ特徴-*/
.implantfeaturebox{
	position:relative;
	height: 550px;
}
.implantfeaturebox .implantfeatureimgsp{
	display:none;
}
.implantfeaturebox a:nth-child(1) {
    position: absolute;
    top: 0;
    right: 23%;
    width: 20%;
}
.implantfeaturebox a:nth-child(2){
	position: absolute;
    top: 50%;
	transform: translate(0,-50%);
    right: 1%;
    width: 20%;
}
.implantfeaturebox a:nth-child(3){
	position: absolute;
    bottom: 0;
    right: 23%;
    width: 20%;
}
.implantfeaturebox a:nth-child(4){
	position: absolute;
    bottom: 0;
    left: 23%;
    width: 20%;
}
.implantfeaturebox a:nth-child(5){
	position: absolute;
    top: 50%;
	transform: translate(0,-50%);
    left: 1%;
    width: 20%;
}
.implantfeaturebox a:nth-child(6){
	position: absolute;
    top: 0;
    left: 23%;
    width: 20%;
}
.implantfeaturebox img:nth-child(7) {
    position: absolute;
    top: 50%;
	transform: translate(0,-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 220px;
}

.implantfeature{
	margin:0!important;
	overflow:visible!important;
}
.implantfeature:before {
	content:"";
    display:block;
    height:100px;       /* 移動する距離。 私の場合は、height:3rem; 　高さは調節してくださいね。*/
    margin:-100px 0 0;
}
@media only screen and (max-width: 750px) {
	.implantfeaturebox {
    height: 450px;
}
}
@media only screen and (max-width: 600px) {
	.implantfeaturebox {
    height: 330px;
}
	.implantfeaturebox a img:nth-child(1){
	display:none;
}
	.implantfeaturebox .implantfeatureimgsp{
	display:block;
}
}
@media only screen and (max-width: 450px) {
	.implantfeaturebox {
    height: 250px;
	}
	.implantfeaturebox img:nth-child(7) {
	width:150px
	}
	.implantfeaturebox a{
		width:24%!important;
	}
}
@media only screen and (max-width: 350px) {
	.implantfeaturebox {
    height: 220px;
	}
	.implantfeaturebox a{
	width:25%!important;
	}
	.implantfeaturebox img:nth-child(7) {
	width:120px
	}
}



.mouthfeaturebox{
	display: grid;
    grid-template-columns: 50% 50%;
	max-width: 700px;
    margin: auto;
}
.mouthfeaturebox img{
	padding: 10px;
}

