/*--------------------------------------------------------------------------
 * tablet
----------------------------------------------------------------------------*/
@media only screen and (max-width: 830px) {
body{
	margin-top: 0 !important;
}
.overlay-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.59);
    z-index: 10;
}
/*
 *スマホタブレット共通
 *----------------------------------*/
header {
    display: none;
}
/*----------------------------------
	footer
-----------------------------------*/
section #shop_info h2{
	width: 90%;
	margin: 20px auto;
}
section #shop_info .shop_info_txt01 {
	text-align: center;
}
section #shop_info #shop_info_tel {
	text-align: center;
}
section #shop_info .shop_info_txt02 {
	text-align: center;
	margin-bottom: 30px;
}
section #shop_info #shop_info_service_time h3 {
	margin-left: 5px;
}
section #shop_info #shop_info_service_time p{
	margin-left: 5px;
}
section #shop_info #shop_info_service_time p span{
	display: block;
}
section#shop-info article .shop-info-L #shop-schedule td.schedule_time {
	font-size: 1.2rem;
	width: 30%;
}
section #shop_schedule {
	font-size: 0.5rem;
	margin-bottom: 5px;
}
.spb20 {
	margin-bottom: 20px;
}
/*----------------------------------
	sidemenu overlay 
-----------------------------------*/
#btn-trigger {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
    height: 100px;
	background: #009BAB;
	margin: 0;
	padding: 0;
	z-index: 3000;
	cursor: pointer;
}
#btn-trigger article{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(15px) rotate(45deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    transform: translateY(-15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(15px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-14px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-14px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}
.g-nav {
	position: fixed;
	display: block;
	top: 50%;
	right: -100px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 375px;
	min-width: 375px;
	transition: .3s;
	z-index: 10;
	background: #fff;
	height: 100%;
}
.is-active-nav {
	right: -375px;
}
.g-nav .g-nav-inner {
	margin: 20.0rem 2.0rem;
}
.g-nav .g-nav-inner h1{
	width: 230px;
	margin-bottom: 5.0rem;
}
.g-nav .g-nav-inner nav ul{
	margin-bottom: 3.0rem;
}
.g-nav .g-nav-inner nav ul li{
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
}

.gnav-contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2.0rem;
	background: #009BAB;
	color: #fff;
}
.gnav-contact .tell {
	font-size: 3.2rem;
}
/*----------------------------------
	sidebar
-----------------------------------*/
.sidebar {
	float: none;
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: flex-start;
}
.sidebar .sidebar-section1 {
	margin-right: 5.0rem;
}
/*----------------------------------
	grid
-----------------------------------*/
[class^="grid-"] {
        display: block;
        float: none;
}
.grid-tripartition,
.grid-half
 {
	width:100%;
	
}
.grid-tripartition {
padding-bottom:10%;
}
/*----------------------------------
	button
-----------------------------------*/
.bkbutton {
        position: relative;
        background: #000;
        color: #fff;
        padding:1em 0;
        text-align: center;
		width: 40%;
		display:block;
}
/*----------------------------------
	index
-----------------------------------*/
#keyv h2{
	padding-top: 50%;
}
#keyv h2 img {
    width: 80%;
}

section #news{
    padding: 2% 8%;
}

section .newsCover {
	width: 100%;
}
section #news h2, section #news ul {
        display:block;
		width:100%;
}
section #news h2 span {
        display: inline;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        color: #9c9c9c;
        letter-spacing: .1em;
        font-weight: normal;
}
section #news ul li{
	margin-bottom: 20px;
}
section #news ul li span.topics-date {
	display: block;
	font-size: 0.8rem;
}
section #news .btn-link {
	width: 50%;
}
section #shop_schedule {
    width: 100%;
    border: 1px solid #fff;
    background: #f2f2f2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-collapse: collapse;
    margin: 1% 0;
}
section#index-news .btn-link {
	width: 30%;
}
section#index-message article{
	display: block;
}
section#index-message article .index-message-L, section#index-message article .index-message-R {
	width: 100%;
}
section#index-message #boss_label {
	top: 75%;
    left: 15%;
    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
