/**
* Theme Name: Dentiq Child Theme
* Description: This is a child theme of Dentiq Theme. Developed by Themesion
* Author: <a href="https://themesion.com/">Themesion</a>
* Template: dentiq
* Version: 1.0
*/


.toplist {
	font-size:23px;
}

.or {
  display: flex;
}

.center {
	text-align:center;
}

table.biz-hour {
  border-collapse: collapse;
}

@media screen and (min-width: 1025px) {
	
	footer.footer {
	display:none;
}
	
}



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

	table.biz-hour {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

 
}
table.biz-hour th {
  /* １番上の線 */
  /* #A28C63っていうのが色の名前なので、ここをお好みで */
  border-top: 1px solid #A28C63;
}
table.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #A28C63;
}

/* 上段の背景色 */
table.biz-hour th {
  /* background: pink; */
  font-weight: normal;
}

.footer_sc table.biz-hour th {
	background:#adadad; 
}

/* 土曜日の文字色 */
table.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
table.biz-hour th.sun {
  color: #e66a6a;
}

@media screen and (max-width: 768px) {
	.toplist {
	font-size:18px;
}
	
  .or {
		flex-direction: column;
}
	.or .or1 {order: 1;}
    .or .or2 {order: 2;}
	
	
	.nav-item i {
  display: block;
  font-size: 24px;
}
.nav-item a span {
  display: block;
  font-size: 10px;
}
	.nav-list {
  display: table;
  padding: 0;
  list-style: none;
  text-align: center;
}
.nav-item {
  display: table-cell;
  padding: 4px 0px;
}
	.nav-list {
  table-layout: fixed;
  width: 100%;
}
	
	.nav-list {
  border-collapse: collapse;
}
.nav-item {
  border: solid 1px gray;
}
	
	.global-nav {
  position: fixed;
  left: 0;
  bottom: 0;
		background:#fff;
}
	footer.footer {
		z-index: 50;
		position: relative;
		
	}
	
	
	
}



/* btnbox */
.bntbox, .btnbox {
	display: flex;
}
.bntbox.center, .bntbox.center1, .btnbox.center, .btnbox.center1 {
	justify-content: center;
}
.bntbox.center2, .btnbox.center2 {
	justify-content: space-around;
}
.bntbox.right, .btnbox.right {
	justify-content: flex-end;
}

@media screen and (min-width: 768px) { /* pc */
.bntbox.pc_center, .bntbox.pc_center1, .btnbox.pc_center, .btnbox.pc_center1 {
	justify-content: center;
}
.bntbox.pc_center2, .btnbox.pc_center2 {
	justify-content: space-around;
}
.bntbox.pc_right, .btnbox.pc_right {
	justify-content: flex-end;
}
}

@media screen and (max-width: 767px) { /* sp */
.bntbox {
	flex-wrap: wrap;
}
.bntbox.sp_center, .bntbox.sp_center1, .btnbox.sp_center, .btnbox.sp_center1 {
	justify-content: center;
}
.bntbox.sp_center2, .btnbox.sp_center2 {
	justify-content: space-around;
}
.bntbox.sp_right, .btnbox.sp_right {
	justify-content: flex-end;
}
}
/* btn1 */
.btn1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 10px;
	background: #f39801;
	box-shadow: 0 0 0 #666;
	color: #fff;
	text-decoration: none;
}
.btn1.arrow a::after {
	content: "";
	display: inline-block;
	background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}

@media screen and (min-width: 768px) { /* pc */
.btn1 a {
	width: 335px;
	height: 54px;
	border-radius: 27px;
	transition: all 100ms ease;
	position: relative;
-webkit-transition: none;
  transition: none;
  text-decoration: none!important;
  padding: 0.5em 1em;
  box-shadow: 0 3px 0 #d37800;
}
.btn1.arrow a::after {
	width: 26px;
	height: 26px;
	margin-left: 0.5em;
}
.btn1 a:hover {
	
	color:#fff;
	 top: 3px;
  box-shadow: none;
}
}

@media screen and (max-width: 767px) { /* sp */
.btn1 a {
	width: 200px;
	max-width: 100%;
	height: 30px;
	border-radius: 27px;
	
	transition: all 100ms ease;
}
.btn1.arrow a::after {
	width: 15px;
	height: 15px;
	margin-left: 0.5em;
}
.btn1 a:hover {
	box-shadow: 2px 2px 0 #666;
}
}

/* btn2 */
.btn2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 10px;
	background: #888;
	box-shadow: 0 0 0 #666;
	color: #fff;
	text-decoration: none;
}
.btn2.arrow a::after {
	content: "";
	display: inline-block;
	background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}

@media screen and (min-width: 768px) { /* pc */
.btn2 a {
	width: 335px;
	height: 54px;
	border-radius: 27px;
	
	transition: all 100ms ease;
	box-shadow: 0 3px 0 #434444;
	position: relative;
-webkit-transition: none;
  transition: none;
  text-decoration: none!important;
  padding: 0.5em 1em;
}
.btn2.arrow a::after {
	width: 26px;
	height: 26px;
	margin-left: 0.5em;
}
.btn2 a:hover {
	color:#fff;
	 top: 3px;
  box-shadow: none;
}
}

@media screen and (max-width: 767px) { /* sp */
.btn2 a {
	width: 200px;
	max-width: 100%;
	height: 30px;
	border-radius: 27px;
	font-size: 1.3rem;
	transition: all 100ms ease;
}
.btn2.arrow a::after {
	width: 15px;
	height: 15px;
	margin-left: 0.5em;
}
.btn2 a:hover {
	box-shadow: 2px 2px 0 #666;
}
}

@media screen and (max-width: 767px) { /* sp */
.scroll-to-top {
	margin-bottom:70px;
	}
}