body {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	color:#595757;
	min-width: 320px;
}
body.lock-body { overflow: hidden; }

.clearfix { clear: both; }

.mincho {
	font-family: 'Kozuka Mincho Pr6N';
}
br.sp_br {
	display: none;
}
br.pc_br {
	display: block;
}
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

header {
	position: fixed;
	top:0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
	-moz-box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
	z-index: 100;
}

button:focus {
	outline: none;
}
b,
strong {
font-weight: bold!important;
}

/* .home header {
	display: none;
} */
img.musee-logo {
	width: 20%;
}

.info a {
	color:#afa791;
}

.main-logo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-menu {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	float: left;
	display: inline-block;
	margin: 20px 0;
	padding: 0 4px;
	border-left: 1px solid #333;
}
.main-menu ul li a {
	color:#333333;
	font-size: 12px;
	font-weight: 300;
	display: block;
	padding: 6px 16px;
}
.main-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #afa792;
}
.main-menu ul li:last-child {
	border-right: 1px solid #333;
}
.main-menu ul li.current-menu-item a {
	color: #fff;
	background-color: #afa792;
}

ul.sub-menu {
	margin: 0;
	background-color: transparent;
	position: absolute;
	width: 160px;
	top: 46px;
	display: none;
	padding-top: 30px;
}

ul.sub-menu li {
	float: none;
	display: block;
	margin: 0;
	padding: 0 15px;
	border-left: none;
	background-color: #afa792;
}

ul.sub-menu li a {
	color:#fff;
	border:none;
	padding:12px 0;
	border-bottom: 1px solid #fff;
}
ul.sub-menu li a:hover {
	background-color: #5a5a5a;
}
ul.sub-menu li a:before {
	content: ">";
	display: inline-block;
	color:#fff;
	margin-right: 5px;
}

ul.sub-menu li:last-child a {
	border:none;
}

.main-menu li.has-child:hover ul.sub-menu {
	display: block;
}

.head-btn {
	background-color: #509ed4;
	color:#fff;
	padding: 25px 15px;
	float: right;
	display: inline-block;
	vertical-align: middle;
}

.head-btn img {
	height: 25px;
}

.head-btn:hover {
	text-decoration: none;
	color:#fff;
}

.board-color {
	background-color: #0080d9;
}

