@charset "utf-8";

/* 
	lastup date: 2023.09.28
*/

/* default
----------------------------------------------- */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	font-size: 1rem;
	font-family: "游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,Arial,Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Sans-serif;
	font-weight: 500;
}
q:before,q:after {
	content:'';
}
object,embed {
	vertical-align: top;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img,abbr,acronym,fieldset {
	border: 0;
}



/* link
----------------------------------------------- */

a {
	color: #392C1D;
	text-decoration: none;
	transition: .1s ease;
}
a:visited {
	color: #392C1D;
	text-decoration: none;
}
a:hover {
	color: #796A56;
	text-decoration: none;
	transition: .1s ease;
}
a[id]:hover {
	color: #392C1D;
}
a:active {
	color: #392C1D;
}
a[href^="tel:"] {
	pointer-events: none;
}
a.linelink {
	background-image: linear-gradient(90deg, #796A56, #796A56);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size 0.3s;
}
a.linelink:hover {
	background-size: 100% 1px
}

@media screen and (max-width:960px) {
a[href^="tel:"] {
	pointer-events: auto;
}
}

/* base
----------------------------------------------- */

html {
	background-color: #FFF;
}
body {
	min-width: 1200px;
	color: #333;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.noflex {
	display: block !important;
}
.sec-border-top {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 3px solid #E1DAD1;
}
.sec-border-bottom {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 3px solid #E1DAD1;
}

.list01 {
	padding: 25px 35px 25px;
	border: 3px solid #E1DAD1;
	background: #FFF;
}
section .list01 li {
	width: auto !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
	list-style: circle !important;
}
section .list01 li:last-child {
	margin-bottom: 0 !important;
}

.list02 {
	margin: 25px 0 25px 20px; 
}
section .list02 li {
	width: auto !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
	list-style: circle !important;
}
.list03 {
	margin: 25px 0 25px 20px; 
}
.list03 li {
	width: auto !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
	list-style: decimal !important;
}
ul.arrow  {
	position: relative;
}
ul.arrow li:after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #392C1D;
	border-right: solid 3px #392C1D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -27px;
	margin-top: -4px;
}
ul.arrow li:first-child:after {
	display: none;
}

.note {
	margin: 35px 0;
	padding: 25px 25px 10px;
	border: 3px solid #E9E2D9;
	background-color: #FFF;
}
.note b {
	font-size: 1.125rem;
	color: #796A56;
}

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

body {
	min-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

.sec-border-top {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #E1DAD1;
}
.sec-border-bottom {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E1DAD1;
}

.list01 {
	padding: 15px 15px 15px 25px;
	border: 2px solid #E1DAD1;
}
section .list01 li {
	font-size: 0.875rem !important;
}
.list02 {
	margin: 15px 0 15px 15px; 
}
section .list02 li {
	font-size: 0.875rem !important;
}
.list03 {
	margin: 15px 0 15px 15px; 
}
.list03 li {
	font-size: 0.875rem !important;
}
ul.arrow li:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #392C1D;
	border-right: solid 2px #392C1D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -4px;
}
.note {
	margin: 25px 0;
	padding: 15px 15px 1px;
	border: 1px solid #E9E2D9;
}
.note b {
	font-size: 0.875rem;
}

}


/* font size
----------------------------------------------- */
.fs24 {
	font-size: 1.5rem;
}
@media screen and (max-width:960px) {

.fs24 {
	font-size: 1rem;
}

}

/* header
----------------------------------------------- */

header .inner {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
}
header #header-top {
	display: flex;
	flex-wrap: wrap;
}
header #header-logo {
	width: 260px;
}
header #header-logo img {
	height: 60px;
}
header #header-logo #clinical-subjects {
	margin-top: 3px;
	padding: 3px;
	font-size: 0.75rem;
	text-align: center;
	background-color: #392C1D;
	color: #FFF;
}
header #header-info {
	width: auto;
}
header #header-schedule,
header #header-address {
	margin-left: 20px;
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #EEE;
}
header #header-schedule dt,
header #header-address dt {
	width: 75px;
	font-size: 0.75rem;
	text-align: center;
}
header #header-schedule dd,
header #header-address dd {
	border-left: 10px solid #FFF;
	width: 225px;
	height: 100%;
	line-height: 1.8;
	font-size: 0.75rem;
	background-color: #FFF;
}
header #header-tel {
	width: 260px;
	padding-left: 15px;
	text-align: center;
}
header #header-tel dt {
	margin-bottom: 8px;
	font-size: 0.75rem;
}
header #header-tel dd {
	font-size: 0.75rem;
}
header #header-tel dd.rsv {
	margin-top: 8px;
	padding: 3px;
	background-color: #EEE;
}
header #header-tel dd img {
	height: 32px;
}
#sp-tel {
	display: none;
}


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

header {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	z-index: 18;
}
header .inner {
	margin: auto;
	width: auto;
	padding: 0;
	padding-right: 50px;
}
header #header-top {
	display: flex;
}
header #header-logo {
	text-align: left;
	width: auto;
	padding: 10px 0 10px 10px;
}
header #header-logo img {
	width: auto;
	height: 30px;
}
header #header-logo #clinical-subjects,
header #header-schedule,
header #header-address,
header #header-tel {
	display: none;
}
#sp-tel {
	display: block;
	width: auto;
	padding: 10px;
	text-align: center;
	align-self: center;
}
#sp-tel img {
	height: 20px;
}

}


/* navigation
----------------------------------------------- */

#sp-nav {
	display: none;
}
#global-nav {
	padding-top: 25px;
	width: 100%;
}
#global-nav ul {
	display: flex;
}
#global-nav ul li {
	width: calc(100% / 6);
	text-align: center;
}
#global-nav ul li:first-chid {
	margin: 0;
}
#global-nav ul li a {
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 1.125rem;
}
#global-nav ul li a span {
	display: inline-block;
	padding-top: 5px;
	font-size: 0.625rem;
}
#global-nav ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background-color: #392C1D;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#global-nav ul li a:hover:after {
	transform: scale(1, 1);
}

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

#sp-nav {
	display: block;
}
#global-nav {
	display: none;
}
#overlay_menu {
	z-index: 19;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: 0.3s;
	padding-top: 70px;
	visibility: hidden;
	background-color: rgba(255,255,255,1)
}
#overlay_menu li {
	margin: 10px 35px;
	padding: 15px 0 0px;
	text-align: center;
	border-top: 2px solid #392C1D;
}
#overlay_menu li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
#overlay_menu li a {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.4;
	text-decoration: none;
}
#overlay_menu li a:hover {
	color: #666;
}
#overlay_menu li a span {
	font-size: 0.875rem;
	color: #666;
}

.open #overlay_menu {
	opacity: 1;
	transition: 0.1s;
	visibility: visible;
}
#overlay_btn, #overlay_btn span {
	z-index: 20;
	top: 0px;
	right: 0px;
	position: fixed;
	transition: 0.3s;
}
#overlay_btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #392C1D;
}
#overlay_btn span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #FFF;
	transition: 0.3s;
}
.open #overlay_btn {
	border-color: #796A56;
} 
.open #overlay_btn span {
	background-color: #FFF;
} 
#overlay_btn span:nth-of-type(1) { top: 10px;}
#overlay_btn span:nth-of-type(2) { top: 18px;}
#overlay_btn span:nth-of-type(3) { top: 26px;}
#overlay_btn span:nth-of-type(4) { top: 34px;}

.open #overlay_btn span:nth-of-type(1) {
	top: 18px;
	left: 10px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #overlay_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #overlay_btn span:nth-of-type(3) {
	top: 18px;
	left: 10px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
span#overlay_btn_txt {
	height: 10px;
	background: none;
	font-size: 0.625rem;
	text-align: center;
	color: #FFF;
}
.open span#overlay_btn_txt {
	background: none;
}
#nav-tel {
	margin: 25px 0;
	text-align: center;
}
#nav-tel p {
	margin-bottom: 10px;
	font-size: 0.875rem;
}
#nav-tel img {
	width: 60%;
}
#nav-schedule {
	margin: 25px 15px;
}
#nav-schedule p {
	font-size: 0.75rem;
	text-align: center;
}

}



/* footer
----------------------------------------------- */

#pagetop {
	margin-bottom: 50px;
	text-align: center;
}
#pagetop img {
	position: relative;
	top: 0;
	cursor: pointer;
	height: 35px;
	transition: .1s ease;
}
#pagetop img:hover {
	top: -5px;
}
footer {
	padding: 50px 0 0;
	background-color: #FFF;
}
#footer {
	display: flex;
	width: 1200px;
	margin: 25px auto;
}
#footer li {
	width: 400px;
}
footer #footer-info {
	padding-top: 6px;
}
footer #footer-info dt {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
}
footer #footer-info dd {
	font-size: 1rem;
	line-height: 1.6;
}
footer #footer-tel {
	padding: 0 50px;
	text-align: center;
}
footer #footer-tel dt {
	margin-bottom: 8px;
	font-size: 1rem;
}
footer #footer-tel dd.rsv {
	margin-top: 8px;
	padding: 3px;
	font-size: 0.875rem;
	background-color: #EEE;
}
footer li#footer-fb {
	text-align: right;
}
footer li#footer-fb img {
	height: 32px;
}
footer #copyright {
	background-color: #392C1D;
	padding: 16px 0 14px;
	font-size: 0.75rem;
	text-align: center;
	color: #FFF;
}

