  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, table, pre, address, ul, ol, dl{
    font-size: 13px;
  }
  
  h1, h2, h3, h4, h5, h6{
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  }
  
  .cri {
	font-family: 'Crimson Text', serif;
}

.w100 {
	width: 100%;
}

.w70 {
	width: 70%;
}

.w65 {
	width: 65%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}
/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  	.flex {
		max-width: 450px;
		margin: auto;
	}
	.flexc {
		max-width: 450px;
		margin: auto;
	}
	.flexs {
		max-width: 450px;
		margin: auto;
	}
	.flexb {
		max-width: 450px;
		margin: auto;
	}
	.w70 {
        width: 100%;
	}
	.w65 {
        width: 100%;
	}
	.w60 {
        width: 100%;
	}
	.w55 {
        width: 100%;
	}
	.w50 {
        width: 100%;
	}
	.w48 {
        width: 100%;
	}
	.w45 {
        width: 100%;
	}
	.w40 {
        width: 100%;
	}
	.w35 {
        width: 100%;
	}
	.w30 {
        width: 100%;
	}
	.w25 {
		width: 100%;
	}
}


a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tel a[data-href]:hover:before {
	content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}



/*pagenav*/
.pagenav ul {
	margin: 0px auto;
	padding: 20px 0;
	text-align: center;
}

.pagenav li {
	display: inline-block;
	margin: 5px 15px;
	vertical-align: middle;
}

.pagenav li a {
	display: block;
	font-size: 14px;
	padding: 12px 8px;
	font-weight: bold;
	color: #505050;
}
.uk-slidenav-position .uk-slidenav-previous{
  width: 48px;
  height: 95px;
  background: url('/upload/tenant_1/9a440ec4e4f4f00ca66077d13ef5407a.png') center center no-repeat;
  background-size:contain;
  display: block;
}
.uk-slidenav-next:before,.uk-slidenav-previous:before{
  display: none;
}

.uk-slidenav-position .uk-slidenav-next{  
  width: 48px;
  height: 95px;
  background: url('/upload/tenant_1/918dfdbe385955ccfb2361eecd6822eb.png') center center no-repeat;
  background-size:contain;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .pagenav ul {
	margin: 0px auto;
	padding: 20px 0;
	text-align: center;
}

.pagenav li {
	display: inline-block;
	margin: 5px 15px;
	vertical-align: middle;
}

.pagenav li a {
	display: block;
	font-size: 14px;
	padding: 12px 8px;
	font-weight: bold;
	color: #505050;
}
	.pagenav li a {
		padding: 5px 12px;
	}
	.pagenav li {
		margin: 5px;
	}
}

@media only screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, table, pre, address, ul, ol, dl{
    font-size: 13px;
  }
  .pagenav ul {
	margin: 0px auto;
	padding: 20px 0;
	text-align: center;
}

.pagenav li {
	display: inline-block;
	margin: 5px 15px;
	vertical-align: middle;
}

.pagenav li a {
	display: block;
	font-size: 14px;
	padding: 12px 8px;
	font-weight: bold;
	color: #505050;
}
	.pagenav li {
		margin: 5px 3px;
	}

	.pagenav {
		padding-bottom: 20px;
	}
}
/*blog-news*/
.text_area{
  font-size: 13px;
}

.blogwrap{
  width:190px;
	height:135px;
  overflow: auto;
  box-sizing:border-box;
}
.b_box{
	width:220px;
	height:200px;
	padding:10px 10px 0 10px;
	box-sizing:border-box;
	margin-bottom:10px;
	background:url(/import/tenant_1/www.luce-dc.com/images/side-blog-bg.jpg) no-repeat center top;
}


.b_box dl { 
  overflow:hidden; 
  margin:0 auto 15px;
  
}
.b_box dt { 
  box-sizing: border-box;
  padding:0 0 0 0; 
  font-size:14px; 
  font-weight:bold;
}

