@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
html {
	overflow-x: inherit;
}
body {
	min-width: 1200px;
	font-size: 18px;
	color : rgba(0, 0, 0,1);
	font-family: "Zen Old Mincho", serif;
}
#container {
}
body a {
	color : rgba(0, 0, 0,1);
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.oswald {
	font-family: "Oswald", sans-serif;
}
.crimson {
	font-family: "Crimson Text", serif;
}
#g-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	padding-bottom: 15px;
}
.main-header .wrap {
	display: block;
}
.h-inner {
	margin-bottom: 15px;
	padding: 15px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.h-inner h1 {
	width: 435px;
}
#g-header .link {
	width: 135px;
}
#g-header .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(93, 163, 77,1);
	border-radius: 7px;
	border: 1px solid rgba(93, 163, 77, 1);
}
.h-inner .right-box {
	display: flex;
	gap: 0 25px;
	align-items: center;
}
#g-header .textImg {
	width: 151px;
}
.navi-list {
	font-size: min(2vw,20px);
	letter-spacing: 0.1em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 6px;
}
.main-visual {
	margin-top: 160.5px;
	padding: 25px; 
	position: relative;
	text-align: center;
	aspect-ratio: 2400 / 1280;
	background: url(../images/main_img.jpg) no-repeat center;
	background-size: cover;
}
.main-visual h2 {
	width: 445px;
	margin: 0 auto;
}
.bg-box {
	background : linear-gradient(180deg, rgba(244, 243, 233, 1) 0%, rgba(255, 255, 255, 1) 99.9%);
}
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}
.heading {
	margin-bottom: 40px;
	text-align: center;
	font-size: 66px;
	font-weight: 700;
}
.heading .color {
	color: rgba(121, 76, 25, 1);
}
.greeting {
	padding: 74px 0 0;
}
.greeting p {
	margin: 0 auto 40px;
	max-width: 770px;
	font-size: 22px;
	line-height: 1.82;
	letter-spacing: -0.05em;
}
.greeting p:last-child {
	margin-bottom: 0;
}
.greeting p .txt-span {
	background: linear-gradient(transparent 0%, transparent 84%, rgba(121, 76, 25, 0.3) 84%, rgba(121, 76, 25, 0.3) 100%);
}
.greeting .txt {
	text-align: right;
}
.space {
	padding-top: 65px;
}
.space .heading {
	margin-bottom: 8px;
}
.center-txt {
	margin-bottom: 63px;
	font-size: 20px;
	text-align: center;
}
.center-txt:last-child {
	margin-bottom: 0;
}
.center-txt .color {
	color: rgba(121, 76, 25, 1);
}
.space .big-photo {
	margin: 0 -0 50px;
	text-align: center;
}
.space-list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 10px;
}
.space-list li {
	width: calc((100% - (10px * 2 + 1px)) / 3);
}
.space-list li:nth-child(2),
.space-list li:first-child {
	width: calc((100% - (10px * 1 + 1px)) / 2);
}
.space-list .photo {
	margin-bottom: 9px;
}
.space-list p {
	font-weight: 700;
	display: flex;	
	align-items: flex-end;
}
.space-list p .num {
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	letter-spacing: 0.03em;
	color: rgba(158, 158, 158, 1);
}
.facilities {
	padding: 75px 0 103px;
}
.facilities .heading {
	margin-bottom: 8px;
}
.facilities .big-photo {
	margin-bottom: 43px;
}
.facilities .big-photo img {
	width: 100%;
}
.center-txt.big {
	margin-bottom: 46px;
	font-size: 22px;
}
.facilities-list {
	display: flex;
	flex-wrap: wrap;
	gap: 42px 50px;
	justify-content: center;
}
.facilities-list li {
	text-align: center;
	width: calc((100% - (50px * 3 + 1px)) / 4);
}
.facilities-list p {
	margin: 0 -10px;
	font-weight: 700;
}
.facilities-list .photo {
	aspect-ratio: 1;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
.facilities-list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.medical {
	padding: 80px 0 102px;
	background-color: rgba(244, 243, 233, 1);
}
.medical p {
	line-height: 1.39;
}
.medical .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.medical .heading {
	margin-bottom: 60px;
}
.medical h3 {
	font-size: 26px;
	margin-bottom: 23px;
	font-weight: 700;
	color : rgba(121, 76, 25,1);
}
.medical .img-box {
	margin-bottom: 44px;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medical .img-box .left-box {
	width: 465px;
	margin-right: 28px;
}
.medical .img-box .text-box {
	flex: 1;
}
.medical .text-box {
	padding: 22px 0 29px;
	border-top: 1px solid rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.medical-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.medical-list li {
	width: calc((100% - 30px) / 2);
}
.medical-list .text-box {
	padding-bottom: 20px;
}
.summary {
	padding: 78px 0 0;
}
.summary .heading {
	margin-bottom: 52px;
}
.summary table {
	width: 100%;
	border-collapse: collapse;
}
.summary table th {
	padding: 25px 10px 25px 20px;
	width: 21.7%;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid rgba(0, 0, 0, 1);
	border-left: none;
	background-color: rgba(244, 243, 233, 1);
}
.summary table td {
	padding: 25px 10px 25px 20px;
	border: 1px solid rgba(0, 0, 0, 1);
	border-right: none;
	font-size: 20px;
	background-color: rgba(244, 243, 233, 1);
}
.summary table td small {
	font-size: 12px;
}
.summary table tr:nth-child(2n) td,
.summary table tr:nth-child(2n) th {
	background-color: rgba(255, 255, 255, 1);
}
.access {
	padding-top: 78px;
}
.access {
	margin-bottom: 93px;
}
.access .map {
	margin-bottom: 20px;
	aspect-ratio: 1200 / 550;
}
.access .map iframe {
	width: 100%;
	height: 100%;
}
.access .center-txt {
	line-height: 1.75;
}
.osaka {
	padding: 70px 0 60px;
	background: rgba(244, 243, 233, 1);
}
.osaka .img-box {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.osaka .img-box .photo-box {
	width: 455px;
	order: 2;
	margin-left: 40px;
}
.osaka .img-box .text-box {
	flex: 1;
	margin-top: -7px;
}
.osaka .img-box .text-img {
	margin-bottom: 14px;
	mix-blend-mode: multiply;
}
.osaka .img-box .text-box p {
	line-height: 1.66;
	letter-spacing: -0.05em;
}
.osaka .title {
	margin-bottom: 10px;
	font-weight: 700;
	color: rgba(121, 76, 25,1);
}
.osaka .text {
	margin: 0 0 45px -5px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.04em;
	color : rgba(121, 76, 25,1);
}
.osaka .link {
	width: 420px;
	margin: 0 auto;
}
.osaka .link a {
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 75px;
	font-size: 21.6px;
	font-weight: 700;
	color: rgba(255, 255, 255, 255);
	background: rgba(135,75,9, 1) url(../images/icon01.png) no-repeat right 2rem center;
	background-size: 13px auto;
}
#g-footer {
	padding: 23px 0 17px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(135,75,9, 1);
}
#g-footer .content {
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#g-footer .right-box {
	width: 360px;
}
#g-footer .left-box {
	flex: 1;
	padding-top: 4px;
}
#g-footer .left-box .link {
	font-size: 21.6px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}
