/* header
========================================================================== */

/* #masthead
--------------------------------------------- */

#masthead {
	height: 950px;
	color: white;
	    background: white;
}
#masthead.secondary {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 480px;
	background: url(../images/mainvisual_under.jpg) no-repeat top / cover;
}
@media screen and (max-width:640px) {
	#masthead {
		height: auto;
	}
	#masthead.secondary {
		height: 220px;
		margin-top: 108px;
	}
}
/* .site-branding
--------------------------------------------- */

.site-branding {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-width: 1280px;
	padding: 30px 5.2% 0 3.6%;
	z-index: 999;
}
@media screen and (max-width:640px) {
	.site-branding {
		display: none;
	}
}
/* .logo
--------------------------------------------- */

.logo {
	width: 12.2%;
	max-width: 213px;
	flex: none;
}
.logo img {
	width: 100%;
}
/* .site-info
--------------------------------------------- */

.site-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 36px;
}
.site-info .add {
	padding-top: 6px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-shadow: 0 0 6px rgba(80, 78, 73);
}
.site-info .tel {
	margin-left: 34px;
	font-size: 17px;
	font-family: "futura", sans-serif;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
	text-shadow: 0 0 6px rgba(80, 78, 73);
}
.site-info .tel span {
	font-size: 24px;
	padding-left: 2px;
}
.site-info .web {
	margin-left: 25px;
}
.site-info .web a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 40px;
	background: #ffffff;
	color: #a28d5b;
	letter-spacing: 0.2em;
	font-size: 15px;
	font-weight: 500;
	transition: 0.2s ease-in-out;
}
.site-info .web a::before {
	display: block;
	margin-right: 16px;
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3cd";
}
.site-info .web a:hover, .site-info .instagram a:hover {
	opacity: .7;
}
.site-info .instagram {
	margin-left: 31px;
}
.site-info .instagram a {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 8px;
	transition: 0.2s ease-in-out;
}
.site-info .instagram a::before {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	background: url(../images/instagram_icon.png) no-repeat center / contain;
	content: "";
}
.site-info .instagram a img {
	width: 81px;
	height: 21px;
}
.site-info p {
	margin: 0;
}
/* .splide
--------------------------------------------- */

.splide {
	position: absolute;
	top: 0;
	left: 0;
}
.splide img {
	width: 100%;
	height: 950px;
	object-fit: cover;
}
@media screen and (max-width:640px) {
	.splide {
		position: unset;
/* 		margin-top: 106px; */
		margin-top: 58px;
	}
	.splide img {
		height: 480px;
	}
}

.maintlt{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:999;
}
.maintlt img{
	min-width: 790px;
	height: auto;
}
@media screen and (max-width:640px) {
	.maintlt{
		width: 100%;
		top: 50%;
	}
	.maintlt img {
		min-width: 100%;
	}
}
/* .interior
--------------------------------------------- */

.interior {
	position: absolute;
	bottom: 100px;
	left: 7%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 90%;
}
.specialized-site img {
	width: 350px;
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 640px) {
	.specialized-site img {
	width: 250px;
	}
}
.mainvisual_feature {
	display: grid;
	grid-template-columns: 130px 130px;
	grid-template-rows: 130px 130px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.mainvisual_feature_list {
	position: relative;
	display: grid;
	place-items: center;
/* 	background-color: rgba(94, 67, 91, 0.7); */
	background:url("../images/feature_list_bg01.jpg") no-repeat center / cover;
	border: 1px solid #fff;
	font-family: "A1明朝";
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 0.075em;
	line-height: 1.47;
	text-align: center;
	overflow: hidden;
}
/* .mainvisual_feature_list::before {
	position: absolute;
	top: -22px;
	left: -40px;
	width: 354px;
	height: 404px;
	background: url("../images/logo_icon.svg") no-repeat;
	opacity: 0.31;
	content: "";
	pointer-events: none;
} */
/* .mainvisual_feature_list02, .mainvisual_feature_list03 {
	background-color: rgba(90, 141, 137, 0.7);
} */
.mainvisual_feature_list02::before {
	top: -22px;
	right: -40px;
	left: auto;
}
.mainvisual_feature_list03::before {
	top: auto;
	bottom: -117px;
	left: -43px;
}
.mainvisual_feature_list04::before {
	top: auto;
	bottom: -117px;
	right: -43px;
	left: auto;
}
@media screen and (max-width:640px) {
	.interior {
		position: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		background: white;
		text-align: center;
		padding: 15px 0;
	}
	.specialized-site {
		order: 2;
	}
	.mainvisual_feature {
		order: 1;
		margin-bottom: 10px!important;
	}
}
/* footer
========================================================================== */

#colophon {
	position: relative;
	width: 100%;
	padding: 95px 0 44px;
	background: url(../images/footer_bg.jpg) no-repeat center / cover;
	border-top: 2px solid rgb(88 71 85 / 60%);
}
.site-footer-info {
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: auto;
}
.site-footer-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 57.5%;
	margin-bottom: auto;
}
.site-footer-right {
	width: 39%;
}
.footer_logo {
	width: 225px;
	margin-top: 10px;
}
.footer_logo {
	width: 225px;
	margin-top: 10px;
/*	margin-right: 42px;*/
}
.footer_logo a {
	display: block;
}
.footer_info {
	width: 63%;
	width: 470px;
}
.footer_info dl {
	display: grid;
	grid-template-columns: 110px 1fr;
/*	grid-template-rows: repeat(3,57px);*/
grid-column-gap: 18px;
grid-row-gap: 9px;
width: 100%;
margin-bottom: 10px;
color: #333333;
letter-spacing: 0.025em;
}
.footer_info_tit {
	display: grid;
	place-items: center;
	border: 1px solid #666666;
	font-size: 15px;
}
.footer_info_ad {
	margin-bottom: -3px;
	font-size: 15px;
	line-height: 2;
}
.footer_info_tel {
	padding: 11px 0 10px;
	font-size: 24px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height: 1;
}
.footer_info_subject {
	padding: 7px 0;
}
.footer_btn_box {
	display: flex;
	justify-content: space-between;
}
.footer_btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.2em;
	transition: 0.2s ease-in-out;
}
.footer_btn_reservation a {
	padding-left: 10px;
	background-image: linear-gradient(-90deg, #a28d5b 0%, #bca775 100%);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6742a+0,af8038+12,d2ac6a+39,d8b372+47,dbb777+54,dab574+68,cba15b+86,af8038+100 */
background: rgb(166, 116, 42);
/* Old browsers */
background: -moz-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6742a', endColorstr='#af8038', GradientType=1);
/* IE6-9 */
}
.footer_btn_reservation a::before {
	margin-right: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3cd";
	font-size: 20px
}
.footer_btn a:hover {
	opacity: 0.7;
}
.footer_btn_instagram a {
/* 	background-image: linear-gradient(-90deg, #5b7ea2 0%, #75a9bc 100%); */
	background: url(../images/bg03.jpg) center center / cover no-repeat;
	transition: 0.2s ease-in-out;
}
.footer_btn_instagram a img {
	width: 73px;
	height: 19px;
	margin-top: 6px;
}
.footer_btn_instagram i {
	margin-right: 10px;
	font-size: 20px;
}
.footer_sche {
	width: 100%;
	margin-top: 37px;
}
.footer_right {
	width: 39%;
}
.footer_map {
	width: 100%;
	height: 380px;
}
.footer_map iframe {
	width: 100%;
	height: 100%;
}
.footer_access {
	display: grid;
	place-items: center;
	height: 60px;
	margin-bottom: 35px;
/* 	background-color: #75a8bb; */
	background: url(../images/bg03.jpg) center center / cover no-repeat;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 0.025em;
}
.tb01 {
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	background: #fff;
}
.tb01 td, .tb01 th {
	vertical-align: middle;
}
.tb01 tr:first-child {
	background: #baa574;
	font-family: YuGo;
	color: #ffffff;
	font-size: 17px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6742a+0,af8038+12,d2ac6a+39,d8b372+47,dbb777+54,dab574+68,cba15b+86,af8038+100 */
background: rgb(166, 116, 42);
/* Old browsers */
background: -moz-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6742a', endColorstr='#af8038', GradientType=1);
/* IE6-9 */
}
.tb01 tr:nth-child(2) {
	border-bottom: 1px solid #e0e0e0;
}
.tb01 th {
	width: 25%;
	padding: 21px 0 22px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}
.tb01 td {
	padding-right: 4%;
	text-align: center;
}
.tb01_color_blue {
/* 	color: #5c7fa3; */
	color: rgb(132,99,128);
	font-size: 17px;
}
.copy {
	text-align: right;
}
.copy small {
	line-height: 1;
	color: #222222;
	font-size: 13px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.schedule_note {
    padding-left: 6%;
    font-family: YuGo;
    color: #d55353;
    font-size: 17px;
}
@media screen and (max-width:640px) {
	#colophon {
		padding: 42px 0 44px;
	}
	.site-footer-info {
		display: block;
		width: 100%;
		padding: 0 6%;
	}
	.site-footer-left, .site-footer-right {
		width: 100%;
	}
}
/*footer ここまで*/

/* .entry-title
--------------------------------------------- */

.entry-title {
	font-size: 34px;
	color: #fff;
	margin: 0;
	text-align: center;
	position: relative;
	top: 80px;
	letter-spacing: 0.2em;
	text-shadow: 0 0 5px rgba(131, 128, 126, 0.7), 0 0 7px rgba(131, 128, 126, 0.7), 0 0 10px rgba(131, 128, 126, 0.7);
	font-family: serif;
}
.site-title .cat-links a, .entry-title .cat-links a {
	pointer-events: none;
	color: white;
}
@media screen and (max-width:640px) {
	.entry-title {
		font-size: 28px;
		line-height: 1;
	}
}
/* #breadcrumb
--------------------------------------------- */

#breadcrumb {
	position: relative;
	width: 1200px;
	margin: 0px auto 0px;
	padding: 40px 0 80px;
	font-size: 14px;
}
.fa-chevron-right {
	padding: 0 5px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
@media(max-width:1200px) {
	#breadcrumb {
		width: 88%;
	}
}
@media(max-width:640px) {
	#breadcrumb {
		padding: 16px 0 24px;
		font-size: 12px;
	}
}
/* トップページ 既存css
========================================================================== */