.section-top {
	min-height: 90vh;
	/*background-image: url('../img/banner.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
}

.logo-box {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
	width: 220px;
	background-color: #afa791;
	color:#fff;
}

.menu-btn {
	font-family: 'Kozuka Gothic Pr6N';
	font-weight: 500;
	display: block;
	background-color: #fff;
	color:#afa791;
	text-align: center;
	padding:5px;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	transition: 0.3s;
}

.menu-btn:hover {
	color: #afa791;
	box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
}

.middle-box {
	width: 90%;
	max-width: 800px;
	margin:auto;
	text-align: center;
}

.slide-cover {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.slide-bg {
	min-height: 90vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item .slide-bg {
	display: block !important;
}
.item .slide-bg-sp {
	display: none !important;
}

.overlay-box {
	width: 100%;
	background-color: rgba(175,167,145,0.7);
	border:1px solid #fff;
	padding: 15px;
	color:#fff;
	margin-bottom: 30px;
}

.overlay-box p {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.musee-box {
	margin-bottom: 30px;
}

.check-btn {
	transition: 0.3s;
	display: inline-block;
	background-color: #509ed4;
	color:#fff;
	padding: 10px 45px;
	padding-left: 15px;
	font-weight: 500;
	font-size: 16px;
	margin-right: 8px;
	vertical-align: middle;
}
.about-btn-1 {
	text-align: center;
	transition: 0.3s;
	display: inline-block;
	background-color: #fff;
	color:#509ed4;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 18px;
	vertical-align: middle;
	width: 80%;
	border:2px solid #509ed4;
	margin-left:40px;
}
.fac-intro {
	padding:12.5px;
}
.check-btn-3 {
	text-align: center;
	transition: 0.3s;
	display: flex;
	background-color: #509ed4;
	color:#fff!important;
	padding: 5px 15px;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.top-btn-list {
	margin-bottom: 5px;
	display: none;
}
.top-btn-list-pc {
	margin-bottom: 5px;
}
.each-top-btn {
	width: 31%;
    margin:1%;
}
.each-top-btn-2-column {
	width: 48%;
}
.about-button{
	width: 80%;
	margin: 1% auto ;
}
.about-btn img {
	margin-right: 15px;
}
.check-btn img {
	margin-right: 15px;
}

.board-btn {
	transition: 0.3s;
	display: inline-block;
	padding: 10px 45px;
	padding-left: 15px;
	background-color: #0080d9;
	color:#fff;
	font-size: 16px;
	margin-left: 8px;
	font-weight: 500;
	vertical-align: middle;
}

.board-btn img {
	margin-right: 15px;
	margin-top: 0px;
	width: 25px;
}

.head-btn:hover,
.board-btn:hover,
.check-btn:hover {
	transition: 0.3s;
	text-decoration: none;
	color:#fff;
	box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
	-moz-box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.45);
}

.contact-top {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 15px;
	width: 550px;
}

.info {
	margin-bottom: 5px;
}


.top-tel,
.bot-email {
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	font-weight: 500;
}

.info img {
	margin-right: 5px;
}

.top-email {
	font-size: 20px;
	font-style: italic;
}

.text-border {
	color:#afa791;
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
	font-weight: 500;
}

.text-mini {
	height: 100%;
	font-size: 12px;
	padding-top: 25px;
	font-weight: 300;
}

.text-mini p {
	margin: 0;
	padding: 0;
}

.section-intro {
	padding-top: 150px;
	padding-bottom: 250px;
	background-image: url('../img/intro.jpg');
	background-size: initial;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
}

.intro-text {
	font-family: 'Kozuka Mincho Pr6N';
	font-size: 32px;
	color:#595757;
	padding: 50px 0;
}

.intro-btn {
	padding: 12px 45px;
	padding-left: 15px;
	border:1px solid #595757;
	color:#595757;
	font-size: 18px;
	font-weight: 300;
	transition: 0.5s;
}
.intro-btn-1 {
	padding: 12px 45px;
	padding-left: 15px;
	border:1px solid #595757;
	color:#595757;
	font-size: 18px;
	font-weight: 300;
	transition: 0.5s;
}

.intro-btn:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: inset 12em 0 0 0 #afa792;
}

.intro-btn img {
	margin-right: 30px;
}
.intro-btn svg {
	height: 14px;
	margin-right: 27px;
}
.intro-btn-1 img {
	margin-right: 30px;
}
.intro-btn-1 svg {
	height: 14px;
	margin-right: 27px;
}
.intro-btn:hover svg .cls-1,
.intro-btn:hover svg .cls-2,
.intro-btn:hover svg .cls-2 {
	stroke: #fff;
}

.logo-btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 280px;
}

.logo-btn img {
	width: 100%;
}

.white-space {
	height: 80px;
	background-color: #fff;
}

.section-news {
	background-color: #d7d3c8;
	padding: 100px 0;
}

.news-box {
	width: 90%;
	max-width: 960px;
	margin:auto;
	background-color: #fff;
	padding: 25px;
	font-family: 'Kozuka Mincho Pr6N';
}

.risk-banner {
    max-width: 600px;
    background-color: #fff;
    margin: 100px auto 0 auto;
    text-align: center;
    border: 3px solid #595757;
    border-radius: 5px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.risk-banner a {
	color: #595757;
	padding: 25px;
	width: 100%;
	display: inline-block;
}
.risk-banner a:hover {
	background-color: whitesmoke;
}
.news-box h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	text-align: center;
}

.news-date {
	display: inline-block;
	width: 10%;
	text-align: center;
}

.news-info {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	padding-left: 20px;
}

.each-news {
	display: block;
	margin-bottom: 15px;
	color:#595757;
}

.each-news:hover {
	color:#595757;
	text-decoration: none;
}

.section-video {
	padding: 100px 0;
	background-color: #fff;
}

.video-container .video-item {
	height: 500px;
}

.section-service {
	padding: 100px 0;
	background-color: #fff;
}

.section-service h2 {
	font-size: 36px;
	color:#595757;
	text-align: center;
	font-family: 'Kozuka Mincho Pr6N';
	margin-bottom: 45px;
}

.service-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 670px;
}

.s-box-top {
	height: 40%;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.s-box-top img{
	display: block;
	margin: auto;
}

.s-box-bottom {
	height: 60%;
	width: 100%;
	padding: 15px;
	padding-bottom: 0;
	position: relative;
	background-color: rgba(89,89,87,0.8);
	display: block;
	color:#fff;
	text-align: center;
}

.s-box-bottom:hover {
	text-decoration: none;
	color:#fff;
}

.s-box-bottom p {
	text-align: left;
	line-height: 26px;
}

.view-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background-color: #615f5c;
	font-size: 20px;
	font-weight: 300;

}

.view-btn img {
	transition: 0.3s;
	margin-right: 10px;
	width: 15px;
}

.s-box-bottom:hover img {
	transition: 0.3s;
	margin-right: 15px;
}

.section-contact {
	padding: 60px 0;
	background-color: #fff;
}

.section-contact h2 {
	font-size: 36px;
	color:#595757;
	text-align: center;
	font-family: 'Kozuka Mincho Pr6N';
	margin-bottom: 30px;
}

.small-hr {
	max-width: 200px;
	margin:auto;
	border-color: #afa791;
}

.section-contact p {
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
	line-height: 32px;
	max-width: 800px;
	margin:auto;
	display: block;
}

.contact-line {
	text-align: center;
	border-bottom: 1px solid #565757;
	padding-bottom: 15px;
	margin:auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-line a {
	color:#595757;
	vertical-align: middle;
}

.contact-line a img {
	margin-top: -5px;
}

.bot-email {
	margin-left: 30px;
}

.cover-contact-line {
	text-align: center;
	max-width: 660px;
	margin:auto;
}

.btn-line a {
	width: 48%;
	padding-left: 15px;
}

.btn-line a img {
	float: left;
}

.btn-line .board-btn img {
	margin-top: 2px;
}

.schedule-table {
	margin-top: 30px;
	margin-bottom: 30px;
}

.schedule-table img {
	width: 100%;
}

.mini-des {
	text-align: left;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

.footer {
	background-image: url('../img/bg-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	padding-bottom: 15px;
}

.footer-img {
	text-align: center;
	margin-bottom: 30px;
}

#map {
	height: 393px;
	width: 100%;
}

.contact-info,
.contact-info a {
	color:#d7d3c8;
	line-height: 30px;
	font-weight: 300;
}

.contact-info img {
	width: 100%;
	margin-top: 15px;
}

a.contact-tel-btn {
	color:#afa791;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 50px;
}
a.contact-tel-btn span {
	border-bottom: solid 1px;
}

a.contact-tel-btn:hover {
	text-decoration: none;
}

.footer-link {
	text-align: center;
	margin-top: 30px;
	margin-bottom:15px;
}

.footer-link a {
	color:#afa791;
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.top-email {
	color: #afa791;
}
.top-email p {
	font-size: 1rem;
}

.footer-link a:hover {
	text-decoration: none;
}

.footer-link a img {
	margin-right: 5px;
	margin-top: -6px;
	display: inline-block;
}

.mini-address {
	font-size: 14px;
	text-align: center;
	color:#d7d3c8;
	font-weight: 300;
}

.copy {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background-color: #595757;
	color:#fff;
	font-weight: 500;
}

.hide-navi {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 90%;
	background-color: rgba(175,167,145,0.9);
	z-index: 150;
	display: flex;
	align-items: center;
	display: none;
}

.navi-menu {
	margin:auto;
	max-width: 800px;
	position: relative;
}

.navi-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 240px;
	max-width: 100%;
}

.navi-menu > ul > li {
	display: block;
}

.navi-menu ul li a {
	display: block;
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

.navi-menu ul li.has-child {
	border-bottom: 1px solid #fff;
}

.navi-menu ul li.has-child a {
	border-bottom: 1px dotted #fff;
}

.navi-menu ul li:last-child a {
	border:none;
}

.navi-menu ul.sub-menu {
	display: block;
	position: relative;
	top: 0;
	background: none;
}

.navi-menu ul.sub-menu a {
	font-size: 14px;
	border-bottom: 1px dotted #fff;
}

.navi-menu ul.sub-menu a:before {
	content: "";
	margin: 0;
}

.navi-menu ul.sub-menu li {
	padding: 0;
	padding-left: 15px;
}
.head-btn.tel-btn {
	display: none;
}

.close-navi {
	border:none;
	background: none;
	color:#fff;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	cursor: pointer;
}

.close-navi:focus {
	outline: none;
}

body.locked {
	overflow: hidden;
}

.burger-icon {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

.custom-bread {
	padding-top: 90px;
	background-color: #fff;
}

.custom-bread ul {
	list-style-type: none;
	padding: 0;
}

.custom-bread ul li {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.custom-bread ul li a {
	color:#afa791;
}

.page-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.page-cover:after {
	content: "";
	display: block;
	padding-bottom: 25%;
}

.section-about {
	text-align: center;
	padding: 100px 0;
}

/*02/18更新*/
.banner-text {
	text-align: center;
	position: absolute;
   	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 80%;
}
.banner-text-left {
	margin-left: 10%;
	top: 30%;
	position: absolute;
	text-align: left;
}
/*ホスエ*/
.button-top-text {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
}
.section-price {
	text-align: center;
	padding: 100px 0;
}
.section-price .box-sq-info p{
	text-align: left;
}
.section-price .box-sq-info h3{
	text-align: center;
}

.section-about h2 {
	color:#595757;
	max-width: 420px;
	font-weight: 300;
	margin:auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
}
.section-price h2 {
	color:#595757;
	max-width: 400px;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
}
.contact h2 {
	color:#595757;
	max-width: 400px;
	font-weight: 300;
	margin:auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
	text-align: center;
}

.section-about p,
.p-cont {
	color:#222222;
	line-height: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-top: 30px;
}
.section-about .margin-top-50px {
	margin-top: 50px;
}
.p-cont-staff {
	color:#222222;
	padding: 0;
	margin: 20px!important;
	text-align: center;
	padding-top: 30px;
}
.p-cont-added {
	color:#222222;
	padding: 0;
	text-align: left!important;
}
.section-price p {
	color:#222222;
	line-height: 32px;
	padding: 0;
	margin: 0;
}


.text-bar {
	padding: 15px;
	text-align: center;
	font-size: 32px;
	background-color: #a69e89;
	color:#fff;
	font-family: 'Kozuka Mincho Pr6N';
	margin-top: 2rem;
}

.section-col {
	padding: 100px 0;
	padding-bottom: 60px;
	background-color: #fff;
	background-position: bottom;
	background-repeat: no-repeat;
}

.col-box img {
	display: block;
	margin:auto;
}

.col-box h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}