.b_box dd a{ 
  color: #8c0000;
}
/*homenewsとhomeblog*/
.homenews,.homeblog{
    height: auto;
    padding: 20px;
    padding-bottom: 30px;
    background: #f5f1e3;
    -webkit-box-sizing: border-box;
	  box-sizing: border-box;
}
.homenews .tit,.homeblog .tit {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.homenews .tit h3,.homeblog .tit h3{
  display: inline-block !important;
    font-size: 28px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #422d13;
    padding-bottom: 20px;
}

.homenews .tit p,.homeblog .tit p {
    display: inline-block !important;
    padding-top: 10px;
    margin-left: 20px;
}
.homenews .tit p a,.homeblog .tit p a {
    padding-left: 15px;
}
.homenews .table dt,.homeblog .table dt {
    font-size: 14px;
}
.homenews .table dd a,.homeblog .table dd a {
    font-size: 16px;
}

.homenews .table dl,.homeblog .table dl{
    padding: 10px 0 10px 0;
    padding: 3px 0 5px 35px;
    margin-bottom: 20px;
    background: url(/import/tenant_1/www.luce-dc.com/images/blog-icon.gif) no-repeat 5px 2px;
}
#sec1-bg1 .blognews{
  margin-bottom: 40px;
}


/*top診療メニュー*/
.sec1-banner{
  width: 23.5%;
}
.sec1-banner .inner{
  width: 100% !important;
  height: 100%;
  position: relative;
}
.sec1-banner .inner:after{
  content: "";
  background: url(/import/tenant_1/www.luce-dc.com/images/sec1-bnbg2.png) center center no-repeat;
  background-size:contain;
  width: 100%;
  height: 14.9px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: -12px;
}
.sec1-banner .inner p.mb10 img{
  height: 80px !important;
  width: auto !important;
}
.sec1-banner.mr18{
  margin-right: 1.5% !important;
}
.sec1-banner .center.mb15{
  font-size: 18px;
 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #422d13;
    border-top:1px solid #e1ded6;
    border-bottom:1px solid #e1ded6;
}
#sec1-bg2 .kamoku1{
  padding-bottom: 40px;
}
#sec1-bg2 .b950{
  overflow: visible;
}
@media only screen and (max-width: 640px) {
.sec1-banner{
  width: 48.5%;
}
#sec1-bg2 .kamoku1,#sec1-bg2 .kamoku2{
  width: 100%;
  padding: 0;
}
#sec1-bg2 .sec1-banner{
  margin-bottom: 10px;
  margin-top: 10px;
}
.sec1-banner .center.mb15{
  font-size: 12px;
  padding: 2px 0;
  letter-spacing: -1px;
}
.sec1-banner .inner p.mb10 img{
  height: 40px !important;
}
.sec1-banner .inner p{
  font-size: 11px;
}
#sec1-bg2{
  padding-bottom: 20px;
}

}

/*red_box*/
#sec3-bg .b950 li .red_box_inn{
  background: url(/upload/tenant_1/8633b140cd29c650ccd01c3aae365b51.png) center center no-repeat;
  background-size: cover;
  padding: 5px;

}
#sec3-bg .b950 li .red_box_inn dl{
  display: block;
    border: solid 1px rgb(140, 0, 0);
    padding: 10px;
}
#sec3-bg .b950 li.red_box a{
 display: block;
}


#sec3-bg .b950 li .red_box_inn dd {
  text-align: center;
  padding: 10px 0 10px;
  font-size: 11px;
  line-height: 180%;
  color: #373737;
}
#sec3-bg .b950 li .red_box_inn dd img{
    height: 60px !important;
  width: auto !important;
}
#sec3-bg .b950 li .red_box_inn dt{
  font-size: 26px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #373737;
    text-align: center;
}

#sec3-bg .b950 li.red_box a:hover dt,#sec3-bg .b950 li.red_box a:hover dd{
  text-decoration: none;
  color:#373737;
}
#sec3-bg .b950 li.red_box a:hover{
  text-decoration: none;
}
#sec1-bg2 .sec1-banner.mr18{
  float: none;
}

@media only screen and (max-width: 640px) {
#sec3-bg .b950 li{
  margin: 0;
  margin-bottom: 20px;
}
#sec3-bg .b950 li .red_box_inn dd img{
  height: 40px !important;
}
#sec3-bg .b950 li .red_box_inn dt.title_midashi{
  font-size: 20px;
}
#sec3-bg{
  padding: 25px 0 5px;
  background: url(/import/tenant_1/www.luce-dc.com/images/sec3_bg.jpg) 0 0;
  background-repeat: repeat;
  margin-bottom: 0;
}
}


