@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');



/*初期設定
----------------------------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}

body {
	padding: 0;
	min-width: 320px;
	line-height: 1.8;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.ie8 img{
	width: auto;
}

h1,h2,h3,h4,h5,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

i {
	padding: 0 0.5em 0 0;
}

p {
	margin: 0 0 10px;
}

a {
	transition: 0.5s;
	color: #456944;
}

a:hover {
	transition: 0.5s;
}

.green {
	color: #456944;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fadeup {
	animation: 1s fadeup ease-in-out forwards;
}

.img_round {
	border-radius: 5px;
}
  
@keyframes fadeup {
0% {
	opacity: 0;
	transform: translateY(10px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

.slide_left {
	visibility: visible !important;
	animation: slide_left 1s ease 0s 1 both;
	transition: opacity 1.4s 0.1s,transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}

@keyframes slide_left {
	0% { opacity: 0; transform: translateX(100px); }
	100% { opacity: 1; transform: translateX(0); }
}

.slide_up {
	visibility: visible !important;
	animation: slide_up 1s ease 0s 1 both;
	transition: opacity 1.4s 0.1s,transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}

@keyframes slide_up {
	0% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}

.img_big {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img_big img{
  	transition: 0.3s;
}
 
.img_big img:hover{
	transform: scale(1.03);
}


/*layout
----------------------------------------------------*/
body header {
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

header h1 {
	margin: 0;
	padding: 10px;
}

#menu_btn {
	opacity: 0.9;
	position: fixed;
	top:   15px;
	right: 15px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin: 0;
	float: right;
	cursor: pointer;
}

.menu__line {
	position: absolute;
	display: block;
	width: 60%;
	height: 2px;
	background: #456944;
	border-radius: 2px;
	transition: transform .3s;
}

.menu__line--top {
	top: 10px;
	left: 8px;
}

.menu__line--center {
	top: 18px;
	left: 8px;
}

.menu__line--bottom {
	bottom: 11px;
	left: 8px;
}

.menu__line--top.active {
	top: 18px;
	transform: rotate(45deg);
	background: #456944;
}

.menu__line--center.active {
	transform: scaleX(0);
	background: #456944;
}

.menu__line--bottom.active {
	bottom: 20px;
	transform: rotate(135deg);
	background: #456944;
}

nav#g_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
}

nav#g_nav ul.menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0;
	background: #fff;
}

nav#g_nav ul.menu > li a {
	display: block;
	padding: 15px 1em;
	background: #fff;
	border-top: 1px solid #eee;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Spectral", serif;
	font-weight: 600;
	color: #222;
}

nav#g_nav ul.menu > li a .btn__text:nth-child(2) {
	display: none;
}

nav#g_nav ul.menu > li > a:hover{
	background: rgba(69, 105, 68, 0.1);
}

nav#g_nav ul.menu > li a img {
	padding-right: 1em;
}

#mainImage {
	width: 100%;
	height: 100vh;
	margin: 0;
	position: relative;
}

#mainImage .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	width: 100%;
	position: fixed;	
}

#mainImage ul#slider li {
	position: relative;
}

#mainImage ul#slider li::before {
	content: "";
	display: block;
	background: rgba(46, 30, 0, 0.1);
	/* backdrop-filter: blur(3px); */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#mainImage ul#slider li img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#mainImage .time_table {
	position: absolute;
	bottom: 25%;
	right: 0;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Spectral", serif;
	font-weight: 500;
	background: #fff;
	padding: 0.3em 0.5em;
	border-radius: 5px 0 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#mainImage .time_table th,
#mainImage .time_table td {
	padding: 0.3em;
}

#mainImage .time_table tbody td {
	color: #456944;
}

#mainImage .time_table tbody tr {
	border-top: 1px solid #ccc;
}

#mainImage .surgery {
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 1;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Spectral", serif;
	font-weight: 500;
	background: rgba(255, 255, 255, 1.0);
	padding: 1em;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#mainImage .surgery h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