.col-box p {
	line-height: 28px;
	font-size: 14px;
	max-width: 90%;
	margin:auto;
}

.little-line {
	height: 1px;
	background-color: #000;
	width: 100px;
	margin:auto;
	margin-bottom: 20px;
}

/*
 * ABOUT PAGE
 */
.section-doctor {
	padding: 60px 0;
	background: url('../img/bg-doc.jpg') no-repeat bottom;
	background-size:100% 445px;
}

.doc-box h2 {
	font-family: 'Kozuka Mincho Pr6N';
	font-weight: 300;
	color:#595757;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	max-width: 480px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.doc-title {
	font-weight: 500;
	margin-bottom: 5px;
}

.doc-tag {
	padding: 5px 15px;
	font-size: 13px;
	background-color: #595757;
	color:#fff;
	display: inline-block;
}

.doc-name {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.doc-box p {
	line-height: 32px;
	padding-top: 15px;
}

.info-btn {
	display: block;
	margin: auto;
	/* float: right; */
	width: 160px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	color:#595757;
	border:1px solid #595757;
}
.info-btn-2 {
	margin: auto;
	/* float: right; */
	width: 160px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	color:#595757;
	border:1px solid #595757;
}
.info-btn-3 {
	display: block;
	margin: auto;
	/* float: right; */
	max-width: 400px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	color:#595757;
	border:1px solid #595757;
}

.info-btn:hover {
	text-decoration: none;
	color:#fff;
	background-color: #595757;
}
.info-btn-2:hover {
	text-decoration: none;
	color:#fff;
	background-color: #595757;
}
.info-btn-3:hover {
	text-decoration: none;
	color:#fff;
	background-color: #595757;
}

.page-template-p_About .info-btn img {
	margin-right: 25px;
	margin-left: -43px;
}
.info-btn-price .info-btn img {
	margin-right: 25px;
	margin-left: -43px;
}

.doc-pic img {
	width: 100%;
}


.section-fac {
	padding: 100px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.section-fac .little-line {
	margin:auto;
	margin-bottom: 60px;
}

.section-fac h2 {
	font-family: 'Kozuka Mincho Pr6N';
	color:#595757;
	max-width: 480px;
	margin:auto;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 300;
}

.owl-fac {
	position: relative;
}

.owl-fac.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -27px 0 0;
	border-radius: 0;
	padding: 15px !important;
	background-color: #fff;
	color: #595757;
	display: block;
}

.owl-fac.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -27px 0 0;
	border-radius: 0;
	padding: 15px !important;
	background-color: #fff;
	color: #595757;
	display: block;
}
.slide-top {
    font-size: 1rem;
    margin-bottom: 11px;
}
.slide-below {
    font-size: 1rem;
    margin-top: 11px;
}

.deep-color {
	background-color: #595757;
}

.section-box {
	padding-top: 60px;
	padding-bottom: 100px;
}

.box-cover {
	display: flex;
	align-items: center;
	flex-direction: row;
	color:#595757;
}

.box-sq-img img {
	width: 100%;
}
.box-sq-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}
.box-cover h3 {
	margin-bottom: 30px;
	font-weight: 300;
	padding:0px 25px;
}

.box-cover p {
	line-height: 32px;
	padding:0px 25px;
}

.left-box {
	width: 50%;
}

.right-box {
	width: 50%;
}



.section-ot {
	padding: 100px 0;
	padding-bottom: 150px;
	position: relative;
}

.section-ot-2 {
	padding: 30px 0;
	padding-bottom: 150px;
	position: relative;
}

.sp-p {
	background: url('../img/bg-doc.jpg') no-repeat;
	background-size: cover;
	padding: 25px;
}

