@charset "UTF-8";
/* CSS Document */
/*==============================================*/
/*Common
/*==============================================*/
/*color #fff #826046 #465282*/
/*----------------------------------------------------------------------*/
/*Module(common)
/*----------------------------------------------------------------------*/
.cf:after, .footer_main:after {
  content: " ";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.0rem;
  color: #666;
  font-family: 'Noto Serif', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, HGS明朝E, メイリオ, Meiryo, serif;
}

a {
  text-decoration: none;
}

.fas {
  font-family: "FontAwesome";
  font-style: normal;
}

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

.header_logo {
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

.l_contact {
  width: 1024px;
  margin: 0 auto;
}

/*------------------------------------------*/
/*newslist
/*------------------------------------------*/
.main_newsarea {
  width: 100%;
  background-color: #eee;
  padding: 40px 0;
}

.newslist {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #DFDFDF;
}

.newslist_item_art,
.newslist_item_dental {
  list-style: none;
}

.newslist_item_art a,
.newslist_item_dental a {
  display: flex;
  flex-direction: row;
  padding: 8px 0;
  color: #666;
  font-size: 1.4rem;
  border-bottom: 1px solid #DFDFDF;
}

.news_head_date {
  width: 130px;
  padding: 10px 0;
}

.news_head_week {
  margin-left: 15px;
}

.news_head_category {
  display: block;
  width: 240px;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
}
.news_head_category.news_art {
  background: #fff url(./../img/common/icon_art.png) no-repeat 8px center;
  background-size: 28px 28px;
}
.news_head_category.news_dental {
  background: #fff url(./../img/common/icon_dental.png) no-repeat 8px center;
  background-size: 28px 28px;
}

.news_head_data {
  width: 500px;
  padding: 10px 20px;
}

.newslist_item_link {
  position: relative;
  overflow: hidden;
}
.newslist_item_link:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 90px;
  transform: translate(-80px) skewX(-45deg);
  transition: 0;
  opacity: .1;
  background-color: #fff;
}
.newslist_item_link:hover:after {
  width: 500px;
  opacity: .4;
  transform: translate(1124px) skewX(-45deg);
  transition: .3s;
}

#page_art .newslist_item_dental {
  display: none;
}

#page_dental .newslist_item_art {
  display: none;
}

/*----------------------------------------------------------------------*/
/*fotter
/*----------------------------------------------------------------------*/
.l_footer {
  background-color: #FAFAFA;
}
.l_footer a:link,
.l_footer a:hover,
.l_footer a:visited {
  color: #666;
}

.footer_submenu {
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.4rem;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  background-color: #fff;
}

.footer_submenu_list {
  padding: 0 10px;
  display: block;
  border-left: 1px solid #333;
}
.footer_submenu_list a {
  padding: 3px 15px;
  color: #333;
  transition: .5s;
  border-radius: 5px;
}
.footer_submenu_list a:hover {
  background-color: #eee;
  transition: .5s;
}

.footer_submenu_list:first-child {
  border-left: none;
}

.footer_submenu_list_item {
  list-style: none;
  display: block;
}
.footer_submenu_list_item a {
  padding: 5px 0;
}

.footer_main {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.footer_mainmenu {
  list-style: none;
  display: flex;
  flex-direction: row;
  float: left;
  width: 690px;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
}

.footer_mainmenu_ttl {
  font-size: 1.6rem;
}

.footer_mainmenu_item {
  box-sizing: border-box;
  border-left: 1px solid #eee;
}

.footer_mainmenu_list {
  list-style: none;
  box-sizing: border-box;
  width: 230px;
  padding: 0 15px;
  font-size: 1.4rem;
  text-align: center;
}

.footer_mainmenu_list_item a {
  position: relative;
  display: block;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  z-index: 0;
}
.footer_mainmenu_list_item a:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  height: 12px;
  width: 180px;
  background-color: #eee;
  transform: translateY(25px) skewX(15deg);
  opacity: .1;
  transition: .2s;
  z-index: -1;
}
.footer_mainmenu_list_item a:hover:before {
  transform: translateY(0) skewX(15deg);
  opacity: 1;
  transition: .2s;
}

.footer_address {
  box-sizing: border-box;
  float: right;
  width: 334px;
  padding: 25px;
  color: #707070;
  text-align: center;
  background-color: #fff;
}

