/*==============================================*/
/*MENU
/*==============================================
index page style

l_header
l_kvarea
l_main_index

*/
/*color #fff #826046 #465282*/
/*font*/
.cf:after, .l_kvarea:after {
  content: " ";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------*/
/*l_header
/*----------------------------------------------------------------------*/
/*------------------------------------------*/
/*top_nav
/*------------------------------------------*/
.top_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
}

.top_nav_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5px;
  margin: 0;
}

.top_navlist_item {
  box-sizing: border-box;
  width: 146px;
  list-style: none;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.top_navlist_item a {
  position: relative;
  display: block;
  padding: 20px 24px 20px 5px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.top_navlist_item a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 24px;
  color: #fff;
}
.top_navlist_item a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 240px;
  transform: translateX(-250px) skewX(15deg);
  background-color: #fff;
  opacity: .2;
  transition: .2s;
}
.top_navlist_item a:link {
  color: #fff;
}
.top_navlist_item a:hover {
  color: #fff;
}
.top_navlist_item a:hover:before {
  transform: translateX(-20px) skewX(15deg);
  transition: .2s;
}
.top_navlist_item a:visited {
  color: #fff;
}

.top_navlist_item_contact {
  width: 60px;
  list-style: none;
  text-align: center;
}
.top_navlist_item_contact a {
  display: block;
  padding: 42px 0 0 0;
  color: #fff;
  background: url(./../img/common/icon_hukidashi.png) no-repeat center 12px;
  background-size: 24px 24px;
}
.top_navlist_item_contact a:hover {
  animation: navContact .6s ease-in 0s normal;
}

@keyframes navContact {
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.top_nav_art {
  box-sizing: border-box;
  width: 50%;
  background-color: #826046;
}

.top_nav_ttl {
  margin: 5px 5px 0 5px;
  padding: 13px 10px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
}

.top_nav_art_ttl_articon {
  line-height: 30px;
  color: #826046;
}
.top_nav_art_ttl_articon:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(./../img/common/icon_art.png) no-repeat center center;
  background-size: contain;
}

.top_nav_dental {
  box-sizing: border-box;
  width: 50%;
  background-color: #465282;
}

.top_nav_art_ttl_dentalicon {
  color: #465282;
  line-height: 30px;
}
.top_nav_art_ttl_dentalicon:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(./../img/common/icon_dental.png) no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------*/
/*l_kvarea
/*----------------------------------------------------------------------*/
.l_kvarea {
  width: 1024px;
  margin: 0 auto;
}

.kv_art {
  float: left;
  width: 50%;
}

.kv_dental {
  float: right;
  width: 50%;
}

ul.kv_art_list,
ul.kv_dental_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l_companyprofile {
  padding: 0;
  margin: 0;
}

/*----------------------------------------------------------------------*/
/*l_main_top
/*----------------------------------------------------------------------*/
.l_main_top {
  margin: 40px 0;
}

.l_contact {
  padding: 40px 0;
}

/*------------------------------------------*/
/*corporatevision
/*------------------------------------------*/
.l_corporatevision {
  padding: 40px 0 60px;
}

.corporatevision_txt {
  width: 1024px;
  text-align: center;
  margin: 0 auto 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}

/*------------------------------------------*/
/*business
/*------------------------------------------*/
.l_business {
  padding: 0 0 80px;
}

.harfbox_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.harfbox_art {
  box-sizing: border-box;
  width: 49%;
  padding: 20px 20px 0;
  border: 15px solid #826046;
}

.harfbox_dental {
  box-sizing: border-box;
  width: 49%;
  padding: 20px 20px 0;
  border: 15px solid #465282;
}

.ttl_top_harfbox_art {
  margin-top: 0;
  color: #826046;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
}

.ttl_index_harfbox_dental {
  margin-top: 0;
  color: #465282;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
}

.ttl_top_harfbox_iconart {
  padding: 15px 0 15px 60px;
  background: url(./../img/common/icon_art.png) no-repeat left center;
  background-size: 45px 45px;
}

.ttl_index_harfbox_icondental {
  padding: 15px 0 15px 60px;
  background: url(./../img/common/icon_dental.png) no-repeat left center;
  background-size: 45px 45px;
}

.harfbox_caption {
  margin-bottom: 1.4em;
  font-size: 1.6rem;
}

.harfbox_list {
  padding: 0;
  margin: 0;
}

.harfbox_list_item {
  list-style: none;
  padding: 15px;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #eeeeee;
}

.ttl_index_harfbox_small_art {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  color: #826046;
}

.ttl_index_harfbox_small_dental {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  color: #465282;
}

.harfbox_list_caption {
  height: 140px;
  font-size: 1.4rem;
}

.harfbox_list_btn_art {
  position: relative;
  display: block;
  margin: 10px auto 0;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #826046;
  border-radius: 3px;
  overflow: hidden;
}
.harfbox_list_btn_art:before {
  content: "\f105";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  font-size: 2.8rem;
  font-family: "FontAwesome";
}
.harfbox_list_btn_art:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 120%;
  height: 60px;
  background-color: #fff;
  transform: translateX(-120%) skewX(45deg);
  opacity: 0;
  transition: .4s;
}
.harfbox_list_btn_art:hover:after {
  transform: translateX(0px);
  transition: .4s;
  opacity: .1;
}

.harfbox_list_btn_dental {
  position: relative;
  display: block;
  margin: 10px auto 0;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #465282;
  border-radius: 3px;
  overflow: hidden;
}
.harfbox_list_btn_dental:before {
  content: "\f105";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  font-size: 2.8rem;
  font-family: "FontAwesome";
}
.harfbox_list_btn_dental:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 120%;
  height: 60px;
  background-color: #fff;
  transform: translateX(-120%) skewX(45deg);
  opacity: 0;
  transition: .4s;
}
.harfbox_list_btn_dental:hover:after {
  transform: translateX(0px);
  transition: .4s;
  opacity: .1;
}

/*------------------------------------------*/
/*other
/*------------------------------------------*/
.ttl_default_S {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}

p + .ttl_default_S {
  margin-top: 40px;
}

.list_default {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*pre-open
/*------------------------------------------*/
.top_nav_art .top_navlist_item:nth-child(3) {
  position: relative;
}
.top_nav_art .top_navlist_item:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Coming Soon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #826046;
  background: #E2C8B5;
  z-index: 10;
  opacity: .9;
}

.top_nav_dental {
  position: relative;
}
.top_nav_dental:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Coming Soon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #465282;
  background: #fff;
  z-index: 10;
  opacity: .8;
}

.harfbox_art .harfbox_list_item:last-child {
  position: relative;
}
.harfbox_art .harfbox_list_item:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Coming Soon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #826046;
  background: #fff;
  z-index: 100;
  opacity: .8;
  border-radius: 8px;
}

.harfbox_dental .harfbox_list_item {
  position: relative;
}
.harfbox_dental .harfbox_list_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Coming Soon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #465282;
  background: #fff;
  z-index: 100;
  opacity: .8;
  border-radius: 8px;
}
