@charset "utf-8";
/* CSS Document */
/*--- 共通 ------------------------------------*/
#news .cate_box a,#implant .cate a,#invisalign .cate a,#about .cate a,#guide .cate a{
	color:#f19233;
}
#page_title{
	background-image: url("../img/page_titile_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:cover;
}
#page_title .box{
	padding: 100px 0;
}
#page_title h2 .border{
	display: inline-block;
    content: "";
    width: 45px;
    height: 2px;
    background: #f19233;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*--- cate_list ------------------------------------*/
/* タブ切り替え*/
#cate_list li.active{
	position: relative;
}
#cate_list li.active::after{
	position: absolute;
	right:5px;
	bottom: 0px;
	content: '';
	border-top:7px solid #f19233;
	border-left:7px solid #f19233;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	box-sizing: border-box;
	transition:.5s;
}
#cate_list li.active:hover::after{
	position: absolute;
	right:5px;
	bottom: 0px;
	content: '';
	border-top:7px solid #f19233;
	border-left:7px solid #f19233;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	box-sizing: border-box;
}
#cate_list li a {
	position: relative;
	overflow:hidden;
	transition:.5s;
	color: #f19233;
}
#cate_list li a:after {
	position: absolute;
	transition: .5s;
	content: '';
	width: 0%;
	left: 0%;
	bottom: 0;
	height: 3px;
	background: #f19233;
	height: 150%;
	left: -10%;
	transform: skewX(-45deg);
	z-index: -1;
}
#cate_list li a:hover {
	color: #fff;
}
#cate_list li a:hover:after {
	width: 100%;
	left: 0;
}

/*--- news ------------------------------------*/
#news .cate_box .box_item.top{
	position: relative;
	padding-left: 40px;
}
#news .cate_box .box_item.top::before,
#news .cate_box .box_item.top.top::after{
	content: "\025a0";
	position: absolute;
	transform: rotate(45deg);
}
#news .cate_box .box_item.top::before{
	content: "\025a1";
	left:0;
	top:-8px;
	color: #f19233;
	font-size: 30px;
	z-index: 2;
	opacity: 0.5;
}
#news .cate_box .box_item::after{
	left:-3px;
	top: -20px;
	color: rgba(229,167,122,0.1);
	font-size: 70px;
	z-index: 1;
}
#news .pagenation li a{
	width: 50px;
	height: 50px;
	line-height: 50px
}
#news .pagenation .prev a,#news .pagenation .next a{
	position: relative;
}
#news .pagenation .prev a::before,#news .pagenation .next a::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "\03c";
	color: #f19233;
	transition: all .3s;
}
#news .pagenation .next a::before{
	content: "\03e";
}
#news .pagenation .prev a:hover::before,#news .pagenation .next a:hover::before{
	color: #fff;
}
/*--- implant,invisalign ------------------------------------*/
#implant .cate_title,#invisalign .cate_title {
	position: relative;
}
#implant .cate_title span,#invisalign .cate_title span {
	background: #fff;
	display: inline-block;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 5;
	font-weight: 600;
	letter-spacing: 0.09em;
}
#implant .cate_title:after,#invisalign .cate_title:after {
	border-top: 1px solid;
	border-color: rgba(80,60,44,0.47);
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	margin-top: -2px;
	width: calc(100vw);
}
#implant .cate_img1,#invisalign .cate_img1 {
	margin: auto;
	height: 270px;
	border-radius: 270px;
	width: 270px;
}
#implant .cate_item .txt,#invisalign .cate_item .txt {
	width: 640px;
	padding: 0 0 0 41px;
}
#implant .cate_item .txt .cate_txt1:empty,#implant .cate_item .txt .cate_txt2:empty,#implant .cate_box .box_title1:empty,#implant .cate_box .box_txt1:empty {
	display:none;
}
#implant .sub_cate_title,#invisalign .sub_cate_title{
	margin-top:80px;
}
#implant .cate_box:last-of-type {
	margin-bottom: 5px;
}
#invisalign .cate_box:last-of-type {
	border:none;
}
#implant .box_txt1,#invisalign .box_title1 {
	position: relative;
	padding-left:32px;
}
#implant .box_txt1::before,#invisalign .box_title1::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/check_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	position: absolute;
	left:0px;
	top:2px;
}
#invisalign .box_title1::before {
	top:5px;
}
/*--- about,guide ------------------------------------*/
#about,#guide{
	margin-bottom: 110px;
}
#about #cate_list,#guide #cate_list{
	margin-bottom: 80px;
}
#about h3,#guide h3{
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.15em;
}
#about h3:after{
    content: "";
    margin: 25px auto 0;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #717171;
}
#about .box_title1,#guide .box_title1{
    letter-spacing: 0.15em;
}
#guide h3{
	position: relative;
	padding-top:30px;
}
#guide h3::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/guide_iconl.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%,-50%);
}
#guide .cate_txt1 {
    display:  inline-block; 
    margin-top:  10px; 
    position:  relative;
    margin: 10px auto 0;
	padding:0 10px;
    background-color:  #fff;
}
#guide .cate_txt1::before {
    content: '';
    height:  1px;
	opacity: 0.8;
    background-color:  #503C2C;
    position:  absolute;
    top: 0;
    bottom:  0;
    margin:  auto;
    z-index: -1;
    width: 10px;
    left:  -10px;
}
#guide .cate_txt1::after {
    content: '';
    height:  1px;
	opacity: 0.8;
    background-color:  #503C2C;
    position:  absolute;
    top: 0;
    bottom:  0;
    margin:  auto;
    z-index: -1;
    width: 10px;
    right:  -10px;
}
/*--- contact_page ------------------------------------*/
#contact_page #form_box .box input::-webkit-input-placeholder,#contact_page #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact_page #form_box .box input:-moz-placeholder,#contact_page #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact_page #form_box .box input::-moz-placeholder,#contact_page #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact_page #form_box .box input:-ms-input-placeholder,#contact_page #form_box .box textarea:-ms-input-placeholder {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact_page #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#contact_page #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#contact_page #form_box #form_bt div:hover{
}
#contact_page #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98
}
#contact_page #form_box #form_bt #submit::after{
	content: "送信";
}
#contact_page{
	margin-bottom: 80px;
}
#contact_page .top_txt_box{
	margin-bottom: 80px;
}
/*--- privacy ------------------------------------*/
#privacy .top_txt::before {
    content: "";
    display: block;
    position: absolute;
		top: -7px;
    left: 14px;
    height: 40px;
    width: 1px;
    background-color: #f19233;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--- sitemap ------------------------------------*/