@media only screen and (max-width: 640px) {
  .homenews .table dd a, .homeblog .table dd a {
    font-size: 13px;
}
.homenews .table dt, .homeblog .table dt {
    font-size: 12px;
}
.homenews .tit h3, .homeblog .tit h3 {
    display: inline-block !important;
    font-size: 18px;
    padding-bottom: 10px;
}
.homenews .tit, .homeblog .tit{
  padding: 0 0 6px 0;
    margin-bottom: 5px;
}
.homenews .tit p a, .homeblog .tit p a {
    padding-left: 14px;
}
.homenews .table dl, .homeblog .table dl{
      padding: 5px 0 5px 0;
      padding: 3px 0 5px 30px;
      margin-bottom: 15px;
}
.homenews, .homeblog{
  padding: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
}

/*#navi li*/
#navi li a{
  display: inline-block;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-weight: bold;
  color: #422d13;
}
#navi li a:hover{
  text-decoration: none;
  color: #b39a70;
}
h2 .homemidashi .m_big{
  font-size: 39px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #422d13;
}
h2 .homemidashi .m_small{
    font-size: 17px;
     font-weight: bold;
    color: #422d13;
    line-height: 280%;
}
h2 .homeconcept_midashi {
  position: relative !important;
}
h2 .homeconcept_midashi:before {
  content: "";
  display: block;
  background: url(/upload/tenant_1/09eb964981bdfba02aac14747055de67.png) center center no-repeat;
  background-size: contain;
  width: 135px;
  height: 43px;
  position: absolute;
  left: -135px;
  bottom: 0;
}
h2 .homeconcept_midashi:after{
    content: "";
  display: block;
  background: url(/upload/tenant_1/eb4407ce461c6934e432506f10572577.png) center center no-repeat;
  background-size: contain;
  width: 135px;
  height: 43px;
  position: absolute;
  right: -155px;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  h2 .homemidashi .m_small{
    font-size: 13px;
  }
  h2 .homemidashi .m_big{
    font-size: 22px;
  }
  h2 .homeconcept_midashi:after{
    width: 70px;
    height: 43px;
    position: absolute;
    right: -79px;
    bottom: -7px;
  }
  h2 .homeconcept_midashi:before{
    width: 70px;
    height: 43px;
    position: absolute;
    left: -42px;
    bottom: -7px;
  }
  h2 .implant_h2.homemidashi  .m_small{
    line-height: 140%;
    font-size: 12px;
  }
  h2 .implant_h2.homemidashi.homeconcept_midashi:before{
    left: -81px;
  }
  h2 .implant_h2.homemidashi.homeconcept_midashi:after{
    right: -73px;
  }
  h2 .homemidashi .m_big{
  font-size: 19px; 
  }
}


/*h3midashi*/
h3 .homemidashi .m_big{
  font-size: 33px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #422d13;
}
h3 .homemidashi .m_small{
    font-size: 17px;
    color: #422d13;
    line-height: 280%;
    font-style: italic;
    padding-left: 10px;
    letter-spacing: 1px;
}
h3 .homemidashi{
  display: inline-block;
  position: relative;
}

h3 .homemidashi:after{
    content: "";
  display: block;
  /* background: url(/upload/tenant_1/1354a7f3155a119e4cc46e6230fd890d.png) center center no-repeat; */
  /* background-size: contain; */
  width: 175px;
  height: 26px;
  position: absolute;
  right: -205px;
  bottom: 15px;
}

