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

/* ci dental town css
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.4;
	color: #3c3c3c;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    base
============================================== */
#container {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1300px;
	margin: 0 auto;
}

header .inner,
#breadcrumb .inner {
	width: 96%;
}

.sp {
	display: none;
}
.pc {}
.switch {}
.call {}

@media screen and (max-width: 1300px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}

/* ==============================================
    header
============================================== */
body {
	margin-top: 100px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0px;
	padding: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

header #siteid {
	display: block;
	font-size: 1.500em;
	font-weight: 600;
}

header nav {
	
}
header nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
header nav ul li {
	padding: 0 10px;
}

header a {
	color: #fff;
}
header a:hover {
	text-decoration: none;
}


@media screen and (max-width: 768px) {
	header #siteid {
		font-size: 1.250em;
	}
	header nav ul li a {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 700px) {
	body {
		margin-top: 50px;
	}
	header .inner {
		height: 50px;
	}
	header #siteid {
		font-size: 1.250em;
	}
	header nav {
		position: fixed;
		top: 50px;
		left: 0;
		background: #000;
		width: 100%;
		height: 100vh;
		transform: translateX(100%);
		opacity: 0;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
		z-index: 12;
	}
	header nav.active {
		opacity: 1;
		transform: translateX(0);
	}
	header nav ul {
		display: block;
		padding-top: 30px;
	}
	header nav ul li {
		padding: 0;
	}
	header nav ul li a {
		font-size: 1.500em;
		display: block;
		padding: 10px;
	}
}


/* ==============================================
    menuBtn span
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #000;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 11;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #fff;
	top: 30px;
	left: 30px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
		width: 50px;
		height: 50px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 25px;
		left: 25px;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 20px 0;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	color: #888;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 10px 0;
	}
}

/* ==============================================
    contents
============================================== */
#contents {

}


.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}



/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
	text-indent: -99999px;
	background: #aaa url("image/btn_pagetop.svg") no-repeat center center / 14px 14px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
}
@media screen and (min-width: 700px) {
	#pagetop:hover {
		transform: translateY(-4px);
	}
}
@media screen and (max-width: 700px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
}


/* ==============================================
    footer
============================================== */
footer {
	background: #444;
	margin: 50px auto 0;
	padding: 50px 0;
	color: #fff;
}

footer strong {
	display: block;
}
footer strong.companylogo img {
	width: 120px;
	margin-top: 30px;
}

footer nav.f_link {
	margin-bottom: 20px;
}
footer nav.f_link ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
footer nav.f_link li {
	margin-right: 20px;
}
footer nav.f_link li a {
	color: #fff;
	font-size: 13px;
}

footer address {
	font-style: normal;
}

#copyright {
	text-align:left;
	font-size: 14px;
}
#googlepolicy {
	font-size: 12px;
}
#googlepolicy a {
	color: #fff;
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 700px) {
	footer strong {
		margin-bottom: 20px;
	}
	footer strong.companylogo img {
		margin-top: 0;
	}
	footer nav.f_link ul {
		display: block;
	}
	#copyright {
		text-align:left;
		font-size: 12px;
	}
}


/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/* ==============================================
    news-archive
============================================== */
ul.news-archive {
	list-style: none;
	margin-bottom: 30px;
}
.news-archive li {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-archive li:last-child {
	border-bottom: none;
}


.news-archive li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-archive li a:hover {
	text-decoration: none;
}

.news-archive li a::after {
	content: "";
	display: block;
	background: url("image/btn_more.svg") no-repeat 0 0 / contain;
	width: 100px;
	height: 10px;
	margin-left: 20px;
}

.news-archive li .cat {
	display: block;
	width: 10em;
	color: #777;
	margin-right: 20px;
}
.news-archive li .date {
	width: 8em;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
}

.news-archive li h3 {
	flex: 1;
	font-weight: 400;
	color: #2F2F2F;
}


@media screen and (max-width: 700px) {
	.news-archive {
		margin: 0 20px 30px;
	}
	.news-archive li a {
		display: block;
	}
	.news-archive li .date {
		margin: 5px 0;
	}
	.news-archive li a::after {
		display: none;
	}
	.news-archive li h3 {
		font-size: 1.143em;
	}
}


/* ==============================================
    entry-content
============================================== */
.entry-content h1 {
	font-size: 2.000em;
	font-weight: 700;
	margin: 30px 0 30px;
}
.entry-content h2 {
	font-size: 1.500em;
	font-weight: 700;
	margin: 30px 0 30px;
}
.entry-content h3 {
	font-size: 1.250em;
	font-weight: 700;
	margin: 20px 0 20px;
}
.entry-content p {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.entry-content table {
	margin: 10px 0 20px;
	width: 100%;
}
.entry-content th,
.entry-content td {
	border: 1px solid #ddd;
	padding: 20px;
}

a.wp-block-button__link {
	display: block;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 0 !important;
	text-align: center;
	padding: 10px 30px;
	margin: 10px;
	color: #000;
	text-decoration: none;
	line-height: 1.2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.wp-block-button__link:hover {
	text-decoration: none;
	color: #000;
	background: #eee;
}
