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

body {
	background-image: url("images/bg_body.jpg");
	background-repeat: no-repeat;
	background-position: center 175px;
	background-size: 1060px auto;
}

header .inner {
	background-image: url("images/bg_header.png");
	background-repeat: no-repeat;
}

article {
	padding: 85px 0 0;
}
section h3 {
	text-align: center;
}
section h6 {
	text-align: center;
}

@media screen and (max-width: 767px) {
	body {
		background-image: url("sp-images/bg_body.jpg");
		background-position: center 3%;
		background-size: 100% auto;
	}
	article {
		padding: 5% 0 0;
	}
}

section#medical p {
	text-align: center;
	line-height: 200%;
	font-size: 14px;
}
section#medical .pets {
	padding: 65px 0 0;
	text-align: center;
}
section#medical .pets h6 {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	section#medical p {
		font-size: 12px;
	}
	section#medical .pets {
		margin: 8% 0 0;
	}
	section#medical .pets h6 {
		margin-bottom: 2%;
	}
	section#medical .pets p {
		margin-bottom: 3%;
	}
}

section#for_beginners {
	background-image: url("images/bg_for_beginners.png");
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 50px 0 93px 120px;
}
section#for_beginners h5 {
	display: inline-block;
	margin-right: 35px;
	vertical-align: middle;
}
section#for_beginners ul {
	vertical-align: middle;
}
section#for_beginners li {
	margin: 12px 0;
	font-size: 17px;
}
section#for_beginners li img {
	margin-right: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	section#for_beginners {
		display: block;
		background-image: url("sp-images/bg_for_beginners.png");
		background-size: 100% 100%;
		padding: 6% 5% 12%;
	}
	section#for_beginners h5 {
		margin-right: 0;
	}
	section#for_beginners li {
		margin: 5px 0;
		font-size: 12px;
	}
	section#for_beginners li img {
		width: 15px;
		margin-right: 5px;
	}
}

section#time {
	margin-bottom: 95px;
	text-align: center;
}
section#time h3 {
	margin-bottom: 20px;
}
section#time .attention {
	width: 753px;
	margin: 0 auto;
	text-align: left;
}
section#time .btn_price {
	text-align: center;
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
	section#time {
		width: 90%;
		margin: 0 auto 10%;
	}
	section#time h3 {
		margin-bottom: 2%;
	}
	section#time .attention {
		width: 100%;
		font-size: 10px;
	}
	section#time .btn_price {
		width: 33.4%;
		margin: 4% auto 0;
	}
}

section#sheet {
	margin-bottom: 115px;
	text-align: center;
}
section#sheet h3 {
	margin-bottom: 20px;
}
section#sheet .btn {
	margin: 25px 0 40px;
}
@media screen and (max-width: 767px) {
	section#sheet {
		width: 90%;
		margin: 0 auto 10%;
		padding-bottom: 10%;
		border-bottom: 1px dashed #584C56;
	}
	section#sheet h3 {
		margin-bottom: 2%;
	}
	section#sheet .btn {
		width: 51%;
		margin: 4% auto;
	}
}

section#dock {
	width: 960px;
	margin: 0 8px 0 auto;
}
section#dock h3 {
	margin-bottom: 35px;
}
section#dock .text {
	margin-bottom: 8px;
}
section#dock p {
	width: 540px;
	margin: 0 0 8px 30px;
	line-height: 200%;
}
section#dock h3 + picture {
	float: right;
	margin-right: 40px;
}
section#dock .under img {
	vertical-align: middle;
}
section#dock .under p {
	display: inline-block;
	width: 335px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

section#dock .course {
	width: 870px;
	margin: 0 0 0 3px;
	padding-bottom: 95px;
	border-bottom: 1px solid #584C56;
}
section#dock .course dt {
	position: relative;
	background-image: url("images/bg_course.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}
section#dock .course dt picture:first-of-type img {
	position: relative;
	left: -8px;
}
section#dock .course dt picture:last-of-type img {
	margin: 0 0 5px 5px;
}
section#dock .course dd {
	margin: 5px 0 12px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}