.bg_kin{
  width: 317px;
  height: 162px;
  background: url(/upload/tenant_1/4fdc4aaf9a152560058936f0d83db1dd.png) center center no-repeat;
  background-size:cover;
  padding: 20px;
  padding-top:45px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.kin_inner h4{
  font-size: 21px;
  color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
.kin_inner .txt{
  text-align: center;
  font-size: 11px;
  padding-top: 15px;
   color: #fff;
   line-height: 170%;
}
.a_none a{
  text-decoration: none;
}

/*side_navlist*/
li.side_navlist a{
  display: block;
  padding: 10px 0;
  background-color: #fff;
  border:2px solid #f1f2e4;
  text-decoration: none;
}
li.side_navlist .text{
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color: #a68939;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 200%;
  padding-left: 2px;
}
li.side_navlist a:hover{
  border:2px solid #a68939;
}
@media only screen and (max-width: 640px) {
.sidenavi_sp ul li.w48{
  width: 48%;
  margin-bottom: 6px;
}
.sidenavi_sp ul li.w48 .navicon img{
  width: 20px;
}
.sidenavi_sp ul li.side_navlist .text{
  font-size: 10px;
}
li.side_navlist a{
  border: 1px solid #f1f2e4;
  padding: 11px 0;
  margin-bottom: 5px;
}
li.side_navlist a:hover{
  border: 1px solid #a68939;
}
.bg_kin{
  width: 297px;
  background: url(/upload/tenant_1/4fdc4aaf9a152560058936f0d83db1dd.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.kin_inner h4{
  font-size: 18px;
}
}
.blognews_main .blogside {
    width: 150px;
    float: right;
    margin-left: 15px;
    margin-top: 7px;
}
.blognews_main #m-col {
    width: 550px;
    float: right;
}
.blognews_main .text_area{
  width: 100%;
}
.blogside dt{
    font-size: 26px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding-bottom: 10px;
    color: #422d13;
    text-align: center;
}
.blogside dl {
    padding-bottom: 20px;
}
.blogside .cc dd {
    padding-bottom: 5px;
    text-align: center;
}
.blogside .cc dd a{
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  color: #422d13;

}
.blogside .cc dd a:hover{
  text-decoration: none;
}

.blogmain .box{
    padding: 10px;
    border: 1px solid #d9c9ae;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
	  box-sizing: border-box;
}
.blogmain .box .tit {
    border-bottom: 1px solid #ccc7bf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blogmain p.date {
    width: 58px;
    height: 66px;
    text-align: center;
    background-color: #b09d7c;
    color: #fff;
}
.blogmain .box .tit p {
    float: left;
    margin-right: 10px;
}
.blogmain p.date .y {
    padding-top: 3px;
}
.blogmain p.date .y, .blogmain p.date .m {
    display: block;
    font-size: 10px;
    line-height: 140%;
}
.blogmain p.date .d {
    display: block;
    font-size: 24px;
    padding-top: 3px;
}
.blogmain .box h3 a{
  color: #301701;
  font-size: 15px;
}
.blogmain .box h3 a{
  text-decoration: none;
}
.blogmain .box .cate{
  font-weight: bold;
  margin-bottom: 5px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #422d13;
    display: inline-block;
}

.backbtn{
  margin: 30px 0 50px;
}
.warpcate{
  font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #422d13;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  
  .h3-ttl h3{
  	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;  
  }
  
.blogside{
  padding: 20px 20px;
}

.blogside dt{
  font-size: 18px;
}
}
.recommend h3 .homemidashi .m_big {
  font-size: 21px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
    color: #422d13;
}

.recommend h3 .homemidashi .m_small{
  font-size: 13px;
}
.recommend.homeblog .table dd a{
    /* font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif; */
    color: #8c0000;
}
.recommend.homeblog{
      padding: 40px 30px;
    padding-bottom: 30px;
    background: #ffff;
}
@media only screen and (max-width: 640px) {
  .recommend.homeblog{
    width: 96%;
    margin: 0 auto;
  }
 .recommend h3 .homemidashi:after{
    right: -22px;
  }
}
.prev_arrow a:before{
  content: "<"
}
.next_arrow a:after{
  content: ">"
}
.prev_arrow,.next_arrow{
   margin: 20px 0;
}
.next_arrow{
  margin-bottom: 50px;
}
/*subtitle*/
#h2_ttl h2{
  font-size: 45px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color: #fff;
  padding-left: 50px;
  font-weight: bold;
  text-shadow: black 0 0 5px;
}
@media only screen and (max-width: 640px) {
  #h2_outer.pc_area{
    display: block;
    background: none;
    height: 0;
    position: absolute;
    top: -1000%;
  }
    [data-element-id]#h2_outer.pc_area{
    height: 50px;
    position: relative;
    top: 0;
  }
   [data-element-id]#sp-menu{
    top: 130px;
  }
  
  
    #h2_outer.pc_area #logo{
    display: none;
  }
      #h2_outer.pc_area #navi-outer{
    display: none;
  }
  #h2_outer.pc_area #h2_ttl{
    display: none;
  }
  #header{
   /*  display: none; */
   width: 100%;
   height: auto;
  }
  #header h1{
    width: 93%; 
  }
  #header-inner {
    width: 100%;
    height: auto;
    background:none;
}
#outer_header{
   width: 100%;
    height: auto;
   background:none;
}