#mainImage .surgery li {
	margin-top: 0.5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}

#mainImage .surgery li span.num {
	color: #456944;
	font-size: 0.8em;
}

#mainImage .surgery li small {
	font-weight: 400;
}

#mainImage .top_img_scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	padding: 0 0 6em;
	z-index: 100;
	writing-mode: vertical-rl;
	color: #fff;
	display: inline-block;
	font-size: 0.9em;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
}

#mainImage .top_img_scroll::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 5em;
	bottom: 0;
	left: 48%;
	background: #fff;
	animation: Top_Img_Scroll 2s cubic-bezier(.76,0,.24,1) infinite;
}

@keyframes Top_Img_Scroll {
 0% {
  transform-origin:top;
  transform:scaleY(0)
 }
 50% {
  transform-origin:top;
  transform:scaleY(1)
 }
 51% {
  transform-origin:bottom;
  transform:scaleY(1)
 }
 to {
  transform-origin:bottom;
  transform:scaleY(0)
 }
}

.pagetitle {
	padding-top: 80px;
	padding: 30px;
	background: rgba(222, 227, 229, 0.3);
	margin-bottom: 50px;
	padding-left: 10%;
	position: relative;
}

.pagetitle p {
	margin: 0;
	line-height: 1.5;
	color: #456944;
	animation: slide_left 2.0s cubic-bezier(.8, 0, .2, 1) forwards;
	clip-path: inset(0 100% 0 0);
	font-weight: 600;
}

.pagetitle p.en {
	font-size: 46px;
	font-size: 4.6rem;
	color: #222;
	font-weight: 600;
}

#wrapper {
	clear: both;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

section {
	border-radius: 50% 50% 0% 0% / 15px 15px 0% 0%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
	background: #fff;
}

section.full {
	max-width: none;
	margin: -50px -10px 0;
	padding: 50px 0 90px;
}

section.bg_green {
	background: repeating-linear-gradient(20deg, rgb(221, 243, 236),rgb(255, 252, 232));
}