section#dock .course dd span {
	color: #D5337A;
}

section#dock .course .attention {
	margin: 50px 0 40px;
	font-size: 17px;
	color: #D5337A;
}
section#dock .course .attention li {
	margin-bottom: 10px;
}
section#dock .course .attention img {
	margin-right: 12px;
	vertical-align: middle;
}
section#dock .btn {
	text-align: center;
}
@media screen and (max-width: 767px) {
	section#dock {
		width: 90%;
		margin: 0 auto;
	}
	section#dock h3 + picture {
		width: 35%;
	}
	section#dock p {
		width: 100%;
		margin: 0 0 3%;
		font-size: 13px;
		line-height: 180%;
	}
	section#dock .under img {
		width: 35%;
	}
	section#dock .under p {
		width: 62%;
		margin: 0 0 0 1%;
	}

	section#dock .course {
		width: 100%;
		margin: 0;
		padding-bottom: 10%;
	}
	section#dock .course dt {
		background-image: url("sp-images/bg_course.png");
		background-size: 100% auto;
		padding-bottom: 4%;
	}
	section#dock .course dt picture:first-of-type img {
		width: 15%;
	}
	section#dock .course dt picture:last-of-type img {
		width: 82%;
		margin: 0;
	}
	section#dock .course dd {
		font-size: 13px;
		line-height: 180%;
	}

	section#dock .course .attention {
		margin: 5% 0;
		font-size: 13px;
	}
	section#dock .course .attention img {
		width: 13px;
		margin-right: 3px;
	}

	section#dock .btn {
		width: 75%;
		margin: 8% auto 0;
	}
}

section#night_emergency {
	width: 870px;
	margin: 0 auto;
	padding: 70px 0 80px;
	border-bottom: 1px solid #584C56;
}
section#night_emergency h3 {
	display: inline-block;
	width: 200px;
	margin: 8px 60px 0 40px;
	vertical-align: top;
}
section#night_emergency .text {
	display: inline-block;
	width: 535px;
}
section#night_emergency h6 {
	display: inline-block;
	background: #F19EBC;
	margin-top: 70px;
	margin-bottom: 8px;
	padding: 1px 8px;
	border-radius: 3px;
	color: #FFF;
	font-size: 15px;
}
section#night_emergency p {
	margin-bottom: 20px;
	line-height: 200%;
	font-size: 14px;
}
section#night_emergency p a {
	color: #EC7AA7;
}
@media screen and (max-width: 767px) {
	section#night_emergency {
		width: 90%;
		margin: 0 auto;
		padding: 8% 0;
	}
	section#night_emergency h3 {
		display: inline-block;
		width: 100%;
		margin: 7% 0;
		text-align: center;
	}
	section#night_emergency .text {
		width: 100%;
	}
	section#night_emergency h6 {
		margin-top: 10%;
		margin-bottom: 2%;
		padding: 1% 4%;
		font-size: 13px;
	}
	section#night_emergency p {
		margin-bottom: 2%;
		line-height: 180%;
		font-size: 13px;
	}
}