#footer-nav-sp {
	display: none;
}
#footer-nav {
	padding: 50px 0 35px;
	background-color: #F0F0F0;
}
#footer-nav .inner {
	width: 1200px;
	margin: auto;
	display: flex;
}
#footer-nav .fnav-col-left {
	width: 25%;
}
#footer-nav .fnav-col-right {
	width: 75%;
	display: flex;
}
#footer-nav ul li {
	margin-bottom: 15px;
	font-size: 0.875rem;
}
#footer-nav ul li.fnav-fb {
	text-align: left;
}
#footer-nav ul li.fnav-fb img {
	height: 32px;
}

#footer-nav .fnav01 li {
	font-weight: bold;
}
#footer-nav .fnav02 {
	margin-right: 50px;
	width: 30%;
}
#footer-nav .fnav03 {
	width: 70%;
}
#footer-nav .fnav03 ul {
	display: flex;
	flex-wrap: wrap;
}
#footer-nav .fnav03 ul li {
	width: calc(100% / 3);
}

#footer-nav .fnav-ttl {
	margin-bottom: 15px;
	font-size: 0.875rem;
	font-weight: bold;
}


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

#pagetop {
	margin-bottom: 25px;
}
#pagetop img {
	height: 30px;
}
footer {
	padding: 25px 0 0;
}
#footer {
	display: block;
	width: auto;
}
#footer li {
	width: 100%;
}
footer #footer-info {
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
}
footer #footer-info dt {
	font-size: 0.875rem;
}
footer #footer-info dd {
	font-size: 0.75rem;
}
footer #footer-tel {
	margin-bottom: 25px;
	padding: 0;
}
footer #footer-tel dt {
	margin-bottom: 10px;
	font-size: 0.875rem;
}
footer #footer-tel dd img {
	width: 50%;
}
footer #footer-tel dd.rsv {
	display: inline-block;
	margin: 5px auto;
	padding: 5px 25px;
}
footer li#footer-fb {
	text-align: center;
}
footer li#footer-fb img {
	height: 32px;
}
footer li#footer-fb a {
	display: inline-block;
}
footer #copyright {
	font-size: 0.625rem;
}
#footer-nav-sp {
	padding: 25px 15px;
	display: block;
	background-color: #F0F0F0;
}
#footer-nav {
	display: none;
}
#footer-nav-sp ul {
	display: flex;
	flex-wrap: wrap;
}
#footer-nav-sp ul li {
	width: 50%;
	margin-bottom: 15px;
}
#footer-nav-sp ul li a {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
}
#footer-nav-sp ul li ul li a {
	font-weight: normal;
}
#footer-nav-sp ul li ul {
	display: flex;
	flex-wrap: wrap;
}
#footer-nav-sp ul li ul li {
	margin: 15px 0 0 0;
	padding-left: 15px;
}
#footer-nav-sp ul li ul li:nth-child(even) {
	padding: 0;
}
#footer-nav-sp ul li.wfull {
	width: 100%;
}
#footer-nav-sp ul li.fnav-fb img {
	height: 32px;
}

}

/* 404
----------------------------------------------- */

#notfound .inner {
	padding: 100px 0 35px;
}
#notfound .inner p {
	margin: 1em 0;
	line-height: 1.6;
	text-align: center;
}

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

#notfound .inner {
	padding: 25px 15px 0;
}
#notfound .inner p {
	margin: 1em 0;
	text-align: left;
}

}

/* contents
----------------------------------------------- */

section .inner {
	max-width: 1200px;
	margin: auto;
}
#page-title {
	padding: 140px 0 135px;
	background: url(../img/common/bg_title.jpg) 50% 50% no-repeat;
	background-size: cover;
	background-color: #F4F0EB;
	text-align: center;
}
#page-title h1 {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	font-family: 'メイリオ', Meiryo;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #392C1D;
}
#page-title h1:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 65px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #392C1D;
	border-radius: 2px;
}
#page-about-title {
	padding: 140px 0 135px;
	background: url(../img/about/bg_title_about.jpg) 50% 0% no-repeat;
}
#page-about-title h1 {
	position: relative;
	display: block;
	margin: auto;
	width: 1250px;
	padding-left: 80px;
	font-size: 3rem;
	font-family: 'メイリオ', Meiryo;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #392C1D;
}
#page-about-title h1:after {
	content: "";
	position: relative;
	left: -9%;
	bottom: -20px;
	display: inline-block;
	width: 65px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #392C1D;
	border-radius: 2px;
}
#sub-page-title {
	padding: 75px 0;
	background: #F9F9F9;
}
#sub-page-title h1 {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
}
#bread-crumb {
	margin: 25px auto;
	width: 1200px;
}
#bread-crumb ul {
	display: flex;
}
#bread-crumb ul li {
	margin-left: 15px;
}
#bread-crumb ul li:first-child {
	margin-left: 0;
}
#bread-crumb ul li:before {
	content: ">";
	padding-right: 15px;
}
#bread-crumb ul li:first-child:before {
	content: "";
	padding: 0;
}
.txt01 p {
	margin: 1em 0;
	font-size: 0.875rem;
	line-height: 1.6;
}


.title01 {
	margin: 50px 0 25px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	color: #444;
}
.title02 {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto 25px;
	font-size: 1.75rem;
	color: #392C1D;
}
.title02:before, .title02:after {
	content: "";
	flex-grow: 1;
	display: inline-block;
	height: 2px;
	background-color: #392C1D;
}
.title02:before {
	margin-right: 1em;
}
.title02:after {
	margin-left: 1em;
}
.title03 {
	margin: 60px 0 30px;
	padding: 18px;
	text-align: center;
	font-size: 2rem;
	background: #796A56;
	color: #FFF;
}
.stitle01 {
	margin: 1em 0;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.6;
	color: #796A56;
}
.stitle01 span {
	display: inline-block;
	margin-right: 8px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	background-color: #392C1D;
	color: #FFF;
}
.stitle01 span.green {
	background-color: #A0B8A0;
}
.stitle01 span.ocher {
	background-color: #C8BB9B;
}
.stitle01 span.blue {
	background-color: #7D99A9;
}
.stitle02 {
	margin: 1.5em 0 -10px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
	color: #392C1D;
}
.stitle03 {
	margin: 1.5em 0;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.6;
	color: #203996;
}
.stitle03 span {
	background:linear-gradient(transparent 60%, #FF6 60%);
}
.btn01 {
	margin: 25px 0;
	text-align: center;
}
.btn01 a {
	font-size: 0.875rem;
	letter-spacing: 2px;
	padding: 15px 25px 13px;
	display: inline-block;
	border-radius: 4px;
	background-color: #392C1D;
	color: #FFF;
}
.btn01 a:hover {
	background-color: #796A56;
}
.btn02 {
	margin: 25px 0;
	text-align: center;
}
.btn02 a {
	font-size: 0.875rem;
	letter-spacing: 2px;
	padding: 15px 25px 13px;
	display: block;
	border-radius: 4px;
	background-color: #392C1D;
	color: #FFF;
}
.btn02 a:hover {
	background-color: #796A56;
}

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

section .inner {
	width: auto;
	margin: auto;
}
#page-title {
	padding: 50px 0 0 0;
	background: none;
}
#page-title h1 {
	display: block;
	padding: 50px 0 50px 15px;
	font-size: 1.5rem;
	text-align: left;
	background: url(../img/common/bg_title.jpg) 50% 50% no-repeat;
	background-size: auto 320px;
	background-color: #F4F0EB;
}
#page-title h1:after {
	display: none;
}
#page-about-title {
	padding: 50px 0 0 0;
	background: none;
}
#page-about-title h1 {
	display: block;
	width: auto;
	padding: 50px 0 50px 15px;
	font-size: 1.5rem;
	background: url(../img/about/bg_title_about_sp.jpg) 100% 40% no-repeat;
	background-size: cover;
	background-color: #F4F0EB;
}
#page-about-title h1:after {
	display: none;
}
#sub-page-title {
	padding: 85px 0 30px;
}
#sub-page-title h1 {
	font-size: 1.25rem;
	letter-spacing: normal;
}
#bread-crumb {
	display: none;
}
.txt01 p {
	font-size: 0.875rem;
	line-height: 1.6;
}
.title01 {
	margin: 15px 0;
	font-size: 1.375rem;
	line-height: 1.8;
}
.title02 {
	margin: 0 auto 15px;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}
.title02:before {
	margin-right: 0.75em;
}
.title02:after {
	margin-left: 0.75em;
}
.title03 {
	margin: 35px 0 15px;
	padding: 12px 0 10px;
	font-size: 1.375rem;
}
.stitle01 {
	margin: 15px 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
.stitle01 span {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.stitle02 {
	margin: 15px 0 -12px;
	padding: 0;
	font-size: 1.125rem;
}
.stitle03 {
	margin: 15px 0 10px;
	font-size: 1.125rem;
}
.stitle03 span {
	display: inline-block;
}
.btn01 {
	margin: 25px 0;
}
.btn01 a {
	font-size: 0.875rem;
	padding: 15px 25px 12px;
}

}


/* toppage
----------------------------------------------- */

#eyebox {
	text-align: center;
}
#eye-inner {
	position: relative;
	max-width: 1400px;
	margin: auto;
}
#eye-info-box {
	position: absolute;
	top: 5%;
	right: 10%;
	width: 280px;
	padding: 25px 25px 22px;
	border: 3px solid #796A56;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.9);
}
#eye-info {
	margin-bottom: 10px;
	font-size: 0.8125rem;
}
#eye-info dt {
	padding: 5px 5px 3px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #EEE;
}
#eye-info dd {
	padding: 5px 0;
	text-align: center;
	line-height: 1.6;
}
#eye-info dd span {
	display: block;
}
#eye-address li {
	margin-bottom: 10px;
	font-size: 0.8125rem;
	text-align: center;
	line-height: 1.6;
}
#eye-address li:last-child {
	margin-bottom: 0;
}
#barrier-free {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.6;
	background-color: #796A56;
	color: #FFF;
}
#barrier-free span {
	display: inline-block;
	padding: 8px 24px 8px 0;
	background: url(../img/common/icon_wheelchair.png) 100% 50% no-repeat;
	background-size: auto 20px;
}
#eye-bnr {
	position: absolute;
	left: 110px;
	bottom: 70px;
	width: 360px;
}
#eye-bnr a {
	display: inline-block;
	background: #FFF;
}
#eye-bnr a img {
	border: 1px solid #CCC;
}
#eye-bnr a:hover img {
	transition: ease .1s;
	opacity: 0.75;
}