section .inner {
	padding: 0 10px;
	max-width: 1300px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

.title01 {
	margin-bottom: 40px;
	text-align: center;
	font-family: "Spectral", serif;
	font-weight: 500;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	line-height: 1.4;
}

.title01 span.en {
	font-size: 2em;
	color: #456944;
	font-weight: 400;
}

.title02 {
	background: linear-gradient(to right, #456944, rgb(69, 105, 68, 0.7));
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 0.2em 1em;
    margin-bottom: 1.5em;
	font-family: "Spectral", serif;
    font-size: 20px;
    font-size: 2.0rem;
}

span.marker {
	background: linear-gradient(transparent 70%, rgba(0, 130, 196, 0.4) 70%);
}

dl.list01 dt,
ul.list01 li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: 0.5em;
}

dl.list01 dt::before,
ul.list01 li::before {
	display: block;
	content: "";
	position: absolute;
	background: linear-gradient(to right, #456944, rgb(69, 105, 68, 0.4));
	border-radius: 3px;
	width: 0.8em;
	height: 0.8em;
	top: calc( .5lh - 0.4em );
	left: 0;
	padding: 0;
}

br.pc {
	display: none;
}

footer {
	position: relative;
	z-index: 5;
	padding: 3em 0 0;
	background: rgb(214, 228, 195);
}

footer .inner {
	padding: 0 10px 50px;
	max-width: 1200px;
	margin: 0 auto;
}

footer ul.nav {
	margin: 3em 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

footer ul.nav li {
	font-size: 1.1em;
}

footer ul.nav li a {
    display: block;
    text-align: center;
	background: rgb(240, 250, 225);
    border-radius: 5px;
    padding: 0.2em 1em;
    text-decoration: none;
	font-family: "Spectral", serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    width: fit-content;
}

footer ul.nav li a:hover {
	background: rgb(254, 255, 253);
    transform: translateY(-5px);
}

footer .time_table {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Spectral", serif;
	font-weight: 500;
	background: #fff;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
}

footer .time_table table {
	width: 100%;
}

footer .time_table th,
footer .time_table td {
	padding: 0.3em;
}

footer .time_table tbody td {
	color: #456944;
}

footer .time_table tbody tr {
	border-top: 1px solid #ccc;
}

footer .copy {
	text-align: center;
	margin-top: 2em;
	padding: 1em;
	background: #456944;
	color: #fff;
	height: 40px;
	line-height: 40px;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	
	br.sp {
		display: none;
	}

	#mainImage .top_img_scroll {
		bottom: 90px;
	}

	#wrapper {
		padding: 0 20px;
	}
	
	section {
		border-radius: 50% 50% 0% 0% / 40px 40px 0% 0%;
		margin: 0 auto;
		padding: 5% 20px;
	}

	section.full {
		margin: -5% -20px 0;
		padding: 5% 0 calc(5% + 60px);
	}

	section .inner {
		padding: 0 20px;
	}
}
	
@media only screen and (min-width: 800px) {

	header .head_inner {
		padding: 12px 3%;
		margin: 0 auto;
		transition: .3s;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .head_inner.is-animation {
		padding: 6px 3% 3px;
	}
	
	header h1 {
		width: auto;
		padding: 0;
		position: relative;
		z-index: 100000;
	}
	
	header h1 img {
		transition:all 0.3s;
	}

	header .is-animation h1 img {
		transform: scale(0.8,0.8);
	}

	nav#g_nav {
		position:relative;
		top: auto;
		left: auto;
		width: auto;
	}
		
	nav#g_nav.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 100000;
	}	
	
	nav#g_nav #menu_btn{
		display: none;
	}
	
	nav#g_nav ul.menu {
		position: relative;
		display: flex;
		box-shadow: none;
		padding: 0 0 0;
		background: none;
		justify-content: flex-end;
		align-items: center;
		gap: 1em;
	}
	
	nav#g_nav ul.menu > li a {
		position: relative;
		float: none;
		display: block;
		border-top: none;
		background: none;
		color: #000;
		padding: 0 1em;
		text-shadow: 0 0 10px rgba(255,255,255,0.7);
		text-align: center;
		white-space: nowrap;
	}

	nav#g_nav ul.menu > li a::after {
		content: "";
		display: block;
		padding-bottom: 3px;
		font-size: 60px;
		background-image: linear-gradient(to right, rgb(69, 105, 68, 0.3), #456944);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 0 2px;
		transition: background-size 0.3s;
	}

	nav#g_nav ul.menu > li a:hover::after {
		background-position: bottom left;
		background-size: 100% 2px;
	}
	
	nav#g_nav ul.menu > li a:hover {
		background: none;
		text-shadow: none;
	}

	#mainImage .surgery {
		padding: 1.5em 2em;
		bottom: 20%;
		top: auto;
	}

	.pagetitle {
		padding-top: 105px;
	}

	.pagetitle p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagetitle p.en {
		font-size: 70px;
		font-size: 7.0rem;
	}
		
	.title01 {
		margin-bottom: 70px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.title02 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	br.pc {
		display: inline;
	}

	ul.list01 li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .inner .logo_nav {
		width: 35%;
	}

	footer .inner .hours {
		width: 60%;
	}

	footer .time_table th,
	footer .time_table td {
		padding: 0.5em;
		font-size: 1.2em;
	}

}


@media only screen and (min-width: 1000px) {	
	#mainImage .time_table {
		padding: 0.2em 1.5em;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#mainImage .time_table th,
	#mainImage .time_table td {
		padding: 0.6em;
	}

	#mainImage .surgery h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	#mainImage .surgery li {
		font-size: 16px;
		font-size: 1.6rem;
	}

}


@media only screen and (min-width: 1400px) {
	
	section {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
}