section#trimming {
	width: 870px;
	margin: 0 auto;
	padding: 75px 0 35px;
	border-bottom: 1px solid #584C56;
}
section#trimming .title {
	display: inline-block;
	width: 300px;
	margin: 0 90px 0 0;
	line-height: 200%;
}
section#trimming .title h3 {
	margin-bottom: 40px;
}
section#trimming .title {
	font-size: 14px;
	line-height: 200%;
}
section#trimming .title .attention {
	display: block;
	margin-left: 1em;
}
section#trimming .title .attention::before {
	content: '※';
	width: 1em;
	margin-left: -1em;
}
section#trimming .photos {
	display: inline-block;
	width: 475px;
}
section#trimming .photos li {
	display: inline-block;
	margin: 0 25px 25px 0;
}
section#trimming .photos li:nth-of-type(even) {
	margin-right: 0;
}
section#trimming dl {
	margin-top: 45px;
}
section#trimming dt {
	display: inline-block;
	background: #F19EBC;
	margin: 25px 0 3px;
	padding: 0 8px;
	border-radius: 5px;
	color: #FFF;
}
section#trimming dd {
	padding-left: 8px;
}
section#trimming dl + ul {
	margin-top: 50px;
	font-size: 14px;
}
section#trimming .btn {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	section#trimming {
		width: 90%;
		margin: 0 auto;
		padding: 10% 0;
	}
	section#trimming .title {
		width: 100%;
		margin: 0 0 8%;
		line-height: 150%;
		font-size: 13px;
	}
	section#trimming .title h3 {
		margin-bottom: 4%;
	}
	section#trimming .title .attention {
		margin-left: 0;
	}
	section#trimming .photos {
		display: inline-block;
		width: 100%;
		margin-bottom: 4%;
	}
	section#trimming .photos li {
		width: 31%;
		margin: 0 2% 2% 0;
	}
	section#trimming .photos li:nth-of-type(even) {
		margin-right: 2%;
	}
	section#trimming .photos li:nth-of-type(3n) {
		margin-right: 0;
	}
	section#trimming dl {
		margin-top: 10%;
		text-align: center;
	}
	section#trimming dt {
		margin: 4% 0 2%;
		padding: 1% 2%;
	}
	section#trimming dd {
		font-size: 12px;
	}
	section#trimming dl + ul {
		margin: 10% 0;
		font-size: 12px;
	}
	section#trimming dl + ul li {
		line-height: 200%;
	}
	section#trimming .btn {
		width: 41%;
		margin: 0 auto;
	}
}

section#hotel {
	width: 870px;
	margin: 0 auto;
	padding: 95px 0 85px;
	border-bottom: 1px solid #584C56;
}
section#hotel .title {
	margin-bottom: 45px;
}
section#hotel .title h3 {
	display: inline-block;
	width: 240px;
	margin: 0 55px 0 45px;
	vertical-align: middle;
}
section#hotel .title p {
	display: inline-block;
	width: 485px;
	line-height: 200%;
	font-size: 14px;
	vertical-align: middle;
}
section#hotel p {
	font-size: 14px;
}
section#hotel ul {
	margin: 50px 0 60px;
	color: #D5337A;
	line-height: 180%;
}
section#hotel li {
	clear: both;
	display: block;
    padding-left: 40px;
	padding-bottom: 12px;
	line-height: 160%;
	font-size: 14px;
}
section#hotel ul li::before {
    content: "";
	background-image: url("images/check_pink.png");
	background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: -40px;
    width: 24px;
	height: 24px;
    text-align: center;
}
section#hotel .btn {
	text-align: center;
}
@media screen and (max-width: 767px) {
	section#hotel {
		width: 90%;
		padding: 10% 0;
	}
	section#hotel .title {
		margin-bottom: 8%;
	}
	section#hotel .title h3 {
		width: 100%;
		margin: 0;
	}
	section#hotel .title p {
		display: block;
		width: 80%;
		margin: 5% auto;
		line-height: 180%;
		font-size: 13px;
		text-align: center;
	}
	section#hotel p {
		font-size: 13px;
	}
	section#hotel ul {
		margin: 10% 0 5%;
		line-height: 150%;
	}
	section#hotel li {
		padding-left: 5%;
		padding-bottom: 2%;
		line-height: 150%;
		font-size: 13px;
	}
	section#hotel ul li::before {
		content: "";
		background-size: contain;
		margin-top: 1%;
		margin-left: -5%;
		width: 12px;
		height: 12px;
		text-align: center;
	}
	section#hotel .btn {
		width: 43.8%;
		margin: 0 auto;
	}
}

