@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size:16px;
	line-height:1.75;
	text-align:justify;
	width: 100%;
}
a {
	color: #2A455F;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
a.link{
	border-bottom: 1px solid green;
}
p{margin-bottom: 1em;}
body,#mainvisual .inner,header,footer{
	min-width:1200px;
	width: 100%;
}

.center{
	text-align: center;
}
hr{
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}



/*============================================================================

	header

============================================================================*/

header {
	position: absolute;
	top:0;
	width:100%;
	z-index: 10;
}
header h1 {
	margin-top: 1em;
	margin-left: 1em;
	font-size: 0.75em;
	font-weight: 100;
}
header .inner{
	position:relative;
	max-width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	width: 100%;
}
header .inner .header_logo{
	text-align: center;
	font-size: 3.55em;
	color: #403000;
	line-height: 2.5em;
}
header .inner .header_logo a{
	color: #2A455F;
}





/*============================================================================

	nav

============================================================================*/
nav {
	position: absolute;
	top:180px;/* headerのheightと同じ値にする */
	width:100%;
	height:10px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
	margin: 0;
	padding: 1em 0 2em;
	background-color: #fff!important;
}
nav ul{
	max-width:1200px;
	height: inherit;
	margin:0 auto;
	text-align:center;
	width: 100%;
}
nav li {
	display:inline-block ;
	position:relative;
	border-right: 1px solid #000;
	height: 20px;
}
nav li:first-child {
	border-left:1px solid #000;
}
nav li a{
	display: table;
	padding: 0 20px;
	vertical-align:middle;
	font-size:17px;
	color: #555555;
	text-align:center;
	position: relative;
	margin-top: -3px;
}
nav li a:hover,
nav li.active2 a{
	color:#555555;
}
nav li a span{
	display: block;
	position:relative;
}

/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -0px;
	width:100%;
	height:2px;
	margin:auto;
	background-color: #2A455F;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}

/* ホバーで出てくるメニュー */
nav ul li div {
	margin-top: 0.5em;
	position: absolute;
	display:none;
	width:200px;
	top: 100%;
	left:0%;
	background-color: #fff;
}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:15px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}

/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.75);
}






/*==================================================================

	#contents

==================================================================*/ 

main{
	display:block;
}
#container{
	padding-top:100px;
}

#contents{
	position:relative;
	max-width:1100px;
	margin:0 auto;
	padding:0 5px 50px;
	width: 100%;
}





/*============================================================================

	$footer

============================================================================*/

footer {
	position:relative;
	width:100%;
}


/* フッターの医院概要 */
.footer_info{
}

.footer_info h3.tit01{
	font-size: 41px;
	font-weight: normal;
	margin: 0;
	color: #2A455F;
}
.footer_info .inner{
	width:1000px;
	margin:0 auto;
	padding: 1em 0;
	font-size: 15px;
	display: flex;
}
.footer_left{
	width: 50%;
	padding-right: 1em;
}

.footer_right{
	width: 50%;
	padding-left: 1em;
}

/* Googleマップ */
.map{width: 100%;}

/* コピーライト */
.copy{
	background-color: #fff;
}
.copy p{
	font-size: 14px;
	text-align: center;
}





/*==================================================================

	タイトル

==================================================================*/
h1{}
h2{}
h3{}

#title{
	margin-top: 260px;
	height: 9em;
	background-color: #FAFAFA;
	text-align: center;
	vertical-align: middle;	
}

#title h3{
	font-size: 30px;
	padding-top: 1.5em;
	font-weight: bold;
}

h4 {
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 6px solid #5EA3DE;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0.3rem;
	margin-top: 2em;
}

h5{
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 1em;
	letter-spacing: 0.1rem;
}

.midashi {
	position: relative;
	padding: 1rem 2rem 0.5rem;
	border-bottom: 4px solid #CAC6B9;
	font-size: 1.3em;
	font-weight: bold;
}

.midashi:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #706233;
}

.midashi::first-letter{
	color: #706233;
	font-size: 1.3em;
}






/*==================================================================

	box

==================================================================*/
.box1{
	position:relative;
	max-width:1200px;
	margin:0 auto;
	width: 100%;
}
.box2{
	margin-bottom:100px;
}

/* 横並び（スマホでは縦並び） */
div.flex{
	display: flex;
	margin: 1em 0;
	width: 100%;
}
div.flex .middle{
	display:flex;
	align-items:center;/*縦中央揃え*/
}
div.flex .half{
	width: 50%;
	margin: 0;
}
div.flex .thirty{
	min-width: 30%;
	margin: 0;
}
div.flex div{
	margin: 1em;
}
div.flex div img{
	width: 100%;
	min-width: 450px;
	margin: 0;
}
div.flow{
	display: flex;
	margin: 0;
	width: 100%;
}
div.flow div img{
	width: 350px;
}
div.flow div:nth-child(even){
	padding: 1em;
}




.box3 {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
}

.box3 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.box3 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.box3 li {
    padding: .3em .3em .3em 0;
}

.box3 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

.box-nagare {
    position: relative;
    max-width: 900px;
    margin: 1em auto;
    padding: 1em 1.5em;
    border: 1px solid #9E9475;
    border-radius: 3px;
    color: #333;
				background-color: #FFFFFF;
}

.box-nagare::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 3em;
    height: 3em;
    border-radius: 3px;
    background-color: #9E9475;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
				font-size: 1.2em;
}

.box-nagare .nagare-title{
	color: #2A455F;
	font-size: 1.5em;
	font-weight: 700;
}




/*==================================================================

	table

==================================================================*/