#top-menu {
	padding: 50px 0 15px;
	background-color: #FFF;
}
#top-menu ul {
	margin: 0 auto;
	width: 1200px;
	display: flex;
}
#top-menu ul li {
	margin: 0 15px;
	width: calc(100% / 3);
}
#top-menu ul li .tmbtn {
	position: relative;
	bottom: 35px;
	margin: auto;
	width: 80%;
	border: 3px solid #796A56;
	background-color: #FFF;
	text-align: center;
}
#top-menu ul li .tmbtn a {
	display: block;
	padding: 25px 0 22px;
	font-size: 1.125rem;
	font-weight: bold;
}
#top-menu ul li .tmbtn:hover,
.tmimg:hover + .tmbtn {
	border: 3px solid #E1DAD1 !important;
	transition: .3s ease;
}
.tmimg:hover + .tmbtn a {
	color: #796A56 !important;
}
#top-treatment {
	margin: auto;
}
#top-treatment #service-menu {
	margin: auto;
	width: 1000px;
}
#top-treatment #service-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 35px -15px;
}
#top-treatment #service-list li {
	margin: 0 0 15px 15px;
	width: calc((100% / 3) - 15px);
}
#service-list li a {
	display: block;
	padding: 35px 25px;
	border: 3px solid #796A56;
	font-size: 1.125rem;
	font-weight: bold;
	background: #FFF url(../img/common/arrow_right.svg) 95% 50% no-repeat;
	background-size: auto 36px;
	transition: .1s ease;
}
#service-list li a:hover {
	border: 3px solid #E1DAD1;
	background-position: 96% 50%;
	background-image: url(../img/common/arrow_right_h.svg);
}

.menu02 #service-list li a,
.menu04 #service-list li a {
	border: 3px solid #392C1D;
	background: #392C1D url(../img/common/arrow_right_h.svg) 95% 50% no-repeat;
	background-size: auto 36px;
	color:  #FFF;
}
.menu02 #service-list li a:hover,
.menu04 #service-list li a:hover {
	border: 3px solid #796A56;
	background-color: #796A56;
	background-position: 96% 50%;
	background-image: url(../img/common/arrow_right.svg);
	color: #FFF;
}
.menu03, .menu04 {
    background-color: #F4F0EB;
    background-color: #E9E2D9;
}
.menu03 #service-list,
.menu04 #service-list {
	margin-bottom: 0 !important;
	padding: 35px 0 15px;
}







#top-mid {
	padding: 75px 0 100px;
	background-color: #F4F0EB;
}
#top-mid-title {
	text-align: center;
	line-height: 1.6;
	font-size: 1.75rem;
}
#top-mid p {
	margin: 25px 0 55px;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}
#top-mid-4 {
	margin: 0 auto;
	width: 1200px;
	display: flex;
}
#top-mid-4 li {
	margin: 0 15px;
	width: 25%;
}
#top-mid-4 li dl dd {
	margin-top: 12px;
	font-size: 0.875rem;
	text-align: center;
}
#top-news {
	padding: 30px 0 100px;
	background-color: #FFF;
}
#top-news .title-news {
	position: relative;
	top: -70px;
	margin: auto;
	padding: 25px 0 23px;
	width: 300px;
	border: 1px solid #392C1D;
	font-size: 1.5rem;
	text-align: center;
	color: #392C1D;
	background-color: #FFF;
}
#top-newsbox {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: auto;
}
#top-news-list {
	width: 500px;
	padding-right: 35px;
}
#top-news-list ul li {
	display: flex;
	padding: 18px 0;
	line-height: 1.6;
	border-top: 1px dotted #E9E2D9;
}
#top-news-list ul li:first-child {
	border: none;
}
#top-news-list ul li .tn-date {
	width: 200px;
	font-size: 1rem;
	color: #333;
}
#top-news-list ul li .tn-title {
	width: 300px;
	font-size: 1rem;
}
#fbbox {
	padding-left: 35px;
	width: 500px;
}

#top-footer {
	padding: 100px 0;
	background-color: #E9E2D9;
}
#top-footer #top-footer-2 {
	display: flex;
	width: 1200px;
	margin: auto;
}
#access-map-info {
	width: 50%;
	padding-right: 50px;
}
#access-map-info dl dt img {
	border: 5px solid #CFC8C0;
}
#access-map-info dl dd {
	margin-top: 25px;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}
#top-footer #top-info {
	width: 50%;
	padding-left: 50px;
}
#top-footer #top-info #top-treatment {
	margin-bottom: 35px;
	padding: 25px;
	border: 1px solid #392C1D;
}
#top-footer #top-info #top-treatment p {
	font-size: 0.875rem;
	line-height: 1.6;
}
.schedule table {
	margin-bottom: 15px;
	width: 100%;
	font-size: 0.875rem;
}
.schedule table th,
.schedule table td {
	padding: 15px;
	text-align: center;
}
.schedule table td span {
	font-size: 0.875rem;
}
.schedule table tbody tr {
	border-top: 1px solid #392C1D;
}
.schedule p {
	font-size: 1rem;
	line-height: 1.6;
}
#bnr-recruit {
	margin: 50px auto 0;
	width: 500px;
	text-align: center;
}
#bnr-recruit:hover img {
	transition: .1s ease;
	opacity: 0.7;
}

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

#eyebox {
	padding-top: 50px;
}
#eye-inner {
	width: auto;
	margin: auto;
}
#eye-info-box {
	position: static;
	margin: 0 15px 15px;
	padding: 15px 15px 12px;
	width: auto;
	border: 2px solid #796A56;	
	background-color: rgba(255,255,255,0.9);
}
#eye-info {
	margin-bottom: 10px;
}
#eye-info dt {
	padding: 5px 5px 3px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #EEE;
}
#eye-info dd {
	padding: 5px 0;
	text-align: center;
	line-height: 1.6;
}
#eye-info dd span {
	display: inline-block;
	padding: 0 0 0 1em;
}
#eye-address li {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.6;
}
#eye-address li img {
	height: 24px;
	width: auto;
}

#eye-address li:last-child {
	margin-bottom: 0;
}
#eye-bnr {
	position: static;
	width: 100%;
	padding: 15px 15px 5px;
}
#top-menu {
	padding: 25px 0 0;
}
#top-menu ul {
	margin: 0 15px;
	width: auto;
}
#top-menu ul li {
	margin: 0 0 0 8px;
	width: calc(100% / 3);
}
#top-menu ul li:first-child {
	margin-left: 0
}
#top-menu ul li .tmimg {
	height: auto;
}
#top-menu ul li .tmbtn {
	position: relative;
	bottom: 16px;
	border-width: 2px;
}
#top-menu ul li .tmbtn a {
	padding: 12px 5px 10px;
	font-size: 0.625rem;
}
#top-menu ul li .tmbtn:hover,
.tmimg:hover + .tmbtn {
	border-width: 2px !important;
}

#top-treatment {
	padding: 0 15px;
}
#top-treatment #service-menu {
	width: auto;
}
#top-treatment #service-list {
	width: auto;
	margin: 15px 0;
}
#top-treatment #service-list li {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
}
#top-treatment #service-list li:nth-child(odd) {
	padding-right: 7px;
}
#top-treatment #service-list li:nth-child(even) {
	padding-left: 7px;
}
#top-treatment #service-list li a {
	padding: 20px 15px 18px;
	border: 2px solid #796A56;
	font-size: 0.875rem;
	background-size: auto 16px;
}

#top-mid {
	padding: 25px 0;
}
#top-mid-title {
	font-size: 1rem;
	line-height: 1.4;
}
#top-mid p {
	margin: 15px;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
}
#top-mid-4 {
	margin: 0 15px;
	width: auto;
	flex-wrap: wrap;
}
#top-mid-4 li {
	margin: 0;
	width: 50%;
}
#top-mid-4 li:nth-child(odd) {
	padding-right: 7px;
}
#top-mid-4 li:nth-child(even) {
	padding-left: 7px;
}
#top-mid-4 li dl dd {
	margin: 12px 0;
	font-size: 0.875rem;
	text-align: center;
}
#top-news {
	padding: 25px 0;
}
#top-news .title-news {
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	margin: 0 15px 25px;
	padding: 0;
	border: none;
	width: auto;
	font-size: 1rem;
	color: #392C1D;
}
#top-news .title-news:before,
#top-news .title-news:after {
	content: "";
	flex-grow: 1;
	display: inline-block;
	height: 2px;
	background-color: #392C1D;
}
#top-news .title-news:before {
	margin-right: 1em;
}
#top-news .title-news:after {
	margin-left: 1em;
}