section#dentistry {
	width: 870px;
	margin: 0 auto;
	padding: 0px 0 35px;
}
section#dentistry h3 {
	margin-bottom: 50px;
}
section#dentistry p {
	margin-bottom: 25px;
	font-size: 13px;
}
section#dentistry .disease_question {
	margin-left: 15px;
}
section#dentistry .disease {
	margin-bottom: 5px;
}
section#dentistry .question {
	margin-bottom: 10px;
}
section#dentistry .about_flexbox {
	display: flex;
}
section#dentistry .about_flexbox img {
	margin: 30px 65px 0 15px;
	height: 80%;
	width: auto;
}
section#dentistry .about_flexbox2 {
	display: flex;
	/* justify-content: center; */
}
section#dentistry .about_flexbox2 img {
	margin: 0 10px 0 40px;
	height: 80%;
	width: auto;
}
section#dentistry .about_flexbox3 {
	display: flex;
	justify-content: center;
}
section#dentistry .about_flexbox3 img {
	margin: 0 15px 0 15px;
	height: 80%;
	width: auto;
}
section#dentistry h6 {
	display: inline-block;
	background: #F19EBC;
	margin-bottom: 8px;
	padding: 1px 8px;
	border-radius: 3px;
	color: #FFF;
	font-size: 15px;
}
section#dentistry .comment1 {
	margin: 15px 0 20px 40px;
}
section#dentistry .comment2 {
	margin: 15px 0 20px 40px;
}
section#dentistry .scale img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	section#dentistry .about_flexbox {
		display: block;
	}
	section#dentistry .about_flexbox .flexbox_right {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	section#dentistry {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	section#dentistry h3 {
		margin-bottom: 5%;
	}
	section#dentistry p {
		margin-bottom: 5%;
		font-size: 13px;
	}
	section#dentistry .about_flexbox {
		margin-bottom: 2%;
	}
	section#dentistry .about_flexbox img {
		width: 60%;
		margin: 0 6% 0 2%;
	}
	section#dentistry .about_flexbox2 img {
		width: 94%;
    margin: 0 3% 0 3%;
    height: auto;
	}
	section#dentistry .about_flexbox3 img {
		width: 98%;
    margin: 0 1% 0 1%;
	height: auto;
	}
	section#dentistry h6 {
		margin-bottom: 2%;
		padding: 1% 2%;
		font-size: 13px;
	}
	section#dentistry .comment1 {
		font-size: 10px;
		margin: 3% 6% 3% 3%;
	}
	section#dentistry .comment2 {
		font-size: 10px;
		margin: 3% 6% 5% 3%;
	}
}

section#dermatology {
	width: 870px;
	margin: 0 auto;
	padding: 50px 0 45px;
	border-bottom: 1px solid #584C56;
}
section#dermatology h3 {
	margin-bottom: 50px;
}
section#dermatology p {
	margin-bottom: 10px;
	font-size: 13px;
}
/* section#dermatology .about_flexbox {
	margin-bottom: 25px;
	overflow: hidden;
}
section#dermatology .about_flexbox img {
	float: right;
	margin: 0 65px 0 15px;
} */
section#dermatology .about_flexbox {
	display: flex;
}
/* section#dermatology .about_flexbox img {
	margin: 35px 15px 0 15px;
	height: 70%;
	width: auto;
} */
@media screen and (max-width: 767px) {
	section#dermatology .about_flexbox {
		display: block;
	}
	section#dermatology .about_flexbox .flexbox_right {
		text-align: center;
	}
}
section#dermatology h6 {
	display: inline-block;
	background: #F19EBC;
	margin-bottom: 8px;
	padding: 1px 8px;
	border-radius: 3px;
	color: #FFF;
	font-size: 15px;
}
section#dermatology .examination p {
	margin-bottom: 25px;
}
/* section#dermatology .attention {
	color: #E63082;
} */
@media screen and (max-width: 767px) {
	section#dermatology {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	section#dermatology h3 {
		margin-bottom: 5%;
	}
	section#dermatology p {
		margin-bottom: 5%;
		font-size: 13px;
	}
	section#dermatology .about_flexbox {
		margin-bottom: 2%;
	}
	/* section#dermatology .about_flexbox img {
		width: 40%;
		margin: 0 6% 0 2%;
	} */
	section#dermatology h6 {
		margin-bottom: 2%;
		padding: 1% 2%;
		font-size: 13px;
	}
}

