@charset "utf-8";
.sp { display:none !important; }

/*TAG初期設定*/
* { box-sizing:border-box;outline:none;}
html { width:100%; height:100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
	font-family:"Kosugi Maru", sans-serif;
	font-feature-settings:"palt";
	-webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	line-height:1.6;
	letter-spacing:.06em;
	color:#333;
	margin:0;
	padding:0 0;
	border:none 0;
	width:100%;
	height:100%;
	min-width:1000px;
}
header, footer, nav, article, section, aside { display:block; }
h1,h2,h3,h4,h5,h6 {
	font-size:clamp(14px, 1.2vw, 16px);
	line-height:1.4;
	margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none;
}
p,address,cite { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
ul,menu,ol { list-style:none; padding:0; margin:0; }
li { padding:0; margin:0; }
dl,dt,dd { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
img,svg { height:auto; max-width:100%; margin:0; padding:0; border:none 0; text-align:center; vertical-align:bottom; -webkit-backface-visibility:hidden; }
img.[src$="notdisplay.gif"] {display:none !important; width:0 !important; height:0 !important;}
video { margin:0; padding:0; vertical-align:bottom; filter: drop-shadow(0px 0px rgba(0,0,0,0)); outline: none; border: none; }
iframe { vertical-align:bottom; outline:none; border:none; }
form { margin:0; padding:0; }

/*TAG再設定*/
p.p { margin-bottom:1rem; }
ul.ul { list-style-type:disc; list-style-position:outside; margin-left:1.5em; }
ol.ol { list-style:decimal; list-style-position:outside; margin-left:1.25em; padding:0; }
ul.ul li:not(:last-of-type), ol.ol li:not(:last-of-type) { margin-bottom:1em; }
dl.dl dt { font-weight:bold; margin-top:1rem; }
dl.dl dt:nth-child(1) { margin-top:0; }

/*LINK関連*/
a {
	color:rgba(26,65,134,1);
	text-decoration:none;
}
a.bt-txt {
	display:inline-block;
	min-width:240px;
	color:#333;
	text-align:center;
	background-color:rgba(31,126,173,0);
	padding:.5rem 2rem .5rem 1rem;
	border:solid 1px #666;
	background-image:url(../images/icon_next-bk.svg);
	background-repeat:no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
	transition:color ease .2s,background-image ease .2s,background-color ease .4s;
}
a.bt-txt:hover {
	color:rgba(255,255,255,1);
	background-image:url(../images/icon_next-w.svg);
	background-color:rgba(31,130,205,1);
	border-color:rgba(31,130,205,1);
}
a.ico[href$=".pdf"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".doc"]::after,
a.ico[href$=".docx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-doc.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".xls"]::after,
a.ico[href$=".xlsx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-xls.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[target$="_blank"]:not([href$=".pdf"])::after {
	content:"";
	display:inline-block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:1em 1em;
	width:1em;
	height:1em;
	margin-bottom:-.1em;
	margin-left:.25rem;
}

.ico_ast {display:flex;}
.ico_ast::before {content:"※";}

/*プラグイン*/
#fb-root, .fb-page { font-family:sans-serif; }
#twitter iframe{ width: 100% !important; }

/*Scrol Box*/
table.all.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table.all.scroll_x > tbody {
	width: 100%;
	display:table;
}

table.all.scroll_x > tbody th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:1;
}
table.all.scroll_x > tbody td {
	white-space:nowrap;
}
table.all.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.all.scroll_x::-webkit-scrollbar {
  height: 10px;
}
.all.scroll_x::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.all.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}

/* TEXT Font */

/*Font Size*/
.font_xxxxl { font-size:48px; }
.font_xxxl { font-size:32px; }
.font_xxl { font-size:24px; }
.font_xl { font-size:18px; }
.font_l { font-size:16px; }
.font_m { font-size:14px; }
.font_s { font-size:12px; }
.font_xs { font-size:10px; }
/*Font Color*/
.fcolor_w { color: #FFF; }
.fcolor_r { color: #F00; }
.fcolor_bl { color: #00F; }
.fcolor_gray { color: #999; }
/*Marker Color*/
.marker_r { display:inline; background: linear-gradient(transparent 65%, rgba(255,0,0,.4) 35%); padding:0 .25em; }
.marker_or { display:inline; background: linear-gradient(transparent 65%, rgba(255,171,73,.4) 35%); padding:0 .25em; }
.marker_bl { display:inline; background: linear-gradient(transparent 65%, rgba(58,209,255,.4) 35%); padding:0 .25em; }
.marker_gr { display:inline; background: linear-gradient(transparent 65%, rgba(0,204,0,.4) 35%); padding:0 .25em; }
/*文字装飾*/
.txt-outline {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
/*Title*/
section .hgroup {
	display:grid;
	grid-template-rows:auto 16px;
	grid-template-columns:auto 1fr;
	gap:0 0;
	color:#6F5C5B;
}
section .hgroup:after {
	content:"";
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	display:block;
	width:100%;
	height:16px;
	background:url(../images/tmpl/title_line.svg) repeat-x;
}
section .hgroup .deco {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	align-self:end;
	display:block;
}
section .hgroup .deco img {
	width:auto;
	height:100%;
}
section .hgroup .title {
	align-self:end;
	font-size:24px;
	font-weight:bold;
	padding-left:.5rem;
	padding-bottom:.5rem;
}

/*Main Layout*/

/*HEADER*/
header {
	width:100%;
	background-color:rgba(255,255,255,1);
}

header > .qualifications {
	font-size:12px;
	line-height:1.2;
	color:#666;
	background-color:#fdebed;
	padding:10px 60px;
}
header > .qualifications ul {
	display:flex;
	column-gap:1rem;
	max-width:1440px;
	margin:auto;
}
header > .qualifications ul li:before {
	content:"〇";
}

#header {
	background-color:#FFF;
	width:100%;
	padding:20px 60px;
}
#header > .hgroup {
	display:grid;
	grid-template-columns:234px 1fr auto;
	gap:0 30px;
	width:100%;
	max-width:1440px;
	margin:auto;
}
#header > .hgroup dl.hours {
	align-self:center;
	white-space:nowrap;
	display:grid;
	grid-template-columns:auto 1fr;
	gap:0 .5rem;
	font-size:clamp(12px, 1.4vw, 16px);
}
#header > .hgroup dl.hours dt {
	text-align:justify;
	text-align-last:justify;
}

#header .contact {
	display:flex;
	flex-flow:row nowrap;
	column-gap:20px;
	height:60px
}
#header .contact .telephone span,
#header .contact .e-mail a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: solid 1px #FFF;
	border-radius:6px;
	overflow:clip;
}
#header .contact .telephone {
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:300px;
	width:100%;
	
}
#header .contact .telephone span {
	width:100%;
	height:58px;
	padding:0 10px;
	background-color:rgba(130,199,142,1);
	box-shadow:0 0 0 1px rgba(130,199,142,1);
}
#header .contact .telephone span img {
	width:100%;
	max-width:260px;
	height:28px;
}
#header .contact .e-mail {
	display:flex;
	justify-content:center;
	align-items:center;
}
#header .contact .e-mail a {
	width:58px;
	height:58px;
	background-color:rgba(161,214,255,1);
	border: solid 1px #FFF;
	border-radius:10px;
	overflow:clip;
	box-shadow:0 0 0 1px rgba(161,214,255,1);
	transition:background-color ease-in .2s;
}
#header .contact .e-mail a:hover {
	background-color:rgba(161,214,255,.5);
}