#top-newsbox {
	display: block;
	width: auto;
	margin: auto;
}
#top-news-list {
	width: auto;
	margin: 15px 15px 25px;
	padding: 0;
}
#top-news-list ul li {
	padding: 15px 0 12px;
}
#top-news-list ul li .tn-date {
	width: 30%;
	padding-right: 15px;
	font-size: 0.875rem;
}
#top-news-list ul li .tn-title {
	width: 70%;
	font-size: 0.875rem;
}
#fbbox {
	width: auto;
	margin: 25px 0;
	padding: 0 15px;
}
#fbbox .fb-page {
	display: block !important;
	margin: auto;
	width: 100%;
	max-width: 500px;
	height: 500px;
}
#top-footer {
	padding: 25px 0;
}
#top-footer #top-footer-2 {
	display: block;
	width: auto;
	padding: 0 15px;
}
#access-map-info {
	width: 100%;
	padding-right: 0;
}
#access-map-info dl dt img {
	border: 3px solid #CFC8C0;
}
#access-map-info dl dd {
	margin-top: 15px;
	font-size: 0.875rem;
}
#access-map-info .btn02 {
	margin-top: 15px;
}
#top-footer #top-info {
	width: 100%;
	padding-left: 0;
}
#top-footer #top-info #top-treatment {
	margin-bottom: 15px;
	padding: 15px;
}
#top-footer #top-info #top-treatment p {
	font-size: 0.875rem;
}
.schedule table {
	margin-bottom: 15px;
	width: 100%;
	font-size: 0.75rem;
}
.schedule table th,
.schedule table td {
	padding: 10px;
}
.schedule p {
	font-size: 0.875rem;
}
#bnr-recruit {
	margin: 25px 15px 0;
	width: auto;
	text-align: center;
}

}



/* about
----------------------------------------------- */

#about01,#about03 {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#about02 {
	padding: 25px 0 55px;
	background-color: #FFF;
}
.docter {
	margin: 50px auto 100px;
	display: flex;
	flex-wrap: wrap;
	width: 850px;
}
.docter .d-img {
	width: 310px;
	padding: 10px 0 0 10px;
}
.docter .d-img div {
	display: inline-block;
	width: 300px;
	margin: auto;
	background-color: #E1DAD1;
}
.docter .d-img div img {
	position: relative;
	top: -10px;
	left: -10px;
}
.docter .d-bio {
	position: relative;
	width: 540px;
	padding-left: 40px;
}
.docter .d-bio .d-name {
	margin-bottom: 20px;
	padding: 15px 20px 13px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #E1DAD1;
	color: #392C1D;
}
.docter .d-bio .d-degree {
	font-size: 0.875rem;
	line-height: 1.6;
}
.docter .d-bio dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
}
.docter .d-bio dt,
.docter .d-bio dd {
	padding: 8px 0;
	line-height: 1.6;
}
.docter .d-bio dt {
	padding-right: 30px;
	width: 20%;
}
.docter .d-bio dd {
	width: 80%;
}
.docter .d-bio dd span {
	display: inline-block;
	padding-bottom: 1em;
}
.docter .d-msg {
	width: 100%;
	margin-top: 25px;
}
.docter .d-msg p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.docter .d-msg p:last-child {
	margin-bottom: 0;
}

#clinic-photo {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#clinic-photo li {
	margin-bottom: 25px;
	padding: 0 15px;
	width: 25%;
}
#clinic-photo li dl dt {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 1rem;
	color: #392C1D;
}
#clinic-photo li dl dt:after {
	content: "";
	flex-grow: 1;
	display: inline-block;
	margin-left: 1em;
	height: 2px;
	background-color: #392C1D;
}
.clinic-equipment {
	margin: 50px auto;
	width: 840px;
}
.clinic-equipment .title02 {
	font-size: 1.25rem;
}
.clinic-equipment dl {
	display: flex;
}
.clinic-equipment dt {
	width: 340px;
	padding-right: 25px;
}
.clinic-equipment dd {
	width: 500px;
}
.clinic-equipment dd p {
	margin-bottom: 15px;
	font-size: 0.875rem;
	line-height: 1.6;
}

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

#about01, #about02, #about03 {
	padding: 15px 15px 25px;
}
#about01 {
	padding-bottom: 5px;
}
.docter {
	margin: 25px auto 50px;
	display: block;
	width: auto;
}
.docter .d-img {
	width: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	text-align: center;
}
.docter .d-img div {
	width: 80%;
}
.docter .d-img div img {
	top: -5px;
	left: -5px;
}
.docter .d-bio {
	top: 0;
	width: auto;
	padding: 0;
}
.docter .d-bio .d-name {
	margin: 0 10% 15px;
	padding: 10px 0 8px;
	font-size: 1rem;
	text-align: center;
}
.docter .d-bio .d-degree {
	margin: 15px 10%;
	font-size: 0.875rem;
}
.docter .d-bio dl {
	display: block;
	margin: 0 10%;
	width: 80%;
}
.docter .d-bio dt,
.docter .d-bio dd {
	padding: 0;
	line-height: 1.6;
}
.docter .d-bio dt {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 5px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #392C1D;
}
.docter .d-bio dt:after {
	content: "";
	flex-grow: 1;
	display: inline-block;
	margin-left: 1em;
	height: 1px;
	background-color: #392C1D;
}
.docter .d-bio dd {
	margin-bottom: 10px;
	width: auto;
	font-size: 0.875rem;
}
.docter .d-msg {
	width: 100%;
	margin-top: 25px;
}
.docter .d-msg p {
	margin-bottom: 1em;
	font-size: 0.875rem;
	line-height: 1.6;
}


#clinic-photo {
	width: auto;
}
#clinic-photo li {
	margin-bottom: 15px;
	padding: 0;
	width: 50%;
}
#clinic-photo li:nth-child(odd) {
	padding-right: 7px;
}
#clinic-photo li:nth-child(even) {
	padding-left: 7px;
}
#clinic-photo li dl dt {
	margin-bottom: 10px;
	font-size: 0.875rem;
}
#clinic-photo li dl dt:after {
	height: 1px;
}
.clinic-equipment {
	margin: 25px 0;
	width: auto;
}
.clinic-equipment .title02 {
	font-size: 1rem;
}
.clinic-equipment dl {
	margin: 0 0 25px;
}
.clinic-equipment dt {
	width: 45%;
	padding-right: 15px;
}
.clinic-equipment dd {
	width: 55%;
}
.clinic-equipment dd p {
	font-size: 0.875rem;
}

}



/* greeting
----------------------------------------------- */

#greeting01 {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#greetingbox {
	display: flex;
	flex-direction: row-reverse;
	margin: auto;
	width: 960px;
}
#greeting-img {
	padding-top: 25px;
}
#greeting-img dl {
	width: 250px;
}
#greeting-img dl dt {
	background-color: #E1DAD1;
}
#greeting-img dl dt img {
	position: relative;
	top: -10px;
	left: -10px;
}
#greeting-img dl dd {
	margin-top: 15px;
	padding-right: 10px;
	text-align: center;
	font-size: 1rem;
}
#greeting-txt {
	padding-right: 35px;
	width: 710px;
}
#greeting-txt p {
	margin: 15px 0;
	font-size: 0.875rem;
	line-height: 1.6;
}

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

#greeting01 {
	padding: 15px 15px 25px;
}
#greetingbox {
	display: block;
	width: auto;
	padding: 25px 0 0;
}
#greeting-img {
	padding: 0;
	width: auto;
}
#greeting-img dl {
	margin: auto;
	width: 60%;
}
#greeting-img dl dt img {
	top: -5px;
	left: -5px;
}
#greeting-img dl dd {
	margin-top: 15px;
	padding-right: 0;
	text-align: center;
	font-size: 0.875rem;
}
#greeting-txt {
	padding: 0;
	width: auto;
}
#greeting-txt p {
	margin: 15px 0;
	font-size: 0.875rem;
	line-height: 1.6;
}

}



/* treatment
----------------------------------------------- */

#treatment {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#treatment #service-menu {
	margin: auto;
	padding-top: 25px;
	border-top: 3px solid #796A56;
	width: 960px;
}
#treatment #service-list {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 0 -15px;
}
#treatment #service-list li {
	margin: 0 0 25px 15px;
	width: calc((100% / 3) - 15px);
}
#treatment #service-list li a {
	display: block;
	padding: 35px 25px;
	border: 3px solid #796A56;
	font-size: 1.125rem;
	font-weight: bold;
	background: #FFF url(../img/common/arrow_right.svg) 95% 50% no-repeat;
	background-size: auto 36px;
	transition: .1s ease;
}
#treatment #service-list li a:hover {
	border: 3px solid #E1DAD1;
	background-position: 96% 50%;
	background-image: url(../img/common/arrow_right_h.svg);
}
.treatbox {
	margin: 50px auto;
	width: 960px;
}
.treatbox .pt-vert ul.col2,
.treatbox .pt-vert ul.col3,
.treatbox .pt-vert ul.col4 {
	display: flex;
	margin: 0 0 0 -15px;
}
.treatbox .pt-vert ul.col2 {
	margin: auto;
	width: 80%;
}
.treatbox .pt-vert ul.col2 li {
	margin: 0 0 15px 15px;
	width: 50%;
}
.treatbox .pt-vert ul.col3 li {
	width: calc(100% / 3);
}
.treatbox .pt-vert ul.col4 li {
	width: 25%;
}
.treatbox .pt-vert .treat-img {
	width: 100%;
	margin: 35px 0;
}
.treatbox .pt-vert .treat-img ul li {
	position: relative;
	margin: 0 15px;
}
.treatbox .pt-vert .treat-img ul.arrow li:after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #392C1D;
	border-right: solid 3px #392C1D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -27px;
	margin-top: -4px;
}
.treatbox .pt-vert .treat-img ul.arrow li:first-child:after {
	display: none;
}

.treatbox .pt-vert .treat-img img {
	width: 100%;
}
.treatbox .pt-vert .treat-txt {
	margin-bottom: 55px;
}

