@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-image: radial-gradient(rgba(131, 202, 54, 0.1) 2px, #ffffff 2px);
	background-size: 20px 20px;
}

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 0.5em;
}

a {
	transition: 0.5s;
	color: #60b405;
}

a:hover {
	transition: 0.5s;
}

.green {
	color: #83ca36;
}

.green02 {
	color: #60b405;
}

.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_right {
	visibility: visible !important;
	animation: slide_right 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_right {
	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: 2;
}
	
header .head_inner.is-animation {
	height: 90px;
	background: rgba(255,255,255,0.8);
}

header h1 {
	margin: 0;
	padding: 10px;
}

header h1 img {
	border-radius: 50%;
	box-shadow: 5px 5px #ffffff80;
}

header .head_inner h1 a {
	display: block;
	transition:all 0.3s;
	width: 60px;
}

body#top header .head_inner h1 a {
	width: 120px;
}

body#top header .head_inner.is-animation h1 a {
	transform: scale(0.6,0.6);
	transform-origin: left top;
}

#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: #83ca36;
	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: #fff;
}

.menu__line--center.active {
	transform: scaleX(0);
	background: #fff;
}

.menu__line--bottom.active {
	bottom: 20px;
	transform: rotate(135deg);
	background: #fff;
}

nav#g_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
}

nav#g_nav ul.menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0;
	background: #83ca36;
}

nav#g_nav ul.menu > li a {
	display: block;
	padding: 15px 1em;
	background: #83ca36;
	border-top: 1px solid rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #fff;
}

nav#g_nav ul.menu > li a span.en {
	font-size: 0.8em;
	opacity: 0.9;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
}

nav#g_nav ul.menu > li > a:hover{
	background: #94d44f;
}

nav#g_nav ul.menu > li a img {
	padding-right: 1em;
}

#mainImage {
	margin: 70px 0 0 auto;
	width: 90%;
	position: relative;
	border-radius: 20px 0 0 20px;
	background: url(/img/top_main.jpg) no-repeat 72% 50%;
	background-size: cover;
	padding-bottom: calc(100vh - 140px);
	height: 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 300;
	font-size: 26px;
	font-size: 2.6rem;
}

#mainImage::before {
	content: "";
	display: block;
	width: 110%;
	height: 100%;
	background: linear-gradient(-48deg, rgba(131, 202, 54,0.6) 0, rgba(131, 202, 54,0.1) 60%,  rgba(131, 202, 54,0.3) 100%);
	position: absolute;
	left: -20%;
	top: 50%;
	z-index: -1;
	border-radius: 0 20px 20px 0;
}

#mainImage .text_box {
	position: absolute;
	bottom: 5%;
	left: -7%;
	z-index: 1;
	color: #222;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

#mainImage .text_box p.text_mov {
	background: rgba(255,255,255, 1.0);
	padding: 0 0.5em;
	width: fit-content;
}

.pagetitle {
	padding: 80px 20px 15px 20px;
	background: rgba(222, 227, 229, 0.3);
	position: relative;
}

.pagetitle p {
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
	color: #222;
	font-family: "Zen Maru Gothic", serif;
}

.pagetitle p.en {
	font-size: 36px;
	font-size: 3.6rem;
	color: #83ca36;
	text-transform: uppercase;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

#wrapper {
	clear: both;
	padding: 0 10px;
}

section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

section.full {
	max-width: none;
	margin: 0 -10px;
	padding: 0;
}

section.bg_gray,
section.bg_img {
	background: #f9f8f7;
}

section.bg_green {
	background: linear-gradient(-48deg, rgba(131, 202, 54,0.6) 0, rgba(131, 202, 54,0.1) 60%,  rgba(131, 202, 54,0.3) 100%);
}

