@charset "UTF-8";
/*ーーーー

リセットCSS

ーーーーーー*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Lato", Meiryo, Osaka, sans-serif;
	font-size: 1.6rem;
	color: #292323;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	background-color: #fff;
	font-feature-settings: "palt" 1;
	position: relative;
}

img {
	width: auto;
	height: auto;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	opacity: 0.7;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

/* ============= Fort =============== */
input,
optgroup,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

marker {
	display: none;
}

/* ============= common =============== */
#page-container {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
}

.inner_width {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	body {
		font-size: 1.4em;
		font-size: 1.4rem;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.inner_width {
		width: 100%;
		padding: 0 5%;
		margin: 0 auto;
		max-width: 1440px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

/*ーーーー

リセットCSS

ーーーーーー*/
/*ーーーー

	header

ーーーーーー*/
header {
	background: #fff;
	box-shadow: 1.638px 1.147px 8px 0px rgba(0, 0, 0, 0.11);
	position: relative;
	z-index: 99;
}

.Header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	width: 95%;
	margin: 0 auto;
	max-width: 1440px;
}
.Header__logo {
	height: 42px;
}
.Header__logo img {
	width: 100%;
	height: 100%;
}
.Header__navi a {
	color: #292323;
}
.Header__navi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.Header__navi ul li {
	margin: 0 20px;
}
.Header__navi li i {
	margin-left: 7px;
	position: relative;
}
.Header__navi li i:before {
	position: absolute;
	content: "";
	background: url("../images/arrow_bk.png") no-repeat center center/7px 12px;
	height: 12px;
	width: 7px;
	top: 2px;
	left: 0;
}
.Header__tel {
	background: #df7a99;
	color: #fff;
	font-weight: bold;
	border: 1px solid #df7a99;
	border-radius: 50px;
	padding: 3px 50px 3px 40px;
}
.Header__tel__icon {
	position: relative;
	margin-right: 25px;
}
.Header__tel__icon:before {
	position: absolute;
	content: "";
	background: url("../images/tel_wh.png") no-repeat center center/17px 17px;
	height: 17px;
	width: 17px;
	top: 4px;
	left: 0;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	header {
		background: #fff;
		box-shadow: 1.638px 1.147px 8px 0px rgba(0, 0, 0, 0.11);
		position: relative;
		z-index: 99;
	}
	.Header {
		text-align: center;
	}
	.Header__logo {
		height: 30px;
	}
	.Header__logo img {
		width: 100%;
		height: 100%;
	}
	.Header__navi a {
		color: #292323;
	}
	.Header__tel {
		padding: 3px 15px 3px 10px;
	}
	.Header__tel__icon {
		margin-right: 10px;
	}
	.Header__tel__icon:before {
		background: url("../images/tel_wh.png") no-repeat center center/15px 15px;
		height: 15px;
		width: 15px;
		top: 3px;
	}
}
/*ーーーー

	header

ーーーーーー*/
/*ーーーー

	main

ーーーーーー*/
.TOPFV {
	width: 100%;
	max-width: 2000px;
	height: 80vh;
	max-height: 680px;
	background: url("../images/fv_img.jpg") no-repeat center center/100%;
	padding-right: 5%;
	margin-bottom: 20px;
}
.TOPFV__con {
	height: 100%;
	background: #fff;
	width: 430px;
	padding: 35px 16px;
	text-align: center;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.TOPFV__con__ttl img {
	width: 200px;
}
.TOPFV__con__ttl span {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 1rem;
	margin-top: 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
.TOPFV__con__tel {
	margin-top: 20px;
	color: #df7a99;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-shadow: 1px 2px 0px rgba(255, 55, 79, 0.19);
	position: relative;
	line-height: 1;
	display: inline-block;
	padding-left: 38px;
}
.TOPFV__con__tel i {
	position: absolute;
	content: "";
	background: url("../images/tel_pink.png") no-repeat center center/32px 33px;
	height: 33px;
	width: 32px;
	top: 10px;
	left: 0;
}
.TOPFV__con__mdtime {
	margin-top: 20px;
}
.TOPFV__con__txt {
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
}
.TOPFV__con__txt p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	position: relative;
	padding-left: 25px;
}
.TOPFV__con__txt p span {
	font-size: 1rem;
	vertical-align: top;
}
.TOPFV__con__txt p + p {
	margin-top: 15px;
}
.TOPFV__con__txt p i::before {
	position: absolute;
	content: "";
	background: url("../images/fv_check.png") no-repeat center center/16px;
	height: 16px;
	width: 16px;
	top: 8px;
	left: 0;
}
.TOPFV__con__txt .pc {
	display: inline-block !important;
}
.TOPFV__an {
	text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.TOPFV {
		height: 80vh;
		max-height: 680px;
		background: url("../images/fv_img_sp.jpg") no-repeat top center/cover;
		padding-right: 0;
		margin-bottom: 0;
	}
	.TOPFV__con {
		height: auto;
		background: rgba(255, 255, 255, 0);
		width: 100%;
		padding: 20px 5%;
		padding-top: 50vh;
		margin: 0 auto;
		display: block;
	}
	.TOPFV__con h1 {
		display: block;
		background: #fff;
		width: 100%;
		padding-top: 30px;
	}
	.TOPFV__con__ttl img {
		width: 200px;
	}
	.TOPFV__con__ttl span {
		font-size: 1.4rem;
	}
	.TOPFV__con__tel {
		font-size: 3.6rem;
	}
	.TOPFV__con__tel i {
		background: url("../images/tel_pink.png") no-repeat center center/26px 27px;
		height: 27px;
		width: 26px;
		top: 8px;
	}
	.TOPFV__con__mdtime {
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.TOPFV__con__txt {
		margin-top: 20px;
		text-align: center;
		padding-left: 0;
	}
	.TOPFV__con__txt p {
		font-size: 1.8rem;
		padding-left: 22px;
		display: inline-block;
	}
	.TOPFV__con__txt p span {
	}
	.TOPFV__con__txt p + p {
		margin-top: 10px;
	}
	.TOPFV__con__txt p i::before {
		background: url("../images/fv_check.png") no-repeat center center/14px;
		height: 14px;
		width: 14px;
		top: 6px;
	}
	.TOPFV__an {
		line-height: 1.5rem;
	}
}

.TOPMAIN {
	max-width: 800px;
	width: 100%;
	margin-top: 60px;
}
.TOPMAIN__con {
	margin-top: 48px;
	border-top: solid #df7a99 4px;
	position: relative;
	padding-top: 35px;
}
.TOPMAIN__con:before {
	position: absolute;
	top: 4px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #df7a99;
	content: "";
}
.TOPMAIN__con:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}
.TOPMAIN__con:first-child::before {
	width: 0;
	height: 0;
}
.TOPMAIN__con__mes-bigtxt {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.TOPMAIN__con__mes-txt {
	margin-top: 20px;
	font-size: 2rem;
}
.TOPMAIN__con-ttl {
	padding: 5px 30px 5px 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0 25px 25px 0;
	color: #fff;
	background: #292323;
	font-size: 1.8rem;
	font-weight: bold;
}
.TOPMAIN__con__fea {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.TOPMAIN__con__fea div {
	width: 32%;
	border: 1px solid #f6ebf0;
	padding: 20px 20px;
	text-align: center;
	margin-top: 10px;
}
.TOPMAIN__con__fea img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.TOPMAIN__con__fea dt {
	color: #df7a99;
	font-weight: bold;
}
.TOPMAIN__con__fea dd {
	margin-top: 5px;
	text-align: left;
}
.TOPMAIN__con__ano {
	text-align: right;
}
.TOPMAIN__con-photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.TOPMAIN__con__txt {
	width: 65%;
}
.TOPMAIN__con__txt-ttl {
	color: #df7a99;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 15px;
}
.TOPMAIN__con__txt-txt {
	margin-top: 15px;
}
.TOPMAIN__con__txt-txt p + p {
	margin-top: 8px;
}
.TOPMAIN__con-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.TOPMAIN__con-list ul li {
	position: relative;
	padding: 0 0 0 24px;
	display: block;
	width: 25%;
	margin-top: 15px;
}
.TOPMAIN__con-list ul li::before {
	color: #df7a99;
	content: "●";
	position: absolute;
	left: 0;
}
.TOPMAIN__con__price {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5px;
}
.TOPMAIN__con__price__menu {
	width: 48%;
	margin-top: 15px;
	margin-right: 1.5%;
}
.TOPMAIN__con__price__menu table {
	width: 100%;
}
.TOPMAIN__con__price__menu tr {
	padding: 6px;
}
.TOPMAIN__con__price__menu th {
	padding: 10px 0;
	background: #f7f0f4;
	border: 1px solid #f7f0f4;
}
.TOPMAIN__con__price__menu td {
	text-align: right;
	padding: 5px 15px;
	border: 1px solid #dcdcde;
}
.TOPMAIN__con__price__menu td:first-child {
	text-align: left;
}
.TOPMAIN__con-txt {
	margin-top: 15px;
}
.TOPMAIN__con-txt p + p {
	margin-top: 8px;
}
.TOPMAIN__con a {
	margin-top: 20px;
	display: inline-block;
}
.TOPMAIN__con figure {
	display: inline-block;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.TOPMAIN {
		margin-top: 52vh;
	}
	.TOPMAIN__con {
		margin-top: 28px;
		border-top: solid #df7a99 4px;
		position: relative;
		padding-top: 25px;
	}
	.TOPMAIN__con:before {
		position: absolute;
		top: 4px;
		width: 100%;
		height: 1px;
		border-top: 1px solid #df7a99;
		content: "";
	}
	.TOPMAIN__con:first-child {
		margin-top: 0;
		border-top: solid #df7a99 4px;
		padding-top: 25px;
	}
	.TOPMAIN__con:first-child::before {
		width: 100%;
		height: 1px;
	}
	.TOPMAIN__con__mes-bigtxt {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.TOPMAIN__con__mes-txt {
		margin-top: 12px;
		font-size: 1.8rem;
	}
	.TOPMAIN__con-ttl {
		font-size: 1.6rem;
	}
	.TOPMAIN__con__fea {
		margin-top: 5px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.TOPMAIN__con__fea div {
		width: 49%;
		padding: 15px 3%;
		margin-top: 8px;
	}
	.TOPMAIN__con__fea img {
	}
	.TOPMAIN__con__fea dt {
	}
	.TOPMAIN__con__fea dd {
		margin-top: 2px;
	}
	.TOPMAIN__con__ano {
		text-align: right;
	}
	.TOPMAIN__con-photo {
		flex-direction: column;
	}
	.TOPMAIN__con__txt {
		width: 100%;
	}
	.TOPMAIN__con__txt-ttl {
		font-size: 2rem;
		margin-top: 10px;
	}
	.TOPMAIN__con__txt-txt {
		margin-top: 10px;
	}
	.TOPMAIN__con__txt-txt p + p {
		margin-top: 8px;
	}
	.TOPMAIN__con-list ul {
	}
	.TOPMAIN__con-list ul li {
		padding: 0 0 0 20px;
		width: 50%;
		margin-top: 10px;
	}
	.TOPMAIN__con-list ul li::before {
	}
	.TOPMAIN__con__price {
		flex-direction: column;
		margin-top: 0;
	}
	.TOPMAIN__con__price__menu {
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
	}
	.TOPMAIN__con__price__menu table {
		width: 100%;
	}
	.TOPMAIN__con__price__menu tr {
		padding: 6px;
	}
	.TOPMAIN__con__price__menu th {
		padding: 6px 0;
	}
	.TOPMAIN__con__price__menu td {
	}
	.TOPMAIN__con__price__menu td:first-child {
	}
	.TOPMAIN__con-txt {
		margin-top: 15px;
	}
	.TOPMAIN__con-txt p + p {
		margin-top: 8px;
	}
	.TOPMAIN__con a {
		margin-top: 20px;
		display: inline-block;
	}
	.TOPMAIN__con figure {
		margin: 0 auto;
	}
}
/*ーーーー

	main

ーーーーーー*/
/*ーーーー

	sidemenu

ーーーーーー*/
.SIDEMENU {
	max-width: 400px;
	width: 100%;
	margin-top: 60px;
	background: #f9f9f9;
	padding: 30px 25px;
}
.SIDEMENU__wrap__ttl {
	color: #df7a99;
	letter-spacing: 0.1rem;
	font-size: 3rem;
}
.SIDEMENU__wrap__con {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #df7a99;
}
.SIDEMENU__wrap__con h3 {
	margin-bottom: 15px;
}
.SIDEMENU__wrap__con-txt {
	margin-top: 8px;
}
.SIDEMENU__wrap__con-txt span {
	font-weight: bold;
}
.SIDEMENU__wrap__con img {
	width: 100%;
}
.SIDEMENU__wrap__con-btn {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	background: #df7a99;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px;
	display: block;
	border-radius: 50px;
	text-align: center;
}
.SIDEMENU__wrap__con-tel {
	margin-top: 0;
	color: #df7a99;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-shadow: 1px 2px 0px rgba(255, 55, 79, 0.19);
	position: relative;
	line-height: 1;
	display: inline-block;
	padding-left: 38px;
}
.SIDEMENU__wrap__con-tel i {
	position: absolute;
	content: "";
	background: url("../images/tel_pink.png") no-repeat center center/31px 30px;
	height: 30px;
	width: 31px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
/*ーーーー

	sidemenu

ーーーーーー*/
/*ーーーー

	footer

ーーーーーー*/
footer {
	margin-top: 60px;
}
.FOOTER__con {
	background: #f9f9f9;
	padding: 40px 5%;
	display: flex;
	justify-content: space-between;
}
.FOOTER__con__about {
	background: #f9f9f9;
	width: 380px;
}
.FOOTER__con__about-adress {
	margin-top: 15px;
}
.FOOTER__con__about-tel {
	margin-top: 15px;
}
.FOOTER__con__about-tel a {
	margin-top: 0;
	color: #df7a99;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-shadow: 1px 2px 0px rgba(255, 55, 79, 0.19);
	position: relative;
	line-height: 1;
	display: inline-block;
	padding-left: 38px;
}
.FOOTER__con__about-tel i {
	position: absolute;
	content: "";
	background: url("../images/tel_pink.png") no-repeat center center/32px 33px;
	height: 33px;
	width: 32px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.FOOTER__con__medtime {
	width: 380px;
	text-align: left;
}
.FOOTER__con__medtime dt {
	font-size: 2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
.FOOTER__con__medtime dd {
	margin-top: 15px;
}
.FOOTER__con__medtime img {
	width: 100%;
}
.FOOTER__con__map {
	width: 360px;
}
.FOOTER__con__map dt {
	font-size: 2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
.FOOTER__con__map dd {
	margin-top: 15px;
}

.FOOTER__navi {
	background: #292323;
	padding: 40px 5%;
	color: #fff;
}
.FOOTER__navi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 800px;
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.FOOTER__navi ul li {
	margin: 0 20px;
}
.FOOTER__navi li i {
	margin-left: 7px;
	position: relative;
}
.FOOTER__navi li i:before {
	position: absolute;
	content: "";
	background: url("../images/arrow_wh.png") no-repeat center center/7px 12px;
	height: 12px;
	width: 7px;
	top: 2px;
	left: 0;
}
.FOOTER__navi a {
	color: #fff;
}
.FOOTER__copyright {
	background: #0d0b0b;
	padding: 3px 0 5px;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 900px) {
	footer {
		margin-top: 60px;
	}
	.FOOTER__con {
		flex-direction: column-reverse;
		text-align: center;
	}
	.FOOTER__con__about {
		background: #f9f9f9;
		width: 100%;
		margin-top: 40px;
		text-align: left;
	}
	.FOOTER__con__about-adress {
		margin-top: 10px;
	}
	.FOOTER__con__about-tel {
		margin-top: 30px;
		text-align: center;
	}
	.FOOTER__con__about-tel a {
		font-size: 3.6rem;
	}
	.FOOTER__con__about-tel i {
		background: url("../images/tel_pink.png") no-repeat center center/26px 27px;
		height: 27px;
		width: 26px;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
	.FOOTER__con__medtime {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.FOOTER__con__medtime dt {
		font-size: 2rem;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: normal;
	}
	.FOOTER__con__medtime dd {
		margin-top: 10px;
	}
	.FOOTER__con__medtime img {
		width: 100%;
	}
	.FOOTER__con__map {
		width: 100%;
		text-align: center;
	}
	.FOOTER__con__map dt {
		font-size: 2rem;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: normal;
	}
	.FOOTER__con__map dd {
		margin-top: 10px;
	}

	.FOOTER__navi {
		background: #292323;
		padding: 40px 5%;
		color: #fff;
	}
	.FOOTER__navi ul {
		flex-direction: column;
		width: 100%;
	}
	.FOOTER__navi ul li {
		padding: 15px 0 15px 10px;
		border-bottom: 1px solid #494444;
		display: block;
		width: 100%;
	}
	.FOOTER__navi li i {
		margin-left: 15px;
		position: relative;
	}
	.FOOTER__navi li i:before {
		position: absolute;
		content: "";
		background: url("../images/arrow_wh.png") no-repeat center center/7px 12px;
		height: 12px;
		width: 7px;
		top: 2px;
		left: 0;
	}
	.FOOTER__navi a {
	}
	.FOOTER__copyright {
	}
}

/*ーーーー

	footer

ーーーーーー*/
/*ーーーー

	page common

ーーーーーー*/
.Page__fv {
	height: 100vh;
	max-height: 280px;
}
.common__fv {
	background: url("../images/faq_fv.jpg") no-repeat center center/100%;
}
.Page__fv__copy {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Page__fv__copy h1 {
	color: #fff;
	font-size: 3.6rem;
	text-shadow: 1px 1.5px 6px rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 0.8;
}
.Page__fv__copy h1 span {
	font-size: 1.8rem;
	font-family: "Roboto", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Lato", Meiryo, Osaka, sans-serif;
	letter-spacing: 0.5rem;
	text-shadow: 0.8px 1px 4px rgba(0, 0, 0, 0.15);
}
.MAIN {
	max-width: 800px;
	width: 100%;
	margin-top: 60px;
}
.MAIN__con {
	margin-top: 48px;
	border-top: solid #df7a99 4px;
	position: relative;
	padding-top: 35px;
}
.MAIN__con:before {
	position: absolute;
	top: 4px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #df7a99;
	content: "";
}
.MAIN__con:first-child {
	margin-top: 0;
}
.MAIN__con__ttl {
	padding: 5px 30px 5px 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0 25px 25px 0;
	color: #fff;
	background: #292323;
	font-size: 1.8rem;
	font-weight: bold;
}
.MAIN__con__bigtxt {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 15px;
}
.MAIN__con__txt {
	margin-top: 15px;
}
.MAIN__con__txt p + p {
	margin-top: 8px;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.Page__fv {
		height: 100vh;
		max-height: 220px;
	}
	.common__fv {
		background: url("../images/faq_fv_sp.jpg") no-repeat center center/100%;
	}
	.Page__fv__copy {
	}
	.Page__fv__copy h1 {
		font-size: 2.8rem;
		text-shadow: 1px 1.5px 6px rgba(0, 0, 0, 0.15);
	}
	.Page__fv__copy h1 span {
		font-size: 1.4rem;
		text-shadow: 0.8px 1px 4px rgba(0, 0, 0, 0.15);
	}
	.MAIN {
		margin-top: 40px;
	}
	.MAIN__con {
		margin-top: 28px;
		border-top: solid #df7a99 4px;
		position: relative;
		padding-top: 25px;
	}
	.MAIN__con:before {
		position: absolute;
		top: 4px;
		width: 100%;
		height: 1px;
		border-top: 1px solid #df7a99;
		content: "";
	}
	.MAIN__con:first-child {
		margin-top: 0;
		border-top: solid #df7a99 4px;
		padding-top: 25px;
	}
	.MAIN__con:first-child::before {
		width: 100%;
		height: 1px;
	}
	.MAIN__con__ttl {
		font-size: 1.6rem;
	}
	.MAIN__con__txt {
		margin-top: 10px;
	}
}
/*ーーーー

	about

ーーーーーー*/
.ABOUT__fv {
	background: url("../images/about_fv.jpg") no-repeat center center/100%;
}
.ABOUT__con__ttl {
	font-size: 3rem;
}
.ABOUT__con__ttl span {
	display: inline-block;
	background: #292323;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.5rem;
	padding: 2px 5px 2px 10px;
	margin-bottom: 5px;
}
.ABOUT__con__bigtxt {
	font-size: 2.4rem;
	margin-top: 15px;
}
.ABOUT__con__txt {
	margin-top: 15px;
}
.ABOUT__con__txt p + p {
	margin-top: 8px;
}
.ABOUT__con__ac dl {
	margin-top: 15px;
	display: flex;
}
.MAIN__con__ac__txt + .MAIN__con__ac__txt {
	margin-left: 10%;
}
.MAIN__con__ac__txt dt {
	font-weight: bold;
	margin-left: 30px;
	position: relative;
}
.MAIN__con__ac__txt i {
	position: absolute;
	content: "";
	display: inline-block;
	width: 27px;
	height: 29px;
	top: -2px;
	left: -30px;
}
.MAIN__con__ac__txt-ad i {
	background: url("../images/about_icon_ad.png") 27px 29px;
}
.MAIN__con__ac__txt-train i {
	background: url("../images/about_icon_train.png") 27px 29px;
}
.MAIN__con__ac__txt dd {
	line-height: 1.5;
	margin-top: 5px;
}
.MAIN__con__ac__txt dd span {
	font-weight: bold;
}
.MAIN__con__ac__logo {
	width: 40%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1.7px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 30px 20px;
	display: none;
}
.MAIN__con__ac__logo img {
	width: 100%;
}
.MAIN__con__map {
	margin-top: 20px;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.ABOUT__fv {
		background: url("../images/about_fv_sp.jpg") no-repeat top center/cover;
	}
	.ABOUT__con__ttl {
		font-size: 2.4rem;
	}
	.ABOUT__con__ttl span {
		font-size: 1rem;
		padding: 2px 5px 2px 10px;
		margin-bottom: 3px;
	}
	.ABOUT__con__bigtxt {
		font-size: 1.8rem;
		margin-top: 10px;
	}
	.ABOUT__con__txt {
		margin-top: 10px;
	}
	.ABOUT__con__txt p + p {
		margin-top: 5px;
	}
	.ABOUT__con__ac dl {
		margin-top: 10px;
		flex-direction: column;
	}
	.MAIN__con__ac__txt + .MAIN__con__ac__txt {
		margin-left: 0;
		margin-top: 10px;
	}
	.MAIN__con__ac__txt dt {
		margin-left: 15px;
	}
	.MAIN__con__ac__txt i {
		width: 14px;
		height: 16px;
		top: 3px;
		left: -15px;
	}
	.MAIN__con__ac__txt-ad i {
		background: url("../images/about_icon_ad.png") center center/15px 16px;
	}
	.MAIN__con__ac__txt-train i {
		background: url("../images/about_icon_train.png") center center/15px 16px;
	}
	.MAIN__con__ac__txt dd {
		line-height: 1.5;
		margin-top: 5px;
	}
	.MAIN__con__map {
		display: none;
	}
}

/*ーーーー

	BEGINNER

ーーーーーー*/
.Beginner__fv {
	background: url("../images/beginner_fv.jpg") no-repeat center center/100%;
}
.MAIN__con__beg__list {
	margin-top: 15px;
}
.MAIN__con__beg__list--bigtxt {
	font-size: 2.4rem;
	font-weight: bold;
	color: #df7a99;
}
.MAIN__con__beg__list--wrap {
}
.MAIN__con__beg__list--wrap p {
}
.MAIN__con__beg__list--items li {
	margin-top: 15px;
}
.MAIN__con__beg__list--items dt {
	font-size: 1.8rem;
	font-weight: bold;
}
.MAIN__con__beg__list--items dd {
	margin-top: 3px;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.Beginner__fv {
		background: url("../images/beginner_fv_sp.jpg") no-repeat top center/cover;
	}
	.MAIN__con__beg__list {
		margin-top: 10px;
	}
	.MAIN__con__beg__list--bigtxt {
		font-size: 1.8rem;
		font-weight: bold;
		color: #df7a99;
	}
	.MAIN__con__beg__list--wrap {
		margin-top: 6px;
	}
	.MAIN__con__beg__list--wrap p {
	}
	.MAIN__con__beg__list--items li {
		margin-top: 10px;
	}
	.MAIN__con__beg__list--items dt {
		font-weight: bold;
		font-size: 1.6rem;
	}
	.MAIN__con__beg__list--items dd {
		margin-top: 16px;
	}
}

/*ーーーー

	FAQ

ーーーーーー*/
.Faq__items-wrap {
	border-bottom: 1px solid #df7a99;
}
.Faq__items-wrap:first-child {
	border-top: 1px solid #df7a99;
}
.Faq__items-wrap dt {
	position: relative;
	padding: 30px 30px 30px 80px;
}
.Faq__items-wrap dt::before {
	position: absolute;
	content: "";
	background: url("../images/faq_q.png") no-repeat center center/30px;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 38px;
	transform: translate(-50%, -50%);
}
.Faq__items-wrap dd {
	position: relative;
	padding: 30px 30px 30px 80px;
	background: #f9f9f9;
}
.Faq__items-wrap dd::before {
	position: absolute;
	content: "";
	background: url("../images/faq_a.png") no-repeat center center/30px;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 38px;
	transform: translate(-50%, -50%);
}
.Faq__items-wrap dt::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	bottom: 42%;
	transition: 0.3s;
}
.Faq__items .open dt::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 47%;
	transition: 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.Faq__items-wrap dt {
		padding: 30px 21px 30px 36px;
	}
	.Faq__items-wrap dt::before {
		left: 15px;
	}
	.Faq__items-wrap dd {
		padding: 30px 21px 30px 36px;
	}
	.Faq__items-wrap dd::before {
		left: 15px;
	}
	.Faq__items-wrap dt:after {
		right: 7px;
	}
	.open .Faq__items-wrap dt:after {
		right: 7px;
	}
}

/*ーーーー

	診療項目

ーーーーーー*/
.Items__fv {
	background: url("../images/items_fv.jpg") no-repeat center center/100%;
}
.MAIN__con__item__txt--wrap {
	margin-top: 15px;
}
.MAIN__con__item__txt__ttl {
	color: #df7a99;
}
.MAIN__con__item__txt {
	margin-top: 5px;
}
.MAIN__con__item__txt__reco {
	margin-top: 15px;
	padding: 20px;
	background: #f7f0f4;
}
.MAIN__con__item__txt__reco dt {
	background: #df7a99;
	padding: 5px 20px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
}
.MAIN__con__item__txt__reco dd {
	margin-top: 15px;
}
.MAIN__con__item__txt__reco ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.MAIN__con__item__txt__reco ul li {
	position: relative;
	padding: 0 5px 0 18px;
	display: block;
	width: 49.5%;
}
.MAIN__con__item__txt__reco ul li::before {
	color: #df7a99;
	content: "●";
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: 3px;
}
.MAIN__con__item__txt {
	margin-top: 10px;
}
.MAIN__con__item__txt__pill {
	margin-top: 15px;
}
.MAIN__con__item__txt__pill dt {
	background: #eebec1;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 10px;
	position: relative;
}
.MAIN__con__item__txt__pill dt:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	bottom: 42%;
	transition: 0.3s;
}
.MAIN__con__item__txt--wrap .open dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 47%;
	transition: 0.3s;
}
.MAIN__con__item__txt__pill--price {
	margin-left: 50px;
}
.MAIN__con__item__txt__pill--unit {
	font-size: 1.2rem;
	font-weight: normal;
}
.MAIN__con__item__txt__pill dd {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f6dde9;
	margin-bottom: 20px;
}
.MAIN__con__item__txt__pill h3 {
	color: #df7a99;
	font-weight: bold;
}
.MAIN__con__item__txt__pill p {
	margin-top: 5px;
}
.MAIN__con__item__txt__pill p + p {
	margin-top: 8px;
}
.MAIN__con__item__txt__pill div + div {
	margin-top: 20px;
}
.MAIN__con__item__txt__pill ul {
	margin-top: 8px;
}
.MAIN__con__item__txt__pill li {
	position: relative;
	padding: 0 0 0 18px;
	font-weight: bold;
}
.MAIN__con__item__txt__pill li::before {
	color: #df7a99;
	content: "●";
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: 3px;
}
.MAIN__con__item__ttl {
	color: #df7a99;
}
.MAIN__con__item__txt__pain {
	margin-top: 10px;
}
.MAIN__con__item__txt__pain li {
	display: block;
}
.MAIN__con__item__txt__pain dl {
	display: flex;
}
.MAIN__con__item__txt__pain dt {
	width: 34%;
	padding: 10px 20px;
	background: #f7f0f4;
	border-bottom: 1px solid #fff;
}
.MAIN__con__item__txt__pain dd {
	width: 66%;
	padding: 10px 20px;
	border-bottom: 1px solid #f7f0f4;
	border-right: 1px solid #f7f0f4;
}
.MAIN__con__item__txt__pain li:first-of-type dd {
	border-top: 1px solid #f7f0f4;
}
.MAIN__con__item__txt__pain li:last-child dt {
	border-bottom: 1px solid #f7f0f4;
}
.MAIN__con__kinds__txt {
	margin-top: 15px;
}
.MAIN__con__kinds__txt dt {
	border: 1px solid #eebec1;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 10px;
	position: relative;
}
.MAIN__con__kinds__txt dt:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	bottom: 42%;
	transition: 0.3s;
}
.MAIN__con__kinds .open dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: #df7a99 3px solid;
	border-right: #df7a99 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 47%;
	transition: 0.3s;
}
.MAIN__con__kinds__txt dd {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f6dde9;
	margin-bottom: 20px;
}
.MAIN__con__kinds__txt dd div p {
	margin-top: 15px;
}
.MAIN__con__kinds__txt dd div p span {
	font-weight: bold;
	color: #df7a99;
}
.MAIN__con__price {
	margin-top: 30px;
}
.MAIN__con__price--ttl {
	display: block;
	background: #df7a99;
	padding: 5px 10px;
	color: #fff;
}
.MAIN__con__price__wrap01 dl {
	display: flex;
	border-top: 1px solid #f7f0f4;
}
.MAIN__con__price__wrap01 dt {
	width: 30%;
	font-weight: bold;
	border-right: 1px solid #f7f0f4;
	border-left: 1px solid #f7f0f4;
	padding: 20px 10px;
}
.MAIN__con__price__wrap01 dd {
	width: 30%;
	border-right: 1px solid #f7f0f4;
	padding: 20px 10px;
}
.MAIN__con__price__wrap01 dd + dd {
	width: 40%;
}
.MAIN__con__price__wrap01 li:last-child {
	border-bottom: 1px solid #f7f0f4;
}
.MAIN__con__price__wrap--list {
}
.MAIN__con__price__wrap--list,
.MAIN__con__price__wrap--list dl {
	display: flex;
}
.MAIN__con__price__wrap--list dt {
	width: 60%;
	font-weight: bold;
	border-right: 1px solid #f7f0f4;
	border-left: 1px solid #f7f0f4;
	border-bottom: 1px solid #f7f0f4;
	padding: 20px 10px;
}
.MAIN__con__price__wrap--list dd {
	width: 40%;
	border-right: 1px solid #f7f0f4;
	border-bottom: 1px solid #f7f0f4;
	padding: 20px 10px;
}
.MAIN__con__price__wrap--txt {
	margin-top: 10px;
}
.MAIN__con__price__wrap--txt dt {
	font-weight: bold;
	padding-left: 17px;
	position: relative;
}
.MAIN__con__price__wrap--txt dt::before {
	position: absolute;
	content: "●";
	color: #df7a99;
	font-size: 1.2rem;
	left: 0;
	top: 3px;
}
.MAIN__con__price__wrap--txt dd {
}
.MAIN__con__price__wrap {
	margin-top: 30px;
	border-top: 3px solid #df7a99;
}
.MAIN__con__price__wrap:first-of-type {
	margin-top: 0;
	border-top: 0 solid #df7a99;
}
.MAIN__con__bigtxt p {
	font-weight: normal;
	font-size: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 900px) {
	.Items__fv {
		background: url("../images/items_fv_sp.jpg") no-repeat top center/cover;
	}
	.MAIN__con__item__txt__reco {
		text-align: center;
		padding: 20px 5%;
	}
	.MAIN__con__item__txt__reco dd {
		text-align: left;
		margin-top: 10px;
	}
	.MAIN__con__item__txt__reco ul li {
		width: 100%;
		margin-top: 5px;
	}
	.MAIN__con__item__txt__pill dt {
		font-size: 1.6rem;
		text-align: center;
	}
	.MAIN__con__item__txt__pill--price {
		margin-left: 0;
	}
}

/*-------------
お知らせ
---------------*/
@media screen and (min-width: 800px) {
	.archivetitle {
		font-size: 20px;
	}
	.catelist time {
		font-size: 18px;
	}
	.kiji h1 {
		margin: 35px 0;
	}
	.catelist {
		border-top: 1px solid #df7a99;
		margin: 20px auto;
		padding: 20px 45px;
	}
	.next a {
		float: left;
		width: 200px;
		color: #df7a99;
		border: 1px solid #df7a99;
		display: inline-block;
		font-size: 18px;
		padding: 12px 24px;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
	}
	.prev a {
		float: right;
		width: 200px;
		color: #df7a99;
		border: 1px solid #df7a99;
		display: inline-block;
		font-size: 18px;
		padding: 12px 24px;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
	}
	.next a:before {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f053";
		margin-right: 15px;
	}
	.prev a:after {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		margin-left: 15px;
	}
	.next a:hover,
	.prev a:hover {
		color: #df7a99 !important;
		background-color: #10dead !important;
		display: inline-block;
		text-decoration: none;
		overflow-wrap: break-word;
		transition: all 0.1s ease-in-out;
		transform: translate(0px, 1px);
		border: 1px solid #fff;
	}
	.postdata {
		font-weight: 600;
		color: #df7a99;
	}
	.postdata:before {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f017";
		margin-right: 4px;
	}
	.newscontents {
		padding: 30px;
		margin: 45px 0;
		border-bottom: 1px solid #df7a99;
		border-top: 1px solid #df7a99;
	}
	.newscontents p {
		line-height: 200%;
		letter-spacing: 1.2px;
	}
	.linkbtn {
		width: 300px;
		height: 60px;
		border: 1px solid #df7a99;
		margin: 20px auto;
		padding: 15px 45px;
		text-align: center;
	}
}
@media screen and (max-width: 800px) {
	.kiji h1 {
		margin: 15px 0;
	}
	.catelist {
		border-top: 1px solid #df7a99;
		margin: 10px auto;
		padding: 10px;
	}
	.kiji > h1 {
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 20px;
	}
	.next a {
		float: left;
		width: 40%;
		color: #df7a99;
		border: 1px solid #df7a99;
		display: inline-block;
		font-size: 16px;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
	}
	.prev a {
		float: right;
		width: 40%;
		color: #df7a99;
		border: 1px solid #df7a99;
		display: inline-block;
		font-size: 16px;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
	}
	.next a:before {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f053";
		margin-right: 15px;
	}
	.prev a:after {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		margin-left: 15px;
	}
	.next a:hover,
	.prev a:hover {
		color: #df7a99 !important;
		background-color: #10dead !important;
		display: inline-block;
		text-decoration: none;
		overflow-wrap: break-word;
		transition: all 0.1s ease-in-out;
		transform: translate(0px, 1px);
		border: 1px solid #fff;
	}
	.postdata {
		font-weight: 600;
		color: #df7a99;
		font-size: 15px;
	}
	.postdata:before {
		font-weight: 600;
		color: #df7a99;
		font-family: "Font Awesome 5 Free";
		content: "\f017";
		margin-right: 4px;
	}
	.newscontents {
		padding: 15px;
		margin: 20px 0;
		border-bottom: 1px solid #df7a99;
		border-top: 1px solid #df7a99;
		line-height: 150%;
	}
	.newscontents p {
		line-height: 200%;
		letter-spacing: 1.2px;
		font-size: 15px;
	}
	.linkbtn {
		width: 65%;
		height: 55px;
		border: 1px solid #df7a99;
		margin: 20px auto;
		padding: 10px 45px;
		text-align: center;
	}
}
