@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
body {
	color: #727171;
	font-size: 32px;
	line-height: 1.6;
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}
img {
	vertical-align: bottom;
}
a img {
  border: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup, sub {
	font-size: 0.5em;
}
.wrapper {
	width: 730px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.inner {
	width: 730px;
	margin: 0 auto;
}
.invisible {
    visibility: hidden; /*アニメ―ションする要素を非表示*/
}

img.lazyload {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
img.lazyloaded {
    opacity: 1;
}


/* animate.css */
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInDown,
.animated.fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* btn */
@keyframes dokidoki {
    0% {
        transform: scale(1.04)
    }
    10% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.02)
    }
    30% {
        transform: scale(1)
    }
    90% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.04)
    }
}
.fv_cv_btn {
	/* -webkit-animation: dokidoki 2.5s infinite;
	animation: dokidoki 2.5s infinite; */
}


/* #fv */
.fv {
	background: url(../img/fv_bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.fv h1 {
	position: absolute;
	top: 30px;
	left: 50px;
}
.fv_copy {
	padding-top: 360px;
}
.fv_cv {
	position: relative;
}
.fv_cv .fv_cv_btn {
	position: absolute;
	left: 85px;
	bottom: 70px;
}

/* #sec_doctor */
.sec_doctor_box {
	background: url(../img/doctor_bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-top: -1px;
}

/* #sec_information */
.sec_information {
	background: url(../img/information_bg.jpg) no-repeat top center;
	background-size: cover;
}
.sec_information_gmap {
	text-align: center;
}

/* .cv */
.cv {
	padding: 0 0 40px 0
}
.cv ul {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 5%;
	justify-content: center;
}


/* footer */
.fotter {
}