.sp-p p {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

.ot-pic {
	top: 0;
	right: 30px;
	position: absolute;
}

.section-ot-col img {
	width: 100%;
}

.ot-table-1 {
	color:#595757;
	border-top: 1px dashed #cccccc;
}

.ot-table-1 td {
	padding: 15px;
	border:none;
	vertical-align: middle;
	border-bottom: 1px dashed #cccccc;
}

.ot-table-left {
	width: 25%;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	background-color: #efede9;
}

.mini-text-table {
	font-size: 16px;
}

.ot-table-right {
	width: 75%;
	line-height: 2em;
}

.section-ot-table {
	padding: 60px 0;
}

.table-title {
	text-align: center;
	font-size: 32px;
	color:#595757;
	margin: 60px 0;
	margin-top: 20px;
	font-weight: 300;
	font-family: 'Kozuka Mincho Pr6N';
}

.ot-table-title {
	width: 20%;
	background-color: #efede9;
	font-size: 18px;
}

.table {
	margin-bottom: 3rem;
}

.table td.ot-table-content {
	width: 30%;
	font-size: 18px;
	padding: 25px;
}
.table td.ot-table-content-a {
	width: 30%;
	font-size: 18px;
	padding: 25px;
}
.table td.ot-table-content-1 {
	width: 5%;
	font-size: 18px;
	padding: 25px;
	border-right: 1px dashed #ccc;
}
.table td.ot-table-content-2 {
	width: 30%;
	font-size: 18px;
	padding: 25px;
}

.ot-table-2 {
	float: left;
	width: 50%;
}
.ot-table-2 td {
	border: none;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.below-table {
	float: right;
	font-size: 18px;
}

.table-contact .check-btn,
.table-contact .board-btn {
	width: 100%;
	margin: 0;
	margin-bottom: 7px;
	margin-top: 7px;
	max-width: 300px;
	text-align: left;
}

.table-contact {
	padding: 15px 25px;
	border:1px solid #ccc;
	margin-top: 60px;
	margin-bottom: 120px;
}

.cover-btn {
	text-align: right;
}

.cont-title {
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
}

.table-contact p {
	padding-top: 15px;
	line-height: 32px;
}

.ot-circle {
	text-align: center;
	margin-bottom: 60px;
}

.overlap-text {
	line-height: 2em;
	margin-top: -80px;
	text-align: center;
}

.section-ot-circle {
	padding: 100px 0;
	padding-bottom: 0px;
}

.section-contact p.small-text {
	font-size: 14px;
}

.title-blue {
	color:#0080d9;
	margin-bottom: 30px;
}

.intro-box {
	padding: 60px;
	text-align: center;
	border:1px solid #afa791;
	color:#595757;
	margin-top: 60px;
}

.section-number-list {
	padding: 30px 0;
	background-color: #fff;
}

.number-box {
	padding: 45px 45px;
	border:1px solid #afa791;
	color:#595757;
}

.number-box h2 {
	margin-bottom: 30px;
	font-size: 28px;
}

.number-box p {
	line-height: 2em;
}

.section-pre-col {
	padding: 30px 0;
}

.pre-c-box img {
	width: 100%;
}

.pre-c-box h3 {
	font-size: 24px;
	margin: 15px 0;
	color:#595757;
	font-weight: 300;
	letter-spacing: 2px;
}

.six-col-box {
	margin:30px 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.six-each {
	background-color: #afa791;
	height: 300px;
	width: 33%;
}

.six-inner-img {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.six-inner-text {
	padding:45px 15px;
	color:#fff;
}

.six-inner-text h3 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 15px;
}

.six-inner-text p {
	color:#fff;
}
/**/

.four-col-box {
	margin:30px 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.four-each {
	height: 150px;
	width: 50%;
}

.four-inner-img {
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.four-inner-text h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 1.1rem;
}

.arrow-chiryou {
	transform: rotate(90deg);
	width: 50px;
	margin:50px;
}

.three-each {
	height: 300px;
	width: 33%;
}
.table-chiryo {
	max-width: 650px;
}
.table-chiryo, td {
	margin: 0 auto;
	border: 1px solid black;
	border-collapse: collapse;
}

.table-chiryo td {
	font-size: 20px;
	width: 30%;
	border: 1px solid black;
	border-collapse: collapse;
}
/**/

.white-col-box h3 {
	margin-bottom: 40px;
}

.white-col-box h3 span{
	border-bottom: 1px solid #595757;
	padding-bottom: 5px;
	color:#595757;
}

.white-col-box h3 span.blue-line {
	color:#0080d9;
	border-bottom: 1px solid #0080d9;
}

.circle-title {
	font-size: 24px;
	margin: 15px 0;
	font-family: 'Kozuka Mincho Pr6N';
}

.circle-title span.number {
	font-size: 36px;
	color:#0080d9;
	font-style: italic;
}

.circle-title span.mini {
	font-size: 16px;
	display: block;
}

.circle-cover {
	margin-top: 60px;
}

.section-white-circle {
	padding-bottom: 0;
}

.qa-box {
	text-align: left;
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
}

.qa-box img {
	margin-right: 10px;
}

.qq {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
	color:#595757;
}

.qq span {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.aa {
	line-height: 2em;
}

.aa img {
	display: inline-block;
	vertical-align: top;
}

.aa p {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

.dotted-line {
	width: 360px;
	border-bottom: 1px dashed #b2b2b2;
	margin: 45px auto;
}

.section-qa {
	padding-bottom: 0;
}

.section-qa h2 {
	margin-bottom: 60px;
}

.section-blog {
	padding-top: 60px;
	padding-bottom: 0;
}

.section-blog h2 {
	color:#595757;
	max-width: 400px;
	font-weight: 300;
	margin:auto;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
	text-align: center;
	width: 200px;
}

.one-blog {
	display: block;
	color:#595757;
}

.one-blog h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #595757;
}

.blog-content {
	margin: 20px 0 40px 0;
}

.blog-img {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
}

.blog-time {
	font-size: 14px;
}

.blog-content {
	margin: 20px 0 40px 0;
}

.blog-paginate {
	text-align: center;
}
.blog-paginate a {
	margin: 0 20px;
}
.blog-paginate a span {
	margin-right: 9px;
}

.one-blog p {
	padding-top: 10px;
	height: 110px;
	overflow: hidden;
}

.the-cate {
	display: inline-block;
	width: 100px;
	text-align: left;
	background-color: #afa791;
	color:#fff;
	text-align: center;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
	padding: 3px;
}

.the-time {
	display: inline-block;
	width: 79%;
	text-align: right;
}

.one-blog:hover {
	text-decoration: none;
	color:#595757;
}

.blog-search {
	display: block;
	position: relative;
}

.blog-search input {
	width: 100%;
	border:none;
	border:1px solid #cccccc;
	color:#000;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.blog-search input::placeholder {
	color:#afa791;
}

.blog-search button {
	position: absolute;
	top:2px;
	right: 10px;
	border:none;
	background-color: transparent;
	cursor: pointer;
	color:#afa791;
}

.side-title {
	font-family: 'Kozuka Mincho Pr6N';
	border-left: 5px solid #afa791;
	font-size: 24px;
	margin:15px 0;
	padding-left: 10px;
	margin-top: 30px;
}

.main-cate {
	padding: 10px 0;
	border-bottom: 1px dashed #afa791;
	cursor: pointer;
}

.main-cate h3 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
}

.main-cate i {
	margin-top: 5px;
	float: right;
	color:#afa791;
}

.sub-cate {
	list-style-type: none;
	padding: 15px;
	padding-right: 0;
	margin: 0;
}

.sub-cate li {
	padding: 0;
	margin: 0;
}

.sub-cate li a:before {
	content: "> ";
}

.sub-cate li a {
	color:#575959;
	display: block;
	padding: 3px 0;
}

.sub-cate {
	display: none;
}

.mini-news {
	display: block;
	color:#575959;
	border-bottom: 1px dashed #afa791;
	padding: 15px 0;
}

.mini-news:hover {
	text-decoration: none;
	color:#575959;
}

.mini-news .row {
	margin-left: -5px;
	margin-right: -5px;
}

.mini-news .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.news-img {
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.dotted-line-blog {
	max-width: 480px;
	margin: auto;
	border-bottom: 1px dashed #b2b2b2;
	margin-top: 15px;
	margin-bottom: 60px;
}

p.enhanced {
	font-family: 'Kozuka Mincho Pr6N';
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.page-template-p_Contact .section-about {
	padding: 100px 0 10px 0;
}
.page-template-p_Contact .section-price {
	padding: 100px 0 10px 0;
}
.section-contact-intro {
	text-align: center;
	padding: 0 0 100px 0;
}

.section-contact-background {
	padding: 120px 0;
	background-color: #afa791;
}

.section-contact-intro h3 {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-family: 'Kozuka Mincho Pr6N';
}

.contact {
	padding: 80px 0;
	background-color: #efede9;
}

.contact .contact-result p {
	padding: 3px 7px;
}
.contact .contact-result.failed p {
	border: 1px solid #aa0000;
	background-color: #fff4f4;
}
.contact .contact-result.success p {
	border: 1px solid #00aa00;
	background-color: #f4fff4;
}
.contact .title-text {
	color: #595757;
	font-size: 18pt;
	font-weight: 300;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
}
.contact .input-item {
	margin-bottom: 25px;
}
.contact .input-item-centered {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.contact .input-item label {
	display: block;
	width: 100%;
	color: #595757;
	font-size: 12pt;
}
.contact .input-item-centered label {
	display: inline-block;
	width: initial;
	margin-left: 5px;
}
.contact .input-item label .required {
	display: inline-block;
	color: #fff;
	font-size: 10pt;
	margin-left: 7px;
	padding: 0.5pt 5pt;
	border-radius: 3px;
	background-color: #aa0000;
}
.contact .input-item input[type="text"] {
	display: block;
	width: 100%;
	color: #595757;
	font-size: 13pt;
	padding: 5px 9px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.contact input[type="checkbox"] {
	height: 18pt;
}
.contact .input-item textarea {
	display: block;
	width: 100%;
	height: 8em;
	color: #595757;
	font-size: 12pt;
	padding: 5px 9px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.contact .btn-submit {
	display: block;
	width: 120px;
	color: #fff;
	padding: 7px 27px;
	margin: 20px auto 25px auto;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	background-color: #afa791;
	font-size: 14pt;
}
.contact .g-recaptcha > div {
	margin: 0 auto;
}

/*
 * RECRUIT PAGE
 */
.section-guidelines {
	padding: 60px 0;
	background-color: #efede9;
	text-align: center;
}

.section-guidelines h2 {
	color:#595757;
	max-width: 400px;
	font-weight: 300;
	margin:auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'Kozuka Mincho Pr6N';
}

.guidelines {
	background-color: #fff;
	padding: 25px;
}

.guidelines a {
	display: block;
	margin:auto;
	width: 200px;
	padding: 15px;
	border:1px solid #595757;
	color:#595757;
}
.guidelines a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #595757;
}
.guidelines a img {
	margin-right: 25px;
	margin-left: -43px;
}
.guidelines h3 {
	color: #afa791;
	font-size: 21pt;
}
.guidelines p {
	color: #afa791;
	font-size: 13pt;
}

/*
 * STAFF PAGE
 */
.section-doctor {
	padding-top: 100px;
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.staff-box {
	position: relative;
	height: 360px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s;
}
/*
.staff-box.staff-1 { background-image: url('../img/staff-1.jpg'); }
.staff-box.staff-1:hover { background-image: url('../img/staff-1-hover.jpg'); }
.staff-box.staff-2 { background-image: url('../img/staff-2.jpg'); }
.staff-box.staff-2:hover { background-image: url('../img/staff-2-hover.jpg'); }
.staff-box.staff-3 { background-image: url('../img/staff-3.jpg'); }
.staff-box.staff-3:hover { background-image: url('../img/staff-3-hover.jpg'); }
.staff-box.staff-4 { background-image: url('../img/staff-4.jpg'); }
.staff-box.staff-4:hover { background-image: url('../img/staff-4-hover.jpg'); }
*/

.black-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.staff-box:hover .black-cover {
	display: block;
}

.staff-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 10;
	display: block;
	opacity: 0;
	flex-direction: row;
	align-items: top;
	flex-wrap: wrap;
	font-weight: 500;
}
.staff-box:hover .staff-detail {
	opacity: 1;
}
.staff-detail .animated-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 34px;
	overflow: hidden;
	transition: right 0.2s linear;
}
.staff-box:hover .staff-detail .animated-wrap {
	right: 0;
}
.staff-detail .animated-wrap .staff-pos {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 40px;
	color: #fff;
	padding: 5px;
	text-align: right;
	opacity: 1;
	background-color: rgba(89, 87, 87);
}
.staff-detail .animated-wrap .staff-pos span {
	opacity: 0.1;
	transition: opacity 0.6s ease-in;
	margin-right: 10px;
}
.staff-box:hover .staff-detail .animated-wrap .staff-pos span {
	opacity: 1;
}
.staff-detail .animated-wrap .staff-name {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 60%;
	width: 40%;
	height: 40px;
	color: #fff;
	padding: 5px;
	text-align: left;
	background-color: #0080d9;
}
.staff-detail .animated-wrap .staff-name span {
	opacity: 0.1;
	transition: opacity 0.6s ease-in;
	margin-left: 10px;
}
.staff-box:hover .staff-detail .animated-wrap .staff-name span {
	opacity: 1;
}
.staff-detail .animated-wrap .animated-strip {
	z-index: 11;
	position: absolute;
	top: 0;
	width: 60%;
	height: 34px;
	right: 150%;
	opacity: 0.1;
	background-color: #0080d9;
	transition: right 0.3s linear, opacity 0.4s linear;
}
.staff-box:hover .staff-detail .animated-wrap .staff-pos {
	opacity: 1;
}
.staff-box:hover .staff-detail .animated-wrap .animated-strip {
	right: 0;
	opacity: 1;
}

.staff-box .staff-detail .staff-info {
	position: relative;
	top: 34px;
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	width: 100%;
}

.staff-cover {
	padding: 60px 0;
	position: relative;
}

.staff-ab-box {
	position: absolute;
	left: 0;
	top:25%;
	width: 40%;
	text-align: left;
}

.s-headline {
	margin-left: 100px;
}

.s-position {
	color:#afa791;
	font-size: 18px;
	font-weight: 500;
}

.s-name {
	font-size: 30px;
	font-weight: 500;
}

.s-line {
	width: 340px;
	border-bottom: 3px solid #afa791;
	margin:5px 0;
}

.s-des {
	font-weight: 500;
	font-size: 18px;
}

.s-box {
	margin-top: 30px;
}

.s-box p {
	padding: 25px;
	background-color: #fff;
	line-height: 2em;
}

.staff-right .staff-ab-box {
	left: auto;
	right: 100px;
}

.staff-right .s-line {
	margin-left: -100px;
	width: 260px;
}

.section-staff {
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
}




.staff-cover-2.staff-1 { height: 540px; }
.staff-cover-2.staff-2 { height: 540px; }
.staff-cover-2.staff-3 { height: 540px; }
/* .staff-cover-2.staff-4 { height: 540px; } */
.staff-cover-2 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 60px;
}
.staff-cover-2 .staff-member {
	position: relative;
	top: 0;
	width: 60%;
}
.staff-cover-2.staff-left .staff-member {
	float: left;
}
.staff-cover-2.staff-right .staff-member {
	float: right;
}
.staff-cover-2 .staff-member .staff-image {
}
.staff-cover-2 .staff-member .staff-image img {
	width: 100%;
}
.staff-cover-2 .staff-about {
	position: relative;
	width: 50%;
	padding-top: 120px;
}
.staff-cover-2.staff-left .staff-about {
	margin-left: 50%;
}
.staff-cover-2 .staff-about .s-headline {
	text-align: left;
	margin-left: 0;
}
.staff-cover-2 .staff-about .s-headline .s-position {
	color: #afa791;
	font-size: 18px;
	font-weight: 500;
}
.staff-cover-2 .staff-about .s-headline .s-name {
	font-size: 30px;
	font-weight: 500;
}
.staff-cover-2 .staff-about .s-headline .s-name h2 {
	padding: 0;
	border: none;
	margin: 0;
}
.staff-cover-2 .staff-about .s-headline .s-line {
	width: 90%;
	z-index: 2;
	position: relative;
	margin-left: 0;
}
.staff-cover-2 .staff-about .s-headline .s-des {
	font-size: 14px;
	font-weight: 500;
}
.staff-cover-2.staff-left .staff-about .s-headline .s-position {
	margin-left: 40%;
}
.staff-cover-2.staff-left .staff-about .s-headline .s-name {
	margin-left: 40%;
}
.staff-cover-2.staff-left .staff-about .s-headline .s-line {
	margin-left: 10%;
}
.staff-cover-2.staff-left .staff-about .s-headline .s-des {
	margin-left: 40%;
}
.staff-cover-2 .staff-about .s-box {
	z-index: 2;
	position: absolute;
	top: 240px;
	margin: 0;
	padding: 25px;
	background-color: #fff;
}
.staff-cover-2 .staff-about .s-box p {
	text-align: left;
	font-size: 12pt;
  padding: 0;
	margin: 0;
}
.staff-cover-2 .video-wrap {
	margin-top: 370px;
}

.staff-cover-2 .career-wrap {
	margin-top: 50px;
	text-align: left;
}

.staff-cover-2 .career-wrap {
	margin-top: 50px;
	text-align: left;
}
.staff-cover-2 .career-wrap dl dt{
	color: #afa791;
	margin-bottom: .5rem;
}
.staff-cover-2 .career-wrap ol{
	list-style-type: decimal;  /* 番号を表示 */
    padding-left: 1.5em;
}
.staff-cover-2 .banner-wrap {
	margin-top: 50px;
}
.staff-cover-2 .banner-link {
	display: block;
	margin: 0 auto 50px;
	max-width: 450px;
}
.staff-cover-2 .banner-wrap .banner-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.staff-cover-2 .banner-wrap .banner-description {
	padding: 0;
}


.content-none {
	text-align: center;
	font-size: 20px;
	padding: 80px 10px;
}
.content-none span {
	font-size: 70px;
}
.content-none-btn {
	margin:20px auto;
	text-align: center;

}
.content-none-btn a {
	display: block;
	width: 180px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	color:#595757;
	border:1px solid #595757;
}

.content-none-btn a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #595757;
}

.content-none-btn a img {
	margin-right: 25px;
	margin-left: 0;
}


.page-template-p_Map .section-about {
	padding-bottom: 0;
}


.section-map {
	padding: 80px 0;
}
.section-map .map-canvas {
	height: 400px;
}
.section-map h3 {
	font-size: 25pt;
	font-weight: 700;
	font-family: 'Kozuka Mincho Pr6N';
	padding-bottom: 15px;
	border-bottom: 3px solid #282828;
	margin-bottom: 20px;
}
.section-map p {
	font-size: 13pt;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: 'Kozuka Mincho Pr6N';
}

.section-map-info {
	padding: 0;
}
.section-map-info .map-info-text {
	min-height: 100%;
	padding: 40px 20px 40px 80px;
	background-color: #595757;
}
.section-map-info .map-info-text h4 {
	position: relative;
	color: #fff;
	font-size: 16pt;
	font-weight: 700;
}
.section-map-info .map-info-text h4 img {
	position: absolute;
	left: -40px;
}
.section-map-info .map-info-text h4 img.trolley {
	top: 0;
	height: 22px;
}
.section-map-info .map-info-text h4 img.bus {
	top: 8px;
	height: 14px;
}
.section-map-info .map-info-text h4 img.taxi {
	top: 5px;
	height: 17px;
}
.section-map-info .map-info-text p {
	color: #fff;
	font-size: 10pt;
	font-weight: 400;
	padding-bottom: 15px;
}
.section-map-info .map-info-image {
	height: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/map-backing.jpg);
}

.back-to-top {
	display: block;
	position: fixed;
	bottom: 25px;
	cursor: pointer;
	top:auto;
	right: 5%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(215,211,200,0.8);
	color:#fff;
	z-index: 10;
}

.bloglist-button {
    text-align: center;
}
.width-100 {
	width: 100%;
}
.price-title {
	margin-top: 100px;
	margin-bottom: 50px;
}
.link-t-a {
	position: relative;
	top: -200px;
	display: block;
}
.link-t-omote {
	position: relative;
	top: -150px;
	display: block;
}
.link-t-ura {
	position: relative;
	top: -200px;
	display: block;
}
.with-mask-text {
	line-height: 24px!important;
	font-size: 14px;
	text-align: left;
}
p.mask-life-right-text {
	text-align: left;
}
p.mask-life-text {
	color:blue;
}
.margin-top-100px {
	margin-top: 100px;
}
.margin-top-50px {
	margin-top: 50px;
}
.margin-top-bottom-15px {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}
.each-btn {
    margin: 40px auto;
}
.info-btn-price {
    margin: 30px auto 0;
}
.margin-bottom-10 {
	margin-bottom: 10px!important;
}
.margin-bottom-30 {
	margin-bottom: 30px!important;
}

.invisa-title {
	margin-bottom: 70px!important;
}
.text-left,.text-left p {
	text-align: left!important;
}
.section-expertise .text-bar {
	margin: 50px 0 30px;
}
.section-about ul,.section-about ol {
	text-align: left;
}
.box-sq-info h4 {
	text-align: left;
}
.box-sq-info h3 {
	text-align: left;
}
.before-treatment {
	width: 33%;
}
.shinrai-text {
	text-align:left;
	max-width: 250px;
	margin: 0 auto;
}
.shinrai-text p {
	font-weight: bold;
	text-align:left;
}
.small-text span {
	color: #0080d9;
}
.pagination {
    width: 100%;
    margin: 30px auto;
    justify-content: center;
}

.pagination a, .pagination span.current {
    transition: 0.3s;
    display: inline-block;
    padding: 3px 10px;
    border: 2px solid #000;
    color: #000;
    margin: 0 5px;
}
.pagination span.current {
    background-color: #000;
    color: #fff;
}
h1.header-top-text {
	font-size: 10px;
}
#price {
	padding-top: 90px;
}
.pad-top {
	padding-top: 80px;
}

.section-price .price-payment {
	color: #007bff;
	padding: 20px;
}
ul#secondary {
	display: flex;
	flex-wrap: wrap;
}
ul#secondary li {
	flex: 1 0 50%;
	list-style-type: disc;
	color: white;
}
ul#secondary li a{
	color: white;
}

