@charset "utf-8";
/*==========================================
 mainvisual
===========================================*/
/*#home h1, #home .header_txt{
	color:#fff;
}*/
/*背景動画にフィルタをかける*/
.container-video_2 {
	position: relative;
	height: 120vh;
	overflow: hidden;
	opacity: 0.01;
	animation: load 1.5s 0.8s ease-out forwards;
}
.container-video_2 #video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	transform: translate(-50%, -50%) scale(1.05);
	filter: brightness(70%) blur(1px);/*背景動画にかけるフィルタ*/
	transition: 0.3s;
}
@keyframes load {
100% {
	opacity: 1;
}
}
.table-center {
	display: table;
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 100;
}
.table-center > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.table-center > div p {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px;
	font-size: 2em;
	font-weight: 600;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.container-video_2 {
	height: 80vh;
}
.container-video_2 #video {
	width:100%;
	height:auto;
	min-width: 100%;
    min-height: auto;
}
.table-center > div p {
	margin: 5px;
	font-size: 1.25rem;
	font-weight: 600;
}
}

/*==========================================
 トップh2
===========================================*/
.h2Info_ttlBox {
	margin-top: 80px;
	margin-bottom: 40px;
	padding: 30px 10px 0 10px;
	text-align: center;
	color: #fff;
	font-family: var(--ff-serif-font-family);
	background: #0f1515;
	border-bottom: solid 8px #bcbcbc;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.h2Info_ttlBox {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 30px 10px 0 10px;
	border-bottom: solid 6px #bebebe;
}
}

