/*----------------------------------
	body
-----------------------------------*/
body {
	font-family: "Mplus 1p";
	color: #666;
	font-weight: 300;
	font-size: 1.4rem;
}
.rubi {
	font-size: 1.0rem;
	margin-bottom: 5px;
	text-indent: -1.0rem;
	margin-left: 1.0rem;
}
a{
	color: #666;
}
.sp-block {
	display: none;
}
/*----------------------------------
	header
-----------------------------------*/
header{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	transition: .3s;
}
header h1{
	width: 22%;
	transition: .3s;
}
header nav.pc_nav {
	width: 70%;
}
header nav.pc_nav ul{
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
}
header nav.pc_nav ul li{
	position: relative;
}
header nav.pc_nav ul li a{
	position: relative;
	text-decoration: none;
	color: #404040;
	padding-bottom: 5px;
}
header nav.pc_nav ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #c2ae7c;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #404040;
}
header nav.pc_nav ul li a:hover::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	color: #404040;
}
header nav.pc_nav .subnavi {
	display: none;
}
header nav.pc_nav li:hover .subnavi {
    display: block;
    position: absolute;
    width: 200%;
    z-index: 1000;
    background: #fff;
    padding: 1rem;
    left: -8%;
}
header.fixed nav.pc_nav li:hover .subnavi {
    background: #c2ae7c;
}
header nav.pc_nav li:hover .subnavi li {
	padding: 1rem 0;
}
header.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 100%;
	background: #c2ae7c;
	height: 40px;
}
header.fixed h1{
	display: none;
}
header.fixed nav.pc_nav {
	width: 90%;
	margin: 0 auto;
}
header.fixed nav.pc_nav ul li a{
	position: relative;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
}
header.fixed nav.pc_nav ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header.fixed nav.pc_nav ul li a:hover::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#btn-trigger {
	display: none;
}
.g-nav {
	display: none;
}

/*----------------------------------
	footer
-----------------------------------*/
section#shop-info {
	background: #ecdfbe;
	color: #404040;
	padding: 3.0rem 0;
}
section#shop-info article{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section#shop-info article .shop-info-L, section#shop-info article .shop-info-R {
	width: 48%;
}
section#shop-info h2 {
	width: 70%;
	margin-bottom: 2.0rem;
}
section#shop-info article .shop-info-L .shop-info-txt01 {
	font-size: 1.2rem;
	margin-bottom: 1.0rem;
}
section#shop-info article .shop-info-L #shop-info-tel {
	font-family: "Mplus 1p";
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 3.0rem;
	margin-bottom: 1.0rem;
	line-height: 1;
}
section#shop-info article .shop-info-L #shop-info-tel .fa-phone {
	margin-right: 5px;
}
section#shop-info article .shop-info-L .shop-info-txt02 {
	
	margin-bottom: 2.0rem;
}
section#shop-info article .shop-info-L #shop-info-service_time {
	font-family: "Mplus 1p";
	letter-spacing: .2em;
}
section#shop-info article .shop-info-L #shop-info-service_time h3{
	font-weight: normal;
	margin-bottom: 0.5rem;
	line-height: 1;
}
section#shop-info article .shop-info-L #shop-info-service_time h3 span{
	
}
section#shop-info article .shop-info-L #shop-info-service_time div{
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
}
section#shop-info article .shop-info-L #shop-info-service_time div span{
	font-size: 1.2rem;
}

section#shop-info article .shop-info-L #shop-schedule {
	width: 100%;
	border: 1px solid #fff;
	background: #f2f2f2;
	font-family: "Mplus 1p";
	border-collapse: collapse;
	margin-bottom: 0.5rem;
}
section#shop-info article .shop-info-L #shop-schedule td {
	text-align: center;
	vertical-align: middle;
	line-height: 4em;
	border: 1px solid #fff;
	white-space: nowrap;
}
section#shop-info article .shop-info-L #shop-schedule th {
	background: #c2ae7c;
	font-weight: normal;
}
section#shop-info article .shop-info-L #shop-schedule td {
	color: #262626;
}
section#shop-info article .shop-info-L #shop-schedule td.schedule_time_genre {
	width: 8%;
}
section#shop-info article .shop-info-L #shop-schedule td.schedule_time {
	text-align: center;
	width: 24%;
	border-left-style: hidden;
}
footer {
	color: #FFF;
	padding: 2.0rem;
	background: #c2ae7c;
	text-align: center;
	font-size: 1.2rem;
}
/*----------------------------------
	button
-----------------------------------*/
.bkbutton {
	position: relative;
	background: #000;
	color: #fff;
	padding: 1em 6em;
	text-align: center;
}
.bkbutton:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------------
	index