#g-footer .left-box .fLogo {
	font-size: 28.8px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 1);
}
#g-footer .tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#g-footer .tel-img {
	width: 80px;
	margin-right: 12px;
	flex-shrink: 0;
}
#g-footer .right-span {
	font-size: 20.16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#g-footer .right-span a {
	white-space: nowrap;
	display: inline-block;
	margin-bottom: -5px;
	font-size: 40.32px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 1);
}

@media all and (min-width: 768px) {
	.navi-list a:hover {
		color : rgba(121, 76, 25,1);
		opacity: 1 !important;
	}
	.menu-box {
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	body {
		padding-top: 0;
		min-width: inherit;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#g-header {
		padding-bottom: 0;
		height: 47px;
	}
	.h-inner {
		display: block;
		height: 100%;
		margin-bottom: 0;
		padding: 9px 10px 7px;
		position: relative;
		border: none;
	}
	.h-inner h1 {
		width: min(66.66vw,174px);
	}
	.h-inner .right-box {
		display: none;
	}
	.menu {
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		position: absolute;
		float: right;
		height: 23px;
		width: 35px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #231f20;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 0.6rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.2rem;
	}
	.menu-box {
		display: none;
		position: fixed;
		top: 47px;
		padding-bottom: 50px;
		left: 0;
		width: 100%;
		z-index: 900;
		background-color: rgba(255, 255, 255, 1);
		height: calc(100% - 47px);
	}
	.navi-list {
		margin-bottom: 40px;
		gap: 0;
		font-size: 20px;
		flex-direction: column;
	}
	.navi-list li {
		width: 100%;
		border-bottom: 1px solid currentColor;
	}
	.navi-list a {
		padding: 10px 15px;
		display: block;
	}
	#g-header .link {
		margin: 0 auto 20px;
	}
	#g-header .textImg {
		margin: 0 auto;
	}
	.main-visual {
		padding-top: 19px;
		margin-top: 47px;
		aspect-ratio: 750 / 780;
		background-image: url(../images/main_img_sp.jpg);
	}
	.main-visual h2 {
		width: 80%;
		text-align: center;
	}
	.greeting {
		padding: 40px 0 0;
	}
	.heading {
		margin-bottom: 30px !important;
		font-size: 35px;
	}
	.greeting p {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.center-txt {
		font-size: 18px;
	}
	.space {
		padding-top: 80px;
	}
	.space .big-photo img {
		width: 100%;
	}
	.space-list {
		flex-direction: column;
	}
	.space-list li {
		width: 100% !important;
	}
	.space-list .photo img {
		width: 100%;
	}
	.facilities-list {
		gap: 42px 20px;
		justify-content: flex-start;
	}
	.facilities-list li {
		width: calc((100% - (20px * 1)) / 2);
	}
	.facilities-list p {
		margin: 0;
	}
	.facilities {
		padding: 80px 0;
	}
	.medical {
		padding: 80px 0;
	}
	.medical h3 {
		font-size: 20px;
	}
	.medical .img-box {
		display: block;
	}
	.medical .img-box .left-box {
		width: auto;
		margin: 0 0 20px;
	}
	.medical .img-box .left-box img {
		width: 100%;
	}
	.medical-list {
		flex-direction: column;
	}
	.medical-list li {
		width: 100%;
	}
	.medical-list .text-box {
		border-top: none;
		padding-top: 0;
	}
	.summary {
		padding: 80px 0 0;
	}
	.summary table th {
		width: 34%;
		padding: 10px;
		font-size: 18px;
	}
	.summary table td {
		padding: 10px;
		font-size: 16px;
	}
	.summary table td small {
		display: block;
	}
	.access {
		padding-top: 80px;
	}
	.access .map {
		aspect-ratio: 900 / 550;
	}
	.osaka .img-box {
		display: block;
	}
	.osaka .img-box .text-box {
		margin: 0;
	}
	.osaka .img-box .text-img {
		margin-bottom: 20px;
		text-align: center;
	}
	.osaka .img-box .photo-box {
		width: auto;
		margin: 0 0 20px;
	}
	.osaka .img-box .photo-box img {
		width: 100%;
	}
	.osaka .img-box .text-box p {
		letter-spacing: 0;
	}
	.osaka .link {
		margin: 0 auto;
		max-width: 400px;
		width: auto;
	}
	.osaka .link a {
		font-size: min(5vw,18px);
		min-height: 60px;
		padding: 0 40px;
		background-position: right 20px center;
	}
	.content {
		max-width: inherit !important;
	}
	#g-footer .content {
		display: block;
	}
	#g-footer .left-box {
		padding: 0 0 20px;
		text-align: center;
	}
	#g-footer .right-box {
		width: auto;
	}
	#g-footer .tel-img {
		width: 60px;
	}
	#g-footer .right-span a {
		font-size: 30px;
	}
	#g-footer .tel {
		justify-content: center;
	}
	#g-footer .left-box .fLogo {
		font-size: 22px;
		line-height: 1.3;
	}
	#g-footer {
		padding: 30px 0;
	}
	#g-footer .right-span {
		font-size: min(5.33vw,20px);
	}

}

@media all and (min-width: 768px) and (max-width: 1100px) {
	.h-inner h1 {
		width: 380px;
	}
}