/* .top-news
--------------------------------------------- */

.top-news {
	position: relative;
	padding: 20px 0 74px;
/* 	background: white; */
}
/* .top-news::before {
	position: absolute;
	top: -50px;
	right: 0;
	height: calc(100% + 50px);
	width: calc(50% + 860px);
	width: calc(50% + 44.8%);
	background: url("../images/top-news_bg.jpg") no-repeat center / cover;
	content: "";
} */
.top-news_box {
	display: flex;
	justify-content: space-between;
	width: auto;
	margin-left: calc(50vw - 640px);
	margin-right: calc(50vw - 640px);
}
.top-news_tit {
	margin-top: 12px;
	margin-bottom: 52px!important;
}
.top-news h2.tit01 {
	margin: 0;
}
.top-news_tit .en-tit {
	margin-top: 0;
	margin-bottom: 22px;
	font-size: 70px;
}
.top-news_right {
	width: 71%;
}
.top_news_frame {
	width: 100%;
	border-top: 1px solid #ffffff;
}
.news_text p {
	margin-bottom: 10px;
}
.news_list li {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #ffffff;
	font-size: 15px;
}
.news_list li time {
	padding: 0 32px 0 27px;
	color: #133247;
	letter-spacing: 0.13em;
}
.news_list li .cate {
	display: block;
	padding: 7px 26px;
	background: #91816b;
	color: #ffffff;
	line-height: 1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6742a+0,af8038+12,d2ac6a+39,d8b372+47,dbb777+54,dab574+68,cba15b+86,af8038+100 */
background: rgb(166, 116, 42);
/* Old browsers */
background: -moz-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6742a', endColorstr='#af8038', GradientType=1);
/* IE6-9 */
}
.news_list li a {
	display: block;
	width: 64.2%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li a:hover {
	text-decoration: underline;
}
.news_list li .cat-links a {
	width: auto;
	color: white;
}
.news_list li .cat-links a:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px) {
    .top-news {
        padding-bottom: 40px;
    }
}
/* .btn_more
--------------------------------------------- */

.btn_more a {
	position: relative;
	display: grid;
	place-items: center;
	width: 216px;
	height: 40px;
/* 	background-image: -webkit-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -moz-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -o-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: linear-gradient(90deg, #41768c 0%, #295669 100%); */
		background-image: -webkit-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -moz-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -o-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: linear-gradient(90deg, #846380 0%, #644c62 100%);
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	transition: 0.2s ease-in-out;
}
.btn_more a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 36px;
	height: 1px;
	background: #fff;
	content: "";
	transition: 0.2s ease-in-out;
}
.btn_more a:hover {
	filter: brightness(80%);
}
.btn_more a:hover::before {
	width: 50px;
}
/* .top-featre
--------------------------------------------- */

.top-featre {
	position: relative;
	padding: 74px 0 0;
}
.top-featre::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 580px;
	height: 576px;
	background: url("../images/feature_bg01.jpg") no-repeat;
	content: "";
	z-index: -1;
}
.top-featre::after {
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	width: 742px;
	height: 842px;
	background: url("../images/feature_bg02.jpg") no-repeat;
	content: "";
	z-index: -1;
}
.top-featre_tit {
	margin-bottom: 68px;
	text-align: center;
}
.top-featre_tit2 {
	margin-bottom: 82px;
}
.top-featre_tit .tit01 {
	justify-content: center;
}
.top-featre_tit .tit01::before {
	display: none;
}
.top-featre_list_item {
	counter-increment: section;
}
.top-featre_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2px;
	margin-bottom: 60px;
}
.top-featre_list_img {
/*	border-bottom: 2px solid #fff;*/
margin: 0;
line-height: 1;
}
.top-featre_list_img img {
	width: 100%;
	height: 334px;
	object-fit: cover;
}
.top-featre_list_about {
	display: flex;
	align-items: center;
	height: 200px;
	padding: 0 2% 0 6%;
	background: url("../images/feature_list_bg01.jpg") no-repeat center / cover;
	color: #ffffff;
}
.top-featre_list_about::before {
	display: block;
	content: counter(section, decimal-leading-zero);
	margin-right: 4.5%;
	padding-top: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 8.3em;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.075em;
}
.top-featre_list_tit {
	margin-bottom: 14px;
	letter-spacing: 0.075em;
	font-size: 26px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: left;
}
.top-featre_list_tit span {
	display: inline-block;
}
.top-featre_list_text {
	letter-spacing: 0.075em;
	line-height: 1.68;
	text-align: left;
}
.top-featre_list_text p span {
	display: block;
}
.top-featre_list02 {
	margin-bottom: 0;
}
.top-featre_list02 .top-featre_list_text {
	font-size: 20px;
	line-height: 2;
}
.top-featre_list02 .top-featre_list_text span {
	display: block;
}
.top-featre_list_item:nth-child(2) .top-featre_list_about {
	background: url("../images/feature_list_bg02.jpg") no-repeat center / cover;
}
.top-featre_list_item:nth-child(3) .top-featre_list_about {
	background: url("../images/feature_list_bg03.jpg") no-repeat center / cover;
}
/* .top-featre_list02 .top-featre_list_about {
	background: url("../images/feature_list_bg04.jpg") no-repeat center / cover;
}
.top-featre_list02 .top-featre_list_item:nth-child(2) .top-featre_list_about {
	background: url("../images/feature_list_bg05.jpg") no-repeat center / cover;
}
.top-featre_list02 .top-featre_list_item:nth-child(3) .top-featre_list_about {
	background: url("../images/feature_list_bg06.jpg") no-repeat center / cover;
} */
/* .top-aesthetic
--------------------------------------------- */