section#cardiology {
	width: 870px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
section#cardiology h3 {
	margin-bottom: 50px;
}
section#cardiology p {
	margin-bottom: 25px;
	font-size: 13px;
}
section#cardiology .disease_question {
	margin-left: 15px;
}
section#cardiology .disease {
	margin-bottom: 5px;
}
section#cardiology .question {
	margin-bottom: 10px;
}
section#cardiology .about_flexbox {
	display: flex;
}
/* section#cardiology .about_flexbox img {
	margin: 0 15px 0 15px;
	height: 80%;
	width: auto;
} */
@media screen and (max-width: 767px) {
	section#cardiology .about_flexbox {
		display: block;
	}
	section#cardiology .about_flexbox .flexbox_right {
		text-align: center;
	}
}
section#cardiology h6 {
	display: inline-block;
	background: #F19EBC;
	margin-bottom: 8px;
	padding: 1px 8px;
	border-radius: 3px;
	color: #FFF;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	section#cardiology {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	section#cardiology h3 {
		margin-bottom: 5%;
	}
	section#cardiology p {
		margin-bottom: 5%;
		font-size: 13px;
	}
	section#cardiology .about_flexbox {
		margin-bottom: 2%;
	}
	/* section#cardiology .about_flexbox img {
		width: 60%;
		margin: 0 6% 0 2%;
	} */
	section#cardiology h6 {
		margin-bottom: 2%;
		padding: 1% 2%;
		font-size: 13px;
	}
}


.large_photo {
	position: relative;
	background-color: #fff;
	width: 700px;
	margin: 30px auto;
	padding: 45px 0 70px;
	box-sizing: border-box;
	border: 1px solid #9FA0A0
}
.large_photo .title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 35px 10px 35px;
	border-bottom: 4px solid #F19EBC;
}
.large_photo h3 img,
.large_photo h5 img {
	vertical-align: bottom;
}
.large_photo .photo {
	margin: 40px 35px 20px;
}
.large_photo h6 {
	margin: 0 35px 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EC7AA7;
	font-size: 18px;
}
.large_photo p {
	margin: 0 35px;
}
button.mfp-close * {
	pointer-events: none;
}

section#machine {
	width: 870px;
	margin: 0 auto 70px;
}
section#machine h2 {
	margin: 50px 0 30px;
	text-align: center;
}
section#machine h3 {
	background-image: url("images/bg_title.png");
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 0 30px;
}
section#machine h3+.click {
	margin-top: -20px;
}
section#machine p {
	margin-bottom: 25px;
	font-size: 13px;
}
section#machine ul {
	text-align: center;
	margin: 35px 0 0;
}
section#machine li {
	display: inline-block;
	margin: 0 30px 68px 30px;
	border-top: 2px solid #EC7AA7;
}
/* section#machine li:nth-of-type(4n) {
	margin-right: 0;
} */
section#machine li div {
	display: table;
	height: 64px;
}
section#machine li p {
	display: table-cell;
	padding: 5px 0;
	font-size: 18px;
	vertical-align: bottom;
}
section#machine li p.line2 {
	padding-top: 5px;
}
button.mfp-close * {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	section#machine {
		width: 90%;
		margin: 0 auto 40px;
	}

	section#machine h3 {
		background-image: url("sp-images/bg_title.png");
		background-size: cover;
		padding: 1% 0 4%;
	}

	section#machine h3+.click {
		margin-top: -0;
		font-size: 10px;
	}

	/* section#machine ul {
		margin: 3% 0 8%;
	} */

	section#machine li {
		width: 30%;
		margin: 0 3% 6% 0;
	}

	section#machine li:nth-of-type(4n) {
		margin-right: 3%;
	}

	section#machine li:nth-of-type(3n) {
		margin-right: 0;
	}

	section#machine li div {
		height: 40px;
	}

	section#machine li p {
		font-size: 10px;
	}
	.mfp-close-btn-in .mfp-close {
		width: 8%;
		right: 2%;
	}
	.large_photo {
		width: 90%;
		margin: 3% auto;
		padding: 10% 0 7%;
	}
	.large_photo .title {
		padding: 1% 3%;
	}
	.large_photo .photo {
		margin: 4% 3% 2%;
	}
	.large_photo h6 {
		margin: 0 3% 1%;
		font-size: 13px;
	}
	.large_photo p {
		margin: 0 3%;
	}
	.mfp-close-btn-in .mfp-close {
		width: 8%;
		right: 2%;
	}
}