section#index-message article .index-message-R .index-message-R-inner {
    padding: 5.0rem 5.0rem 5.0rem 25rem;
}
/*----------------------------------
	page
-----------------------------------*/
.service-list {
	justify-content: space-between;
	padding: 2.0rem;
}
.service-list li{
	margin: 0 0 2.0rem 0;
	width: 32%;
}
.service-list li a{
	font-size: 1.2rem;
}
.flow-inner {
	width: 80%;
}
ol.flow-list {
	width: 100%;
}
ol.point-list-four {
	flex-wrap: wrap;
}
ol.point-list-four li{
	width: 48%;
	margin-bottom: 4%;
}
.table-denture {
	width: 100%;
}
.access-box-left {
	width: 45%;
}
.access-box-right {
	width: 52%
}
.access-box-right #shop-schedule td.schedule_time {
	width: 35%;
}
.recruit-table {
	width: 100%;
}
/*--------------------------------------------------------------------------
 * SP
----------------------------------------------------------------------------*/
 @media screen and (max-width: 480px) {
.sp-block {
	display: block;
}
.sp-none {
	display: none;
}
/*----------------------------------
	sidebar
-----------------------------------*/
#btn-trigger {
	width: 80px;
	height: 80px;
}
.g-nav .g-nav-inner {
	margin-top: 12.0rem;
}

/*----------------------------------
	footer
-----------------------------------*/
section#shop-info article{
	display: block;
	width: 90%;
}
section#shop-info article .shop-info-L, section#shop-info article .shop-info-R {
	width: 100%;
}
section#shop-info h2 {
	width: 100%;
}
section#shop-info article .shop-info-L #shop-info-service_time div span{
	font-size: 0.9rem;
	display: block;
}
/*----------------------------------
	index
-----------------------------------*/
#keyv {
    height: 100vh !important;
}
#keyv h2{
	padding-top: 70%;
}
section#index-news .newsCover .newsCover-inner {
	display: block;
}
section#index-news .newsCover .newsCover-inner h2{
	width: 100%;
	margin-bottom: 2.0rem;
}
section#index-news .newsCover .newsCover-inner h2 span{
	margin-top: 0.5rem;
}
section#index-news .newsCover .newsCover-inner ul{
	width: 100%;
}
section#index-news .newsCover .newsCover-inner ul li span.topics-date {
	display: block;
	margin: 0 0 0.5rem 0;
	font-size: 1.2rem;
}
section#index-news .btn-link {
	width: 50%;
}
section#index-service ul{
	display: block;
}
section#index-service ul li{
	width: 100%;
}
section#index-message article .index-message-L {
	display: none;
}
section#index-message #boss_label {
	display: none;
}
section#index-message article .index-message-R .index-message-R-inner {
	width: 100%;
	padding: 2.0rem;
}
section#index-message article .index-message-R .index-message-R-inner .bkbutton {
	display: none;
}
section#index-message article .index-message-R .index-message-R-inner #boss_sign {
	padding-top: 0;
}
/*----------------------------------
	page
-----------------------------------*/
#page-keyv {
	height: 250px;
	margin-bottom: 5.0rem;
}
#page-keyv:after{
	display: none;
}
.page-about-keyv {
    background: url(/images/keyv/keyv_about.jpg) no-repeat left top;
    background-size: cover;
}
h2.page-ttl {
	font-size: 1.8rem;
}
h2.page-subttl {
	font-size: 1.8rem;
}
h3.page-comment {
	font-size: 1.4rem;
	letter-spacing: 0;
	text-indent: 0;
}
.about-box {
	display: block;
}
.about-box-l, .about-box-r {
	width: 100%;
}
.about-box-r {
	padding: 0;
}
.about-box h3.about-ttl {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding: 1.0rem;
    margin: 0 0 2.0rem;
}
.about-txt {
	width: 95%;
	margin: 0 auto;
}
.staff-box {
	display: block;
}
.staff-box-l, .staff-box-c, .staff-box-r {
	width: 100%;
}
.staff-ttl-kana {
	margin-bottom: 2.0rem;
}
.staff-name {
	
	flex-wrap: wrap
}
	 .staff-name-photo,.staff-name-inner{
		 width: 100%;
	 }