.treatbox .pt-hori {
	display: flex;
}
.treatbox .pt-hori .treat-img {
	width: 40%;
	padding-right: 25px;
}
.treatbox .pt-hori .treat-img img {
	width: 100%;
}
.treatbox .pt-hori .treat-txt {
	width: 60%;
	border-left: 1px solid #E1DAD1;
	padding-left: 25px;
}
.treatbox .pt-hori .w25 {
	width: 25% !important;
}
.treatbox .pt-hori .w75 {
	width: 75% !important;
}
.treatbox .treat-txt p {
	margin-bottom: 1em;
	font-size: 0.875rem;
	line-height: 1.6;
}
.fee {
	margin: 25px auto;
	width: 100%;
	font-size: 0.875rem;
}
.fee th {
	text-align: left;
	background-color: #E9E2D9;
}
.fee td {
	text-align: right;
	background-color: #FFF;
}
.fee th,
.fee td {
	padding: 15px 15px 12px;
	width: 50%;
	border: 1px solid #392C1D;
	line-height: 1.6;
}
.fee02 {
	margin: 25px auto;
	width: 100%;
	font-size: 0.875rem;
}
.fee02 th {
	width: 50%;
	text-align: left;
	background-color: #E9E2D9;
}
.fee02 td {
	text-align: right;
	background-color: #FFF;
}
.fee02 td:nth-of-type(1) {
	width: 20%;
}
.fee02 th,
.fee02 td {
	padding: 15px 15px 12px;
	border: 1px solid #392C1D;
	line-height: 1.6;
}
.fee02 td span {
	display: block;
}



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

#treatment {
	padding: 15px 15px 25px;
}
#treatment #service-menu {
	padding-top: 5px;
	border-top: 2px solid #E1DAD1;
	width: auto;
}
#treatment #service-list {
	width: auto;
	margin: 15px 0;
}
#treatment #service-list li {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
}
#treatment #service-list li:nth-child(odd) {
	padding-right: 7px;
}
#treatment #service-list li:nth-child(even) {
	padding-left: 7px;
}
#treatment #service-list li a {
	padding: 20px 15px 18px;
	border: 2px solid #E1DAD1;
	font-size: 0.875rem;
	background-size: auto 16px;
}
.treatbox {
	margin: 35px 0;
	width: auto;
}
.treatbox p {
	font-size: 0.875rem;
}

.treatbox .noflex {
	display: block !important;
}
.treatbox .noflex .treat-img,
.treatbox .noflex .treat-txt {
	width: 100% !important;
	margin: 15px 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	border: none !important;
}
.treatbox .noflex .treat-img {
	text-align: center;
}
.treatbox .noflex .treat-img img {
	width: 60% !important;
}




.treatbox .pt-vert ul.col2,
.treatbox .pt-vert ul.col3,
.treatbox .pt-vert ul.col4 {
	margin: 0;
}
.treatbox .pt-vert ul.col2 li {
	width: 50%;
}
.treatbox .pt-vert ul.col3 li {
	width: calc(100% / 3);
}
.treatbox .pt-vert ul.col4 li {
	width: 50%;
}
.treatbox .pt-vert .treat-txt {
	width: 100%;
}
.treatbox .pt-vert .treat-img {
	width: 100%;
	margin: 35px 0;
}
.treatbox .pt-vert .treat-img ul {
	display: flex;
	margin: 0 -15px;
}
.treatbox .pt-vert .treat-img ul li {
	position: relative;
	margin: 0 15px;
}
.treatbox .pt-vert .treat-img ul.arrow li:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #392C1D;
	border-right: solid 2px #392C1D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -4px;
}
.treatbox .pt-vert .treat-img ul.arrow li:first-child:after {
	display: none;
}
.treatbox .pt-vert .treat-txt {
	margin-bottom: 25px;
}
.treatbox .pt-hori {
	display: flex;
}
.treatbox .pt-hori .treat-img {
	width: 30%;
	padding-right: 15px;
}
.treatbox .pt-hori .treat-img img {
	width: 100%;
}
.treatbox .pt-hori .w25 {
	width: 30% !important;
}
.treatbox .pt-hori .w75 {
	width: 70% !important;
}
.treatbox .pt-hori .treat-txt {
	width: 70%;
	border-left: 1px solid #E1DAD1;
	padding-left: 15px;
}
.treatbox .sp-noflex {
	display: block;
}
.treatbox .sp-noflex .treat-img {
	width: 100%;
	margin: 15px 0;
	padding-right: 0;
	border: none;
	text-align: center;
}
.treatbox .sp-noflex .treat-img img {
	width: 80%;
}
.treatbox .sp-noflex .treat-txt {
	width: 100%;
	border: none;
	margin: 15px 0;
	padding-left: 0;
}
.treatbox .treat-txt p {
	font-size: 0.875rem;
	line-height: 1.6;
}
.fee {
	margin: 25px 0;
	width: 100%;
	font-size: 0.875rem;
}
.fee th {
	border-bottom: none;
}
.fee td {
}
.fee th,
.fee td {
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
}
.fee02 {
	margin: 25px 0;
	width: 100%;
	font-size: 0.875rem;
}
.fee02 th {
	text-align: center;
}
.fee02 td:nth-of-type(1) {
	width: 100%;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: none;
}
.fee02 td:nth-of-type(2) {
	padding-top: 5px;
	border-top: 0;
}
.fee02 th,
.fee02 td {
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
}
.fee02 td span {
	display: block;
}

}



/* caries
----------------------------------------------- */

#caries-cause ul {
	display: flex;
	margin: 0 0 0 -15px;
}
#caries-cause ul li {
	margin: 0 0 0 15px;
	padding: 0 15px;
	width: calc(33% - 15px);
}
#caries-cause ul li dl dt {
	position: relative;
	margin: 0 0 15px;
}
#caries-cause ul li dl dt img {
	width: 100%;
}
#caries-cause ul li dl dd {
	font-size: 0.875rem;
	line-height: 1.5;
}
.cariesbox dl.caries-symptoms {
	margin-bottom: 35px;
}
.cariesbox dl dt {
	padding: 20px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.cariesbox dl dd {
	padding: 25px 25px 1px;
}
.caries-symptoms dt {
	background-color: #A0B8A0;
}
.caries-treatment dt {
	background-color: #C8BB9B;
}
.caries-symptoms dd {
	background-color: #FFF;
}
.caries-treatment dd {
	background-color: #FFF;
}

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

#caries-cause ul {
	display: block;
	margin: 0 auto;
}
#caries-cause ul li {
	margin: 0 0 15px;
	padding: 0;
	width: auto;
}
#caries-cause ul li dl dt {
	margin: 0 0 12px;
	text-align: center;
}
#caries-cause ul li dl dt img {
	width: 50%;
}
#caries-cause ul li dl dd {
	font-size: 0.875rem;
	line-height: 1.6;
}
.cariesbox dl.caries-symptoms {
	margin-bottom: 35px;
}
.cariesbox dl dt {
	padding: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}
.cariesbox dl dd {
	padding: 12px 12px 1px;
}

.pt-vert ul.caries01 {
	display: block;
	padding: 0 15px;
}
.pt-vert ul.caries01 li {
	margin: 15px 0;
	width: 100%;
}
.pt-vert ul.caries01 li dt {
	text-align: center;
}
.pt-vert ul.caries01 li dt img {
	width: 50%;
}

}



/* cosmetic
----------------------------------------------- */

.treatbox .cosmetic-advantages {
	display: flex;
	margin: 0 -15px;
}
.treatbox .cosmetic-advantages li {
	width: 50%;
	margin: 0 15px;
}

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

.treatbox .cosmetic-advantages {
	display: block;
	padding: 0 15px;
}
.treatbox .cosmetic-advantages li {
	width: auto;
	margin: 15px 0;
	padding: 0;
}

}


/* implant
----------------------------------------------- */

.implant-note {
	margin: 35px 0;
	padding: 25px 25px 1px;
	border: 3px solid #E9E2D9;
	background-color: #FFF;
}
.implant-note b {
	font-size: 1.125rem;
	color: #796A56;
}
#implant-flow ul {
	display: flex;
	margin: 0 0 0 -15px;
}
#implant-flow ul li {
	margin: 0 0 0 15px;
	padding: 0 15px;
	width: calc(25% - 15px);
}
#implant-flow ul li img {
	width: 100%;
}
#implant-flow ul li dl dt {
	position: relative;
	margin: 0 0 15px;
}
#implant-flow ul li dl dd {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.875rem;
	line-height: 1.5;
}
#implant-flow ul li dl dt:after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #392C1D;
	border-right: solid 3px #392C1D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -35px;
	margin-top: -4px;
}
#implant-flow ul li:first-child dl dt:after {
	display: none;
}
#implant-ba {
	display: flex;
	width: 80%;
	margin: auto;
}
#implant-ba li {
	width: 50%;
	padding: 0 15px;
}
#implant-ba li dl dt {
	margin-bottom: 15px;
	text-align: center;
}
#implant-ba li dl dd {
	line-height: 1.6;
	text-align: center;
}

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

.implant-note {
	margin: 25px 0;
	padding: 15px 15px 1px;
	border: 1px solid #E9E2D9;
}
.implant-note b {
	font-size: 0.875rem;
}
#implant-flow ul {
	display: block;
	margin: 0;
}
#implant-flow ul li {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
#implant-flow ul li img {
	width: 50%;
}
#implant-flow ul li dl dt {
	margin: 0 0 15px;
	text-align: center;
}
#implant-flow ul li dl dd {
	font-size: 0.875rem;
	line-height: 1.6;
}
#implant-flow ul li dl dt:after {
	display: none;
}
#implant-ba {
	width: 100%;
	margin: auto;
}
#implant-ba li {
	width: 50%;
	margin: 0;
	padding: 0 5px;
}
#implant-ba li dl dt {
	margin-bottom: 15px;
	text-align: center;
}
#implant-ba li dl dd {
	line-height: 1.6;
	text-align: center;
}

}