.footer_address_logo {
  border-bottom: 1px solid #eee;
}

.footer_address_logo_img {
  display: block;
  margin: 0 auto;
}

.footer_address_logo_name {
  font-size: 1.8rem;
}

.footer_address_phone {
  font-size: 2rem;
}
.footer_address_phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(./../img/common/icon_phone.svg) no-repeat center center;
  background-size: contain;
}

.footer_address_address {
  text-align: center;
  font-size: 1.4rem;
}

.footer_address_time {
  font-size: 1.4rem;
}

.footer_address_time_ttl {
  margin-right: 15px;
  padding: 3px 10px;
  border: 1px solid #eee;
}

.copyright {
  margin: 30px 0 0;
  padding: 10px;
  text-align: center;
  font-family: "Roboto", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .2em;
  font-size: 1.2rem;
  background-color: #fff;
}

/*--------------------*/
/*contact
/*--------------------*/
.contact_info_wrap {
  padding-top: 10px;
  color: #707070;
}

.contact_info_wrap.art {
  border-top: 5px solid #E2C8B5;
}

.contact_info_wrap.dental {
  border-top: 5px solid #F8F9FF;
}

.contact_info_ttl {
  padding-top: 80px;
  font-family: "Roboto", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  background: url(./../img/common/icon_question.svg) no-repeat center top;
  background-size: 56px 56px;
}

.contact_info_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.contact_info_list_item {
  box-sizing: border-box;
  width: 500px;
  padding: 20px;
  border: 10px solid #EFEFEF;
  border-radius: 15px;
}

.contact_info_list_ttl {
  margin: 0 0 10px;
  padding: 0 0 0 60px;
  font-size: 2rem;
  font-family: "Roboto", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 50px;
}

.contact_info_list_ttl.tel {
  background: url(./../img/common/icon_phone.png) no-repeat left center;
  background-size: 50px;
}

.contact_info_list_ttl.mail {
  background: url(./../img/common/icon_mail.png) no-repeat left center;
  background-size: 50px;
}

.contact_info_list_tel {
  margin: 10px 0;
  text-align: center;
  font-size: 4rem;
}

.contact_info_list_time {
  text-align: center;
  font-size: 1.4rem;
}

.contact_info_list_timesub {
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.contact_info_list_btn {
  margin: 30px auto 0;
  width: 400px;
  border-radius: 5px;
}

.contact_info_list_btn a {
  position: relative;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  overflow: hidden;
}
.contact_info_list_btn a:link, .contact_info_list_btn a:visited {
  color: #fff;
}
.contact_info_list_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 600px;
  height: 80px;
  transform: translateX(-630px) skewX(15deg);
  background-color: #fff;
  opacity: .1;
  transition: .3s;
}
.contact_info_list_btn a:hover:after {
  transform: translateX(-30px) skewX(15deg);
  transition: .3s;
}

.contact_info_wrap.art .contact_info_list_btn {
  background: #826046 url(./../img/common/icon_hukidashi.png) no-repeat 30px center;
  background-size: 33px 34px;
  border-bottom: 2px solid #430B0B;
}

.contact_info_wrap.dental .contact_info_list_btn {
  background: #465282 url(./../img/common/icon_hukidashi.png) no-repeat 30px center;
  background-size: 33px 34px;
  border-bottom: 2px solid #181D2E;
}

/*--------------------*/
/*map
/*--------------------*/
.map {
  margin: 10px 0;
}
.map iframe {
  height: 200px;
  width: 100%;
}

/*--------------------*/
/*contact form
/*--------------------*/
.form_row {
  font-size: 1.6rem;
}

.contact_nav {
  box-sizing: border-box;
  width: 1024px;
  margin: 0 auto 40px;
  padding: 20px 30px 30px;
  border: 4px solid #eee;
  border-radius: 15px;
  text-align: center;
  font-size: 1.6rem;
}