.page-service-keyv {
    background: url(/images/keyv/keyv_service.jpg) no-repeat left center;
    background-size: cover;
}
.service-list li{
	width: 100%;
}
.service-list li:nth-child(4), .service-list li:nth-child(5), .service-list li:nth-child(6), .service-list li:nth-child(7), .service-list li:nth-child(8){
	margin-bottom: 2.0rem;
}
h2.content-ttl {
	font-size: 1.8rem;
	letter-spacing: 0;
}
ol.point-list {
	flex-wrap: wrap;
}
ol.point-list li{
	width: 100%;
	margin-bottom: 2.0rem;
}
ol.point-list li:last-child{
	margin-bottom: 0;
}
.flow-ttl {
	font-size: 1.8rem;
	letter-spacing: 0;
}
.flow-inner {
    width: 90%;
    padding: 2.0rem;
}
ol.flow-list li .flow-list-inner {
	display: block;
}
ol.flow-list li .flow-list-inner .flow-icon {
	width: 30%;
	margin: 0 auto 2.0rem;
}
ol.flow-list li .flow-list-inner .flow-detail {
	width: 100%;
}
.page-white-keyv {
    background: url(/images/keyv/keyv_white.jpg) no-repeat right center;
    background-size: cover;
}
.flow-white {
    background: url(/images/service/bg_home_white.jpg) no-repeat right 35% center;
    background-size: cover;
}
.two-col {
	display: block;
}
.check-left, .check-right {
	width: 100%;
}
.check-left {
    margin-bottom: 5.0rem;
}
.white-prev-txt {
	width: 100%;
	margin-bottom: 2.0rem;
}
.white-prev-btn-link {
	width: 100%;
}
.page-general-keyv {
    background: url(/images/keyv/keyv_general.jpg) no-repeat right center;
    background-size: cover;
}
ol.point-list-four {
	display: block;
}
ol.point-list-four li{
	width: 100%;
}
.btn-link {
	width: 70%;
}
.general-box {
	display: block;
}
.general-box .general-box-L, .general-box .general-box-R {
    width: 100%;
}
.general-box .general-box-L {
	margin-bottom: 2.0rem;
}
ol.point-list-two {
	display: block;
}
ol.point-list-two li{
	width: 100%;
	margin-bottom: 2.0rem;
}
ol.point-list-two li:last-child{
	margin-bottom: 0;
}
.child-list {
	display: block;
}
.child-list li {
	width: 100%;
}
.child-list li:nth-child(3){
	margin-bottom: 2.0rem;
}
.access-box {
	display: block;
}
.access-box-left, .access-box-right {
	width: 100%;
}
.access-box-left {
	margin-bottom: 2.0rem;
}
.page-recruit-keyv {
    background: url(/images/keyv/keyv_recruit.jpg) no-repeat right 25% center;
    background-size: cover;
}
.recruit-table tr th {
    width: 30%;
}
/*---------------------single & category---------------------------------------*/
#entry-single {
	width: 100%;
}
.page-intro-blog:after {
	bottom: -19rem;
}
.page-intro-topics:after {
	bottom: -19rem;
}
.sidebar {
	float: none;
	width: 100%;
	padding: 0 5%;
}
.entry-container {
	float: none;
	width: 100%;
	padding: 0 5%;
}
#category-list {
	width: 100%;
}
.navigation {
	padding: 50px 5% 0 5%;
	width: auto;
}
.navigation a {
	background: #009BB4;
	border: 1px solid #009BB4;
}

	 .baitoru img {
	width: 100%;
	    display: block;
	margin: 0 auto;
}

}







