@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=Zen+Maru+Gothic:wght@300;400;500;700;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;
	background: #fff;
}

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;
}

a:hover {
	transition: 0.5s;
}

.green {
	color: #2d9629;
}

.en {
	font-family: 'Barlow', sans-serif;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fadeup {
	animation: 1s fadeup ease-in-out forwards;
}
  
@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
----------------------------------------------------*/
header {
	background: rgba(222, 227, 229, 0.3);
}

body#top header {
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	z-index: 2;
	background: rgba(255,255,255,1.0);
}

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: #333;
	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: #333;
}

.menu__line--center.active {
	transform: scaleX(0);
	background: #333;
}

.menu__line--bottom.active {
	bottom: 20px;
	transform: rotate(135deg);
	background: #333;
}

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 rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	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: #eee;
}

nav#g_nav ul.menu > li a img {
	padding-right: 1em;
}

#mainImage {
	margin: 0;
	position: relative;
}

#mainImage .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	width: 100%;
}

#mainImage ul#slider li {
	position: relative;
}

#mainImage ul#slider li img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#mainImage .text_box {
	position: absolute;
	top: calc(50% - 1em);
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#mainImage .text_box .text_mov {
	font-size: 30px;
}

#mainImage .time_table {
	position: absolute;
	bottom: 10%;
	right: 0;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	background: #fff;
	padding: 0.3em 0.5em;
	border-radius: 1em 0 0 1em;
	font-size: 15px;
	font-size: 1.5rem;
}

#mainImage .time_table th,
#mainImage .time_table td {
	padding: 0.3em;
}

#mainImage .time_table tbody td {
	color: #2d9629;
}

#mainImage .time_table tbody tr {
	border-top: 1px solid #ccc;
}

.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: #427793;
	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;
	background: #fff;
}

section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

section.full {
	max-width: none;
	margin: 0 -10px;
	padding: 50px 0;
}

section.bg_gray,
section.bg_img {
	background: #f9f8f7;
}

section.bg_green {
	background: #f5f9ed;
}

section .inner {
	padding: 0 10px;
	max-width: 1200px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

h2.title01 {
	margin-bottom: 40px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 40px;
	font-size: 4.0rem;
	position: relative;
	line-height: 1.2;
}

h2.title01 span.en {
	font-size: 0.6em;
	color: #2d9629;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}

.box_round {
	padding: 1em;
	border-radius: 1.5em;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}

.box_gray {
	background: #f9f8f7;
}

.box_white {
	background: #fff;
}

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;
	font-weight: 600;
	margin-bottom: 0.5em;
}

dl.list01 dt::before,
ul.list01 li::before {
	display: block;
	content: "";
	position: absolute;
	background: #427793;
	width: 0.8em;
	height: 3px;
	top: 0;
	left: 0;
	margin-top: 0.8em;
}

br.pc {
	display: none;
}

#banner01 ul li {
	margin-bottom: 1em;
}

#banner01 a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	font-size: 22px;
	font-size: 2.2rem;
}

footer {
	padding: 2em 0 0;
	background: #e5e3dc url(/img/drop.png) 100% calc(100% - 50px) repeat-x;
	background-size: auto 40px;
}

footer .inner {
	padding: 0 10px 50px;
	max-width: 1200px;
	margin: 0 auto;
}

footer p.address {
	margin: 2em 0;
	font-size: 1.1em;
}

footer ul.nav {
	margin: 2em 0;
}

footer ul.nav li {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1.2em;
	line-height: 1;
	font-size: 1.1em;
}

footer ul.nav li::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.2em;
    border-radius: 0.1em;
    background: #2d9629;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.1em);
	transition: 0.5s;
}

footer ul.nav li:hover::before {
    left: 3px; 
}

footer ul.nav li a {
	text-decoration: none;
	color: #222;
}

footer ul.nav li a:hover {
	color: #2d9629;
}

footer .clinic_info h3 {
	margin: 0 0 0.3em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 1.2em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1;
}

footer .clinic_info h3::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #2d9629;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.5em);
}

footer .clinic_info .box {
	padding: 1em;
	border-radius: 1em;
	background: #fff;
	margin-bottom: 1em;
}

footer .copy {
	text-align: center;
	margin-top: 2em;
	padding: 0 1em;
	font-size: 0.9em;
	background: #2d9629;
	color: #fff;
	height: 40px;
	line-height: 40px;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	
	br.sp {
		display: none;
	}

	#wrapper {
		padding: 0 20px;
	}
	
	section {
		margin: 0 auto;
		padding: 5% 20px;
	}

	section.full {
		margin: 0 -20px;
		padding: 5% 0;
	}
	
	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;
	}
	
	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;
		gap: 1em;
	}
	
	nav#g_nav ul.menu > li a {
		position: relative;
		float: none;
		display: block;
		border-top: none;
		background: none;
		color: #000;
		padding: 5px 1em 0;
		font-size: 13px;
		font-size: 1.3rem;
		text-shadow: 0 0 10px rgba(255,255,255,0.7);
		text-align: center;
		white-space: nowrap;
	}

	nav#g_nav ul.menu > li a img {
		width: 25px;
		padding-right: 0;
		padding-bottom: 3px;
	}	
	
	nav#g_nav ul.menu > li a:hover {
		color: #2d9629;
		background: none;
		text-shadow: none;
	}
	
	#mainImage .text_box .text_mov {
		font-size: 44px;
		font-size: 4.4rem;
	}

	#mainImage .time_table {
		padding: 0.8em 1.5em;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#mainImage .time_table th,
	#mainImage .time_table td {
		padding: 0.6em;
	}

	.pagetitle {
		padding-top: 105px;
	}

	.pagetitle p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagetitle p.en {
		font-size: 70px;
		font-size: 7.0rem;
	}
		
	h2.title01 {
		margin-bottom: 70px;
		font-size: 50px;
		font-size: 5.0rem;
	}

	h2.title_kana {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.box_round {
		padding: 5%;
		border-radius: 2em;	
	}

	br.pc {
		display: inline;
	}

	ul.list01 li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#banner01 ul {
		display: flex;
		gap: 1em;
	}

	#banner01 ul li {
		flex-grow: 1;
	}

	.title02 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .inner .logo_nav {
		width: 35%;
	}

	footer .inner .clinic_info {
		width: 60%;
	}

	footer .inner .clinic_info {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	footer .inner .clinic_info .box_cover {
		width: 48%;
	}



}


@media only screen and (min-width: 1400px) {
	
	section {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
}