/* perio
----------------------------------------------- */

#perio-laser-ba ul {
	display: flex;
	width: 80%;
	margin: auto;
}
#perio-laser-ba ul li {
	width: 50%;
	padding: 0 15px;
}

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

#perio-laser-ba ul {
	width: 100%;
	margin: auto;
}
#perio-laser-ba ul li {
	width: 50%;
	margin: 0;
	padding: 0 5px;
}

}



/* fee
----------------------------------------------- */

#fee01,#fee03 {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#fee02 {
	padding: 25px 0 55px;
	background-color: #FFF;
}
.feebox {
	margin: 25px auto 50px;
	width: 840px;
}
.feebox p {
	margin-bottom: 1em;
	font-size: 0.875rem;
	line-height: 1.6;
}

#payment {
}
#payment p {
	font-size: 0.875rem;
	text-align: center;
}
#payment ul {
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
}
#payment ul li {
	margin: 0 5px 15px;
}
#payment ul li img {
	height: 32px;
}

#deduction {
	margin: 25px auto 35px;
	width: 840px;
}
#deduction p {
	margin: 1em 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
#deduction p.intro {
	font-size: 1.125rem;
	line-height: 1.7;
	text-align: center;
	color: #392C1D;
}
#precautions {
	margin: 35px 0;
	padding: 35px 25px 15px;
	background-color: #FFF;
}
#deduction p#deduction-summary {
	margin: 35px 0;
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
}
#precautions .typeA {
	color: #53798E;
}
#precautions .typeB {
	color: #719B4C;
}
#deduction-ab {
	margin: 35px 0;
	padding: 25px 25px 10px;
	border: 5px solid #F4F0EB;
}
#deduction-ab dt {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
}
#deduction-ab dd {
	margin-bottom: 15px;
	line-height: 1.6;
}
.feebox .btn-ortho {
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.feebox .btn-ortho li a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 25px;
	font-size: 1.25rem;
    font-weight: bold;
}
.feebox .btn-ortho li:first-child a {
	border: 1px solid #3D9BE9;
	color: #3D9BE9;
	background: #EDF6FF;
}
.feebox .btn-ortho li:last-child a {
	border: 1px solid #4FAE2E;
    color: #4FAE2E;
    background: #E4F9E7;
}
.feebox .btn-ortho li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
	transition: 0.3s ease-in-out;
}
.feebox .btn-ortho li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
	transition: 0.3s ease-in-out;
}
.feebox .btn-ortho li:first-child a::before,
.feebox .btn-ortho li:first-child a::after {
    background-color: #3D9BE9;
}
.feebox .btn-ortho li:last-child a::before,
.feebox .btn-ortho li:last-child a::after {
    background-color: #4FAE2E;
}
.feebox .btn-ortho li a:hover::before,
.feebox .btn-ortho li a:hover::after {
    right: -1.5em;
}




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

#fee01, #fee02, #fee03 {
	padding: 15px 15px 25px;
}
.feebox {
	margin: 25px 0 35px;
	width: auto;
}
.feebox p a.fs24 {
	font-size: 0.875rem;
}
.feebox .fee tr td {
	border-bottom: none !important;
}
.feebox .fee {
	border-bottom: 1px solid #392C1D !important;
}
#payment {
}
#payment p {
	font-size: 0.875rem;
}
#payment ul {
	margin: 15px 0;
	flex-wrap: wrap;
}
#payment ul li {
	width: 20%;
	margin: 0 0 15px;
	padding: 0 5px;
	text-align: center;
	align-self: center;
}
#payment ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 32px;
}
#deduction {
	margin: 25px 0;
	width: auto;
}
#deduction p {
	font-size: 0.875rem;
}
#deduction p.intro {
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
}
#precautions {
	margin: 25px 0;
	padding: 20px 15px;
}
#deduction p#deduction-summary {
	margin: 15px 0;
	font-size: 0.75rem;
}
#deduction-ab {
	margin: 25px 0;
	padding: 15px 15px 5px;
	border: 3px solid #F4F0EB;
}
#deduction-ab dt {
	font-size: 0.875rem;
}
#deduction-ab dd {
	margin-bottom: 10px;
	font-size: 0.875rem;
}

.feebox .btn-ortho {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0;
}
.feebox .btn-ortho li {
	margin: 15px 0;
	width: 100%;
}
.feebox .btn-ortho li a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: none;
    width: calc(100% - 30px);
    padding: 20px;
	font-size: 1.125rem;
}
.feebox .btn-ortho li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -0.5em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 10px;
    height: 1px;
    transition: 0.3s;
}
.feebox .btn-ortho li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.5em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    transition: 0.3s;
}
.feebox .btn-ortho li a:hover::before, .feebox .btn-ortho li a:hover::after {
    right: -1.0em;
}

}



/* access
----------------------------------------------- */

#access01,#access03 {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#access02 {
	padding: 25px 0 50px;
	background-color: #FFF;
}
#access01 .schedule {
	margin: 25px auto;
	width: 700px;
}
#access-tel {
	margin: 35px 0;
	text-align: center;
}
#access-tel dt {
	margin: 0 0 15px 0;
	font-size: 1rem;
}
#access-tel dd img {
	height: 50px;
}
#access-dep {
	margin: 25px 0;
	font-size: 1rem;
	text-align: center;
}
#access-map-box {
	margin: 50px 0;
}
#access-map-box #access-map {
	margin-bottom: 35px;
	text-align: center;
}
#access-map-box #access-map p {
	margin: 15px 0 0 0;
	font-size: 1rem;
	line-height: 1.6;
}
#access-map-box #access-map img {
	border: 5px solid #CFC8C0;
}
#access-map-box #gmap {
	width: 100%;
	height: 500px;
}
#access-map-box #gmap iframe {
	border: none;
	width: 100%;
	height: 100%;
}
#clinic-route {
	display: flex;
	flex-wrap: wrap;
}
#clinic-route li {
	margin: 0 0 25px 0;
	padding: 0 10px;
	width: calc(100% / 3);
}
#clinic-route li dl {
}
#clinic-route li dl dt {
	margin-bottom: 10px;
	font-size: 1rem;
}
#clinic-route li dl dt span {
	display: inline-block;
	margin-right: 8px;
	padding: 10px 12px 9px 13px;
	border-radius: 50%;
	color: #FFF;
	background-color: #392C1D;
}
#clinic-route li dl dd.route-txt {
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
}



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

#access01, #access02, #access03 {
	padding: 15px 15px 25px;
}
#access01 .schedule {
	margin: 15px 0;
	width: auto;
}
#access01 .schedule p {
	text-align: center;
}
#access-tel {
	margin-top: 25px;
	text-align: center;
}
#access-tel img {
	width: 60%;
	height: auto;
}
#access-map-box {
	margin: 25px 0;
}
#access-map-box #access-map {
	margin-bottom: 25px;
}
#access-map-box #access-map img {
	border: 3px solid #CFC8C0;
}
#access-map-box #gmap {
	width: 100%;
	height: 380px;
}
#clinic-route {
	display: block;
}
#clinic-route li {
	margin: 0 0 25px 0;
	padding: 0;
	width: auto;
}
#clinic-route li dl dt {
	margin-bottom: 10px;
	font-size: 0.875rem;
}
#clinic-route li dl dt span {
	display: inline-block;
	margin-right: 8px;
	padding: 10px 12px 9px 13px;
	border-radius: 50%;
	color: #FFF;
	background-color: #392C1D;
}
#clinic-route li dl dd img {
	width: 100%;
}
#clinic-route li dl dd.route-txt {
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
}



/* recruit
----------------------------------------------- */

#recruit {
	padding: 25px 0 50px;
	background-color: #F4F0EB;
}
#requirements {
	margin: auto;
	padding: 60px 60px 60px;
	width: 960px;
	background: #FFF;
}
#recruit-notice {
	margin: 100px 0;
	font-size: 1.5rem;
	text-align: center;
}
#recruit .recruit-item {
	margin: 0 0 35px;
}
#recruit .tablepress {
	width: 840px;
	margin: 0 auto 35px;
	font-size: 0.875rem;
}
#recruit .tablepress .column1 {
	width: 30%;
	padding-right: 25px;
}
#recruit .tablepress .column2 {
	width: 70%;
}
#recruit .tablepress td {
	padding: 15px 15px 12px;
	border: 1px solid #392C1D;
	line-height: 1.6;
}
#recruit .recruit-comment {
	margin: 35px 0;
	padding: 25px;
	border: 3px solid #E1DAD1;
	font-size: 0.875rem;
	line-height: 1.6;
}
#recruit .recruit-contact {
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}


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

#recruit {
	padding: 25px 0;
}
#requirements {
	margin: 25px 0;
	padding: 25px 15px;
	width: auto;
}
#recruit-notice {
	margin: 25px 0;
	font-size: 1.125rem;
}
#recruit .recruit-item {
	margin: 25px 0;
}
#recruit .tablepress {
	width: 100%;
	margin: 0;
	font-size: 0.875rem;
}
#recruit .tablepress .column1 {
	width: 30%;
	padding-right: 25px;
}
#recruit .tablepress .column2 {
	width: 70%;
}
#recruit .tablepress td {
	padding: 15px 15px 12px;
	border: 1px solid #392C1D;
	line-height: 1.6;
}
#recruit .recruit-comment {
	margin: 35px 0;
	padding: 25px;
	border: 3px solid #E1DAD1;
	font-size: 0.875rem;
	line-height: 1.6;
}
#recruit .recruit-contact {
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

}