section .inner {
	padding: 50px 10px;
	max-width: 1200px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

h2.title01 {
	margin: -0.5em 0 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	line-height: 1.4;
}

h2.title01 span.en {
	color: rgba(131, 202, 54, 0.6);
	font-size: 3.3em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
}

.title02 {
	margin: 1.5em 0 0.5em;
	font-size: 20px;
	font-size: 2.0rem;
	width: fit-content;
	padding: 0.3em 1em;
	background: #83ca36;
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}

p.catch {
	font-size: 24px;
	font-size: 2.4rem;
	color: rgb(104, 173, 31);
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;	
}

p.catch span.sub {
	font-size: 0.9em;
}

.box_round {
	padding: 1em;
	border-radius: 1.5em;
	box-shadow: 5px 5px rgba(98, 160, 32, 0.2);
}

.box_gray {
	background: #f9f8f7;
}

.box_white {
	background: #fff;
}

.green_border {
	border: 1px solid rgba(104, 173, 31, 0.3);
}

.text_img .img {
	margin-top: 1.5em;
    text-align: center;
}

.text_img .img img {
    border-radius: 50%;
}

dl.list01 dt,
ul.list01 li {
	padding-left: 1.3em;
	position: relative;
	font-weight: 600;
	margin-bottom: 0.5em;
}

dl.list01 dt {
	margin-top: 1.5em;
	font-size: 1.1em;
	line-height: 1;
}

dl.list01 dt::before,
ul.list01 li::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #83ca36;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.3em);
	transition: 0.5s;
}

br.pc {
	display: none;
}

footer {
	padding: 0;
	background: linear-gradient(-48deg, rgba(131, 202, 54,0.6) 0, rgba(131, 202, 54,1) 30%,  rgba(131, 202, 54,1) 60%, rgba(131, 202, 54,0.5) 100%);
	color: #fff;
}

footer .inner {
	padding: 3em 10px;
	max-width: 1200px;
	margin: 0 auto;
}

footer .gmap {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}

footer .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 1.5em;
}

footer p.address {
	text-align: center;
}

footer p.tel_fax {
	font-size: 2em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}

footer .logo_nav {
	text-align: center;
}

footer .logo_nav .logo img {
	margin: 2em 0;
	border: 3px solid #fff;
	border-radius: 50%;
}

footer ul.nav {
	margin: 2em auto;
	text-align: left;
	width: fit-content;
}

footer ul.nav li {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1.2em;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}

footer ul.nav li::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.3em);
	transition: 0.5s;
}

footer ul.nav li:hover::before {
    left: 3px; 
}

footer ul.nav li a {
	text-decoration: none;
	color: #fff;
}

footer ul.nav li a:hover {
	opacity: 0.8;
}

footer .copy {
	text-align: center;
	padding: 1em;
	font-size: 0.9em;
	background: #4ca510;
	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;
	}

	section.full {
		margin: 0 -20px;
	}
	
	section .inner {
		padding: 5% 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 h1 {
		width: auto;
		padding: 0;
		position: relative;
		z-index: 100000;
	}

	header h1 img {
		box-shadow: 10px 10px rgba(255,255,255,0.5);
	}
	
	header .head_inner h1 a {
		width: 100px;
	}
	
	body#top header .head_inner h1 a {
		width: 200px;
	}

	body#top header .head_inner.is-animation h1 a {
		transform: scale(0.45,0.45);
	}

	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;
		border-top: none;
		background: none;
		color: #222;
		padding: 15px 1em 0;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}

	nav#g_nav ul.menu > li a span.en {
		color: #60b405;
	}

	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: #60b405;
		background: none;
		text-shadow: none;
	}

	#mainImage {
		margin: 120px 0 0 auto;
		padding-bottom: calc(100vh - 180px);
		font-size: 44px;
		font-size: 4.4rem;
	}

	.pagetitle {
		padding: 130px 80px 20px 80px;
	}

	.pagetitle p {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.pagetitle p.en {
		font-size: 60px;
		font-size: 6.0rem;
	}
		
	h2.title01 {
		margin-bottom: 70px;
		font-size: 24px;
		font-size: 2.4rem;
	}

	p.catch {
		font-size: 34px;
		font-size: 3.4rem;	
	}

	.box_round {
		padding: 5%;
		box-shadow: 10px 10px rgba(98, 160, 32, 0.2);
	}

    .text_img {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text_img .text {
        width: 60%;
		line-height: 2.3;
    }

	.text_img .text.big {
		font-size: 1.1em;
	}

    .text_img .text p {
		margin-bottom: 2em;
	}

    .text_img .img {
        width: 35%;
		margin-top: 0;
    }

	br.pc {
		display: inline;
	}

	ul.list01 li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.title02 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}

	footer .inner .logo_nav {
		width: 30%;
		display: block;
	}

	footer .logo_nav .logo img {
		margin: 0 0 1.5em;
	}

	footer .inner .clinic_info {
		width: 60%;
	}


}


@media only screen and (min-width: 1400px) {
	section {
		font-size: 16px;
		font-size: 1.6rem;
	}

	p.catch {
		font-size: 44px;
		font-size: 4.4rem;	
	}
	
}