#header-wrapper{
    height: 50px;
}
#header-wrapper.fixed{
  position: relative;
}
  
 #h2_outer.subtitle_white h2{
   padding: 0 0 8% 0;
    margin-bottom: 7%;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0 0 3px;
  letter-spacing: 2px;
  font-size: 14px;
 }
 #h2_outer.subtitle_white{
   padding: 8% 0 0 2%;
   	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
}
.recruit_page section{
  margin-bottom: 100px;
}
.recruit_page li.side_navlist a{
 　border-radius: 20px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.recruit_page li.side_navlist a img{
  padding-left: 5px;
  display: none;
}
.recdl_list dl{
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
    padding-right: 10px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  
}
.recdl_list dt{
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color: #301701;
  padding-bottom: 3px;
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #dacebe;
  margin-bottom: 5px;
}
.recdl_list dd{
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
}
.recdl_list{
  background: #f5f1e3;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dacebe;
}
p.rinentxt{
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-size: 17px;
  line-height: 200%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg_rose {
    background: url('/import/tenant_1/www.luce-dc.com/images/sec4_bg.jpg') no-repeat right top;
    min-height: 300px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px
}
.bg_rose .text_area{
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/*side_rec_bnr*/
p.side_rec_bnr{
  background: url(/upload/tenant_1/4f85d4ce8d099cb1a2632ad6a02aa803.png) center center no-repeat;
  background-size: cover;
  
}
p.side_rec_bnr a{
  display: block;
  color: #fff;
  padding: 2px;
}
p.side_rec_bnr a .inn{
  margin:1px;
  display: block;
  padding: 13px;
  border:solid 1px #b94643;
  text-align: center;
}
p.side_rec_bnr a .inn .ja{
  font-size: 16px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-weight: bold;
  letter-spacing: 4px;
}
p.side_rec_bnr a .inn .en{
    font-style: italic;
    padding-left: 10px;
    letter-spacing: 3px;
    font-size: 15px;
}
p.side_rec_bnr a:hover{
  text-decoration: none;
}
.kin_left,.kin_right{
  float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.kin_left .bg_kin,.kin_right .bg_kin{
      margin-left: auto;
    margin-right: auto;
}

p.side_title01:before {
    content: "";
    display: block;
    background: url(/upload/tenant_1/09eb964981bdfba02aac14747055de67.png) center center no-repeat;
    background-size: contain;
    width: 135px;
    height: 43px;
    position: absolute;
    left: -135px;
    bottom: 0;
}
p.side_title01{
  position: relative;
}
p.side_title01:before {
    content: "";
    display: block;
    background: url(/upload/tenant_1/09eb964981bdfba02aac14747055de67.png) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 28px;
    position: absolute;
    left: -0px;
    bottom: 0;
}
p.side_title01:after {
    content: "";
  display: block;
  background: url(/upload/tenant_1/eb4407ce461c6934e432506f10572577.png) center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 28px;
  position: absolute;
  right: -0px;
  bottom: 0;
}
p.side_title01{
  position: relative;
  font-size: 18px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-weight: bold;
  color: #422d13;
  text-align:center;
}
.kin_li {
    width: 220px;
    height: 90px;
    background: url(/upload/tenant_1/cafb1fb32561dd88b2036c73a3a6043a.png) center center no-repeat;
    background-size: cover;
    padding: 14px;
    padding-top: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.kin_li a{
  text-decoration: none;
  color: #fff;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-size: 17px;
    color: #f7f7f7;
    text-align: center;
    font-weight: normal;
}
.side_kodawari{
  width: 220px;
    height: 90px;
    background: url(/upload/tenant_1/cafb1fb32561dd88b2036c73a3a6043a.png) center center no-repeat;
    background-size: cover;
    padding: 14px;
    padding-top: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}
.side_kodawari a{
  text-decoration: none;
  color: #fff;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-size: 17px;
    color: #f7f7f7;
    text-align: center;
    font-weight: normal;
}
.side_codawari {
  width: 220px;
    height: 65px;
    background: url(/upload/tenant_1/b7824e68267bbb21155a5f414bc0170f.png) center center no-repeat;
    background-size: cover;
    padding: 14px;
    padding-top: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}
.side_codawari a{
    text-decoration: none;
    color: #fff;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 20px;
    color: #f7f7f7;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    display: block;
}
li.side_oshimenu{
    background: url(/upload/tenant_1/1eb82a1abe6aaf77504ef25c24b101bb.png) center center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li.side_oshimenu a{
    text-decoration: none;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 15px;
    color: #505050;
    letter-spacing: -1px;
    font-weight: normal;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1px;
}
li.side_oshimenu a img{
  width: 35px !important;
  height: auto !important;
}
li.side_oshimenu a>span{
      display: block;
    border: 1px solid #8c0000;
    margin: 3px;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li.side_oshimenu a .txt01{
  line-height: 350%;
    /* padding-bottom: 20px; */
    display: inline-block;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding-left: 0px;
        font-size: 16px;
}
li.side_oshimenu a .img01{
      display: inline-block;
    line-height: 200%;
    box-sizing: border-box;
    padding-bottom: 10px;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
        padding-left: 3px;
}
li.side_oshimenu.txtbig a .txt01{
  font-size: 19px;
    line-height: 293%;
    padding-left: 3px;
    letter-spacing: 2px;
}

li.side_oshimenu.sinryoumenu{
  background: #fff;
  color: #5d411a;
  border-left: #f6f6ee solid 1px;
  border-bottom: #f6f6ee solid 1px;
  margin-bottom: 2px;
}
li.side_oshimenu.sinryoumenu a>span{
  border: 0px;
}
li.side_oshimenu.txtbig.sinryoumenu a .txt01{
  font-size: 12px;
  line-height: 306%;
}

li.side_oshimenu.txtbig.sinryoumenu a .txt01{
      padding-left: 8px;
}
li.side_oshimenu.sinryoumenu a .img01{
  padding-left: 8px;
  line-height: 247%;
  padding-bottom: 1px;
}
@media only screen and (max-width: 640px) {
.recruit_page section{
      width: 96%;
   margin: 0 auto;
  margin-bottom: 30px;
}
.bg_rose{
  padding: 25px;
}
p.rinentxt{
  font-size: 15px;
}
.recdl_list{
  padding: 20px 0px;
}
.recruit_page .text_area{
  margin-bottom: 30px !important;
}
.sp_rec_an_btn{
    width: 80%;
    max-width: 260px;
    margin: 0 auto;
}
.recruit_page li.side_navlist a{
  border-radius: 0;
}

}

.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 40%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

/*abtest_css*/
li.ab_a a{
  background: #8c0000;
  color: #fff !important;
  display: block;
  padding: 2px !important;
}
li.ab_a .inn_line{
  margin: 1px;
  display: block;
  padding: 7px 13px;
  border: solid 1px #b94643;
  text-align: center;
}
li.ab_b a{
  background: #937545;
  color: #fff !important;
  display: block;
  padding: 2px !important;
}
li.ab_b .inn_line{
  margin: 1px;
  display: block;
  padding: 7px 13px;
  border: solid 1px #fbf7ea;
  text-align: center;
}


/* 2023/01/19 */

.r{
  display: inline-block;
}

@media only screen and (max-width: 640px){
  .r{
  display: block;
}
}


/* 2023/03/09追記 */
.area-recruitbnr .inner {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.area-recruitbnr .recruitbnr-list li a {
    display: block;
    background: url(/upload/tenant_1/4fdc4aaf9a152560058936f0d83db1dd.png) center center no-repeat;
    width: 100%;
    height: 250px;
    background-size: contain;
    padding: 20px;
    padding-top: 75px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.area-recruitbnr .recruitbnr-list li a .text {
    font-size: 28px;
    color: #f7f7f7;
    text-align: center;
    font-weight: normal;
}

.area-recruitbnr .recruitbnr-list li a .txt {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    color: #fff;
    line-height: 170%;
}

/* 2025/03/13 */
.top-banner.ver02{
  background: transparent;
}

.line-reserve-banner a{
  display: block;
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
}

.line-reserve-banner a:hover{
  opacity: 0.5;
}

.sp-fixed-line{
  display: none;
  width: 75px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

@media(max-width:599px) {
.sp-fixed-line{
  display: block;
}    
}