.contact_nav_list {
  box-sizing: inherit;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contact_nav_list_item {
  box-sizing: border-box;
  display: block;
  width: 50%;
  padding: 10px 30px;
  text-align: center;
}
.contact_nav_list_item a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 2rem;
  overflow: hidden;
  z-index: 0;
}
.contact_nav_list_item a:link,
.contact_nav_list_item a:hover,
.contact_nav_list_item a:visited {
  color: #fff;
}
.contact_nav_list_item a:after {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  display: block;
  width: 130%;
  height: 80px;
  background: #fff;
  transform: translateX(-130%) skewX(15deg);
  opacity: 0;
  z-index: 1;
  transition: .3s;
}
.contact_nav_list_item a:hover:after {
  transform: translateX(0) skewX(15deg);
  opacity: .2;
}

.contact_nav_list_item.default a {
  background: #666 url(./../img/common/icon_hukidashi.png) no-repeat 30px center;
  background-size: 33px 34px;
  border-radius: 5px;
  border-bottom: 2px solid #333;
}

.contact_nav_list_item.art a {
  background: #826046 url(./../img/common/icon_hukidashi.png) no-repeat 30px center;
  background-size: 33px 34px;
  border-radius: 5px;
  border-bottom: 2px solid #430B0B;
}

.contact_nav_list_item.dental a {
  background: #465282 url(./../img/common/icon_hukidashi.png) no-repeat 30px center;
  background-size: 33px 34px;
  border-radius: 5px;
  border-bottom: 2px solid #181D2E;
}

/*-------------*/
/*thanks
/*-------------*/
.form_thanks {
  text-align: center;
  font-size: 1.6rem;
}

/*--------------------*/
/*breadcrumbs
/*--------------------*/
.breadcrumbs {
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.breadcrumbs_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.breadcrumbs_list_item {
  padding-left: 30px;
}
.breadcrumbs_list_item:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  margin-right: 20px;
}
.breadcrumbs_list_item a {
  padding: 5px 10px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: .3s;
}
.breadcrumbs_list_item a:hover {
  background: #eee;
  transition: .3s;
}
.breadcrumbs_list_item:first-child {
  padding-left: 0;
}
.breadcrumbs_list_item:first-child:before {
  content: "";
  margin-right: 0;
}

.table_default {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1024px;
  margin: 60px auto;
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.table_default_ttl {
  box-sizing: border-box;
  width: 300px;
  padding: 10px 20px;
  background: #eee;
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}

.table_default_data {
  box-sizing: border-box;
  width: 725px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

/*----------------------------------------------------------------------*/
/*other
/*----------------------------------------------------------------------*/
.ttl_default {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 4rem;
  text-align: center;
  font-weight: normal;
}

.ttl_default_sub {
  margin-left: 20px;
  font-size: 1.6rem;
}

.texbox_default {
  width: 1024px;
  margin: 40px auto 80px;
  font-size: 1.4rem;
}
.texbox_default p {
  margin-bottom: 1em;
}

.color_box_gray {
  margin: 40px 0 60px;
  padding: 50px;
  background-color: #f7f7f7;
}

.color_box_address {
  box-sizing: border-box;
  width: 560px;
  margin: 40px auto 60px;
  padding: 30px;
  border: 4px solid #eee;
}

.color_box_address_name {
  font-size: 2rem;
}

/*------------------------------------*/
/*atomic
/*------------------------------------*/
.address_marker_gray {
  display: inline-block;
  width: 3em;
  margin: 5px 10px 0 0;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #eee;
}

.list_num_default {
  margin-left: 2em;
  padding: 0;
}

.text_center {
  text-align: center;
}

/*----------------------------------------------------------------------*/
/*Motion setting
/*----------------------------------------------------------------------*/
section[data-emergence=hidden] {
  opacity: 0;
}

section[data-emergence=visible] {
  opacity: 1;
  transition: .5s ease-out;
}

/*----------------------------------------------------------------------*/
/*pre-open
/*----------------------------------------------------------------------*/
.leaf_nav_art .leaf_navlist_item:nth-child(3) {
  position: relative;
}
.leaf_nav_art .leaf_navlist_item:nth-child(3):before {
  position: absolute;
  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;
  opacity: .9;
  z-index: 10;
}

.footer_mainmenu_item:nth-child(3) {
  position: relative;
}
.footer_mainmenu_item:nth-child(3):before {
  position: absolute;
  content: "Coming Soon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .9;
  z-index: 10;
}

.contact_nav_list_item.dental {
  position: relative;
}
.contact_nav_list_item.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%;
  background: #fff;
  opacity: .9;
  z-index: 10;
}