.menu-list {
	margin-top: 30px;
}
.menu-list li {
	margin-top: 15px;
}
.mouthpiece-page .about-btn-1 {
	margin-left: 0;
    width: 100%;
    margin-top: 40px;
}
.invisa-note-heading,
.treatment-period-and-times .heading{
	color: #222222;
    line-height: 1.75;
    padding: 0;
    margin: 0 0 1.5em;
	font-weight: 700;
}
.invisa-note-text,
.treatment-period-and-times .text{
	color: #222222;
    padding: 0;
}
.invisa-note-text li{
	margin-bottom: 1em;
	list-style-type: none;
}
.invisa-note-wrap{
	margin-top: 100px;
}
.treatment-period-and-times .text{
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.private-practice{
	text-align: center !important;
    font-size: 18px !important;
    margin-top: 70px!important;
    padding: 0 !important;
    max-width: initial !important;
}

.insta-wrap {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}


.section-orand .figure img {
	width: 280px;
  }
  
  .section-orand .orand-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
  }
  
  .section-orand .orand-desc {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 130px; /* ←説明文の最低高さを揃える */
  }

  .section-orand .orand-card {
	border: 1px solid #ddd;
  }
   
  .case .col-box {
	margin-bottom: 30px;
 }
/* zzzz */
@media (max-width: 1365px) {
	.main-menu ul li a {
		padding: 2px 10px;
	}
}