/*==========================================
 コンセプト
===========================================*/
.concept {
	width: 100%;
	background-size: cover;
	background: url(../img/index/concept_bg.jpg) no-repeat center center;
}
.box_opacity{
	width: 1000px;
    padding: 60px 120px;
    margin: 105px auto;
    color: #fff;
    background: #0f151563;
}
.box_opacity h2 {
	color:#fff;
	margin-bottom: 10px;
	font-size: 25px;
}
.box_opacity_catch{
	color: #fff;
    margin-bottom: 10px;
	text-align:center;
}
.box_opacity_txt{
	font-size: 15px;
	padding: 20px 0 30px;
	margin: 0 auto;
	text-align:center;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.concept {
	margin-top:0;
}
.box_opacity{
	width: 100%;
	padding: 6% 4%;
	margin: 50px auto;
}
.box_opacity h2 {
	font-size: 21px;
}
.box_opacity_catch{
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box_opacity_txt{
	width: 95%;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
}
}

/*==========================================
 ピックアップ
===========================================*/

.numberBox {
	height: 20px;
	margin-bottom: 10px;
}
.number{
	font-size:15px;
}
/*.rect {
	display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    text-align: center;
    border-left: 3px solid #f4b5d1;
    padding: 0 0 0 15px;
}*/
.number{
	color:#bcbcbc;
	display: block;
	line-height: 1.2;
	font-size:17px;
	font-family: Century Gothic;
	text-align: left;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.numberBox {
    margin-bottom: 10px;
}
.number{
	font-size:14px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.numberBox {
    margin-bottom: 10px;
}
}

/*==========================================
 3つ横並びインプラント
===========================================*/
.pickup2 {
	width: 100%;
}
.pickup2about {
    width: 100%;
    margin: 0;
    z-index: 1;
}
.pickup2Area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.pickup2Area>div{
	width: calc(100% / 3);
	background-size: cover;
	height:600px;
}
.pickup2Box01, .pickup2Box02, .pickup2Box03{
	position: relative;
	padding: 20px;
}
.pickup2TxtArea{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background:#0f151563;
    width: 95%;
    margin: 0 auto;
    padding:15px;
    min-height: 180px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	color:#fff;
}
.pickup2TxtArea_ttl{
	font-size: 18px;
    border-bottom: transparent;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.pickup2TxtArea_ttl:after{
	background-color: transparent;
}
.pickup2TxtArea_txt{
	margin-bottom: 20px;
}
.pickup2TxtArea_btn{
    position: relative;
}
.pickup2Box01{
	background: url(../img/index/implamt1.jpg) no-repeat center center;
}
.pickup2Box02{
	background: url(../img/index/implamt2.jpg) no-repeat center center;
}
.pickup2Box03{
	background: url(../img/index/implamt3.jpg) no-repeat center center;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup2 {
    margin: 0;
}
.pickup2about{
    margin: 0;
}
.pickup2Area{
	padding-bottom: 10px;
}
.pickup2Area>div{
	width: 85%;
	background-size: cover;
	height: 430px;
	margin: 0 auto 20px;
}
.pickup2TxtArea{
	position: relative;
    bottom: 0;
    left: 50%;
    top: 30%;
	width:100%;
}
.pickup2TxtArea_ttl{
	font-size: 16px;
    padding-bottom: 5px;
}
}

/*==========================================
 主な診療
===========================================*/
.pickup_bg{
	background: url(../img/index/pickup_bg.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 50px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup_bg{
	padding-top: 0;
}
}

/*=== pickup1 ===*/
.pickup1 {
	background: url(../img/index/pickup1.png) no-repeat center bottom;
	margin: 50px auto;
}
.pickup1 .pickup1_box {
	top:0;
	right:0;
	background: linear-gradient(45deg, #c5c5c5 0%, #c2c2c2 45%, #E8E8E8 70%, #bebebe 90% 100%);
}
.pickup1 .btn_more {
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup1 {
	margin: 0px auto;
}
.pickup1 .medal img{
	width: 40%;
}
.pickup1 .btn_more span {
	font-size: 14px;
}
.pickup4 .btn_clr01:before {
	top: 35%;
}
.pickup1 .btn_more {
	/*padding: 9px 0;*/
	/*margin-top: 0;*/
	font-size: 14px;
}
}

/*=== pickup3 ===*/
.pickup3 {
	background: url(../img/index/pickup3.png) no-repeat center bottom;
	margin: 0 auto;
}
.pickup3 .pickup3_box {
	top:0;
	left:0;
	background: linear-gradient(45deg, #c5c5c5 0%, #c2c2c2 45%, #E8E8E8 70%, #bebebe 90% 100%);
}
.pickup3 .btn_more {
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup3 {
	margin: 0px auto;
}
.pickup3 .btn_more {
	/*padding: 9px 0;*/
	/*margin-top: 0;*/
	font-size: 14px;
}
}

/*=== pickup4 ===*/
.pickup4 {
	background: url(../img/index/pickup4.png) no-repeat center bottom;
	margin: 85px auto;
}
.pickup4 .pickup4_box {
	top:0;
	right:0;
	background: linear-gradient(45deg, #c5c5c5 0%, #c2c2c2 45%, #E8E8E8 70%, #bebebe 90% 100%);
}
.pickup4 .btn_more {
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup4 {
	margin: 0px auto;
}
.pickup4 .medal img{
	width: 40%;
}
.pickup4 .btn_more span {
	font-size: 14px;
}
.pickup4 .btn_clr01:before {
	top: 35%;
}
.pickup4 .btn_more {
	/*padding: 9px 0;*/
	/*margin-top: 0;*/
	font-size: 14px;
}
}

/*=== common ===*/
.pickup1,
.pickup3,
.pickup4{
	height: 640px;
}
.pickup1 .inner,
.pickup3 .inner,
.pickup4 .inner{
	position: relative;
	height: 100%;
	padding-top: 40px;
}
.pickup1_box,
.pickup3_box,
.pickup4_box {
	position: absolute;
	width: 540px;
	background: #fff;
	padding: 20px 35px 35px;
}
.pickup1_box_ttl,
.pickup3_box_ttl,
.pickup4_box_ttl {
	font-size: 30px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;;
	text-align: left;
	background: #0f1515;
    color: #fff;
    padding: 5px 0 5px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.number {
    font-size: 40px;
    letter-spacing: 2px;
    vertical-align: middle;
    font-family: Century Gothic;
	color:#0f1515;
}
.number_eng{
    font-size: 18px;
    letter-spacing: 2px;
    vertical-align: -webkit-baseline-middle;
    font-family: Century Gothic;
}
.pickup1_box_ttl span,
.pickup3_box_ttl span,
.pickup4_box_ttl span {
	color: #fff;
	font-weight: bold;
	background: #161616;
	padding: 0 5px;
}
.pickup1_box_txt,
.pickup3_box_txt,
.pickup4_box_txt {
	font-size: 15px;
	margin: 15px auto 0;
}
@media all and (-ms-high-contrast:none) {
.pickup1_box_ttl,
.pickup3_box_ttl,
.pickup4_box_ttl {
	line-height: 1.6;
}
.pickup1_box_ttl span,
.pickup3_box_ttl span,
.pickup4_box_ttl span {
	padding-top: 8px;
}
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup1,
.pickup3,
.pickup4{
	height: auto;
	background: none;
}
.pickup1 {
	padding-top: 30px;
}
/*.pickup4{
	margin-bottom: 70px;
}*/
.pickup1 .inner,
.pickup3 .inner,
.pickup4 .inner{
	padding-top: 0;
}
.pickup1_box,
.pickup3_box,
.pickup4_box {
	position: static;
	width: 100%;
	padding: 5% 7%;
	margin-bottom: 30px;
}
.pickup1_box_ttl,
.pickup3_box_ttl,
.pickup4_box_ttl {
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: bold;
}
.pickup1_box_txt,
.pickup3_box_txt,
.pickup4_box_txt {
	font-size: 15px;
	margin: 10px auto;
}
}

/*==========================================
 当院の特徴
===========================================*/
.topic {
	width: 100%;
	padding: 60px 0 0 0;
	margin-bottom: 0;
}
.topic h2 {
	letter-spacing: 2px;
}
.topic_box {
	width: 100%;
	letter-spacing: -.4em;
}
.topic_box div {/*aniview使用時自動付与*/
	display: inline;
}
.topic_box li {
	display: inline-block;
	width: 100%;
	max-width: 475px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	letter-spacing: normal;
}
.topic_box li.point01,
.topic_box li.point02 {
	background: #fff;
}
.topic_box li.point01 {
	margin: 0 25px 0 0;
}
.topic_box li.point02 {
	margin: 0 0 0 25px;
}
.topic_box li dt{
	font-size: 22px;
	line-height: 1.4;
	margin: 20px 0 13px;
	text-align:center;
	font-weight: 700;
}
.topic_box li dd{
	font-size: 16px;
	text-align:left;
	padding: 0 15px;
}
.topic_box li a {
	margin:20px auto;
	font-family: Century Gothic;
	font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.topic {
	min-width: 100%;
	padding: 0;
	margin-top: 30px;
}
.topic_box {
	width: 95%;
	margin:0 auto;
}
.topic_box li {
	max-width: 100%;
	margin: 0 0 20px 0;
}
.topic_box li.point01,
.topic_box li.point02{
	margin: 0 0 20px;
}
.topic_box li dt{
	font-size: 19px;
	line-height: 1.4;
	margin: 10px 0;
	text-align: center;
}
.topic_box li dd{
	font-size: 15px;
}
.topic_box li a {
	margin:30px auto 21px;
}
}
@media screen and (min-width: 481px) and (max-width:768px) {
.topic {
	min-width: 100%;
	padding: 0;
}
.topic_box {
	width: 95%;
	margin:0 auto;
}
.topic_box li {
	max-width: 100%;
	margin: 0 0 20px 0;
}
.topic_box li dt{
	font-size: 21px;
	line-height: 1.0;
	margin: 10px 0;
	text-align: center;
}
.topic_box li a {
	margin:10px auto 21px;
}
}

/*==========================================
 お悩み
===========================================*/
.trouble {
	width: 100%;
	text-align: center;
}
.trouble_box {
	width: 100%;
	letter-spacing: -.4em;
	list-style-type: none;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trouble_box li {
	width: 49.5%;
	height: 300px;
	margin: 0 0 10px 0;
	background-size: cover;
}
.trouble_box li a {
	display: flex;
	width: 100%;
	height: 100%;
	/*max-width: 990px;*/
	max-height: 300px;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	line-height:1.4;
	color:#fff;
	justify-content: center;
	align-items: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.trouble_box li.point01 {
	background: url(../img/index/trouble01.jpg) no-repeat center center;
}
.trouble_box li.point02 {
	background: url(../img/index/trouble02.jpg) no-repeat center center;
}
.trouble_box li.point03 {
	background: url(../img/index/trouble03.jpg) no-repeat center center;
}
.trouble_box li.point04 {
	background: url(../img/index/trouble04.jpg) no-repeat center center;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.trouble {
	width: 100%;
	padding-bottom: 60px;
}
section.trouble {
	margin: 0 auto;
}
.trouble_box {
	width: 95%;
	margin:0 auto;
}
.trouble_box li {
	width: 100%;
	height: 220px;
	max-width: 660px;
	max-height: 300px;
	font-size: 18px;
}
.trouble_box li a {
	width: 100%;
	height: 100%;
	padding: 0;
	max-width: 660px;
	max-height: 300px;
	font-size: 18px;
}
}

/*==========================================
 院長あいさつ
===========================================*/
.message {
	width: 100%;
	position: relative;
	overflow: unset;
	margin: 100px 0 20px;
	padding-top: 80px;
	background: url(../img/index/message_bg.jpg) no-repeat 31% center;
}
.index-messagecap {
    padding-bottom: 10px;
    color: #cececd;
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
	font-family: URW DIN;
}
.message_cap {
    font-size: 20px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.6;
	/*background: #191f2d;#191f2dc4*/
    /*color: #fff;*/
    padding: 0 0 10px 0;
    /*position: absolute;*/
}
.message img{
	display: block;
	float: right;
}
.message_txt{
	float: right;
	width: 520px;
	margin: 30px auto 130px;
}
.message_txt .message_p {
	width: 100%;
    margin: 0 auto;
}
.message_txt .message_name {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 20px auto;
	border-bottom: 1px solid #191f2d;
}
.message_txt .message_name span {
    font-size: 20px;
}
@media screen and (min-width: 0) and (max-width:768px) {
.message {
	margin: 0;
	background:unset;
	padding-top: 20px;
}
.message .g_ttl {
    top: -15px;
    left: 170px;
	width: 50%;
}
.message_cap {
	font-size: 18px;
	position: relative;
	margin-top: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}
.message img{
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}
.message_txt{
	float: none;
	width: 90%;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
	color:#fff;
}
.message_txt .mt30{
	margin-top: 10px !important;
}
.message_txt .message_p {
    margin: 20px auto 0;
}
.message_txt .message_name {
	border-bottom: 1px solid #bcbcbc;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.message img {
    width: 40%;
}
.message_txt {
    margin: 0 20px 20px auto;
}
}

/*==========================================
 更新情報（単体）
===========================================*/
.news {
	overflow: hidden;
    padding: 0 0 40px;
    background: #0f1515;
}
.news-logo {
	display: block;
	text-align: center;
}
.news-logo img{
	width:20%;
}
.news .news_ttl {
	padding: 10px 0;
	margin-bottom:10px;
}
.news .news_list {
	max-height: 240px;
	overflow-y: auto;
}
.news .news_list li {
	padding: 13px 10px;
    background: #fff;
    margin: 0 0 10px;
}
.news .news_list li .news_date {
	display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    font-family: Century Gothic;
    background: #bcbcbc;
    padding: 0 10px;
	color: #fff;
}
.news .news_list li .news_txt {
	display: inline-block;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.news {
    padding: 0;
}
.news-logo {
	padding-bottom: 0;
}
.news-logo img{
	width: 50%;
}
.news .news_ttl {
	font-size: 20px;
}
.news .news_list li {
	font-size: 14px;
	padding: 10px;
}
.news .news_list li .news_txt {
	display: block;
}
}

/*==========================================
 ボタン
===========================================*/
.btn_more {
	display: block;
	font-size: 14px;
	width: 100%;
	max-width: 180px;
	text-align: center;
	padding: 8px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: Century Gothic, sans-serif;
}
.btn_more i {
	margin-left: .5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_more {
	max-width: 65%;
	margin: 0 auto;
}
}

/*ボタン配色
------------------------------*/
/*===clr01===*/
.btn_clr01 {
	/*color: #fff;*/
	/*background:#007de4;*/
	/*background:linear-gradient(45deg, #007de4 0% 10%, #319bf2 25%, #4eadfa 60%, #319bf2 75%, #007de4 90% 100%);*/
	background:#fff;
}
.btn_clr01:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*===clr02===*/
.btn_clr02 {
	color: #fff;
	/*background:#007de4;*/
	/*background:linear-gradient(45deg, #007de4 0% 10%, #319bf2 25%, #4eadfa 60%, #319bf2 75%, #007de4 90% 100%);*/
	background:#0f1515;
}
.btn_clr02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*===clr03===*/
.btn_clr03 {
	color: #fff;
	/*background:#007de4;*/
	/*background:linear-gradient(45deg, #007de4 0% 10%, #319bf2 25%, #4eadfa 60%, #319bf2 75%, #007de4 90% 100%);*/
	background:#0f1515;
}
.btn_clr03:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_clr03 {
	color: #0f1515;
	/*background:#007de4;*/
	/*background:linear-gradient(45deg, #007de4 0% 10%, #319bf2 25%, #4eadfa 60%, #319bf2 75%, #007de4 90% 100%);*/
	background:#fff;
}
}