#sitemap ul li{
	position: relative;
	transition: transform .3s;
}
#sitemap ul li:hover{
	transform: translate(0,-3px);
}
#sitemap ul li::before{
	transition: opacity .3s;
	opacity: 0;
	position: absolute;
	right:0;
	bottom: 0px;
	content: '';
	border-top:7px solid #fff;
	border-left:7px solid #fff;
	border-right: 7px solid #f19233;
	border-bottom: 7px solid #f19233;
	box-sizing: border-box;
}
#sitemap ul li:hover::before{
	opacity: 1;
}
#sitemap ul li {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/*--- 共通 ------------------------------------*/
#page_title .box{
	padding: 60px 0;
}

/*--- implant ------------------------------------*/
#implant .cate_img1,#invisalign .cate_img1 {
	margin: 0 auto 30px;
}
#implant .cate_img1,#invisalign .cate_img1 {
	height: 270px;
	border-radius: 270px;
	width: auto;
}
#implant .cate_item .txt,#invisalign .cate_item .txt {
	width: 100%;
	padding: 0;
}

/*--- contact_page ------------------------------------*/
#contact_page{
	margin-bottom: 50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*--- 共通 ------------------------------------*/
#page_title{
	background-image: url("../img/page_titile_bg_sp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
#page_title .box{
	padding: 50px 0;
}
#page_title h2 .border{
	display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background: #f19233;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/*--- news ------------------------------------*/
#news .cate_box{
	margin-bottom: 140px;
}
#news .cate_box:last-of-type{
	margin-bottom: 50px;
}
#news .cate_box .box_item.top{
	padding-left: 35px;
}
#news .cate_box .box_item.top::before{
	left:-3px;
	top:-10px;
	font-size: 25px;
}
#news .cate_box .box_item.top::after{
	left:-5px;
	top: -20px;
	font-size: 60px;
}
	
/*--- implant ------------------------------------*/
#implant .cate_img1,#invisalign .cate_img1 {
	margin: 0 auto 25px;
}
#implant .sub_cate_title{
	margin-top:70px;
}
#implant .cate_box:last-of-type {
    border:none;
	padding-bottom: 0;
}
#implant .box_txt1,#invisalign .box_title1 {
	padding-left:25px;
}
#implant .box_txt1::before,#invisalign .box_title1::before {
    width: 17px;
    height: 17px;
	top:4px;
}
	
/*--- about,guide ------------------------------------*/
#about,#guide{
	margin-bottom: 50px;
}
#about #cate_list,#guide #cate_list{
	margin-bottom: 40px;
}
#guide h3{
	padding-top:25px;
}
#guide h3::before {
    width: 25px;
    height: 25px;
}

/*--- contact_page ------------------------------------*/
#contact_page{
	margin-bottom: 50px;
}
#contact_page .top_txt_box{
	margin-bottom: 30px;
}
}

/*IE*/
@media all and (-ms-high-contrast: none){
#implant .sub_cate_title,#invisalign .sub_cate_title{
	padding-top: 13px;
	padding-bottom: 5px;
}
#invisalign .box_title1::before {
    top: 4px;
}
#contact_page button{
	padding-bottom:13px;
}
}