/*==================================================================

	list-style(ol,ulの左)

==================================================================*/
/*数字*/
.number li {
	list-style: decimal;
	margin-left: 1.5em;
}

/*●*/
.disc li {
	list-style: disc;
	margin-left: 1.5em;
}

/*四角*/
.square li {
	list-style: square;
	margin-left: 1.5em;
}

/*赤チェック*/
.check li {
	list-style-position: inside;
	margin-left: 1.5em;
	list-style-image: url("../img/check01.png");
}
/*青チェック*/
.check2 li {
	padding-left: 1.6em;
	background-image: url(../img/check-01.png);
	background-repeat: no-repeat;
	background-size: 1.3em;
	background-position: left center;
}
/*abc*/
.abc li {
	list-style: lower-latin;
	margin-left: 1.5em;
}




.list-002 {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #2589d0;
    counter-reset: li;
}

.list-002 li {
    display: flex;
    align-items: center;
    padding: .3em;
}

.list-002 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #2589d0;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}




/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1em auto;
	padding: 1em 2em;
	background-color: #A7CDED;
	color: #fff;
}
.cp_breadcrumb .breadcrumbs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #000;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ffffff;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}


/*==================================================================

	Q&A

==================================================================*/
.qa-001 {
    max-width: 1200px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	text-align: left;
}
.qa-001 summary::-webkit-details-marker {
  display:none;
}

.qa-001 summary::before,
.qa-001 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-001 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-001[open] summary::after {
    transform: rotate(225deg);
}

.qa-001 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-001[open] p {
    transform: none;
    opacity: 1;
}

.qa-001 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


/*==================================================================

	リンクボタン

==================================================================*/
.button-054 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 0.9em;
}

.button-054::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #2589d0;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-054:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}




/*==================================================================

	院長紹介のページ

==================================================================*/
p.dr01{
	font-size: 1.4em; 
	color: #19A4FF; 
	font-weight: bold; 
	text-shadow: 2px 2px 4px #E1E1E7;
	line-height: 50px;
}




/*==================================================================

	ホワイトニングのページ

==================================================================*/
table.table6 tr td:hover {
  background-color: #DBE8F2;
}

table.table6{
	width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin:20px auto;
}
table.table6 td{
border: 1px #CCC solid;
background:#fff;
text-align: center;
}
table.table6 td a{
	display: block;
	padding: 1em 0;
}

table.table3{
   border-collapse: collapse;
   border-spacing: 0;
   width:100%!important;
   margin-bottom: 30px;
   border:1px solid #CCC;
   vertical-align: middle;
	table-layout: fixed;
}
table.table3 td{
   padding: 10px 20px;
   vertical-align: middle;
}
table.table3 th{
	border: solid 1px #CCC;
   background:#DCE9F3;
}

table.table4{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%!important;
	margin-bottom: 30px;
	vertical-align: middle;
	table-layout: fixed;
}
table.table4 th,table.table4 td{
	border: solid 1px #CCC;
	padding: 10px 20px;
	vertical-align: middle;
}
table.table4 th{
	background:#DCE9F3;
}

table.table5{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom: 30px;
	vertical-align: middle;
	table-layout: fixed;
}
table.table5 th,table.table5 td{
	border: solid 1px #CCC;
	padding: 10px 20px;
	vertical-align: middle;
}
table.table5 th{
	background:#DCE9F3;
	width: 25%;
}



div.white02{
	display: flex;
	margin: 0;
	min-width: 100%;
}
div.white02 div{
	width: 50%;
}
div.white02 img{
	width: 350px;
}




/*==================================================================

	小児矯正のページ

==================================================================*/
.ortho_kids1,.ortho_kids2,.ortho_kids3{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	max-width: 100%!important;
	margin: 0 auto;
	border: 10px solid #C7DFF3;
}
.ortho_kids1 p,.ortho_kids2 p,.ortho_kids3 p{
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #143F61;
}
.ortho_kids1 p span,.ortho_kids2 p span,.ortho_kids3 p span{
	font-size: 0.8em;
}
.ortho_kids1{
	margin-bottom: 1em;
	padding: 5% 0;
}
.ortho_kids2{
	border-bottom: none;
	padding: 5% 0 2%;
}
.ortho_kids3{
	border-top: none;
	padding: 2% 0 5%;
}
.ortho_kids1 div,.ortho_kids3 div{
	width: 33%;
	margin: 0;
}
.ortho_kids2 div{
	width: 25%;
}
.ortho_kids1 div img,.ortho_kids2 div img,.ortho_kids3 div img{
	width: 150px;
	background-color: aliceblue;
	padding: 1em;
	margin-top: -1em;
}


/*==================================================================

	クリーニングのページ

==================================================================*/
table.table1{
	border-spacing: 2px 0;
	width:100%!important;
	vertical-align: middle;
	margin-top: 1em;
}
table.table1 tr:nth-child(even){
	background-color: #fcfcfc;
}

table.table1 th{
	padding: 5px 10px;
	border-bottom: dotted 1px #CCC;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.table1 td{
	vertical-align: middle;
	text-align: center;
	border-bottom: dotted 1px #CCC;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}





/*==================================================================

	デンタルローンのページ

==================================================================*/
.loan{
	background-color: #FBFAF7;
	width: 90%;
	padding: 3em 2em 2em;
	text-align: center;
	margin: 0 auto;
}




/*▼自動更新用ここから▼*/
.timerHidden{ display: none;}
.timerVisible{ display: block;}
span.timerVisible{ display: inline;}
/*▲自動更新用ここまで▲*/