section#medical p.specialty {
	font-size: 19px;
	border-bottom: solid 0.5px #221714;
	opacity: 0.9;
	width: 130px;
	margin: auto;
	margin-top: 10px;
}

.btnarea {
	max-width: 600px;
	margin: auto;
}

.btnline {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.btn--treatment {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.25rem 0.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #221714;
	border-radius: 0.5rem;
	opacity: 0.9;
}

.btn--treatment:hover {
	opacity: 0.7;
}

#topbutton {
	/* ▼ボタンの表示位置を画面の右下に固定 */
	position: fixed;
	/* ➁  表示場所を固定 */
	bottom: 10px;
	/* 画面下端からの距離 */
	right: 30px;
	/* 画面右端からの距離 */
	opacity:0;
	/* ➂  ▼最初は非表示に */
	z-index: 10000;
	/* 前面に表示 */
}

@media screen and (max-width: 767px) {
	.pctopbutton {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	section#medical p.specialty {
		font-size: 75%;
		width: 20%;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	section#medical p.btn--treatment {
		font-size: 60%;
	}
}

@media screen and (max-width: 450px) {
	section#medical p.btn--treatment {
		font-size: 30%;
	}
}

@media screen and (max-width: 767px) {
	.btnline {
		justify-content: center;
		margin-top: 0;
	}
}

.page_lower .sttl_h4 {
	background-image: linear-gradient(#e95293 50%, #F7C6DB 50%);
	background-size: 8px 100%;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 17px;
	margin: 40px 0 1em;
	padding: .3em 0 .2em 18px;
	line-height: 1.4;
}
.page_lower .sttl_h5 {
	font-size: 15px;
	margin: 0 0 15px;
	text-decoration: underline;
	text-decoration-color: #EC7AA7;
	text-decoration-thickness: 4px;
	display: inline-block;
	padding: 0 .5em;
}
.page_lower .strong, .page_lower strong {
	font-weight: bold;
}
.page_lower .btn {
	width: 80%;
	margin: 30px auto 0;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 12px 0;
	color: #555;
	background: #FBE6EF;
	transition: 0.3s ease-in-out;
	font-size: 13px;
	letter-spacing: .5px;
}
.page_lower .btn::before {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #f19ebc;
	transition: 0.2s;
}
.page_lower .btn:hover {
	background: #f19ebc;
	color: #fff;
}
.page_lower .btn:hover::before {
  top: 0;
  left: 0;
}
.page_dentistry .btn  {
	width: 300px;
	margin: 60px auto;
}
@media screen and (max-width: 767px) {
	.page_lower .sttl_h4 {
		font-size: 15px;
		margin: 30px 0 1em;
	}
	.page_lower .sttl_h5 {
		font-size: 13px;
	}
	section#dentistry .about_flexbox2, section#dentistry .about_flexbox3  {
		flex-wrap: wrap;
	}
	section#dentistry .about_flexbox2 div, section#dentistry .about_flexbox3 div  {
		width: 82%;
		margin: 0 auto;
	}
}

#page_food_ttl  {
	height: 110px;
	line-height: 1.3;
	font-size: 23px;
	text-shadow: 0px 0px 10px brown;
	color: #fff;
	padding-top: 44px;
	letter-spacing: 5px;
}
#page_food_ttl span  {
	font-size: 72%;
	letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
	#page_food_ttl {
		font-size: 12px;
		padding-top: 30px;
		height: 70px;
	}
}