.top-aesthetic {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 80px 0 90px;
	background: url("../images/top-aesthetic_bg01.jpg") no-repeat center / cover;
}
.top-aesthetic_img {
	width: 33.3%;
	margin:0;
}
.top-aesthetic_img img {
	width: 100%;
	height: 785px;
	object-fit: cover;
	object-position: right;
}
.top-aesthetic_about {
	flex: none;
	width: 66.7%;
	min-width: 870px;
	margin: 60px 0 0;
	padding: 68px 0 0;
	background: #fff;
}
.top-aesthetic_tit {
	margin-bottom: 61px;
	padding-left: 7%;
}
.top-aesthetic_tit .en-tit {
	letter-spacing: 0.1em;
}
.top-aesthetic_text {
	margin-bottom: 43px;
	padding: 35px calc(50vw - 640px) 34px 7.9%;
	background: url("../images/top-aesthetic_bg02.jpg") no-repeat center / cover;
	color: #323233;
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 2.5;
	text-align: center;
	letter-spacing: 0.2em;
}
.top-aesthetic_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 60px 60px;
	grid-column-gap: 15px;
	grid-row-gap: 30px;
	max-width: 870px;
	margin-left: 7%;
}
.top-aesthetic_list_item a {
	/*position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 11%;*/
/* 	background-image: -webkit-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -moz-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -o-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: linear-gradient(90deg, #41768c 0%, #295669 100%); */
	/*background-image: -webkit-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -moz-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -o-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: linear-gradient(90deg, #846380 0%, #644c62 100%);*/
	/*color: #ffffff;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: 0.2s ease-in-out;*/
    position: relative;
    display: block;
    box-sizing: border-box;
    /*width: 250px;*/
    margin: 53px auto 0;
    padding: 5px;
    background-image: linear-gradient(90deg, rgb(241, 218, 182) 0%, rgb(223, 185, 136) 50%, rgb(241, 218, 182) 100%);
    filter: brightness(1);
    transition: 0.5s ease-in-out;
}
.top-aesthetic_list.pink .top-aesthetic_list_item a {
/* 		background-image: -webkit-linear-gradient(0deg, #ff6ad9 0%, #fc0fc0 100%);
	background-image: -moz-linear-gradient(0deg, #ff6ad9 0%, #fc0fc0 100%);
	background-image: -o-linear-gradient(0deg, #ff6ad9 0%, #fc0fc0 100%);
	background-image: linear-gradient(90deg, #ff6ad9 0%, #fc0fc0 100%);  */
    /*background-image: -webkit-linear-gradient(0deg, #ffbeef 0%, #fa93e0 100%);
	background-image: -moz-linear-gradient(0deg, #ffbeef 0%, #fa93e0 100%);
	background-image: -o-linear-gradient(0deg, #ffbeef 0%, #fa93e0 100%);
	background-image: linear-gradient(90deg, #ffbeef 0%, #fa93e0 100%);*/
	font-weight: bold;
}
.top-aesthetic_list.pink .top-aesthetic_list_item a span {
    position: relative;
    display: block;
    line-height: 40px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #423632;
    background-image: linear-gradient(90deg, rgb(227, 182, 124) 0%, rgb(240, 223, 197) 50%, rgb(227, 182, 124) 100%);
    text-align: center;
}
@media (max-width: 575.98px) {
    .top-aesthetic_list.pink .top-aesthetic_list_item a span {
        width: 96.5%;
        margin-left: 0.36rem;
    }
}
.top-aesthetic_list.pink .top-aesthetic_list_item a span.lh20 {
    line-height: 29px;
}
.top-aesthetic_list_item a::before {
	position: absolute;
	/*top: 58%;
	transform: translateY(-50%);
	left: 0;
	width: 58px;
	height: 1px;
	background: #fff;
	content: "";*/
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
    background-image: linear-gradient(90deg, rgba(236, 207, 156, 1) 0%, rgba(227, 186, 123, 1) 100%);
    content: "";
	transition: 0.2s ease-in-out;
}
.top-aesthetic_list_item a:hover::before {
    left: 100px;
}
.top-aesthetic_list_item a::after {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background: url(../images/reserve_btn_arrow.png) no-repeat;
    content: "";
    transition: 0.3s ease-in-out;
}
.top-aesthetic_list_item a:hover {
    filter: brightness(1.15);
}
.top-aesthetic_list_item a:hover::after {
    right: 14px;
}
/*.top-aesthetic_list_item a::after {
	position: absolute;
	top: 54.5%;
	transform: translateY(-50%);
	left: 50px;
	width: 9px;
	height: 6px;
	background: url("../images/arrow_deco.svg");
	content: "";
	transition: 0.2s ease-in-out;
}*/
/*.top-aesthetic_list_item a:hover {
	filter: brightness(80%);
}*/
.top-aesthetic_list_item_small {
    display: block;
	/*padding-top: 6px;
	font-size: 13px;*/
    font-size: 10px;
    line-height: 1;
}
/*.top-aesthetic_list_item a:hover::before {
	width: 68px;
}
.top-aesthetic_list_item a:hover::after {
	left: 60px;
}*/
/* .top-medical
--------------------------------------------- */

.top-medical {
	padding: 100px 0 136px;
	background: url("../images/top-medical_bg.jpg") no-repeat center / cover;
}
.top-medical_tit {
	margin-bottom: 64px;
	text-align: center;
	color: #fff;
}
.top-medical_tit .tit01 {
	justify-content: center;
	font-size: 17px;
}
.top-medical_tit .tit01::before {
	display: none;
}
.top-medical_tit .en-tit {
	margin-bottom: 34px;
	color: #fff;
	letter-spacing: 0.1em;
}
.top-medical_list {
	display: grid;
	grid-template-columns: repeat(5, 230px);
	grid-template-rows: 230px 230px;
	grid-column-gap: 32px;
	grid-row-gap: 46px;
	justify-content: center;
}
.top-medical_list_item a {
	display: block;
	height: 100%;
	padding: 22px 0 0;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	transition: 0.2s ease-in-out;
}
.top-medical_list_item a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.top-medical_list_icon {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto 17px;
}
.top-medical_list_icon img {
	height: 59px;
}
.top-medical_list_tit {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.top-medical_list_text {
	font-size: 15px;
	letter-spacing: 0.025em;
	line-height: 1.8;
	    margin: 0;
}
.top-medical_list_item:nth-last-child(-n+4) a {
	padding-top: 27px;
}
.top-medical_list_item:nth-last-child(-n+4) .top-medical_list_icon img {
	height: 57px;
}
/* 下層 既存css
========================================================================== */

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

.error .text {
	text-align: center;
	font-size: 17px;
}
.none_page_p {
	text-align: center;
	font-size: 26px;
	margin: 0;
	padding: 100px 0 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/* .comments-link
--------------------------------------------- */

.comments-link, .edit-link {
	display: none;
}
/* .posted-on
--------------------------------------------- */

.posted-on a {
	margin-right: 10px;
	color: #C0AB92;
}
/* .archive-title
--------------------------------------------- */

.archive-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}
/* .cat-links
--------------------------------------------- */

.archive-hr {
	margin-top: 1rem;
}
/* .cat-links
--------------------------------------------- */

.entry-meta .cat-links a {
	background-color: #91816b;
	color: #fff;
	display: inline-block;
	min-width: 75px;
	padding: 1px 6px;
	font-style: normal;
	text-align: center;
}
/* .post-navigation
--------------------------------------------- */

.post-navigation .nav-links {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.post-navigation .nav-links a {
	padding: 10px;
}
/* .bg-box01
--------------------------------------------- */

.bg-box01 {
	position: relative;
	margin-bottom: 100px;
	background: #fff;
	overflow: hidden;
}
.bg-box01::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 580px;
	height: 576px;
	background: url(../images/feature_bg01.jpg) no-repeat;
	content: "";
}
.bg-box01 .box2 {
	position: relative;
	padding: 100px 0 100px;
	z-index: 1;
}
/* .box
--------------------------------------------- */

.box1 {
	position: relative;
	width: 1280px;
}
.box2 {
	width: 1080px;
	margin: auto;
	padding-bottom: 120px;
}
.box3 {
	width: 1080px;
	margin: auto;
	padding-bottom: 120px;
}
@media screen and (max-width:640px) {
	.box1 {
		width: auto;
	}
	.box2 {
		width: auto;
		margin: auto;
		padding: 0 6% 68px;
	}
	.box3 {
		width: auto;
		margin: auto;
		padding: 0 0 68px;
	}
	.bg-box01 {
		margin-bottom: 80px;
	}
	.bg-box01 .box2 {
		padding: 60px 6% 60px;
	}
	#contents {
		width: auto;
	}
	#contents_left {
		width: auto;
		float: none;
		margin-right: 0;
	}
	#contents_right {
		width: auto;
		margin-bottom: 60px;
		padding: 0 6%;
		float: none;
	}
	.right_medical_tit a {
		padding: 10px 0 10px;
	}
	.right_medical p a span {
		padding-bottom: 8px;
		font-size: 34px;
	}
	.right_medical li a {
		font-size: 13px;
		line-height: 1.4;
	}
}
/* .tit-wrap
--------------------------------------------- */

.tit-wrap {
	margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
	.tit-wrap {
		margin-bottom: 28px!important;
	}
}
/* .en-tit
--------------------------------------------- */