/*MAIN*/
main { font-size:clamp(14px, 1.2vw, 16px); }

/*FOOTER*/
footer > section { padding:0; }
footer > section > .smile-plaza {
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:2rem;
	width:100%;
	padding:1rem;
	color:#FFF;
	background-color:rgba(90,176,72,1);
}
footer > section > .smile-plaza h2 { font-size:16px; font-weight:bold; }
footer > section > .smile-plaza address { font-size:16px; }
footer > section > .smile-plaza address span { display:inline-block; }
footer > section > .smile-plaza address span.zip { margin-right:.5rem; }
footer > section > .smile-plaza address span.tel { margin-left:2rem; }
footer > section > .map iframe {
	width:100%;
	height:auto;
	aspect-ratio:16 / 7;
}
footer > .copyright {
	font-size:16px;
	color:#FFF;
	background-color:#9AC954;
	text-align:center;
	width:100%;
	padding:40px 0 40px;
	margin:auto;
}

/*Content Layout*/


/*Navigation*/

/*Global*/
.wrapper > nav {
	background-color:#ebfdf0;
	width:100%;
	padding:24px 60px;
	position:sticky;
	top:0;
	z-index:4;
}
.wrapper > nav ul#pc-main-menu {
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	width:100%;
	max-width:1440px;
	margin:auto;
}
.wrapper > nav ul#pc-main-menu > li {
	background-color:#FFF;
	width:100%;
	border-radius:10px;
	overflow:clip;
	box-shadow:0 0 6px rgba(0,0,0,0);
	transition:box-shadow ease-in .3s;
}
.wrapper > nav ul#pc-main-menu > li:hover {
	box-shadow:0 0 6px rgba(0,0,0,.2);
}
.wrapper > nav ul#pc-main-menu li > a {
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
	padding:0 4px;
	transition:background-color ease-in .2s;
}
.wrapper > nav ul#pc-main-menu li.home > a {
	background-color:rgba(255,157,216,.85);
}
.wrapper > nav ul#pc-main-menu li.home > a:hover {
	background-color:rgba(255,157,216,1);
}
.wrapper > nav ul#pc-main-menu li.about > a {
	background-color:rgba(169,127,235,.85);
}
.wrapper > nav ul#pc-main-menu li.about > a:hover {
	background-color:rgba(169,127,235,1);
}
.wrapper > nav ul#pc-main-menu li.equipment > a {
	background-color:rgba(243,139,154,.85);
}
.wrapper > nav ul#pc-main-menu li.equipment > a:hover {
	background-color:rgba(243,139,154,1);
}
.wrapper > nav ul#pc-main-menu li.mothers > a {
	background-color:rgba(120,210,103,.85);
}
.wrapper > nav ul#pc-main-menu li.mothers > a:hover {
	background-color:rgba(120,210,103,1);
}
.wrapper > nav ul#pc-main-menu li.whitening > a {
	background-color:rgba(244,166,129,.85);
}
.wrapper > nav ul#pc-main-menu li.whitening > a:hover {
	background-color:rgba(244,166,129,1);
}
.wrapper > nav ul#pc-main-menu li.staff > a {
	background-color:rgba(255,203,90,.85);
}
.wrapper > nav ul#pc-main-menu li.staff > a:hover {
	background-color:rgba(255,203,90,1);
}
.wrapper > nav ul#pc-main-menu li.access > a {
	background-color:rgba(125,216,255,.85);
}
.wrapper > nav ul#pc-main-menu li.access > a:hover {
	background-color:rgba(125,216,255,1);
}

/*Footer*/