/* news
----------------------------------------------- */

#news {
	padding: 50px 0 50px;
	background-color: #F4F0EB;
}
#newsbox {
	margin: auto;
	width: 960px;
	padding: 5px 50px 10px;
	background-color: #FFF;
}
#newsbox #news-list {
	width: auto;
}
#news-list li {
	display: flex;
	padding: 18px 0;
	line-height: 1.6;
	border-top: 1px dotted #E9E2D9;
}
#news-list li:first-child {
	border: none;
}
#news-list li .tn-date {
	width: 200px;
	font-size: 1rem;
	color: #333;
}
#news-list li .tn-title {
	width: 660px;
	font-size: 1rem;
}

.entry-box {
	margin: auto;
	padding: 5px 50px 50px;
	width: 960px;
	background-color: #FFF;
}
header.entry-header {
	border: none;
	margin-bottom: 25px;
	text-align: right;
}
.entry-header h1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
	font-size: 1.5rem;
}
.entry-header time {
	font-size: 0.875rem;
	color: #666;
}
.entry-body {
	padding: 0 25px;
}
.entry-body p {
	margin: 1em 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
.btn-pager {
	margin: 50px auto;
	display: flex;
	width: 960px;
}
.btn-pager li {
	width: calc(100% / 3);
}
.btn-pager li:nth-child(2) {
	text-align: center;
}
.btn-pager li:nth-child(3) {
	text-align: right;
}
.btn-pager li a {
	font-size: 0.875rem;
	letter-spacing: 2px;
	padding: 12px 24px;
	display: inline-block;
	border-radius: 4px;
	background-color: #392C1D;
	color: #FFF;
}
.btn-pager li a:hover {
	background-color: #796A56;
}
.pager {
	margin: 50px 0px;
	display: flex;
	justify-content: center;
}
.pager a,
.pager span {
	margin: 0 2px;
	display: inline-block;
	padding: 12px 15px;
	font-size: 0.875rem;
	font-weight: bold;
}
.pager a {
	color: #392C1D;
}
.pager a:hover {
	color: #796A56;
}
.pager span {
	border-radius: 50%;
	background-color: #392C1D;
	color: #FFF;
}


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

#news {
	padding: 1px 0;
}
#newsbox {
	margin: auto;
	width: auto;
	padding: 15px 15px 10px;
	background-color: #FFF;
}
#newsbox #news-list {
	width: auto;
}
#news-list li {
	padding: 15px 0;
}
#news-list li .tn-date {
	width: 30%;
	padding-right: 15px;
	font-size: 0.875rem;
}
#news-list li .tn-title {
	width: 70%;
	font-size: 0.875rem;
}

.entry-box {
	width: auto;
	padding: 25px 15px;
	background-color: #FFF;
}
header.entry-header {
	position: static;
	border: none;
	margin-bottom: 25px;
}
.entry-header h1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
	font-size: 1.5rem;
}
.entry-body {
	padding: 0;
}
.entry-body p {
	margin: 1em 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
.btn-pager {
	width: auto;
	margin: 35px 0;
	padding: 0 15px;
}
.btn-pager li a {
	font-size: 0.75rem;
	padding: 8px 10px;
}

}



/* orthodntic
----------------------------------------------- */

#ortho-page-title {
	padding: 75px 0;
	background: #F9F9F9;
}
#ortho-page-title h1 {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
}
#ortho-page-title h1 span {
	display: block;
	padding-top: 15px;
	font-size: 1.0rem;
	color: #666;
}
.ortho-main {
}
.ortho-main .inner {
	margin: auto;
	max-width: 1080px;
	padding: 1px 0 75px;
	z-index: -2;
}
.ortho-main::nth-of-child(1) .inner {
	padding-top: 0;
}
.sec-gr {
	background: #F9F9F9;
}
.sec-gnbr {
	background-image: linear-gradient(90deg, #EBF8FF, #F0FFEB);
}
.sec-wt {
	background: #FFF;
}
.ortho-ttl01 {
	margin: 50px 0 55px;
}
.ortho-ttl01 h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	color: #F2668F;
}
.ortho-ttl01 h2 span {
	padding: 0 5px;
	display: inline-block;
	border-bottom: 3px dotted #4090D8;
	line-height: 1.5;
}
.ortho-ttl02 {
	margin: 50px 0 50px;
}
.ortho-ttl02 h2 {
	font-size: 2.5rem;
	text-align: center;
	color: #3D9BE9;
	color: #666;
}
.ortho-ttl02 h2 span {
	position: relative;
}
.ortho-ttl02 h2 span::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -105px;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/orthodontic/icon_check.png) no-repeat;
	background-size: cover;
}
.ortho-sttl01 {
	margin-bottom: 35px;
}
.ortho-sttl01 h3 {
	position: relative;
	font-size: 2rem;
	color: #555;
}
.ortho-sttl01 h3::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 0.5em;
	color: #4090D8;
	font-size: 2.25rem;
	border-bottom: 1px solid #4090D8;
}
.ortho-sttl01 h3 span {
	display: block;
	padding: 5px 0 0 1.9em;
}
.ortho-txtbox p {
	margin-bottom: 1.5em;
	font-size: 1rem;
	line-height: 1.6;
}
.img-dotbox {
	position: relative;
	z-index: 1;
}
.img-dotbox::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#DDD 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#DDD 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 6px 6px;
	background-position: 0 0, 3px 3px;
	z-index: -1;
}
.line01 {
	background: linear-gradient(transparent 60%, #79DED3 60%);
}
.txtpk {
	color: #F2668F;
}
.txtbl {
	color: #3D9BE9;
}
.txtgr {
	color: #4FAE2E;
}


#ortho-eye {
	padding: 0 50px;
}
#ortho-eye figure {
	position: relative;
	margin: auto;
	max-width: 1200px;
}
#ortho-eye figure img {
	object-fit: cover;
	width: 100%;
	min-height: 500px;
	max-height: 700px;
}
#ortho-eye figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
#ortho-eye figcaption p {
	writing-mode: vertical-rl;
	font-size: 2.25rem;
	line-height: 2;
	letter-spacing: 2px;
	color: #666;
	animation-delay: .5s;
}
.ortho-profile {
	display: flex;
}
.ortho-profile-data {
	flex-basis: 350px;
}
.ortho-profile-photo {
	margin: 0 auto 35px;
	width: 300px;
}
.ortho-profile-name {
	margin-bottom: 25px;
	text-align: center;
}
.ortho-profile-name p {
	font-size: 1rem;
	line-height: 1.8;
}
.ortho-profile-name p span {
	font-weight: bold;
	color: #F2668F;
}
.ortho-profile-name p:first-child {
	font-size: 1.1125rem;
}
.ortho-profile-info dl dt {
	padding: 12px 15px;
	background: #EEE;
}
.ortho-profile-info dl dd {
	margin: 15px 0;
}
.ortho-profile-info dl dd p {
	margin-bottom: .75em;
	font-size: 0.875rem;
	line-height: 1.7;
}
.ortho-profile-msg {
	padding-left: 30px;
	flex: 1;
}
.ortho-consultation {
	display: flex;
}
.ortho-consultation .ortho-con-img {
	flex-basis: 400px;
}
.ortho-consultation .ortho-con-img img {
}
.ortho-consultation .ortho-con-txt {
	padding-left: 80px;
	flex: 1;
}
.ortho-appliance {
	display: flex;
	justify-content: space-between;
}
.ortho-appliance figure {
	width: calc(100% / 3 - 30px);
	text-align: center;
}
.ortho-appliance figure img {
	width: 80%;
	border-radius: 50%;
}
.ortho-appliance figure:nth-of-type(2) {
	animation-delay: .3s;
}
.ortho-appliance figure:nth-of-type(3) {
	animation-delay: .6s;
}
.ortho-appliance figcaption {
	margin-top: 35px;
}
.ortho-appliance figcaption p {
	text-align: left;
}
.ortho-appliance figcaption p:first-child {
	margin-bottom: .75em;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.ortho-flow {
	display: flex;
	justify-content: space-between;
}
.ortho-flow .for-child, .ortho-flow .for-adult {
	width: calc(100% / 2 - 25px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #FFF;
}
.ortho-flow .for-adult {
	animation-delay: .1s;
}
.ortho-flow .for-child {
	animation-delay: .3s;
}
.ortho-flow .ortho-flow-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.ortho-flow .ortho-flow-body {
	padding: 25px 25px 30px; 
}
.ortho-flow .ortho-flow-body p {
	margin: 15px 0;
	font-size: 1rem;
	line-height: 1.6;
}
.ortho-flow .ortho-flow-body p:first-child {
	margin-top: 0;
	font-size: 1.75rem;
	font-weight: bold;
}
.ortho-flow .for-child .ortho-flow-body p:first-child {
	color: #4FAE2E;
}
.ortho-flow .for-adult .ortho-flow-body p:first-child {
	color: #3D9BE9;
}
.ortho-flow .btn-flow {
	margin-top: 20px;
	text-align: center;
}
.ortho-flow .btn-flow a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 25px;
	font-size: 1.25rem;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.ortho-flow .for-child .ortho-flow-body .btn-flow a {
    color: #4FAE2E;
    background: #E4F9E7;
}
.ortho-flow .for-adult .ortho-flow-body .btn-flow a {
	color: #3D9BE9;
	background: #EDF6FF;
}
.ortho-flow .btn-flow a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    transition: 0.3s;
}
.ortho-flow .btn-flow a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    transition: 0.3s;
}
.ortho-flow .for-child .ortho-flow-body .btn-flow a::before,
.ortho-flow .for-child .ortho-flow-body .btn-flow a::after {
    background-color: #4FAE2E;
}
.ortho-flow .for-adult .ortho-flow-body .btn-flow a::before,
.ortho-flow .for-adult .ortho-flow-body .btn-flow a::after {
    background-color: #3D9BE9;
}
.ortho-flow .btn-flow a:hover::before, .ortho-flow .btn-flow a:hover::after {
    right: -1.5em;
}