.en-tit {
	margin-bottom: 31px;
	color: #a8895e;
	font-size: 80px;
	letter-spacing: 0.1em;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
/* .tit01
--------------------------------------------- */

.tit01 {
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.home .tit01::before{
	margin-right: 56px;
  content: "/"
}
.tit01_left {
    justify-content: flex-start;
}
/* .tit02
--------------------------------------------- */

.tit02 {
	position: relative;
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.12em;
}
.tit02::after {
	display: block;
	width: 48px;
	height: 1px;
	margin-top: 12px;
	background: #a8895e;
	content: "";
}
@media screen and (max-width: 640px) {
	.tit02 {
		margin-bottom: 16px;
		font-size: 20px;
	}
}
/* .tit03
--------------------------------------------- */

.tit03 {
	position: relative;
	margin-bottom: 14px;
	padding-top: 16px;
	font-size: 22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	color: #a8895e;
	letter-spacing: 0.12em;
}
.tit02+.tit03 {
	padding-top: 0;
}
@media screen and (max-width: 640px) {
	.tit03 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.4;
		text-align: left;
		word-break: break-all;
	}
}

/* .text
--------------------------------------------- */

.text {
	position: relative;
	margin-bottom: 60px;
}
.text p {
	margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
	.text {
		float: none;
		width: auto;
		margin-bottom: 48px;
		padding: 0;
		border: none;
	}
}
/* p.font-style01
--------------------------------------------- */

p.font-style01 {
	margin-bottom: 6px;
	font-weight: bold;
	color: #2a576a;
}
@media screen and (max-width: 640px) {
	[class^="clinic_slide_wrap"]:not(.clinic_slide_wrap_flex) {
		max-width: 100%;
	}
}
/* clinic_slide
--------------------------------------------- */

[class^="clinic_slide_wrap"]:not(.clinic_slide_wrap_flex) {
	max-width: 94%;
	margin: auto;
}
#slider, #thumbnail-list {
	margin: 0;
	padding: 0;
}
.clinic_slide_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.clinic_slide_wrap :focus {
	outline: none;
}
.clinic_slide_wrap #slider {
	margin: 0 auto 15px;
	width: 100%;
}
.clinic_slide_wrap .slide-item {
	position: relative;
}
.clinic_slide_wrap .slide-item img {
	width: 100%;
	height: auto;
}
.clinic_slide_wrap .thumbnail-text-item {
	margin: 0 0 15px;
}
.clinic_slide_wrap #thumbnail-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clinic_slide_wrap .thumbnail-item {
	flex: 0 1 15%;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.clinic_slide_wrap .thumbnail-item:hover {
	opacity: 0.8;
}
.clinic_slide_wrap .thumbnail-item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.clinic_slide_wrap .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
.clinic_slide_wrap .thumbnail-item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.clinic_slide_wrap .slide_text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	font-weight: bold;
}
/*サムネイル*/

.clinic_slide_wrap2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.clinic_slide_wrap_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clinic_slide_wrap_flex :focus {
	outline: none;
}
.clinic_slide_wrap_flex #slider {
	width: 76%;
}
.clinic_slide_wrap_flex #thumbnail-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 6px;
	grid-row-gap: 6px;
	width: 22%;
	height: min-content;
}
.clinic_slide_wrap_flex .thumbnail-text-item {}
.clinic_slide_wrap_flex .thumbnail-item {
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.clinic_slide_wrap_flex .thumbnail-item:hover {
	opacity: 0.8;
}
.clinic_slide_wrap_flex .thumbnail-item:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.clinic_slide_wrap_flex .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
.clinic_slide_wrap_flex .thumbnail-item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.clinic_slide_wrap_flex .slide-item {
	position: relative;
}
.clinic_slide_wrap_flex .slide-item img {
	width: 100%;
	height: auto;
}
.clinic_slide_wrap_flex .slide_text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1;
	color: #91816b;
}
@media screen and (max-width: 640px) {
	.clinic_slide_wrap_flex {
		display: block;
		flex-wrap: unset;
	}
	.clinic_slide_wrap_flex #slider {
		margin: 0 auto 15px 0;
		width: auto;
	}
	.clinic_slide_wrap_flex #thumbnail-list {
		grid-template-columns: repeat(5, 1fr);
		width: auto;
	}
}
/* .facilities_equip2
--------------------------------------------- */

.facilities_equip2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.facilities_equip2_dmy dt {
	position: relative;
	height: 230px;
	background: #DEDEDE;
}
.facilities_equip2_dmy dt::before {
	position: absolute;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	content: "準備中です";
}
[class^="facilities_equip"] dl {
	background: url(../images/bg03.jpg) no-repeat center / cover;
}
[class^="facilities_equip"] dd {
	padding: 4%;
	color: #fff;
	margin: 0;
}
[class^="facilities_equip"] dd .title {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 640px) {
	.facilities_equip2 {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	.facilities_equip2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.facilities_equip2_dmy dt {
		height: 100px;
	}
	[class^="facilities_equip"] dd .title {
		font-size: 15px;
		line-height: 1.3;
	}
}
/* access
--------------------------------------------- */

.access_guide {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto 60px;
	padding: 3% 4%;
	background: rgba(255, 255, 255, 0.8);
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 0.12em;
	text-align: center;
}
.access_guide ul {
	margin: 0;
	padding: 0;
}
.access_map dt {
	margin-bottom: 16px;
	text-align: center;
}
.access_map dt i {
	margin-right: 12px;
	color: #a8895e;
}
.access_map {
	margin-bottom: 40px;
}
.access_btn {
	text-align: center;
}
/* .btn01
--------------------------------------------- */

.btn01 a {
	position: relative;
	display: inline-block;
	padding: 18px 60px;
/* 	background-image: -webkit-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -moz-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: -o-linear-gradient(0deg, #41768c 0%, #295669 100%);
	background-image: linear-gradient(90deg, #41768c 0%, #295669 100%); */
	background-image: -webkit-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -moz-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: -o-linear-gradient(0deg, #846380 0%, #644c62 100%);
	background-image: linear-gradient(90deg, #846380 0%, #644c62 100%);
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	transition: 0.2s ease-in-out;
}
.btn01 a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 36px;
	height: 1px;
	background: #fff;
	content: "";
	transition: 0.2s ease-in-out;
}
.btn01 a:hover {
	filter: brightness(80%);
}
.btn01 a:hover::before {
	width: 50px;
}
@media screen and (max-width: 640px) {
    .btn01 a {
        display: block;
        padding: 12px 40px;
        text-align: center;
    }
}
/* .sp_inline
--------------------------------------------- */

.sp_inline {
	display: none !important;
}
/* .ank-link_box
--------------------------------------------- */

.ank-link_box {
	width: 1200px;
	margin: auto;
}
.ank-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
.ank-link li a {
	padding: 0 24px;
	border-left: 1px solid;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.ank-link li a:hover {
	text-decoration: underline;
}
.ank-link_item_border a {
	border-right: 1px solid;
}
.ank-link_row2 li {
	margin-bottom: 8px;
}
/* .credit-card_list
--------------------------------------------- */

.credit-card_list {
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
	background: #fff;
}
.credit-card_list li {
	margin-right: 32px;
}
.credit-card_list li img {
	max-height: 46px;
}
/* .img_fr
--------------------------------------------- */

.img_fr {
	display: block;
	position: relative;
	float: right;
	margin-left: 30px;
	margin-bottom: 0 !important;
	text-align: center;
}
.img_fr img {
	margin-bottom: 8px;
	height: auto;
}
.img_fr dd {
	padding-left: 20px;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	color: #1F2774;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.img_fr {
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.img_fr img {
		margin-bottom: 15px;
		max-width: 100%;
		width: auto;
	}
}
/* .text-box01
--------------------------------------------- */

.text-box01 {
	position: relative;
	padding: 2.5% 3%;
	background: rgba(202, 180, 153, 0.4);
	border: 1px solid #fff;
	overflow: hidden;
}
.text-box01::before {
	position: absolute;
	top: -60px;
	right: -190px;
	width: 32%;
	height: 400px;
	background: url("../images/logo_icon.svg") no-repeat;
	opacity: 0.4;
	content: "";
}
.text-box01::after {
	position: absolute;
	top: -150px;
	left: -260px;
	transform: rotate(150deg);
	width: 32%;
	height: 400px;
	background: url("../images/logo_icon.svg") no-repeat;
	opacity: 0.4;
	content: "";
}
p.text-box01_tit {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 0.1em;
}
.text-box01 p {
	position: relative;
	z-index: 1;
}
.text-box01 p:last-child {
	margin-bottom: 0;
}
/* .layout07
--------------------------------------------- */

.layout07 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.layout07::after {
	display: block;
	clear: both;
	content: "";
}
.layout07 .layout07_box {
	background-color: #fff;
}
.layout07_title {
	padding: 4%;
/* 	background: url("../images/bg04.jpg") no-repeat center / cover; */
	background: url("../images/bg03.jpg") no-repeat center / cover;
	color: #fff;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.layout07_title span {
	display: block;
	margin-bottom: auto;
	margin-right: 12px;
	padding: 7px 6px;
	background: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size: 24px;
	color: #134359;
	line-height: 1;
}
.layout07_text {
	padding: 4%;
	line-height: 1.5;
}
.layout07_text p:last-child {
	margin-bottom: 0;
}
.layout07_box_row1 {
	grid-template-columns: repeat(1, 1fr);
}
.layout07_box_row1 .layout07_title {
	padding: 2%;
	text-align: left;
}
.layout07_box_number .layout07_title {
	display: flex;
	align-items: center;
}
.layout07_box_row1 .layout07_text {
	padding: 2%;
	line-height: 1.8;
}
/* .list0〜
--------------------------------------------- */

.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}
.list03 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
}
.list03 li:last-child {
	margin-bottom: 0;
}
.list03 li:before {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #a8895e;
	border-radius: 100%;
	content: '';
}
.list03 li i {
	margin-right: 8px;
}
.list04 li {
	position: relative;
	margin-bottom: 2px;
	font-size: 15px;
}
.list04 li:before {
	content: "※";
	margin-right: 4px;
}
.list05 li {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	padding-left: 15px;
}
.list05 li:before {
	position: absolute;
	left: 0;
	top: 0.3em;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
}
.list06 {
	padding: 4% 4% 2%;
	background: rgba(202, 180, 153, 0.4);
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li {
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding-left: 1.2em;
	padding-right: 5%;
}
.list06 li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #a8895e;
}
.list07 {
	padding: 30px;
	background: rgb(59 102 120 / 8%);
}
.list07 li {
	padding-left: 0.9em;
	margin-bottom: 10px;
	position: relative;
}
.list07 li:last-child {
	margin-bottom: 0;
}
.list07 li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #134359;
}
.list07 li i {
	margin-right: 8px;
}
.list08 {
	margin-bottom: 10px;
	padding: 35px 10px 20px 34px;
	background: rgba(202, 180, 153, 0.2);
}
.list08:after {
	display: block;
	clear: both;
	content: "";
}
.list08 li {
	position: relative;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before {
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	content: '';
}
.list08-box {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
	padding: 30px;
	background: #b8bfff;
}
.list08-box .list08 {
	margin-bottom: 0;
	padding: 35px 25px 20px 50px;
	background-color: #fff;
	font-size: 17px;
}
.list08-box .list08 li {
	width: auto;
}
.list08-box::before {
	position: absolute;
	width: 65px;
	height: 50px;
	top: -5px;
	left: -5px;
	margin: auto;
	clip-path: polygon(0 0, 0 85%, 100% 0);
	background-color: #1f2774;
	z-index: 0;
	content: "";
}
.list08-box::after {
	position: absolute;
	width: 65px;
	height: 50px;
	bottom: -5px;
	right: -5px;
	margin: auto;
	clip-path: polygon(0 100%, 100% 100%, 100% 15%);
	background-color: #1f2774;
	z-index: 0;
	content: "";
}
.list09 {
	padding: 25px;
	background: #f5f5ff;
	counter-reset: section;
}
.list09 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 8px;
	line-height: 1.4;
	font-size: 16px;
	border-bottom: #1f2774 1px dashed;
}
.list09 li::before {
	counter-increment: section;
	content: counter(section);
	padding-right: 8px;
	font-size: 17px;
	font-weight: 700;
	color: #1F2774;
}
.list10 {
	position: relative;
	padding: 4%;
	background: url("../images/bg03.jpg") no-repeat center / cover;
	counter-reset: section;
}
.list10::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.85);
	content: "";
}
.list10 li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: #5f435c 1px dashed;
}
.list10 li:last-child {
	margin-bottom: 0;
}
.list10 li::before {
	display: block;
	counter-increment: section;
	content: counter(section);
	margin-right: 12px;
	margin-bottom: auto;
	padding: 5px 12px;
	font-size: 24px;
	color: #fff;
	background-color: #5f435c;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	line-height: 1;
}
.list11 {
	padding: 25px;
	background: #f5f5ff;
	counter-reset: section;
}
.list11 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 8px;
	line-height: 1.4;
	font-size: 16px;
	border-bottom: #1f2774 1px dashed;
}
.list11 li::before {
	display: inline;
	counter-increment: section;
	content: counter(section);
	font-size: 17px;
	font-weight: 700;
	color: #1F2774;
	margin-right: 20px;
}
.list11 li::after {
	position: absolute;
	content: ")";
	color: #1F2774;
	font-size: 17px;
	left: 20px;
}
@media screen and (max-width: 640px) {
    .list10 {
        padding: 6%;
    }
}
/* .top-doctor
--------------------------------------------- */