-----------------------------------*/
#keyv {
	background: url(../../images/keyv.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
#keyv h2 {
	display: block;
	text-align: center;
	padding-top: 10%;
}
#keyv h2 img {
	width: 40%;
}
#keyv .keyvCorona {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    margin-left: -190px;
    width: 380px;
}
/*---	news   ---*/
section#index-news {
	background: #fbd0d7;
}
section#index-news .newsCover {
	margin: 0 auto;
	padding: 5.0rem 0;
	width: 95%;	
}
section#index-news .btn-link {
	float: right;
	width: 20%;
	font-size: 1.4rem;
	margin: 0;
}
section#index-news .btn-link a{
	position: relative;
	padding-left: 20px;
	text-align: left;
}
section#index-news .btn-link a:after{
	position: absolute;
	display: block;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
section#index-news .newsCover .newsCover-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.0rem;
}
section#index-news .newsCover .newsCover-inner h2{
	width: 15%;
	font-family: "Mplus 1p";
	letter-spacing: .2em;
	font-weight: 400;
	line-height: 1;
	font-size: 1.8rem;
}
section#index-news .newsCover .newsCover-inner h2 span {
	display: block;
	font-family: "Mplus 1p";
	font-style: italic;
	color: #9c9c9c;
	letter-spacing: .1em;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 5.0rem;
}
section#index-news .newsCover .newsCover-inner ul {
	width: 80%;
	list-style-type: none;
}
section#index-news .newsCover .newsCover-inner ul li {
	margin-bottom: 1.0rem;
}
section#index-news .newsCover .newsCover-inner ul li:last-child {
	margin-bottom: 0;
} 
section#index-news .newsCover .newsCover-inner ul li span.topics-date {
	margin-right: 3.0rem;
}
/*---	service   ---*/
section#index-service {
}
section#index-service ul{
	display: flex;
	justify-content: space-between;
}
section#index-service ul li{
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}
section#index-service ul li .index-service-txt {
	padding: 2.5rem 5.0rem;
}
section#index-service ul li .index-service-txt h3{
	text-align: center;
	font-family: "Mplus 1p";
	color: #404040;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1;
	font-size: 1.6rem;
	margin-bottom: 2.5rem;
}
section#index-service ul li .index-service-txt h3 span{
	display: block;
	font-family: "Mplus 1p";
	font-style: italic;
	color: #9c9c9c;
	letter-spacing: .1em;
	text-indent: .1em;
	font-weight: normal;
	font-size: 1.0rem;
	padding-top: 1.0rem;
}
section#index-service ul li .index-service-txt p{
	letter-spacing: .15em;
}
/*---	message   ---*/
section#index-message {
	position: relative;
	background: #009bb4;
}
section#index-message article {
	display: flex;
	justify-content: flex-start;
}
section#index-message article .index-message-L, section#index-message article .index-message-R {
	width: 50%;
}
section#index-message article .index-message-L {
	background: #fbd0d7;
	position: relative;
}
section#index-message article .index-message-L .index-message-logo {
	width: 50%;
	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%);
}
section#index-message #boss_label {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate( -50%, -20%);
	-moz-transform: translate( -50%, -20%);
	-ms-transform: translate( -50%, -20%);
	-o-transform: translate( -50%, -20%);
	transform: translate( -50%, -20%);
	width: 200px;
	height: 200px;
}
section#index-message article .index-message-R .index-message-R-inner {
	padding: 5.0rem 5.0rem 5.0rem 12.0rem;
	color: #fff;
	height: 100%;
	position: relative;
}
section#index-message article .index-message-R .index-message-R-inner .index-message-txt {
	margin-bottom: 3.0rem;
	line-height: 1.8;
}
section#index-message article .index-message-R .index-message-R-inner #boss_sign {
	padding: 2.0rem 0 0;
	text-align: right;
}
section#index-message article .index-message-R .index-message-R-inner #boss_sign span {
	font-family: "Mplus 1p";
	line-height: 1.5em;
	display: block;
}
section#index-message article .index-message-R .index-message-R-inner #boss_sign span.boss_director {
	font-size: 1.2rem;
	margin-top: 10px;
}
section#index-message article .index-message-R .index-message-R-inner #boss_sign span.boss_name {
	font-size: 1.8rem;
}
section#index-message article .index-message-R .index-message-R-inner .bkbutton{
	position: absolute;
	right: 5.0rem;
	bottom: 5.0rem;
}
/*----------------------------------
	page
-----------------------------------*/
.contents-page {
	width: 95%;
	margin: 0 auto 10.0rem;
}
.page-block {
	margin-bottom: 8.0rem;
}
#page-keyv {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-bottom: 10.0rem;
}
#page-keyv:after{
	position: absolute;
	content: "";
	width: 100%;
	bottom: -17rem;
	left: 0;
	background: #fff;
	transform: skew(0, 2.5deg);
	z-index: 1;
	height: 20rem;
}
div.page-ttl-icon {
	width: 30px;
	margin: 0 auto 1.0rem;
}
div.page-ttl-en {
	color: #009BB4;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
}
h2.page-ttl {
	text-align: center;
	font-size: 3.0rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
	margin-bottom: 2.5rem;
}
h3.page-comment {
	text-align: center;
	font-size: 1.6rem;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.4rem;
	text-indent: 0.4rem;
	line-height: 1.8;
}
h2.page-subttl {
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
	margin-bottom: 5.0rem;
}
h2.page-subttl:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	height: 1px;
	display: block;
	width: 180px;
	background: #009BB4;
	-webkit-transform: translate( -50%, 0); /* Safari用 */
	transform: translate( -50%, 0);
}
h2.content-ttl {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 300;
	color: #009BB4;
	margin: 0 0 50px ;
	letter-spacing: 0.4rem;
}
h2.content-ttl span{
	display: block;
	font-size: 3.5rem;
	margin-bottom: 5px;
}
ol.point-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
ol.point-list li{
	width: 32%;
	text-align: center;
	border: 1px solid #eee;
	padding: 3.0rem 2.5rem;
}
ol.point-list li .icon {
	margin: 0 auto 1.0rem;
	width: 30px;
}
ol.point-list li .number {
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #009BB4;
}
ol.point-list li h3{
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 20px;
	border-bottom: 1px solid #009BB4;
	display: inline-block;
}
ol.point-list li .point-txt {
	text-align: left;
	line-height: 1.8;
	font-weight: 300;
}
ol.point-list-two {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
ol.point-list-two li{
	width: 48%;
	text-align: center;
	border: 1px solid #eee;
	padding: 3.0rem 2.5rem;
}
ol.point-list-two li .icon {
	margin: 0 auto 1.0rem;
	width: 30px;
}
ol.point-list-two li .number {
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #009BB4;
}
ol.point-list-two li h3{
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 20px;
	border-bottom: 1px solid #009BB4;
	display: inline-block;
}
ol.point-list-two li .point-txt {
	text-align: left;
	line-height: 1.8;
	font-weight: 300;
}
ol.point-list-four {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.0rem;
}
ol.point-list-four li{
	width: 23%;
	text-align: center;
	border: 1px solid #eee;
	padding: 3.0rem 1.5rem;
}
ol.point-list-four li .icon {
	margin: 0 auto 1.0rem;
	width: 30px;
}
ol.point-list-four li .number {
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #009BB4;
}
ol.point-list-four li h3{
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 20px;
	border-bottom: 1px solid #009BB4;
	display: inline-block;
}
ol.point-list-four li .point-txt {
	text-align: left;
	line-height: 1.8;
	font-weight: 300;
}
.flow-inner {
	width: 1000px;
	background: rgba(255, 255, 255, 0.7);
	padding: 5.0rem;
	margin: 0 auto;
}
.flow-ttl {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 300;
	color: #009BB4;
	margin: 0 0 5.0rem;
	letter-spacing: 0.4rem;
}
.flow-ttl span {
	display: block;
	font-size: 3.0rem;
	margin-bottom: 5px;
}
ol.flow-list {
	list-style: none;
	width: 85%;
	margin: 0 auto;
}
ol.flow-list li{
	position: relative;
	margin-bottom: 8.0rem;
}
ol.flow-list li:after{
	position: absolute;
	bottom: -50px;
	left: 50%;
	content: "";
	background: url("/images/pic_arrow.svg") no-repeat center center;
	width: 40px;
	height: 20px;
	display: block;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
}
ol.flow-list li:last-child {
	margin-bottom: 0;
}
ol.flow-list li:last-child:after{
	display: none;
}	
ol.flow-list li .flow-list-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
ol.flow-list li .flow-list-inner .flow-icon {
	background: #009BB4;
	width: 15%;
	margin-right: 5%;
}
ol.flow-list li .flow-list-inner .flow-icon .flow-icon-inner{
	padding: 2.0rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
ol.flow-list li .flow-list-inner .flow-icon .flow-icon-inner .icon{
	width: 50%;
	margin: 0 auto 10px;
}
ol.flow-list li .flow-list-inner .flow-icon .flow-icon-inner .number {
	font-size: 1.8rem;
}
ol.flow-list li .flow-list-inner .flow-detail {
	align-items: center;
	width: 80%;
}
ol.flow-list li .flow-list-inner .flow-detail h3{
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 10px;
}
.btn-link {
	margin: 0 auto;
	text-align: center;
	width: 40%;
}
.btn-link a{
	display: block;
	width: auto;
	color: #fff;
	padding: 10px 0;
	background: #c2ae7c;
	letter-spacing: 0.1rem;
	border: 1px solid #c2ae7c;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	 cursor: pointer; 
}
.btn-link a span{
	display: block;
}
.btn-link a:hover{
	color: #c2ae7c;
	background: #fff;
}
.two-col {
	display: flex;
	justify-content: space-between;
}
/*---	about   ---*/
.page-about-keyv {
	background: url("/images/keyv/keyv_about.jpg") no-repeat center center;
	background-size: cover;
}
.about-box {
	display: flex;
	justify-content: space-between;
}
.about-box-l, .about-box-r {
	width: 50%;
}
.about-box-r {
	margin: 0 auto;
}
.about-box h3.about-ttl {
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 1.6rem;
	letter-spacing: 0.4rem;
	height: auto;
	font-weight: normal;
	background: #009BB4;
	padding: 17px 10px 10px;
	margin: 0 auto 70px;
	color: #fff;
}
.about-txt {
	font-size: 1.4rem;
	line-height: 1.8;
}
.staff-box {
	margin-bottom: 5.0rem;
	display: flex;
	justify-content: flex-start;
}

.staff-box-l {
	width: 50%;
}
.staff-box-c {
	width: 50%;
}
.staff-box-r {
	width: 25%;
}
.staff-name {
	position: relative;
	width: 100%;
	background: #009BB4 ;
	color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: nowrap
}
.staff-name-photo{
	background: #009BB4 ;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.staff-name-photo img{
	width: 100%;
  height: 100%;
 object-fit: cover; /* この一行を追加するだけ！ */
	}
.staff-name-inner {
    padding: 2.0rem;
    letter-spacing: 0.4rem;
    width: 50%;
	background: #009BB4;
	height: 100%;
}
.staff-position {
	margin-bottom: 2.0rem;
}
.staff-ttl-en {
	font-size: 1.0rem;
	font-weight: 300;
	margin-bottom: 1.0rem;
}
.staff-ttl {
	font-size: 2.1rem;
	font-weight: 400;
	margin-bottom: 1.0rem;
}
.staff-ttl-kana {
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 8.0rem;
}
.staff-icon {
    position: relative;
    /* bottom: 10px; */
    /* right: 10px; */
    width: 50px;
    margin-left: calc(100% - 50px);
    margin-top: 22px;
}
.staff-profile {
	padding: 2.0rem;
}
.staff-biography {
	border-bottom: 1px solid #009BB4;
	font-size: 1.6rem;
	font-weight: 300;
	padding-bottom: 0.5rem;
	margin-bottom: 1.0rem;
	letter-spacing: 0.4rem;
}
.staff-profile table{
	width: 100%;
	margin-bottom: 2.0rem;
}
.staff-profile table tr td{
	vertical-align: top;
	padding-bottom: 1.0rem;
}
.staff-profile table tr td.col01 {
	width: 30%;
}
.staff-txt {
	line-height: 1.8;
}
/*---	service   ---*/
.page-service-keyv {
	background: url("/images/keyv/keyv_service.jpg") no-repeat center center;
	background-size: cover;
}
.service-list {
	background: #009BB4;
	width: 100%;
	padding: 6.0rem;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service-list li {
    width: 25%;
    text-align: center;
    padding: 0 2% 2% 0;
}
.service-list li:nth-child(3n){
	margin-right: 0;
}
.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: 0;
}
.service-list li a{
	font-weight: 300;
	color: #009BB4;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #fff;
	width: 100%;
	padding: 40px 0;
	display: block;
	letter-spacing: 0.2rem;
	text-indent: 0.4rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.service-list li a:hover {
	color: #fff;
	background: #009BB4;
}
.service-list li a span{
	font-size: 1.0rem;
	padding-top: 0.5rem;
	display: block;
}
/*---	prev   ---*/
.page-prev-keyv {
	background: url("/images/keyv/keyv_prev.jpg") no-repeat center center;
	background-size: cover;
}
.flow-pmtc {
	background: url("/images/service/bg_pmtc.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
}
/*---	homevisit   ---*/
.page-homevisit-keyv {
	background: url("/images/keyv/keyv_homevisit.jpg") no-repeat center center;
	background-size: cover;
}
.flow-homevisit {
	background: url("/images/service/bg_homevisit.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
}
/*---	white   ---*/
.page-white-keyv {
	background: url("/images/keyv/keyv_white.jpg") no-repeat center center;
	background-size: cover;
}
.flow-white {
	background: url("/images/service/bg_home_white.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
}
.price-inner {
	display: flex;
	justify-content: space-between;
}
.price-white {
	display: flex;
	justify-content: flex-start;
	width: 48%;
	letter-spacing: 0.4rem;
	font-size: 1.6rem;
	border: 1px solid #c2ae7c;
	align-items: center;
}
.price-col01 {
	width: 30%;
	text-align: center;
	background: #c2ae7c;
	color: #fff;
	padding: 2.0rem;
}
.price-col02 {
	width: 70%;
	text-align: center;
	background: #fff;
	color: #c2ae7c;
}
.price-white .price-col02 span{
	font-size: 1.0rem;
}
.check-left {
	width: 48%;
}
.check-right {
	width: 48%;
}
.check-ttl {
	font-size: 1.8rem;
	border-bottom: 1px solid #009BB4;
	font-weight: 300;
	padding-bottom: 0.5rem;
	margin-bottom: 2.0rem;
}
.check-btn-link {
	width: 100%;
	text-align: center;
}
.check-btn-link a{
	display: block;
	width: auto;
	color: #fff;
	padding: 10px 0;
	background: #c2ae7c;
	letter-spacing: 0.1rem;
	border: 1px solid #c2ae7c;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.check-btn-link a:hover{
	color: #c2ae7c;
	background: #fff;
}
.white-prev-txt {
	width: 65%;
}
.white-prev-btn-link {
	width: 30%;
	text-align: center;
}
.white-prev-btn-link a{
	display: block;
	width: auto;
	color: #fff;
	padding: 10px 0;
	background: #c2ae7c;
	letter-spacing: 0.1rem;
	border: 1px solid #c2ae7c;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.white-prev-btn-link a:hover{
	color: #c2ae7c;
	background: #fff;
}
/*---	general   ---*/
.page-general-keyv {
	background: url("/images/keyv/keyv_general.jpg") no-repeat center center;
	background-size: cover;
}
.general-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.0rem;
}
.general-box .general-box-L {
	width: 65%;
}
.general-box .general-box-R {
	width: 30%;
}
/*---	child   ---*/
.page-child-keyv {
	background: url("/images/keyv/keyv_child.jpg") no-repeat center center;
	background-size: cover;
}
.child-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
}
.child-list li{
	width: 48%;
	font-size: 1.6rem;
	background: #ff9b04;
	padding: 2.0rem 0;
	color: #fff;
	margin-bottom: 2.0rem;
}
.child-list li:nth-child(3), .child-list li:nth-child(4){
	margin-bottom: 0;
}
/*---	esthe   ---*/
.page-esthe-keyv {
	background: url("/images/keyv/keyv_esthe.jpg") no-repeat center center;
	background-size: cover;
}
/*---	denture   ---*/
.page-denture-keyv {
	background: url("/images/keyv/keyv_denture.jpg") no-repeat center center;
	background-size: cover;
}
.table-denture {
	width: 80%;
	margin: 0 auto;
	font-size: 1.6rem;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table-denture tr th, .table-denture tr td{
	padding: 2.0rem;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.table-denture tr td.col01 {
	width: 25%;
}
/*---	recruit   ---*/
.page-recruit-keyv {
	background: url("/images/keyv/keyv_recruit.jpg") no-repeat center center;
	background-size: cover;
}
.recruit-table {
	width: 90%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin: 0 auto 5.0rem;
}
.recruit-table tr th, .recruit-table tr td{
	padding: 2.0rem 1.5rem;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: top;
}
.recruit-table tr th{
	width: 20%;
}
/*---	access   ---*/
.page-access-keyv {
	background: url("/images/keyv/keyv_access.jpg") no-repeat center center;
	background-size: cover;
}
.access-map {
	width: 100%;
	margin: 0 auto 5.0rem;
	height: 600px;
}
#map {
    height: 100%;
}
.access-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.0rem;
}
.access-box-left, .access-box-right {
	width: 48%;
}
.access-address {
	letter-spacing: 0.2rem;
	margin: 0 0 0.5rem;
}
.access-tell {
	letter-spacing: 0.2rem;
	font-size: 2.5rem;
	color: #009BB4;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.access-tell:before {
	content: '\f095';
	font-family: 'FontAwesome';
	margin-right: 0.5rem;
}
.access-box-right #shop-schedule {
	width: 100%;
	background: #f2f2f2;
	font-family: "Mplus 1p";
	border-collapse: collapse;
}
.access-box-right #shop-schedule td {
	text-align: center;
	vertical-align: middle;
	line-height: 4em;
	border: 1px solid #fff;
	white-space: nowrap;
}
.access-box-right #shop-schedule th {
	background: #009BB4;
	font-weight: normal;
	color: #fff;
}
.access-box-right #shop-schedule td {
	color: #262626;
}
.access-box-right #shop-schedule td.schedule_time_genre {
	width: 8%;
}
.access-box-right #shop-schedule td.schedule_time {
	text-align: center;
	width: 24%;
	border-left-style: hidden;
}
.access-box2 {
	display: flex;
	justify-content: space-around;
}
.access-attention-left, .access-attention-right {
	width: 30%;
	border-top: 1px solid #009BB4;
	padding: 2.0rem 0 0;
	text-align: center;
}
.access-attention-ttl {
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 1.0rem;
	letter-spacing: 0.2rem;
	margin-left: -0.2rem;
}
.access-attention-txt {
	letter-spacing: 0.2rem;
	margin-left: -0.2rem;
	font-size: 1.6rem;
}
.access-attention-txt a{
	color: #009BB4;
}
.access-attention-txt span{
	display: block;
}
/*-----------------------------------------------------------
Topics & Blog
-----------------------------------------------------------*/
.page-topics-keyv {
	background: url("/images/keyv/keyv_news.jpg") no-repeat center center;
	background-size: cover;
}
#category-list {
	width: 1000px;
	margin: 20px auto;
}
.category-intro {
	position: relative;
    overflow: hidden;
}
.category-intro:after {
	position: absolute;
    content: "";
    width: 100%;
    bottom: -17rem;
    left: 0;
    background: #fff;
    transform: skew(0, 4deg);
    z-index: 50;
    height: 20rem;
}
.entry-container {
	width: 700px;
	float: right;
}
.entry-container ul li{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #009BB4;
	list-style: none;
}
.date-y {
	color : #009BB4;
	width : 65px;
	font-size : 0.8rem;
	font-weight : bold;
	padding-bottom: 5px;
	text-align : center;
}
.date-m {
	background-color : #009BB4;
	border : 1px solid #009BB4;
	color : white;
	width : 65px;
	font-size : 1.2rem;
	font-weight : bold;
	padding : 3px 0;
	text-align : center;
}
.date-d{
	background-color : #ffffff;
	border: 1px solid #009BB4;
	color : #009BB4;
	width : 65px;
	font-size : 1.5rem;
	font-weight : bold;
	padding : 10px 0;
	text-align : center;
}
.entry-header {
	display: table;
	margin-bottom: 50px;
}
.entry-date {
	display: table-cell;
	vertical-align: middle;
}
.entry-title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.entry-title h1{
	font-size: 1.5rem;
}
.entry-content p{
	padding: 0 0 15px;
	line-height: 1.8;
}
.entry-content img{
	height: auto;
}
#entry-single {
	width: 1000px;
	margin: 50px auto;
}
.navigation {
	width: 1000px;
	margin: 50px auto;
	border-top: 1px solid #1b2b42;
	padding-top: 50px;
}
.navigation a{
	color: #fff;
	background: #F39C12;
	border: 1px solid #F39C12;
	padding: 0.8rem 1rem;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.navigation a:hover{
	color: #F39C12;
	background: #fff;
}
.navileft {
	float: left;
}
.naviright {
	float: right;
}
/*-----------------------------------------------------------
サイドバー
-----------------------------------------------------------*/
.sidebar {
	width: 200px;
	float: left;
}
.sidebar h2{
	font-size: 1.2rem;
	border-left: 3px solid #009BB4;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}
.sidebar ul{
	margin: 0 0 50px 30px;
}
.sidebar ul li{
	margin-bottom: 20px;
	line-height: 1.5;
	list-style: square outside;
}
.sidebar ul li a {
	position: relative;
    text-decoration: none;
    color: #404040;
    padding-bottom: 5px;
}
.sidebar ul li a:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #c2ae7c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #404040;
}
.sidebar ul li a:hover::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/*-----------------------------------------------------------
404
-----------------------------------------------------------*/
.notpage {
	padding: 50px 0;
	text-align: center;
}
.notpage h1{
	margin-bottom: 40px;
}
.notpage h3{
	margin-bottom: 80px;
}



.baitoru {
	padding: 2rem 0;
}
.baitoru img {
	width: 450px;
	    display: block;
	margin: 0 auto;
}
/*----------------------------------
	tweet
-----------------------------------*/
.entry-content .tweet {
	
}
.entry-content .tweet section {
	padding: 3rem 0;	
}
.entry-content .tweet section h1,.entry-content .tweet section h3 {
	padding: 3rem 0;
	font-size: 2.4rem;
}
.entry-content .tweet section h2{
	padding: 1rem;
}
.entry-content .tweet ul li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
	padding-left: 2rem;
    border-bottom:none;
    list-style: none;
}
/*----------------------------------
	form
-----------------------------------*/
.page-recruitform-keyv {
    background: url(/images/keyv/keyv_recruit.jpg) no-repeat center center;
    background-size: cover;
}