.ortho-feature {
	display: flex;
	margin-bottom: 60px;
}
.ortho-feature  .ortho-feature-img {
	flex-basis: 300px;
}
.ortho-feature  .ortho-feature-body {
	padding-left: 80px;
	flex: 1;
}
.ortho-contact .schedule {
	max-width: 700px;
	margin: auto;
	padding: 30px 50px 20px;
	background-color: #FFF;
}



.ortho-child .inner {
	margin: auto;
	max-width: 1080px;
	padding: 1px 0 50px;
}
.ortho-child .title02 {
    color: #4FAE2E;
}
.ortho-child .title02::before, .ortho-child .title02::after {
	background-color: #4FAE2E;
}
.ortho-child .title03 {
    color: #4FAE2E;
    background: #E4F9E7;
}
.ortho-child .stitle03 {
	color: #333;
}
.ortho-child .fee th, .ortho-child .fee td,
.ortho-child .fee02 th, .ortho-child .fee02 td {
	border-color: #4FAE2E;
}
.ortho-child .fee th, .ortho-child .fee02 th {
    color: #333;
    background: #F0FFEB;
}
.ortho-adult .inner {
	margin: auto;
	max-width: 1080px;
	padding: 1px 0 50px;
}
.ortho-adult .title02 {
    color: #3D9BE9;
}
.ortho-adult .title02::before, .ortho-adult .title02::after {
	background-color: #3D9BE9;
}
.ortho-adult .title03 {
	color: #3D9BE9;
	background: #EDF6FF;
}
.ortho-adult .stitle03 {
	color: #333;
}
.ortho-adult .fee th, .ortho-adult .fee td,
.ortho-adult .fee02 th, .ortho-adult .fee02 td {
	border-color: #3D9BE9;
}
.ortho-adult .fee th, .ortho-adult .fee02 th {
    color: #333;
    background: #EDF6FF;
}
.ortho-flow-merit {
	padding: 0 0 0 23px;
	margin: 0 0 1.25em 0;
}
.ortho-flow-merit li {
	margin: 0 0 .75em 0;
	font-size: 1rem;
	line-height: 1.6;
	list-style: decimal;
}
.btn-back {
	padding: 50px 0 35px;
	text-align: center;
}
.btn-back a {
	padding: 25px 50px;
	border-radius: 4px;
	font-size: 1.125rem;
}
.ortho-child .btn-back a {
    color: #FFF;
    background: #4FAE2E;
}
.ortho-adult .btn-back a {
	color: #FFF;
	background: #3D9BE9;
}
.btn-back a:hover {
	opacity: .8;
}


.ortho-app {
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}
.ortho-app-img {
	width: 350px;
}
.ortho-app-body {
	flex: 1;
	padding-left: 50px;
}
.ortho-app-body h3 {
	margin: 0 0 20px;
}



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

#ortho-page-title {
	padding: 85px 0 30px;
}
#ortho-page-title h1 {
	font-size: 2.25rem;
}
#ortho-page-title h1 span {
	display: block;
	padding-top: 10px;
	font-size: 0.75rem;
	color: #666;
}
.ortho-main {
}
.ortho-main .inner {
	max-width: none;
	padding: 1px 20px 15px;
}
.ortho-main::nth-of-child(1) .inner {
	padding-top: 0;
}
.ortho-ttl01 {
	margin: 25px 0 25px;
}
.ortho-ttl01 h2 {
	font-size: 1.375rem;
}
.ortho-ttl01 h2 span {
	padding: 0;
	border-bottom: 2px dotted #4090D8;
}
.ortho-ttl02 {
	margin: 35px 0 25px;
}
.ortho-ttl02 h2 {
	font-size: 1.375rem;
}
.ortho-ttl02 h2 span::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -60px;
	width: 50px;
	height: 50px;
}
.ortho-sttl01 {
	margin-bottom: 15px;
}
.ortho-sttl01 h3 {
	position: relative;
	font-size: 1.125rem;
}
.ortho-sttl01 h3::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 0.5em;
	color: #4090D8;
	font-size: 1.25rem;
	border-bottom: 1px solid #4090D8;
}
.ortho-sttl01 h3 span {
}
.ortho-txtbox p {
	margin-bottom: 1.5em;
	font-size: 1rem;
	line-height: 1.6;
}
.img-dotbox {
	position: relative;
}
.img-dotbox::before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#DDD 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#DDD 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 3px 3px;
	background-position: 0 0, 3px 3px;
	z-index: -1;
}
.line01 {
	background: linear-gradient(transparent 60%, #79DED3 60%);
}

#ortho-eye {
	padding: 0;
}
#ortho-eye figure {
	position: relative;
}
#ortho-eye figure img {
	object-fit: cover;
	object-position: 100% 50%;
	width: 100%;
	max-width: none;
	height: 100vw;
	
}
#ortho-eye figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
}
#ortho-eye figcaption p {
	writing-mode: vertical-rl;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #666;
	animation-delay: .5s;
}
.ortho-profile {
	display: flex;
	flex-wrap: wrap;
}
.ortho-profile-data {
	flex-basis: auto;
	width: 100%;
}
.ortho-profile-photo {
	margin: 0 auto 35px;
	width: calc(70% - 10px);
}
.ortho-profile-info {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.ortho-profile-name {
	margin-bottom: 20px;
}
.ortho-profile-info dl dt {
	padding: 12px;
	font-size: 1rem;
}
.ortho-profile-info dl dd {
	margin: 12px 0;
}
.ortho-profile-msg {
	flex: none;
	width: 100%;
	padding-left: 0;
}
.ortho-consultation {
	display: flex;
	flex-wrap: wrap;
}
.ortho-consultation .ortho-con-img {
	flex: none;
	width: calc(80% - 10px);
	margin: 0 auto 25px;
}
.ortho-consultation .ortho-con-txt {
	flex: none;
	width: 100%;
	padding-left: 0;
}
.ortho-appliance {
	display: flex;
	flex-wrap: wrap;
}
.ortho-appliance figure {
	width: 100%;
}
.ortho-appliance figure img {
	width: 50%;
}
.ortho-appliance figure:nth-of-type(2),
.ortho-appliance figure:nth-of-type(3) {
	animation-delay: 0s;
}
.ortho-appliance figcaption {
	margin: 15px 0 0;
}
.ortho-appliance figcaption p {
	text-align: left;
}
.ortho-appliance figcaption p:first-child {
	margin-bottom: .5em;
	font-size: 1.125rem;
}
.ortho-flow {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.ortho-flow .for-child, .ortho-flow .for-adult {
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 20px 0px;
}
.ortho-flow .for-child, .ortho-flow .for-adult {
	margin-bottom: 35px;
	animation-delay: .0s;
}
.ortho-flow .ortho-flow-img img {
	width: 100%;
	height: 30vh;
}
.ortho-flow .ortho-flow-body {
	padding: 25px 20px 30px; 
}
.ortho-flow .ortho-flow-body p {
	font-size: 1rem;
}
.ortho-flow .ortho-flow-body p:first-child {
	margin-bottom: 10px;
	font-size: 1.25rem;
}
.ortho-flow .ortho-flow-body p span {
	display: inline-block;
}
.ortho-flow .btn-flow {
	margin-top: 15px;
}
.ortho-flow .btn-flow a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: none;
    width: calc(100% - 30px);
    padding: 20px;
	font-size: 1.125rem;
}
.ortho-flow .btn-flow a::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -0.5em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 10px;
    height: 1px;
    transition: 0.3s;
}
.ortho-flow .btn-flow a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.5em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    transition: 0.3s;
}
.ortho-flow .btn-flow a:hover::before, .ortho-flow .btn-flow a:hover::after {
    right: -1.0em;
}
.ortho-feature {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.ortho-feature  .ortho-feature-img {
	flex: none;
	width: calc(80% - 10px);
	margin: 0 auto 25px;
}
.ortho-feature  .ortho-feature-body {
	flex: none;
	width: 100%;
	padding: 0;
}
.ortho-contact p {
	font-size: 0.875rem;
}
.ortho-contact #access-tel dt {
	font-size: 0.875rem;
}
.ortho-contact #access-tel {
	margin-bottom: 20px;
}
.ortho-contact #access-tel img {
	width: 70%;
}
.ortho-contact .schedule {
	max-width: none;
	margin: auto;
	padding: 20px 15px 20px;
	background-color: #FFF;
}
.ortho-contact .schedule p span {
	display: inline-block;
	padding-left: 1em;
}



.ortho-child .inner, .ortho-adult .inner {
	margin: auto;
	max-width: none;
	padding: 1px 20px;
}
.ortho-flow-merit {
	padding: 0 0 0 23px;
	margin: 0 0 1.25em 0;
}
.ortho-flow-merit li {
	margin: 0 0 .75em 0;
	font-size: 1rem;
	line-height: 1.6;
	list-style: decimal;
}
.btn-back {
	padding: 15px 0 35px;
	text-align: center;
}
.btn-back a {
	display: block;
	padding: 20px 20px;
	font-size: 1rem;
}

.ortho-app {
	margin: 25px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.ortho-app-img {
	width: 100%;
	margin-bottom: 15px;
}
.ortho-app-body {
	width: 100%;
	flex: auto;
	padding-left: 0;
}
.ortho-app-body h3 {
	margin: 0 0 20px;
}




}