.top-doctor {
	position: relative;
}
.top-doctor::before {
	position: absolute;
	top: -42px;
	right: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 42px);
	background: url("../images/greeting_bg.jpg") no-repeat center / cover;
	content: "";
	z-index: -1;
}
.mainvisual_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	padding: 73px 15px 114px;
}
.top-doctor_box {
	display: flex;
/* 	flex-wrap: wrap; */
	justify-content: space-between;
	margin: auto;
	padding: 73px 0 114px;
}
@media(max-width:576px){
	.top-doctor_box {
		flex-wrap: wrap;
	}
}
.top-doctor_box a {
	margin-bottom: 10px;
}
.top-doctor_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
/* 	padding: 73px 15px 0; */
	padding: 16px 15px 73px;
}
.top-doctor_tit {
	width: 100%;
	margin-bottom: 0;
}
.top-doctor_text {
	width: 65.6%;
	margin-top: 76px;
	line-height: 2.375;
	letter-spacing: 0.05em;
}
.top-doctor_text p {
	margin-bottom: 39px;
}
.top-doctor_text p:last-child {
	margin-bottom: 0;
}
.top-doctor_img {
	margin-top: 4px;
	margin-bottom: 24px;
}
.top-doctor_clinic-name, .top-doctor_doctor-name {
	padding-left: 14px;
	text-align: center;
	font-size: 17px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.top-doctor_clinic-name {
	margin-bottom: 6px;
	padding-left: 8px;
}
.top-doctor_doctor-name {
	margin-bottom: 33px;
}
.top-doctor_doctor-name_small {
	font-size: 14px;
}
.top-doctor_btn {
	margin-left: 14px;
}
.top-doctor_btn a {
	margin: auto;
}
.doctors_box {
	gap: 3%;
	display: flex;
	margin-left: auto;
}
.doctors_box a {
	display: block;
	width: 220px;
	transition: 0.2s ease-in-out;
}
.doctors_box a:hover {
	opacity: 0.6;
}
.doctors_box img {
	width: 100%;
}
.doctors_box:first-of-type {
	margin: 0 20px 20px auto;
}
.mdoc {
	padding: 20px;
	align-items: center;
	background-color: #91816b40;
	font-weight: bold;
}
.mdoc p {
	text-align: center;
	margin: 0;
}
.mdoc .title {
	font-size: 15px;
	width: 218px;
	background-color: #91816b;
	height: 100%;
	padding-top: 32px;
	color: #fff;
	line-height: 1.4em;
	font-weight: normal;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6742a+0,af8038+12,d2ac6a+39,d8b372+47,dbb777+54,dab574+68,cba15b+86,af8038+100 */
background: rgb(166, 116, 42);
/* Old browsers */
background: -moz-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(166, 116, 42, 1) 0%, rgba(175, 128, 56, 1) 12%, rgba(210, 172, 106, 1) 39%, rgba(216, 179, 114, 1) 47%, rgba(219, 183, 119, 1) 54%, rgba(218, 181, 116, 1) 68%, rgba(203, 161, 91, 1) 86%, rgba(175, 128, 56, 1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6742a', endColorstr='#af8038', GradientType=1);
/* IE6-9 */
}
.mdoc .title span {
	font-weight: bold;
	font-size: 16px;
}
/* .doctor_carr
--------------------------------------------- */

.doctor_carr_wrap {
	position: relative;
	padding: 80px 0;
	background: url("../images/top-medical_bg.jpg") no-repeat center / cover;
}
.doctor_carr_sec1 {
	width: 960px;
	margin: auto;
	padding: 3% 4%;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	color: #fff;
	text-shadow: 0 0 5px rgb(47 47 47 / 70%), 0 0 7px rgb(47 47 47 / 70%), 0 0 10px rgb(47 47 47 / 70%);
}
.doctor_carr_tit {
	margin-bottom: 16px;
	font-size: 24px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 0.2em;
}
.doctor_carr .tb02 td {
	text-align: left;
}
.doctor_carr_sec1 table {
	width: 100%;
}
@media screen and (max-width: 640px) {
 .doctor .top-doctor::before {
    top: 0;
  }
  .doctor .top-doctor_box {
    padding-top: 24px;
  }
  .doctor .tit01::before {
    margin-right: 20px;
  }
  .doctor .top-doctor_text .doctor_text_tit {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.6;
  }
  .doctor .top-doctor_text p {
    margin-bottom: 8px;
  }
  .doctor .top-doctor_text {
    line-height: 1.8;
  }
  .doctor_carr_wrap {
    padding: 24px 6%;
  }
  .doctor_carr_sec1 {
    width: 100%;
    padding: 6%;
  }
  .doctor_carr_tit {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
/* .tb02
--------------------------------------------- */

.tb02 {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 12px;
}
.tb02 th {
	font-weight: bold;
	width: 16%;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0;
}
.tb02 td {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0;
}
@media screen and (max-width: 640px) {
 .tb02 th, .tb02 td {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
  .tb02 th {
    padding-bottom: 6px;
    border: none;
  }
  .tb02 td {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
/* .tb03
--------------------------------------------- */

.tb03 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: collapse;
}
.tb03 td, .tb03 th {
	padding: 8px 20px;
	border: 1px solid #e4e4e4;
}
.tb03 th {
	text-align: left;
	background-color: #afa393;
	color: #fff;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
	.tb03 td, .tb03 th {
		padding: 2% 2%;
		line-height: 1.4;
		text-align: left;
	}
	.tb03, .tb03 th {
		white-space: inherit;
	}
	.tb03 td, .tb03 th {
		padding: 2% 2%;
		line-height: 1.4;
		text-align: left;
		font-size: 90%;
		font-weight: normal;
	}
}
/* ank0
--------------------------------------------- */

[class^="ank0"] {
	padding-top: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
[class^="ank0"] li {
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
}
[class^="ank0"] li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 10px 20px;
	border: 1px solid #a8895e;
	font-weight: bold;
	font-size: 13px;
	color: #a8895e;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s ease-in-out;
}
[class^="ank0"] li a:hover {
	background-color: #fff;
	color: #a8895e;
}
[class^="ank0"] li i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
}
.ank02 li {
	width: 48%;
}
.ank03 li {
	width: 30%;
}
.ank04 li {
	width: 23%;
}
.ank-link_box {
	width: 1200px;
	margin: auto;
}
.ank-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
.ank-link li a {
	padding: 0 24px;
	border-left: 1px solid;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.ank-link li a:hover {
	text-decoration: underline;
}
.ank-link_item_border a {
	border-right: 1px solid;
}
.ank-link_row2 li {
	margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
	.ank-link_box {
		width: auto;
		padding: 0;
	}
	.ank-link {
		justify-content: flex-start;
		margin-bottom: 48px;
	}
	.ank-link li a {
		position: relative;
		padding: 0 5px;
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	.ank03 {
		width: 100%;
	}
	.ank03 li {
		width: 48%;
	}
}
/* 下層  診療案内既存css
========================================================================== */

/* .medical-wp
--------------------------------------------- */

.medical-wp {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.medical-wp-left {
	width: 840px;
	max-width: 840px;
}
.medical-wp-right {
	width: 260px;
	max-width: 260px;
	line-height: 1.6;
	margin: 150px 0 0;
}
@media screen and (max-width: 640px) {
	.medical-wp {
		width: 100%;
		display: block;
		        padding: 0 6% 68px;
	}
	.medical-wp-left,.medical-wp-right {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}
/* #medical-navigation
--------------------------------------------- */

#medical-navigation {
	padding: 6%;
	text-align: center;
/* 	background: url(../images/bg04.jpg) no-repeat center / cover; */
	background: url(../images/bg03.jpg) center center / cover no-repeat;
}
#medical-navigation .tlt {
	display: block;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 12px 0 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.2em;
}
#medical-navigation .tlt span {
	display: block;
	padding-bottom: 4px;
	font-size: 36px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}
#medical-menu {
	background-color: rgba(255, 255, 255, 0.8);
}
#medical-menu li a {
	display: block;
	padding: 8px;
	border-bottom: 1px dashed #1a495e;
	text-align: center;
	font-size: 15px;
}
#medical-menu li:last-child a {
	border-bottom: none;
}
#medical-menu li a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}
/*スクロール固定*/

.fixeds {
	position: sticky;
	top: 100px;
}
/* .en-tit
--------------------------------------------- */

.en-tit {
	margin-top: 0;
	margin-bottom: 31px;
	color: #a8895e;
	font-size: 70px;
	letter-spacing: 0.1em;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.en-tit_left {
    text-align: left;
}
/* .elayout01〜
--------------------------------------------- */

.layout01 {
	position: relative;
	margin: 0 0 15px;
}
.layout01:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	content: "";
}
.layout01 dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}
.layout01 dl:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	content: "";
}
.layout01 dt {
	width: 30%;
	background: url("../images/bg03.jpg") no-repeat center / cover;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 22px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	letter-spacing: 0.2em;
}
.layout01 dt em {
	display: block;
	width: 100%;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #C3AF97;
}
.layout01 dt span {
	font-size: 75%;
}
.layout01 dd {
	width: 70%;
	padding: 2%;
}
.layout01 dd p:last-child {
	margin-bottom: 0;
}
.layout02 {
	margin: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.layout02::after {
	display: block;
	clear: both;
	content: "";
}
.layout02 .layout02_box {
	width: 49%;
	margin: 0 2% 0 0;
	margin-bottom: 25px;
	padding: 4%;
	background-color: #f7f7f7;
}
.layout02 .layout02_box:nth-child(even) {
	margin-right: 0;
}
.layout02 .layout02_box .layout02_text {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #1F2774;
}
.layout02 .layout02_text img {
	width: 100%;
	height: auto;
}
.layout03 {
	margin: 0 0 15px;
}
.layout03 .layout03_box {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	background: rgba(202, 180, 153, 0.4);
	padding: 2%;
	overflow: hidden;
}
.layout03 .layout03_box::before {
	position: absolute;
	top: -140px;
	right: -230px;
	width: 42%;
	height: 400px;
	background: url(../images/logo_icon.svg) no-repeat;
	transform: rotate(-40deg);
	opacity: 0.4;
	content: "";
}
.layout03 .layout03_box::after {
	position: absolute;
	top: 30px;
	left: -260px;
	transform: rotate(150deg);
	width: 42%;
	height: 400px;
	background: url(../images/logo_icon.svg) no-repeat;
	opacity: 0.4;
	content: "";
}
.layout03 .layout03_title {
	position: relative;
	width: 27%;
	padding: 2%;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	line-height: 1.5;
	z-index: 1;
}
.layout03 .layout03_title img {
	width: 100%;
	height: auto;
}
.layout03 .layout03_text {
	position: relative;
	width: 73%;
	padding: 1% 3%;
	z-index: 1;
}
.layout04 {
	margin: 0 0 15px;
}
.layout04 .layout04_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	background: rgba(202, 180, 153, 0.4);
	padding: 2%;
	overflow: hidden;
}
.layout04 .layout04_box::before {
	position: absolute;
	top: -120px;
	left: -260px;
	transform: rotate(40deg);
	width: 42%;
	height: 400px;
	background: url(../images/logo_icon.svg) no-repeat;
	opacity: 0.4;
	content: "";
	pointer-events: none;
}
.layout04 .layout04_box::after {
	position: absolute;
	top: 80px;
	right: -180px;
	width: 42%;
	height: 400px;
	background: url(../images/logo_icon.svg) no-repeat;
	transform: rotate(31deg);
	opacity: 0.4;
	content: "";
	pointer-events: none;
}
.layout04 .layout04_title {
	width: 32%;
	display: flex;
	align-items: center;
	z-index: 1;
}
.layout04 .layout04_title img {
	width: 100%;
}
.layout04 .layout04_text {
	position: relative;
	width: 65%;
	z-index: 1;
}
.layout05 {
	margin: 0 0 15px;
}
.layout05 .layout05_box {
	display: flex;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.layout05 .layout05_title {
	padding: 2%;
	width: 25%;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.layout05 .layout05_title img {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	display: block;
}
.layout05 .layout05_text1 {
	padding: 1% 3%;
	vertical-align: top;
}
.layout05 .layout05_text1:nth-child(2) {
	width: 40%;
}
.layout05 .layout05_text1:nth-child(3) {
	width: 40%;
	border-left: 1px solid #e2e2e2;
}
.layout05 .layout05_title h4 {
	font-size: 18px;
	font-weight: bold;
}
.layout05 .layout05_text1 h5 {
	font-weight: bold;
	margin: 0 0 5px;
}
.layout05 .layout05_text1 h4 em, .layout05 .layout05_text1 h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.layout05_text1 ul {
	margin-bottom: 15px;
}
.layout05 ul.list03 li {
	margin: 0;
}
.layout06 {
	margin: 0 0 15px;
}
.layout06 .layout06_box {
	display: flex;
	padding-bottom: 5px;
	position: relative;
}
.layout06 .layout06_box:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
.layout06 .layout06_box:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.layout06 .layout06_title {
	width: 30%;
	padding: 0 3%;
	background-color: #f7f7f7;
	vertical-align: middle;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	font-size: 120%;
}
.layout06 .layout06_title h4 {
	letter-spacing: 0.1em;
	color: #1F2774;
	font-weight: bold;
	text-align: center;
}
.layout06 .layout06_box:last-of-type {
	padding: 0;
}
.layout10{
	position: relative;
}
.layout10 .flow_box{
	position: relative;
	display: flex;
	padding: 32px;
	background: #fff;
}
.layout10 .flow_box::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	margin: auto;
	width: 4px;
	height: 100%;
	border-right: #ac906f solid 2px;
	box-sizing: border-box;
	content: "";
}
.layout10 .flow_box:first-child::before{
	top: 36px;
	bottom: auto;
	height: calc(100% - 34px);
}
.layout10 .flow_box:last-child::before{
	top: 0px;
	bottom: auto;
	height: 86px;
}
.layout10 .flow_box:nth-child(even){
	background: rgba(202,180,153,0.15);
}
.layout10 .flow_box:nth-child(odd){
	background: rgba(202,180,153,0.3);
}
.layout10 .flow_box .number{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin-bottom: 0;
	margin-right: 4%;
	background: #ac906f;
	line-height: 1;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size: 28px;
}
.layout10 .flow_box .layout10_box{
	width: 90%;
}

.layout10 .flow_box .layout10_text .title{
	background: #1f2774;
	margin-top: 24px;
	padding: 12px 18px;
	border-radius: 6px;
	color: #fff;
	line-height: 1;
	font-size: 18px;
	letter-spacing: 0.12em;
}
.layout10 .flow_box .layout10_text .title span{
	position: relative;
}
.layout10 .flow_box .layout10_text .title span::after{
	display: inline-block;
	content: "|";
	margin: 0 12px;
}
.layout10 .flow_box .layout10_text .title2{
	padding-bottom: 2px;
	padding-top: 16px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px dashed rgba(35,24,21,0.4);
}
.layout10 .flow_box .layout10_text .list03{
	margin-top:8px;
}
.layout10 .flow_box .layout10_text .list03 li{
	margin-bottom: 0;
}
.layout10 .flow_box .layout10_text .list03 li::before{
	background-color: #1f2774;
	border: 1px solid #1f2774;
}

.layout10 .flow_box .layout10_text .list_column{
	display: flex;
	flex-wrap: wrap;
}
.layout10 .flow_box .layout10_text .list_column li{
	margin-right: 5%;
}
.layout_tit{
	color: #91816b;
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho,Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.1em;
}
.text .layout_tit {
	margin-bottom: 2px;
}
.layout_tit em{
	margin-right: 12px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 30px;
	font-weight: normal;
}
.layout_tit span{
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 30px;
}
@media screen and (max-width: 640px) {
	.layout01 dl {
		display: block;
	}
	.layout01 dt {
		width: 100%;
		padding: 4px 0;
		font-size: 18px;
	}
	.layout01 dd {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.layout03 .layout03_box {
		display: block;
		padding: 6%;
	}
	.layout03 .layout03_title {
		width: 100%;
	}
	.layout03 .layout03_text {
		width: 100%;
		padding: 15px 3% 1%;
	}
	.layout03 .layout03_text p{
		margin: 0;
	}
	.layout03 .layout03_title img {
		width: 40%;
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.text .layout_tit {
		margin-bottom: 6px;
		font-size: 18px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 640px) {
	.layout04 .layout04_box {
		display: block;
		padding: 6%;
	}
	.layout04 .layout04_title {
		width: 100%;
		padding: 2%;
	}
	.layout04 .layout04_text {
		width: 100%;
	}
	.layout04 .layout04_title img {
		width: 100%;
		margin: 0 auto 12px;
		display: block;
	}
	.layout04_text p {
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	.layout07 {
		display: block;
	}
	.layout07 .layout07_box {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 640px) {
	.list08 {
		padding: 6% 6% 3%;
	}
}
@media screen and (max-width: 640px) {
	.layout10 .flow_box {
		justify-content: space-between;
		padding: 4%;
	}
	.layout10 .flow_box::before {
		display: none;
	}
	.layout10 .flow_box .number {
		width: 32px;
		height: 32px;
		margin-right: 0;
		font-size: 20px;
	}
	.layout10 .flow_box .layout10_box {
		width: calc(100% - 46px);
	}
	.layout10 .flow_box .layout10_text .title {
		font-size: 14px;
		line-height: 1.4;
	}
	.layout10 .flow_box p{
		margin: 0;
	}
	.layout10 .flow_box .layout10_text .title span {
		display: block;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.layout10 .flow_box .layout10_text .title span::after {
		display: none;
	}
}
/* qa
--------------------------------------------- */
.qa1 dl{
	margin-bottom:28px;
	padding-bottom:28px;
	border-bottom:1px solid #dadada;
}
.qa1 dl:first-of-type dt {
	padding-top: 8px;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 16px;
	padding-left:42px;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho,Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.qa1 dl dt:before{
	position: absolute;
	left:0;
	margin-right:12px;
	line-height: 1;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size:28px;
	color:#2a576a;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:42px;
}
.qa1 dl dd:before{
	position: absolute;
	left:0;
	margin-right:12px;
	line-height: 1;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size:28px;
	color:#5e435b;
	content:"A.";
}

.js-toggle.qa1 dd{
	display: none;
}
@media screen and (max-width: 640px) {
	.qa1 dl dt {
		font-size: 16px;
	}
	.qa1 dl dt, .qa1 dl dd {
		padding-left: 36px;
	}
	.qa1 dl dt:before, .qa1 dl dd:before {
		font-size: 24px;
	}
	.qa1 dl:last-child {
		margin-bottom: 0;
	}
}
/*  sp既存css
========================================================================== */

@media screen and (max-width: 640px) {
	body, #mainvisual .inner, header, footer {
		min-width: 100%;
	}
}
/* 共通
--------------------------------------------- */

@media screen and (max-width:640px) {
	.pc {
		display: none !important
	}
	.sp {
		display: block !important
	}
	.pc_inline {
		display: none !important
	}
	.sp_inline {
		display: inline !important
	}
	.pc_table {
		display: table !important
	}
	.sp_table {
		display: table !important
	}
	img {
		max-width: 100%;
		height: auto
	}
	.sp_mb00 {
		margin-bottom: 0 !important
	}
	.sp_mr00 {
		margin-right: 0 !important
	}
	.sp_ml00 {
		margin-left: 0 !important
	}
	.sp_mt00 {
		margin-top: 0 !important
	}
	.sp_pb00 {
		padding-bottom: 0 !important
	}
	.sp_pr00 {
		padding-right: 0 !important
	}
	.sp_pl00 {
		padding-left: 0 !important
	}
	.sp_pt00 {
		padding-top: 0 !important
	}
	.sp_center {
		text-align: center
	}
}
@media screen and (min-width:376px) and (max-width:640px) {
	.mainvisual_feature {
		bottom: -110px;
	}
}
@media screen and (min-width:424px) and (max-width:640px) {
	.top-featre_list_item {
		margin-bottom: 24px;
	}
}
@media screen and (max-width:320px) {
	.main_open {
		position: absolute;
		top: auto;
		bottom: 50px;
		right: 0;
		left: 0;
		width: 50%;
		margin: auto;
	}
	.sp_inline_iP {
		display: inline !important
	}
}
/* トップページ
--------------------------------------------- */

/*.top-news*/

@media screen and (max-width:640px) {
	.mainvisual_feature {
		width: 96%;
		max-width: 420px;
		right: 0;
		left: 0;
		bottom: -96px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto;
		grid-column-gap: 4px;
		margin: auto;
	}
	.mainvisual_feature_list {
		position: relative;
		font-size: 12px;
		line-height: 1.3;
	}
	.mainvisual_feature_list03 {
		background-color: rgba(94, 67, 91, 0.7);
	}
/* 	.mainvisual_feature_list04 {
		background-color: rgba(90, 141, 137, 0.7);
	} */
	.mainvisual_feature_list::after {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.mainvisual_feature_list p {
		position: absolute;
		        margin: 0;
	}
	.top-news::before {
		top: 0;
		height: auto;
		width: auto;
	}
	.top-news_tit .en-tit {
		font-size: 52px;
		text-align: left;
	}
	.top-news_box {
		flex-direction: column;
		margin: auto;
		padding: 0 6%;
	}
	.top-news_right {
		width: 100%;
	}
	.news_list {
		margin-bottom: 24px;
	}
	.news_list li {
		flex-wrap: wrap;
		padding: 14px 0 10px;
		font-size: 13px;
	}
	.news_list li time {
		padding: 0 0 0 16px;
	}
	.news_list li a {
		width: 100%;
		margin-top: 8px;
		font-size: 14px;
	}
	.top-news_btn {
		margin: auto;
	}
	.cat-links a{
		margin-top:0!important;
	}
/*.top-doctor*/
#implant_bnr {
	text-align: center;
	margin-bottom: 80px;
}
#implant_bnr img {
	width: 80%;
}
#implant_bnr2 {
	text-align: center;
	margin-bottom: 80px;
}
#implant_bnr2 img {
	width: 80%;
}
.mainvisual_bnr {
	padding: 40px 6% 65px;
	width: 70%;
}
.top-doctor_box {
	padding: 40px 6% 48px;
}
.top-doctor_box2 {
	padding: 40px 6% 48px;
}
.top-doctor_text {
	width: 100%;
	margin-top: 0;
	margin-bottom: 36px;
	line-height: 1.8;
}
.top-doctor_text p {
	margin-bottom: 16px;
}
.top-doctor_about {
	width: 100%;
}
.top-doctor_img {
	width: 60%;
	max-width: 260px;
	margin: 0 auto 16px;
}
.top-doctor_clinic-name, .top-doctor_doctor-name {
	font-size: 15px;
}
.top-doctor_doctor-name {
	margin-bottom: 16px;
}
.doctors_box {
	flex-wrap: wrap;
}
.doctors_box a {
	width: 100%;
	margin-bottom: 20px;
}
.doctors_box:first-of-type {
	margin: 0;
}
.mdoc .title {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}
.doctors_box.mdoc a:last-of-type {
	margin-bottom: 0;
}
/*.top-featre*/
.top-featre {
	padding-top: 46px;
}
.top-featre_list {
	grid-template-columns: repeat(1, 1fr);
	max-width: 424px;
	margin-right: auto;
	margin-left: auto;
}
.top-featre::before {
	width: 100%;
}
.top-featre_list_img {
	position: relative;
}
.top-featre_list_img::before {
	content: "";
	display: block;
	padding-top: 70%;
}
.top-featre_list_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-position: center;
}
.top-featre_list_about {
	height: auto;
	padding: 4% 4% 4% 2%;
}
.top-featre_list_about::before {
	font-size: 72px;
}
.top-featre_list_tit {
	margin-bottom: 6px;
	font-size: 18px;
}
.top-featre_tit2 .tit01 {
	line-height: 1.4;
}
.top-featre_list02 .top-featre_list_text {
	font-size: 16px;
}
/*.top-aesthetic*/
.top-aesthetic {
	flex-direction: column;
	padding: 48px 0 48px;
}
.top-aesthetic_about {
	width: 100%;
	min-width: auto;
	margin-top: 0;
	/*margin-bottom: 24px;*/
	padding-top: 40px;
    margin-bottom: 84px;
}
.top-aesthetic_text {
	margin-bottom: 24px;
	padding: 4% 2%;
	line-height: 1.8;
	font-size: 16px;
}
.top-aesthetic_list {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 44px);
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	width: 96%;
	margin: auto;
}
.top-aesthetic_list_item a {
	padding-left: 0;
}
/*.top-aesthetic_list_item a::before, .top-aesthetic_list_item a::after {
	display: none;
}*/
.top-aesthetic_list_item a::after {
	display: none;
}
.top-aesthetic_img {
	width: 100%;
}
.top-aesthetic_img img {
	height: auto;
}
/*.top-medical*/
.top-medical {
	padding: 80px 0 60px;
}
.tit-wrap.top-medical_tit {
	margin-bottom: 46px;
}
.top-medical_tit .en-tit {
	margin-bottom: 24px;
}
.top-medical_list {
	width: 90%;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	margin: auto;
}
.top-medical_list_item a {
	padding: 12px 0 16px;
}
.top-medical_list_icon {
	margin-bottom: 14px;
}
.top-medical_list_tit {
	margin-bottom: 4px;
	font-size: 15px;
}
.top-medical_list_text {
	font-size: 13px;
	line-height: 1.2;
}
.top-medical_list_icon img {
	height: 50px;
}
.top-medical_list_item:nth-last-child(-n+4) .top-medical_list_icon img {
	height: 48px;
}
}
@media (min-width: 641px) and (max-width: 926px) {
	body, .mainvisual_wrap, #mainvisual, header, footer {
		min-width: 1300px;
	}
	.top-news_box {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
}
@media screen and (max-width: 1920px) {
	.top-featre_list_about::before {
		font-size: 150px;
	}
}
@media screen and (max-width: 1900px) {
	.top-featre_list_about::before {
		font-size: 7.7vw;
	}
}
@media screen and (max-width: 1700px) {
	.top-featre_list02 .top-featre_list_text span {
		display: inline;
	}
}
@media screen and (max-width: 1500px) {
	.top-aesthetic_list {
		margin: auto;
	}
	.top-news::before {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 1400px) {
	.header_reservation {
		margin-left: 20px;
	}
	.top-news::before {
		width: 100%;
		        height: 100%;
	}
	.top-featre_list_text p span {
		display: inline-block;
	}
	.top-featre_list02 .top-featre_list_text {
		line-height: 1.6;
	}
/*.top-aesthetic_list {
width: 96%;
}*/
}
@media screen and (max-width: 1280px) {
	.top-featre_list_about::before {
		font-size: 98px;
	}
}
/* フッター
--------------------------------------------- */
@media screen and (max-width: 640px) {
/* footer {
	padding: 42px 0 0;
} */
.footer_inner {
	flex-direction: column;
	width: 100%;
	padding: 0 6%;
}
.footer_left {
	width: 100%;
}
.footer_info {
	margin-bottom: 16px;
}
.footer_logo {
	width: 48%;
	margin: 0 auto 32px;
}
.footer_info dl {
	grid-template-columns: 80px 1fr;
	grid-column-gap: 12px;
	grid-row-gap: 8px;
	margin-bottom: 16px;
}
.footer_info_tit {
	font-size: 13px;
}
.footer_info_ad {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.4;
}
.footer_btn_box {
	flex-wrap: wrap;
}
.footer_btn {
	width: 48%;
}
.footer_btn a {
	width: 100%;
}
.footer_sche {
	margin-bottom: 40px;
	margin-top: 0;
}
.footer_right {
	width: 100%;
}
.footer_map {
	height: 280px;
}
.footer_access {
	height: auto;
	margin-bottom: 16px;
	font-size: 15px;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4;
}
.footer_access p{
	margin: 0;
}
.footer_info_sche {
	float: none;
	width: 100%;
}
.footer_info_sche p {
	margin: 0;
}
.copy {
	padding-bottom: 8px;
	text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.en-tit {
		margin-bottom: 20px;
		font-size: 42px;
	}
}
@media screen and (max-width: 640px) {
	.tit01 {
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	.top-featre_list_about::before {
		font-size: 72px;
	}
}
@media screen and (max-width: 640px) {
	.top-featre_list_tit {
		margin-top: 0;
	}
}
@media screen and (max-width: 640px) {
	.top-featre_list02 .top-featre_list_text,.top-featre_list_text p,.top-aesthetic_text p {
		margin: 0;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 640px) {
	.tb01 th {
		width: 30%;
		font-size: 13px;
		padding: 12px 0 12px;
	}
}
@media screen and (max-width: 640px) {
	.underbtn_area {
		position: fixed;
		bottom: 0;
	}
}

/*sns*/
.sns{
	width:900px;
	margin:100px auto 100px;
}
#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{
	    outline: none!important;
}
@media(max-width:992px){
	.sns{
	width:100%;
		padding:0 15px;
	}
}

/*medical*/
.medical_{
	    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.medical_ .inner{
	width:48%;
}
.medical_ .inner a:hover{
	opacity:.8;
}
.medical_ .inner dt{
text-align: center;
    padding: 10px 5px;
background: url(../images/bg03.jpg) center center / cover no-repeat;
	color: white;
    font-size: 110%;
}
.medical_ .inner dd{
	overflow:hidden;
}
@media(max-width:576px){
	.medical_{
		padding:0;
	}
	.medical_ .inner{
	width:49%;
}
	.medical_ .inner dt{
		font-size:2.8vw;
		padding: 10px 0;
	}
}

/* 240926追加 */
.news_content {
border-top: 1px solid #ffffff;
margin-bottom: 30px;
}
.news_day {
padding: 1em 0;
border-bottom: 1px solid #ffffff;
}
p.news-time {margin: 0 0 10px;}
p.news_title {
margin: 0;
font-size: 1.2em;
line-height: 1.2;
}
