/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
html {
	line-height:1.15;
	-webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
h1 {
	font-size:2em;
	margin:0.67em 0;
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
pre {
	font-family:monospace, monospace;
	font-size:1em;
}
a {
	background-color:transparent;
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}
b,strong {
	font-weight:bolder;
}
code,kbd,samp {
	font-family:monospace, monospace;
	font-size:1em;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub {
	bottom:-0.25em;
}
sup {
	top:-0.5em;
}
img {
	border-style:none;
}
button,input,optgroup,select,textarea {
	font-family:inherit;
	font-size:100%;
	line-height:1.15;
	margin:0;
}
button,input {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance:button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style:none;
	padding:0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline:1px dotted ButtonText;
}
fieldset {
	padding:0.35em 0.75em 0.625em;
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress {
	vertical-align:baseline;
}
textarea {
	overflow:auto;
}
[type="checkbox"],[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height:auto;
}
[type="search"] {
	-webkit-appearance:textfield;
	outline-offset:-2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit;
}
details {
	display:block;
}
summary {
	display:list-item;
}
template {
	display:none;
}
[hidden] {
	display:none;
}
html,body {
	font-size:62.5%;}
body {
	background:#fff;
	color:#444;
	font-family:"M PLUS Rounded 1c",sans-serif;
	line-height:1.5;
}
::selection {
	color:#fff;
	background:#00bfff;
}
a {
	color:#387ea3;
	text-decoration:underline;
	cursor:pointer;
	transition:all .3s;
}
a:hover {
	color:#72afcf;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:focus,*:focus {
	outline:none;
}
@media print {
	* html body {
		zoom:.7;
}
;
}
* {
	box-sizing:border-box;
	padding:0;
	margin:0;
	list-style:none;
}
img {
	vertical-align:bottom;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.header__wrap {
	width:100%;
	//background:#fffbee;
	background:#c3e5de;
}
.header__inner {
	width:100%;
	max-width:1150px;
	padding:6px 30px 6px 30px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.header__logo {
	width:40%;
	max-width:480px;
}
.header__logo a {
	display:block;
}
.header__logo a:hover {
	opacity:0.5;
}
.header__logo img {
	width:100%;
	height:auto;
}
.header__tel {
	width:30%;
	max-width:220px;
}
.header__tel a {
	display:block;
}
.header__tel a:hover {
	opacity:0.5;
}
.header__tel img {
	width:100%;
	height:auto;
}
.header__fs {
	margin-bottom:3px;
}
.header__fs dl {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.header__fs dl dt {
	font-size:14px;
	font-size:1.4rem;
}
.header__fs dl dd {
	margin-left:5px;
}
.header__fs dl dd ul {
	display:flex;
	align-items:center;
}
.header__fs dl dd ul li {
	margin-left:7px;
}
.header__fs dl dd ul li a {
	display:block;
	width:3.5em;
	background:#ccc;
	color:#444;
	text-decoration:none;
	font-size:15px;
	font-size:1.5rem;
	padding:3px 0;
	border-radius:8px;
	text-align:center;
	color:#111;
}
.header__fs dl dd ul li a:hover {
	background:#7ab7a5;
	color:#fff;
}
.header__fs dl dd ul li a.active {
	background:#7ab7a5;
	color:#fff;
}
.header__nav ul {
	display:flex;
	justify-content:flex-end;
}
.header__nav ul li {
	margin-left:16px;
}
.header__nav ul li a {
	display:block;
	font-size:14px;
	font-size:1.4rem;
	padding-left:40px;
	color:#444;
	text-decoration:none;
	padding:5px 0 5px 30px;
	line-height:1;
}
.header__nav ul li a:hover {
	color:#febc3c;
}
.header__nav ul li:nth-child(1) {
	margin-left:0;
	background:url(../images/icon_peple.svg) no-repeat 8px center;
	background-size:14px;
}
.header__nav ul li:nth-child(2) {
	background:url(../images/icon_access.svg) no-repeat left center;
	background-size:22px;
}
.header__nav ul li:nth-child(3) {
	background:url(../images/icon_sitemap.svg) no-repeat left center;
	background-size:22px;
}
.nav {
	width:100%;
	//background-color:#c3e5de;
	background:#fffbee;
	padding:10px 50px;
}
.nav__inner {
	width:100%;
	max-width:850px;
	margin:0 auto;
}
.nav__inner>ul {
	display:flex;
	justify-content:space-between;
}
.nav__inner>ul>li {
	font-size:15px;
	font-size:1.5rem;
	position:relative;
}
.nav__inner>ul>li>a {
	text-decoration:none;
	color:#666666;
}
.nav__inner>ul>li>a:hover {
	color:#febc3c;
}
.nav__inner>ul>li>ul {
	display:none;
	background:#c3e5de;
	position:absolute;
	top:32px;
	left:0px;
	padding:8px 20px;
}
.nav__inner>ul>li>ul li {
	margin:7px 0;
}
.nav__inner>ul>li>ul li a {
	white-space:nowrap;
	text-decoration:none;
	color:#666666;
	background:url(../images/footer_linkmark.svg) no-repeat left center;
	background-size: 7px;
	padding-left:15px;
}
.nav__inner>ul>li>ul li a:hover {
	color:#febc3c;
}
.main {
	padding-top:110px;
}
.visual {
	width:100%;
	height:550px;
	position:relative;
}
.visual__slider {
	position:relative;
	z-index:-1;
	width:100%;
	height:550px;
}
.visual__txt {
	position:absolute;
	bottom:120px;
	left:0;
	width:100%;
	padding:0 50px;
}
.visual__txt__inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align: right;
}
.visual__txt img {
	width:100%;
	max-width:360px;
	height:auto;
}
.slider {
	width:100%;
	height:550px;
}
.slider__item {
	width:100%;
	height:550px;
	background-size:cover;
	background-position:center center;
}
.btns {
	width:100%;
	padding:0 50px;
	margin-bottom:50px;
	margin-top: 50px;
}
.btns__inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.btns h2 {
	text-align:center;
	font-size:26px;
	font-size:2.6rem;
	font-family:"Noto Serif JP",serif;
	font-weight:400;
	margin-top: 10px;
	margin-bottom:20px;
	letter-spacing:0.05em;
}
.btns ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.btns ul li {
	width:32.5%;
}
.btns ul li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#666666;
	padding:20px 0 5px 0;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 0 7px rgba(0,0,0,0.1);
}
.btns ul li a.flm_left {
	background-color: #ffffff;
}
.btns ul li a.flm_center {
	background-color: #ffffff;
}
.btns ul li a.flm_right {
	background-color: #ffffff;
}
.btns ul li a:hover {
//	border:2px solid #f0a7c5;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.btns ul li a:hover dl dd .img {
	transform:scale(1.1);
}
.btns ul li dl dt {
	text-align:center;
	font-size:22px;
	font-size:2.2rem;
	font-family:"Noto Serif JP",serif;
	margin-bottom:15px;
}
.btns ul li dl dt img {
	width: auto;
	height: 1.5em;
}
.btns ul li dl dd {
	text-align:center;
	font-size:22px;
	font-size:2.2rem;
	font-family:"Noto Serif JP",serif;
	overflow:hidden;
	position:relative;
}
.btns ul li dl dd .img {
	position:absolute;
	top:0;
	left:0;
	transform:scale(1);
	transition:0.3s;
}
.btns ul li dl dd img {
	width:100%;
	height:auto;
}
.btns ul li a.pr dl dd img {
	
}
.btns ul li dl dd.txt {
	padding:15px 20px;
}
.index__wrap {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	padding:0 50px;
	max-width:1100px;
	margin:0 auto 10px auto;
}
.page__header {
	width:100%;
	height:240px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page__header h1 {
	font-size:40px;
	font-size:4rem;
	margin-top:2.6em;
	font-weight:500;
	position:relative;
	text-align:center;
	line-height:1.5;
	padding-bottom:10px;
	color:#fff;
	-webkit-text-stroke: 1px #666666;
	text-stroke: 1px #666666;
	display: none;
}
.page__box {
	width:100%;
	padding:5em 0;
}
.page__box__green {
	background:#f1faec;
}
.page__box__inner {
	width:100%;
	max-width:1100px;
	padding:0 50px;
	margin:0 auto;
}
.page__box img {
	max-width:100%;
	height:auto;
}
.page__body {
	width:100%;
	transform:rotateZ(0.03deg);
}
.page__body .sttl__base {
	margin-bottom:5em;
	margin-top:4em;
}
.page__body .sttl__base:first-child {
	margin-top:0;
}
.page__body .sttl__base h2 {
	font-size:36px;
	font-size:3.6rem;
	letter-spacing:0.05em;
	font-weight:500;
	position:relative;
	text-align:center;
	line-height:1.5;
	padding-bottom:10px;
}
.page__body .sttl__base h2 span {
	font-size:15px;
	font-size:1.5rem;
	display:block;
	font-weight:700;
	color:#666;
}
.page__body .sttl__base h2::before {
	position:absolute;
	bottom:-10px;
	left:calc(50% - 20px);
	width:40px;
	height:5px;
	content:"";
	border-radius:5px;
	background:#0db886;
}
.page__body .sttl__line {
	margin-top:5em;
	margin-bottom:4em;
}
.page__body .sttl__line:first-child {
	margin-top:0;
}
.page__body .sttl__line h2 span {
	display:block;
	position:relative;
	padding:1.1rem 0;
	border-bottom:5px solid #b0da99;
	font-size:26px;
	font-size:2.6rem;
	font-weight:500;
}
.page__body .sttl__line h2 span::before {
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:5px;
	content:"";
	background:#73aa56;
}
.page__body .ssttl__base {
	margin-top:4em;
	margin-bottom:2em;
}
.page__body .ssttl__base h3 span {
	position:relative;
	display:inline-block;
	color:#333;
	font-size:20px;
	font-size:2rem;
	font-weight:500;
	padding-left:1.5em;
}
.page__body .ssttl__base h3 span::before {
	font-family:"Font Awesome 5 Free";
	content:"\f138";
	font-weight:900;
	position:absolute;
	font-size:1em;
	left:0;
	top:0;
	color:#0db886;
}
.page__body .ssttl__base h3 span .note {
	font-size:14px;
	font-size:1.4rem;
}
.page__body .ssttl__box {
	margin-top:4em;
	margin-bottom:3em;
}
.page__body .ssttl__box h3 span {
	display:inline-block;
	color:#0db886;
	font-size:18px;
	font-size:1.8rem;
	font-weight:500;
	padding:2px;
	border-bottom: solid 2px #0db886;
}
.page__body .center {
	text-align:center;
}
.page__body .right {
	text-align:right;
}
.page__body p {
	font-size:16px;
	font-size:1.6rem;
	line-height:2;
	margin-bottom:1em;
}
.page__body ul {
	margin-bottom:1em;
}
.page__body ul li {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:0.5em;
}
.page__body ol {
	margin-bottom:1em;
}
.page__body ol li {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:0.5em;
}
.page__body .news__body ul li {
	list-style-type: disc;
	margin-left: 2rem;
}
.page__body .news__body ol li {
	list-style-type: decimal;
	margin-left: 2rem;
}
.page__body .base__tbl table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cecfc2;
	margin-bottom:2em;
}
.page__body .base__tbl table caption {
	padding-top:5px;
	caption-side:bottom;
	text-align:right;
	font-size:13px;
	font-size:1.3rem;
}
.page__body .base__tbl table th,.page__body .base__tbl table td {
	border:1px solid #cecfc2;
	font-size:15px;
	font-size:1.5rem;
	padding:12px 15px;
}
.page__body .base__tbl table th.center,.page__body .base__tbl table td.center {
	text-align:center;
}
.page__body .base__tbl table th.label,.page__body .base__tbl table td.label {
	background:#f4f5eb;
	text-align:center;
}
.page__body .base__tbl table th {
	width:20%;
	background:#f4f5eb;
}
.page__body .base__tbl table td {
	background:#fff;
}
.page__body .base__tbl table td span {
	display:inline-block;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.3;
	color:#555;
}
.page__body .decimal__list ol {
	margin-bottom:2em;
	padding-left:0px;
}
.page__body .decimal__list ol:last-child {
	margin-bottom:0;
}
.page__body .decimal__list ol li {
	counter-increment:number;
	margin-bottom:0.5em;
	font-size:15px;
	font-size:1.5rem;
	padding-left:20px;
	position:relative;
}
.page__body .decimal__list ol li:last-child {
	margin-bottom:0;
}
.page__body .decimal__list ol li::before {
	position:absolute;
	top:0;
	left:0;
	content:counter(number) ".";
	margin-right:5px;
	color:#73aa56;
}
.page__body .base__list {
	padding-left:22px;
}
.page__body .base__list li {
	list-style:disc;
	font-size:15px;font-size:1.5rem;
}
.page__body .label__line {
	font-size:20px;
	font-size:2rem;
	border-bottom:1px solid #73aa56;
	color:#73aa56;
}
.about__greetings::after {
	content: "";
	display: block;
	clear: both;
}
.about__greetings .indent {
	text-indent: 1.6rem;
}
.about__greetings .right {
	clear: both;
}
.about__greetings .right dl {
	float: right;
	text-align: left;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:1em;
}
.about__greetings .right dd {
	margin-left: 1.6rem;
}
.about__greetings .right img {
	width: 320px;
	float: right;
	border-radius: 10px;
	margin-left: 2em;
}
.about__profile {
	display: flex;
	align-items: center;
	padding: 0 4em;
}
.about__profile .img {
	border: solid 5px #c3e5de;
	border-radius: 10px;
	overflow: hidden;
}
.about__profile .prof {
	padding: 0 2em;
	margin-left: 2em;
	width: calc(100% - 180px - 10em);
}
.about__profile .prof li {
	border-bottom: dotted 1px #999999;
	position: relative;
	padding: 0.5em 2em;
}
.about__profile .prof li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translate(0, -50%);
	width: 6px;
	height: 6px;
	border-radius: 100vh;
	background: #c3e5de;
}
.about__profile .img img {
	width: 100%;
	max-width: 180px;
	height: auto;
}
#information .indent {
	text-indent: 1.6rem;
}
#information .info__para {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#information .info__para .text {
	flex-basis: calc(100% - 280px);
}
#information .info__para .img {
	flex-basis: 280px;
	margin-left: 2em;
}
#information .info__para .img img {
	border-radius: 6px;
}
.schedule .schedule__tb {
	margin-bottom: 30px;
}
#information .schedule__tb {
	flex-basis: calc(100% - 280px);
	padding-left: 2em;
}
#information .schedule__tb td,.schedule .schedule__tb td {
	text-align: center;
}
#information .schedule__tb table,.schedule .schedule__tb table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cecfc2;
	margin-bottom:2em;
}
#information .schedule__tb table caption,.schedule .schedule__tb table caption {
	padding-top:5px;
	caption-side:bottom;
	text-align:left;
	font-size:15px;
	font-size:1.5rem;
}
#information .schedule__tb table th,#information .schedule__tb table td,.schedule .schedule__tb table th,.schedule .schedule__tb table td {
	border:1px solid #cecfc2;
	font-size:15px;
	font-size:1.5rem;
	padding:12px 15px;
	text-align:center;
}
#information .schedule__tb table th,.schedule .schedule__tb table th {
	background:#f4f5eb;
}
#information .schedule__tb table th:nth-child(7),.schedule .schedule__tb table th:nth-child(7) {
	color: #3a65c9;
	background-color: #e8f3ff;
}
#information .schedule__tb table th:nth-child(8),.schedule .schedule__tb table th:nth-child(8) {
	color: #d15030;
	background-color: #ffede8;
}
#information .schedule__tb table td,.schedule .schedule__tb table td {
	background:#fff;
}
#facility .facility__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin-bottom: 20px;
}
#facility .facility__box ul {
	margin-right: 1em;
	width: 100%;
}
#facility .facility__box li {
	border-bottom: dotted 1px #999999;
	position: relative;
	padding: 0.5em 0.5em 0.5em 2em;
	width: 100%;
}
#facility .facility__box li::after {
	content: "";
	position: absolute;
	top: calc(1em + 6px);
	left: 1em;
	transform: translate(0, -50%);
	width: 6px;
	height: 6px;
	border-radius: 100vh;
	background: #c3e5de;
}
#facility .facility__box img {
	width: 100%;
	max-width: 320px;
	height: auto;
	border-radius: 10px;
}
#whitening .indent {
	text-indent: 1.6rem;
}
#whitening .info__para {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#whitening .info__para .text {
	flex-basis: calc(100% - 280px);
}
#whitening .info__para .img {
	flex-basis: 280px;
	margin-left: 2em;
}
#whitening .info__para .img img {
	border-radius: 6px;
}
.contact__btn {
	text-align: center;
	margin-top: 10px;
}
.contact__btn a {
	text-decoration: none;
	display: inline-block;
	background: #0db886;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border-radius: 6px;
}
.contact__btn a:hover {
	opacity: 0.5;
}
.form__box {
	width:100%;
	max-width:800px;
	padding-top:20px;
	margin:0 auto 50px auto;
}
.form__box dl {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:10px;
}
.form__box dl dt {
	width:25%;
	font-size:15px;
	font-size:1.5rem;
	padding-top:11px;
	font-weight:500;
}
.form__box dl dt .required {
	display:inline-block;
	background:#f00;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	padding:3px 10px;
	border-radius:3px;
	float:right;
}
.form__box dl dd {
	width:70%;
	font-size:15px;
	font-size:1.5rem;
}
.form__box dl dd input[type="text"],.form__box dl dd input[type="email"],.form__box dl dd input[type="tel"],.form__box dl dd textarea {
	width:100%;
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px 15px;
	background:#fff;
	font-size:15px;
	font-size:1.5rem;
	margin:2px 0;
}
.form__box dl dd textarea {
	height:200px;
}
.form__btn {
	text-align:center;
	padding-top:15px;
}
.form__btn input,.form__btn button {
	text-decoration:none;
	display:inline-block;
	background:#0db886;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-weight:500;
	padding:15px 20px;
	width:100%;
	max-width:240px;
	text-align:center;
	border-radius:6px;
	cursor:pointer;
	transition:0.3s;
	border:none;
}
.form__btn input:hover,.form__btn button:hover {
	opacity:0.5;
}
.mwform-tel-field input[type="text"] {
	width: 25% !important;
}
.news {
	padding-bottom:30px;
}
.news__home {
	width:57%;
}
.news__home h2 {
	text-align:left;
	font-size:27px;
	font-size:2.7rem;
	font-family:"Noto Serif JP",serif;
	font-weight:400;
	margin-bottom:10px;
	letter-spacing:0.05em;
}
.news__home h2 span {
	display:inline-block;
	position:relative;
}
.news__home h2.news_tl span::after {
	position:absolute;
	top:-5px;
	right:-42px;
	content:"";
	background:url(../images/icon_news.svg) no-repeat left top;
	background-size:40px;
	width:40px;
	height:40px;
}
.news__home__list {
	margin-bottom:20px;
}
.news__home__list ul li {
	border-bottom:1px dotted #444;
}
.news__home__list ul li a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:14px 0;
}
.news__home__list ul li a:hover {
	background:#ffffbf;
	color:#0db886;
}
.news__home__list ul li dl {
	display:flex;
	line-height:1.4;
}
.news__home__list ul li dl dt {
	padding-left:5px;
	width:6.5em;
	font-size:16px;
	font-size:1.6rem;
}
.news__home__list ul li dl dd {
	flex:1;
	font-size:16px;
	font-size:1.6rem;
}
.news__home__list ul li dl dd span.new {
	margin-left:10px;
	display:inline-block;
	background:#ff0000;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	padding:2px 15px;
	line-height:1;
}
.news__home__more {
	text-align:right;
}
.news__home__more a {
	display:inline-block;
	padding:5px 20px 5px 0;
	background:url(../images/linkmark.svg) no-repeat right center;
	background-size:16px;
	font-size:14px;
	font-size:1.4rem;
	text-decoration:none;
	color:#444;
}
.news__home__more a:hover {
	opacity:0.5;
}
.news__list {
	margin-bottom:20px;
}
.news__list ul li {
	border-bottom:1px dotted #444;
}
.news__list ul li a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:14px 0;
}
.news__list ul li a:hover {
	background:#ffffbf;
	color:#0db886;
}
.news__list ul li dl {
	display:flex;
	line-height:1.4;
}
.news__list ul li dl dt {
	padding-left:5px;
	width:6.5em;
	font-size:16px;
	font-size:1.6rem;
}
.news__list ul li dl dd {
	flex:1;
	font-size:16px;
	font-size:1.6rem;
}
.news__list ul li dl dd span.new {
	margin-left:10px;
	display:inline-block;
	background:#ff0000;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	padding:2px 15px;
	line-height:1;
}
.news__header {
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	padding-bottom:20px;
}
.news__header h1 {
	font-size:24px;
	font-size:2.4rem;
	font-weight:500;
}
.news__date {
	font-size:15px;
	font-size:1.5rem;
	color:#666;
}
.news__btn {
	padding-top:50px;
	text-align:center;
}
.news__btn a {
	text-decoration:none;
	display:inline-block;
	background:#0db886;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight:500;
	padding:12px 20px;
	width:100%;
	max-width:300px;
	text-align:center;
	border-radius:6px;
}
.news__btn a:hover {
	opacity:0.5;
}
.map__home {
	width:37%;
}
.map__home h2 {
	text-align:left;
	font-size:27px;
	font-size:2.7rem;
	font-family:"Noto Serif JP",serif;
	font-weight:400;
	margin-bottom:10px;
	letter-spacing:0.05em;
}
.map__home h2 span {
	display:inline-block;
	position:relative;
}
.map__home__addr {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
	padding:10px 20px;
	border: solid 1px #999999;
	margin-bottom: 10px;
}
.map__home__addr p {
	text-align:left;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	font-family:"Noto Serif JP",serif;
	font-weight:500;
	margin-bottom:10px;
	letter-spacing:0.05em;
}
.map__home__addr dl dt {
	padding-left: 22px;
	margin-bottom: 5px;
}
.map__home__addr dl dt {
	margin-left:0;
	background:url(../images/icon_bus.svg) no-repeat left center;
	background-size:18px;
}
//.map__home__addr dl dt:nth-child(1) {
//	margin-left:0;
//	background:url(../images/icon_bus.svg) no-repeat left center;
//	background-size:18px;
//}
//.map__home__addr dl dt:nth-child(3) {
//	background:url(../images/icon_trin.svg) no-repeat left center;
//	background-size:18px;
//}
//.map__home__addr dl dt:nth-child(5) {
//	background:url(../images/icon_trin.svg) no-repeat left center;
//	background-size:18px;
//}
.map__home__addr dl dd {
	margin-left: 20px;
	margin-bottom: 10px;
}
.map__home__box iframe {
	width:100%;
//	height:360px;
	height:240px;
}
.footer {
	width:100%;
	background:#c3e5de;
	padding-bottom:20px;
}
.footer__box {
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
	padding:30px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer__box__logo {
	width:100%;
	max-width:280px;
	margin-bottom: 2em;
}
.footer__box__logo a {
	display:inline-block;
}
.footer__box__logo a:hover {
	opacity:0.5;
}
.footer__box__logo img {
	width:100%;
	height:auto;
}
.footer__box__addr {
	font-size:14px;
	font-size:1.4rem;
	padding-left:1em;
	line-height:1.4;
}
.footer__box__addr a {
	text-decoration:none;
	color:#444;
}
.footer__box__addr a:hover {
	opacity:0.5;
}
.footer__nav {
	width:70%;
	padding:0 30px;
}
.footer__nav__inner {
	width:100%;
	max-width:calc(900px - 30%);
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer__nav__inner>ul {
	width:30%;
}
.footer__nav__inner>ul>li {
	margin-bottom:7px;
}
.footer__nav__inner>ul>li>a {
	font-size:14px;
	font-size:1.4rem;
	color:#666666;
	display:inline;
	background:url(../images/footer_linkmark.svg) no-repeat left center;
	background-size: 7px;
	text-decoration:none;
	padding-left:13px;
}
.footer__nav__inner>ul>li>a:hover {
	color:#febc3c;
}
.footer__nav__inner>ul>li>ul {
	padding-top:7px;
}
.footer__nav__inner>ul>li>ul>li {
	padding-left:20px;
	margin-bottom:7px;
}
.footer__nav__inner>ul>li>ul>li>a {
	font-size:14px;
	font-size:1.4rem;
	color:#666666;
	display:inline;
	background:url(../images/nav_sub.svg) no-repeat left center;
	background-size: 7px;
	text-decoration:none;
	padding-left:13px;
}
.footer__nav__inner>ul>li>ul>li>a:hover {
	color:#febc3c;
}
.footer__copy {
	width: 100%;
//	padding: 10px 0;
//	background:#fffbee;
	text-align:center;
	font-family:"Noto Serif JP",serif;
	font-size:14px;
	font-size:1.4rem;
}
.footer__copy a {
	text-decoration:none;
	color:#000;
}
.footer__copy a:hover {
	opacity:0.5;
}
a[href*="tel:"] {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	color:#444;
}
.msg {
	padding:50px 0 100px 0;
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}
.notfound {
	padding:120px 0 80px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.notfound__logo {
	width:13%;
}
.notfound__logo img {
	width:100%;
	height:auto;
}
.notfound__txt {
	width:83%;
}
.notfound h1 {
	font-size:25px;
	font-size:2.5rem;
}
.pager {
	text-align:center;
	margin-bottom:20px;
}
.pager a {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
	text-decoration:none;
	text-align:center;
	width:40px;
	height:36px;
	line-height:30px;
	color:#fff;
	margin:3px;
	background:#ccc;
	border-radius: 6px;
}
.pager a:hover {
	background:#c3e5de;
	border-color: #7ab7a5;
}
.pager span {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
	min-width:40px;
	height:36px;
	line-height:30px;
	color:#fff;
	background:#c3e5de;
	margin:3px;
	white-space: nowrap;
	border-color: #7ab7a5!important;
	border-radius: 6px;
}
.menu {
	display:none;
	position:fixed;
	top:5px;
	right:1%;
	width:50px;
	height:50px;
	z-index:1000;
}
.menu__trigger {
	display:inline-block;
	transition:all 0.4s;
	box-sizing:border-box;
	position:relative;
	width:50px;
	height:50px;
}
.menu__trigger span {
	display:inline-block;
	transition:all 0.4s;
	box-sizing:border-box;
	position:absolute;
	left:25%;
	width:50%;
	height:2px;
	background-color:#244169;
}
.menu__trigger span:nth-of-type(1) {
	top:14px;
}
.menu__trigger span:nth-of-type(2) {
	top:23px;
}
.menu__trigger span:nth-of-type(3) {
	top:32px;
}
.menu .menu__trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(9px) rotate(-45deg);
	transform:translateY(9px) rotate(-45deg);
}
.menu .menu__trigger.active span:nth-of-type(2) {
	opacity:0;
}
.menu .menu__trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-9px) rotate(45deg);
	transform:translateY(-9px) rotate(45deg);
}
.news__body {
	overflow: auto;
}
.news__body img {
	display: block;
}
.aligncenter {
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.mb0 {
	margin-bottom: 0!important;
}
@media only screen and (max-width: 769px) {
	.pc {
		display:none;
	}
	.sp {
		display:inline-block;
	}
	.header {
		width:100%;
		height:80px;
		background:#fff;
	}
	.header__inner {
		width:100%;
		padding:0 0 0 0;
		flex-wrap:wrap;
	}
	.header__logo {
		width:100%;
		max-width:100%;
		margin-top:7px;
		margin-bottom:7px;
		margin-left:4%;
	}
	.header__logo a {
		display:inline-block;
	}
	.header__logo img {
		width:auto;
		height:60px;
	}
	.header__tel {
		width:100%;
		max-width:100%;
		text-align:center;
		margin-bottom: 7px;
	}
	.header__tel img {
		width:auto;
		height:30px;
	}
	.header__fs {
		display:none;
	}
	.header__nav {
		display:none;
	}
	.nav {
		display:none;
		position:fixed;
		top:70px;
		left:0;
		width:100%;
		height:calc(100vh - 70px);
		background:#fffbee;
		padding:0 7% 15% 7%;
		z-index:90;
		overflow:auto;
	}
	.nav__inner {
		padding-top:10%;
	}
	.nav__inner>ul {
		flex-wrap:wrap;
	}
	.nav__inner>ul>li {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
		margin-bottom:10px;
	}
	.nav__inner>ul>li:nth-child(1) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(2) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(3) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(4) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(5) {
		padding-top:0;
	}
	.nav__inner>ul>li:nth-child(6) {
		padding-top:0;
	}
	.nav__inner>ul>li>ul {
		display:block;
		background:none;
		position:static;
		padding:0 20px 0 20px;
	}
	.nav__inner>ul>li>ul li {
		margin:7px 0;
	}
	.main {
		padding-top:80px;
	}
	.visual {
		height:350px;
	}
	.visual__slider {
		height:350px;
	}
	.visual__txt {
		bottom:60px;
		padding:0 5% 0 20%;
	}
	.visual__board {
		height:20px;
	}
	.slider {
		height:350px;
	}
	.slider__item {
		height:350px;
	}
	.btns {
		padding:0 4%;
		margin-top: 10%;
		margin-bottom:5%;
	}
	.btns h2 {
		font-size:22px;
		font-size:2.2rem;
		margin-bottom:5%;
	}
	.btns ul li {
		width:100%;
		margin-bottom:5%;
	}
	.btns ul li dl dt {
		font-size:20px;
		font-size:2rem;
	}
	.btns ul li dl dt img {
		height: 2em;
	}
	.btns ul li dl dd {
		font-size:20px;
		font-size:2rem;
	}
	.index__wrap {
		padding:0 4%;
		margin:0 auto 10% auto;
	}
	.page__header {
		height:180px;
		background-size:cover;
		background-position:center;
	}
	.page__header h1 {
		font-size:28px;
		font-size:2.8rem;
		margin:0;
	}
	.page__box {
		padding:4em 0;
	}
	.page__box__inner {
		padding:0 4%;
	}
	.page__body .sttl__base {
		margin-bottom:4em;
		margin-top:3em;
	}
	.page__body .sttl__base h2 {
		font-size:26px;
		font-size:2.6rem;
	}
	.page__body .sttl__base h2 span {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .sttl__line {
		margin-top:4em;
		margin-bottom:3em;
	}
	.page__body .sttl__line h2 span {
		font-size:24px;
		font-size:2.4rem;
	}
	.page__body .ssttl__base {
		margin-top:3em;
		margin-bottom:1.5em;
	}
	.page__body .ssttl__base h3 span {
		font-size:18px;
		font-size:1.8rem;
	}
	.page__body .ssttl__base h3 span .note {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .ssttl__box {
		margin-top:3em;
		margin-bottom:2em;
	}
	.page__body .ssttl__box h3 span {
		font-size:16px;
		font-size:1.6rem;
	}
	.page__body p {
		font-size:15px;
		font-size:1.5rem;
	}
	.page__body ul li {
		font-size:15px;
		font-size:1.5rem;
	}
	.page__body .base__tbl {
		overflow:auto;
	}
	.page__body .base__tbl .fix {
		width:200%;
	}
	.page__body .base__tbl table {
		width:auto;
	}
	.page__body .base__tbl table caption {
		font-size:13px;
		font-size:1.3rem;
	}
	.page__body .base__tbl table th,.page__body .base__tbl table td {
		font-size:14px;
		font-size:1.4rem;
		padding:12px 15px;
	}
	.page__body .base__tbl table th {
		width:15%;
		white-space:nowrap;
	}
	.page__body .base__tbl table td span {
		font-size:12px;
		font-size:1.2rem;
	}
	.page__body .decimal__list ol li {
		font-size:14px;
		font-size:1.4rem;
	}
	.page__body .base__list li {
		font-size:14px;
		font-size:1.4rem;
	}
	.page__body .label__line {
		font-size:18px;
		font-size:1.8rem;
	}
	#information .info__para {
		flex-direction: column;
	}
	#information .info__para .img {
		margin: 0 4em;
	}
	#information .schedule__tb {
		padding-left: 0;
		padding: 1em 2em 0;
		width: 100%;
	}
	#information .schedule__tb table,.schedule .schedule__tb table {
		width:100%;
		margin-bottom: 2em;
	}
	#information .schedule__tb table caption,.schedule .schedule__tb table caption {
		font-size:14px;
		font-size:1.4rem;
	}
	#information .schedule__tb table th,#information .schedule__tb table td,.schedule .schedule__tb table th,.schedule .schedule__tb table td {
		font-size:14px;
		font-size:1.4rem;
		padding:0.5em 0.5em;
	}
	.about__greetings .right img {
		width: calc(100% - 8em);
		float: none;
		margin: 0 4em 2em;
	}
	.about__profile {
		flex-direction: column;
		padding: 0 1em;
	}

	.about__profile .prof {
		width: 100%;
		margin-left: 0;
		margin-top: 1em;
		padding: 0;
	}

	.about__profile .img {
		margin: 0 4em;
	}

	.about__profile .img img {
		max-width: 100%;
	}

	#facility .facility__box {
		flex-direction: column-reverse;
	}

	#facility .facility__box img {
		max-width: 100%;
	}

	#whitening .info__para {
		flex-direction: column;
	}
	#whitening .info__para .img {
		margin: 0 4em;
	}

	.form__box {
		padding-top:5%;
		margin:0 auto 10% auto;
	}
	.form__box dl {
		padding-bottom:10px;
	}
	.form__box dl dt {
		width:100%;
		font-size:14px;
		font-size:1.4rem;
		margin-bottom:1%;
	}
	.form__box dl dt .required {
		font-size:12px;
		font-size:1.2rem;
	}
	.form__box dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.form__btn input {
		font-size:16px;
		font-size:1.6rem;
		padding:15px 10px;
		max-width:100%;
	}
	.news {
		padding-bottom:5%;
	}
	.news__home {
		width:100%;
		margin-bottom:5%;
	}
	.news__home h2 {
		text-align:left;
		font-size:22px;
		font-size:2.2rem;
		text-align:center;
	}
	.news__home__list {
		margin-bottom:5%;
	}
	.news__home__list ul li a {
		padding:14px 0;
	}
	.news__home__list ul li dl {
		flex-wrap:wrap;
	}
	.news__home__list ul li dl dt {
		padding-left:0;
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__home__list ul li dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__home__list ul li dl dd span.new {
		font-size:13px;
		font-size:1.3rem;
		padding:2px 10px;
	}
	.news__list {
		margin-bottom:5%;
	}
	.news__list ul li a {
		display:block;
		text-decoration:none;
		color:#444;
		padding:14px 0;
	}
	.news__list ul li dl {
		display:flex;
		flex-wrap:wrap;
	}
	.news__list ul li dl dt {
		width:100%;
		padding-left:0;
		font-size:15px;
		font-size:1.5rem;
		margin-bottom:1%;
	}
	.news__list ul li dl dd {
		width:100%;
		font-size:15px;
		font-size:1.5rem;
	}
	.news__list ul li dl dd span.new {
		margin-left:10px;
		font-size:13px;
		font-size:1.3rem;
		padding:2px 10px;
	}
	.news__header {
		margin-bottom:20px;
		padding-bottom:15px;
	}
	.news__header h1 {
		font-size:20px;
		font-size:2rem;
	}
	.news__date {
		font-size:15px;
		font-size:1.5rem;
	}
	.news__btn {
		padding-top:10%;
	}
	.news__btn a {
		font-size:15px;
		font-size:1.5rem;
		padding:12px 10px;
		width:100%;
		max-width:100%;
	}
	.map__home {
		width:100%;
	}
	.map__home__link {
		margin-bottom:10px;
	}
	.footer {
		padding-bottom:5%;
	}
	.footer__nav {
		padding:7% 4% 3% 4%;
		width: 100%;
	}
	.footer__nav__inner>ul {
		width:48%;
//		margin-bottom:5%;
	}
	.footer__nav__inner>ul>li>a {
		font-size:13px;
		font-size:1.3rem;
	}
	.footer__nav__inner>ul>li>ul>li>a {
		font-size:13px;
		font-size:1.3rem;
	}
	.footer__box {
		padding:5% 4% 2%;
		flex-wrap:wrap;
	}
	.footer__box__logo {
		width:100%;
		max-width:100%;
//		text-align:center;
		margin-bottom:5%;
	}
	.footer__box__logo img {
		width:60%;
	}
	.footer__box__addr {
		font-size:13px;
		font-size:1.3rem;
		padding-left:0;
	}
	.footer__copy {
		font-size:12px;
		font-size:1.2rem;
	}
	a[href*="tel:"] {
		pointer-events:auto;
		cursor:pointer;
		text-decoration:underline;
		color:#387ea3;
	}
	.msg {
		padding:10% 0 15% 0;
		font-size:15px;
		font-size:1.5rem;
	}
	.notfound {
		padding:20% 0 15% 0;
	}
	.notfound__logo {
		width:100%;
		margin-bottom:5%;
		text-align:center;
	}
	.notfound__logo img {
		width:40%;
	}
	.notfound__txt {
		width:100%;
	}
	.notfound h1 {
		font-size:20px;
		font-size:2rem;
	}
	.pager {
		margin-bottom:10%;
	}
	.menu {
		display:block;
	};
}