@media (max-width: 1280px) {

	.head-btn {
		padding: 25px 10px;
	}

	.main-menu ul li a {
		padding: 2px 10px;
	}

	.blog-time .the-time {
		width: 68%;
	}

}

@media (max-width: 1215px) {
	.main-menu ul li a {
		padding: 2px 4px;
	}
	.head-btn {
		padding: 25px 7px;
	}

}

@media (max-width: 1124px) {
	.main-menu {
		display: none;
	}
	.head-btn.contact-btn {
		margin-right: 10%;
	}

	.burger-icon {
		display: block;
	}
}

@media (max-width: 1080px) {

	.main-menu ul li a {
		padding: 2px 7px;
	}

}

@media (max-width: 1010px) {



}

@media (max-width: 991px) {
	.before-treatment {
		width: 100%;
	}
	 .item .slide-bg {
		display: none !important;
		}
	.item .slide-bg-sp {
		display: block !important;
		min-height: 90vh;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	.blog-list h3 {
		font-size: 1rem;
	}

	.news-box {
		width: 100%;
		max-width: 100%;
	}
	.news-info {
		padding-left: 40px;
	}

	.cover-text {
		background-color: #fff;
		padding: 10px;
	}

	.intro-text {
		padding: 0;
		margin-bottom: 30px;
	}

	.service-box {
		margin-bottom: 30px;
	}

	.s-box-bottom p {
		line-height: 24px;
	}

	.page-cover:after {
		padding-bottom: 50%;
	}
	.about-btn-1 {
		font-size:11px;
		margin-left:0;
		width:100%;
	}
	.about-button {
		width:100%
	}
	.fac-intro {
		padding:8px;
	}
}

@media (max-width: 767px) {
	.navi-menu ul li.faq a::after{
		content: "(痛み・期間など)";
	}
	.box-sq-info h3 {
    	font-size: 1.5rem;
	}
	.section-about h2 {
		padding-bottom: 10px;
	}
	.invisa-title {
		margin-bottom: 30px!important;
	}
	.section-box {
		padding-bottom: 50px;
	}
	.section-expertise h3 {
		font-size: 1.5rem;
	}
	br.sp_br {
		display: block;
	}
	br.pc_br {
		display: none;
	}
	.box-sq-info {
		padding: 20px;
	}

	.contact-top {
		width: 100%;
	}

	.contact-line a {
		display: block;
		margin-bottom: 15px;
	}

	.contact-info {
		margin-top: 15px;
	}

	.footer-link a {
		display: block;
		margin-bottom: 15px;
	}

	.news-date {
		width: 100%;
		display: block;
		text-align: left;
	}

	.news-info {
		width: 100%;
		display: block;
		text-align: left;
	}

	.service-box {
		max-width: 360px;
		margin: auto;
		margin-bottom: 15px;
	}

	.btn-line a {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}

	.col-box {
		margin-bottom: 30px;
	}

	.p-cont {
		padding:30px 15px;
	}
	.p-cont-staff {
		padding:0!important;
		text-align: left!important;
	}
	.p-cont-added {
		padding:0!important;
		text-align: left!important;
	}

	.number-box {
		padding: 15px;
	}

	.section-ot {
		padding: 60px 0;
	}

	.pre-c-box {
		margin-bottom: 30px;
	}

	.one-blog p {
		height: 60px;
	}

	.dotted-line-blog {
		margin-bottom: 30px;
	}

	.section-col {
		padding-top: 0;
	}

	.ot-pic {
		top: 15px;
		right: 0;
	    position: relative;
	    display: block;
	    margin: auto;
	    text-align: center;
	}

	.cover-btn {
		text-align: center;
	}

	.map-details h3 {
		margin-top: 15px;
	}

	.staff-box {
		height: 300px;
	}
	.staff-cover-2.staff-1 { height: 400px; }
	.staff-cover-2.staff-2 { height: 400px; }
	.staff-cover-2.staff-3 { height: 400px; }

	.staff-cover-2.staff-left .staff-about { margin-left: 40%; }
	.staff-cover-2 .staff-about .s-box { top: 160px; }
	.staff-cover-2 .staff-about {
		width: 70%;
		padding-top: 40px;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-position {
		margin-left: 30%;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-name {
		margin-left: 30%;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-line {
		margin-left: 60px;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-des {
		margin-left: 30%;
	}
	.staff-cover-2 .staff-about .s-headline .s-line { width: 70%; }
	.staff-cover-2.staff-left .staff-about .s-box {
	    left: 0px;
	    right: 30px;
	}
	.staff-cover-2 .video-wrap {
		margin-top: 430px;
	}
	.staff-cover-2 .banner-wrap {
		/* margin-top: 430px; */
	}
	.staff-box .staff-detail .animated-wrap { right: 0; }
	.staff-box .staff-detail .animated-wrap .staff-pos { opacity: 1; }
	.staff-box .staff-detail .animated-wrap .animated-strip { right: 0; opacity: 1; }
	.staff-box .staff-detail { opacity: 1; }
	.staff-detail .animated-wrap .staff-pos span,
	.staff-detail .animated-wrap .staff-name span {
		opacity: 1;
	}
	.staff-box .staff-detail .staff-info {
		background-color: rgba(0,0,0,0.5);
	}
	.back-to-top {
	right: 10px;
	}

	.table-chiryo .ot-table-title {
		font-size: 12px;
	}

	.three-each .four-inner-text {
		font-size: 12px;
	}
	.banner-text-left {
		font-size: 20px;
	}
	ul#secondary {
		flex-direction: column;
		margin-left: 10rem;
	}
	.mouthpiece-page .about-btn-1 {
		margin-bottom: 50px;
	}
	.mouthpiece-movie .movie {
		width: 450px;
	}
	.invisa-note-wrap{
		margin-top: 80px;
	}
	
}

@media (max-width: 575px) {
	.info-btn {
		width: auto;
	}
	.sp-p {
		padding: 20px;
	}
	.animated-wrap {
		font-size: 12px;
	}
	.staff-detail .animated-wrap {
		height: 26px;
	}

	.slide-cover {
		height: 100%;
	}
	img.musee-logo {
		width: 40%;
	}
	.head-btn {
		font-size: 14px;
	}

	.logo-btn {
		width: 180px;
	}
	.title-name {
		font-size: 1.5rem;
	}
	.logo-box {
		width: 35%;
		padding: 18px;
		text-align: center;
	}

	.overlay-box{
		margin :auto auto 10px auto;
		width: 90%;
	}
	.overlay-box img {
		width: 80%;
	}

	.intro-text {
		font-size: 16px;
	}
	.container .ottext {
		text-align: left;
		font-size: 14px;
	}
	.ot-table-left{
		font-size: 1rem;
	}
	.ot-table-1 td {
		padding: 9px;
	}

	.aa p {
		width: 95%;
	}

	.blog-time .the-time{
		width: 50%;
	}
	.video-container .video-item {
		height: 250px;
	}

	.section-contact .bot-email { font-size: 21px; margin-left: 0px; }

	.about-section h2 { font-size: 1.5em; }
	.section-about { padding: 20px 0; }
	.section-about h2 { font-size: 1.5em; }
	.section-price { padding: 20px 0; }
	.section-price h2 { font-size: 2em; }
	.contact h2 { font-size: 1.5em; }
	.contact .title-text { font-size: 16pt; }
	.page-template-p_Contact .section-about { padding-top: 60px; }
	.section-contact-background { padding: 80px 0; }
	.section-contact-intro { padding-bottom: 60px; }
	.section-contact-intro h3 { font-size: 1.3em; }
	.footer { padding: 30px 0; }
	.footer .top-tel { font-size: 21px; }
	.footer .top-email { font-size: 16px; }

	.text-bar { font-size: 20px; }

	.left-box { width: 100%; }

	.right-box { width: 100%; }

	.staff-cover-2.staff-1 { height: initial; }
	.staff-cover-2.staff-2 { height: initial; }
	.staff-cover-2.staff-3 { height: initial; }
	.staff-cover-2.staff-4 { height: initial; }
	.staff-cover-2 .staff-member {
		position: relative;
		width: 100%;
	}
	.staff-cover-2.staff-left .staff-member {
		float: none;
	}
	.staff-cover-2.staff-right .staff-member {
		float: none;
	}
	.staff-cover-2 .staff-about {
		position: relative;
		width: initial;
		padding: 10px;
		margin: -30px 30px 0 30px;
		background-color: #fff;
	}
	.staff-cover-2 .staff-about {
		margin-left: 20px;
		margin-right: 20px;
	}
	.staff-cover-2.staff-left .staff-about { margin-left: 20px; }
	.staff-cover-2 .staff-about .s-headline .s-des {
		font-size: 18px;
		font-weight: 500;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-position {
		margin-left: 0;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-name {
		margin-left: 0;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-line {
		margin-left: 0;
	}
	.staff-cover-2.staff-left .staff-about .s-headline .s-des {
		margin-left: 0;
	}
	.staff-cover-2 .staff-about .s-box {
		z-index: 2;
		position: relative;
		top: 0;
		margin: 0;
		padding: 10px 0;
		background-color: #fff;
	}

	.staff-cover-2 .video-wrap {
		margin-top: 30px;
	}

	.staff-cover-2 .banner-wrap {
		margin: 50px 0 30px;
	}	

	.six-each { width: 100%; height: initial; }
	.six-inner-img { height: 300px; }
	.six-inner-text { }

	.ot-table-2 {
		float: none;
		width: 100%;
	}
	.ot-table-2.no-gap {
		margin-bottom: 0;
	}
	.ot-table-2 td.ot-table-title {
		width: 33%;
		font-size: 10pt;
		padding: 15px;
	}
	.ot-table-2 td.ot-table-content {
		width: 67%;
		font-size: 10pt;
		padding: 15px;
	}
	.ot-table-2 td.ot-table-content-a {
		width: 25%;
		font-size: 10pt;
		padding: 15px;
	}
	.ot-table-2 td.ot-table-content-1 {
		width: 33%;
		font-size: 10pt;
		padding: 15px;
	}
	.ot-table-2 td.ot-table-content-2 {
		width: 33%;
		font-size: 10pt;
		padding: 15px;
	}
	.ot-table-2 tr.no-mobile {
		display: none;
	}
	
}
@media (max-width: 527px) {
	.head-btn {
		font-size: 12px;
		padding: 22px 10px;
	}
	.head-btn.contact-btn {
		margin-right: 12%;
	}
	.middle-box .check-btn {
	margin: 10px 4px 10px 4px;
	}

	.middle-box .board-btn {
	margin: auto 4px 10px 4px;
	}

	.section-contact h2{
		font-size: 25px;
	}
	ul#secondary {
		margin-left: 9rem;
	}
	.insta-wrap {
		width: 100%;
	}
}
@media (max-width: 420px) {
	.staff-detail .animated-wrap .staff-name {
		left: 50%;
    	width: 50%;
	}
	.staff-detail .animated-wrap .staff-pos {
		width: 50%;
	}
	.contact-top {
		padding: 7px 2px;
	}
	.section-video {
		padding: 50px 0;
	}

	.video-container .video-item {
		height: 250px;
	}
	.section-service h2 {
		margin-bottom: 24px;
	}
	.section-service {
		padding: 50px 0;
	}
	.section-intro {
	    padding-top: 200px;
		padding-bottom: 0;
	    background-image: url(../img/intro.jpg);
	    background-size: contain;
	    background-position: top;
	    background-repeat: no-repeat;
	    position: relative;
	}
	.logo-btn {
    	display: none;
	}
	.top-btn-list {
		display: flex;
	}
	.top-btn-list-pc {
		display: flex;
	}
	table.three-culumn {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	}
	.head-btn.counseling-btn img {
		display: none;
	}
	.head-btn {
		padding: 26px 10px;
	}
	.head-btn.contact-btn {
		display: none;
	}
	.head-btn.tel-btn {
		text-align: center;
		margin-right: 15%;
		padding: 13.5px 10px;
		display: block;
	}
	ul#secondary {
		margin-left: 7rem;
	}
	.mouthpiece-movie .movie {
		width: 345px;
	}
}
@media (max-width: 374px) {
	.head-btn {
		font-size: 11px;
		padding: 22px 7px;
	}
	.main-logo {
		margin-left: 8px;
	}
	.main-logo img {
		width: 70%;
	}
	.burger-icon {
		top: 6px;
	}
	.head-btn.tel-btn {
    padding: 9.5px 10px;
	}
	.check-btn-3 {
		font-size: 11px;
	}
	.about-btn-1 {
		font-size:8px;
		width:104%;

	}
	.about-button{
		width:100%;
	}
	
}
@media (max-width: 360px) {
	.animated-wrap {
		font-size: 10px;
	}
	.staff-detail .animated-wrap {
		height: 24px;
	}
	.contact .title-text { font-size: 14pt; }
	.main-logo {
		margin-left: 6px;
	}
	.section-about h2 {
    font-size: 1.3em;
	}
	.col-box h3 {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	.contact .title-text { font-size: 12pt; }
	.contact .g-recaptcha { margin-left: -6px; }
	.copy { font-size: 12px; }
}

/* 初期状態：PC用 */
.only-sp {
	display: none !important;
  }
 .only-pc {
	display: block !important;
  } 

  
  /* 画面幅が768px以下（スマホ）になったら切り替え */
  @media (max-width: 768px) {
	.only-sp {
	  display: block !important;
	}
	.only-pc {
		display: none !important;
	} 
  }
  