@charset "UTF-8";
/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&family=Roboto+Condensed:wght@300;400&display=swap');
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: auto;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	color: #534741;
	font-size: 16px;
	font-family: FP-HiraginoUDSansStdN-W4, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

svg {
	max-width: 100%;
}

a {
	color: #534741;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #534741;
}

a:hover {
	color: #534741;
	text-decoration: none;
}

a:active {
	color: #534741;
}

a.js-telLink {
	color: #534741;
	text-decoration: none;
	pointer-events: none;
}

/*
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	pointer-events: none;
}
*/

@media screen and (max-width: 480px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

::-moz-selection {
	color: #fff;
	background-color: #7faa26;
}

::selection {
	color: #fff;
	background-color: #7faa26;
}

::-moz-selection {
	color: #fff;
	background-color: #7faa26;
}

@media print {
	.print-off {
		display: none !important;
	}
}

/* ---------------------------------------------------------
 *	共通
 *---------------------------------------------------------- */

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 481px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}

	body {
		font-size: 14px;
		line-height: 1.4;
	}
}

@media screen and (min-width: 481px) and (max-width: 960px) {
	.pc_none {
		display: none;
	}

	.tb_none {
		display: none !important;
	}

	.tb_block {
		display: block !important;
	}

	.sp_none {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	ヘッダー
 *---------------------------------------------------------- */
#header {
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
	display: none;
}

#p-home.fixed #header {
	display: block;
	/* display: none; */
}

body.p-sub.fixed #header {
	display: block;
}

@media screen and (max-width: 960px) {
	#header {
		display: none !important;
	}
}

#header .inner {
	width: 1400px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

@media screen and (max-width: 1400px) {
	#header .inner {
		width: auto;
	}
}

#header .logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	width: auto;
	height: 40px;
}

/* ---------------------------------------------------------
 *	ヘッダーメニュー
 *---------------------------------------------------------- */
nav#globalNav {
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 240px;
	top: 22px;
}

@media screen and (max-width: 1400px) {
	nav#globalNav {
		right: 260px;
	}
}

@media screen and (max-width: 1280px) {
	nav#globalNav {
		right: 230px;
	}
}

@media screen and (max-width: 1130px) {
	nav#globalNav {
		right: 20px;
	}
}

nav#globalNav ul {
	text-align: center;
}

nav#globalNav a {
	display: block;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}

nav#globalNav li {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}

@media screen and (max-width: 1280px) {
	nav#globalNav li {
		margin-right: 10px;
	}
}

nav#globalNav li:last-child {
	margin-right: 0;
}

nav#globalNav li small {
	color: #7faa26;
	font-size: 10px;
	display: block;
	letter-spacing: 0.2em;
}

nav#globalNav li span {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	padding: 5px;
}

#p-home nav#globalNav li:first-child a span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
}

nav#globalNav li a:hover span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}

nav#globalNav ul li.pulldown {
	position: relative;
}

nav#globalNav ul li.pulldown a span {
	padding-right: 25px;
	background: url(../image/img/ico_arrow_01.svg) no-repeat right 10px center;
	background-size: 10px;
}

nav#globalNav ul li.pulldown a {
	padding-bottom: 10px;
}

nav#globalNav ul li.pulldown a.link_none {
	pointer-events: none;
}

nav#globalNav ul li.pulldown a:hover span {
	background: rgba(127, 170, 38, 0.85) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.46%207.33%22%3E%3Cpath%20d%3D%22M0%200h8.46L4.23%207.33z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center;
	background-size: 10px;
}

body#p-ao.p-sub nav#globalNav ul li.no_02 span,
body#p-po.p-sub nav#globalNav ul li.no_02 span,
body#p-flow.p-sub nav#globalNav ul li.no_02 span {
	background: rgba(127, 170, 38, 0.85) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.46%207.33%22%3E%3Cpath%20d%3D%22M0%200h8.46L4.23%207.33z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center;
	background-size: 10px;
	color: #fff;
}

body#p-price.p-sub nav#globalNav ul li.no_03 span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
}

body#p-gd.p-sub nav#globalNav ul li.no_04 span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
}

body#p-staff.p-sub nav#globalNav ul li.no_05 span,
body#p-clinic.p-sub nav#globalNav ul li.no_05 span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.46%207.33%22%3E%3Cpath%20d%3D%22M0%200h8.46L4.23%207.33z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center;
	background-size: 10px;
}

body#p-access.p-sub nav#globalNav ul li.no_06 span {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
}

nav#globalNav ul li.pulldown ul.menu__second-level {
	position: absolute;
	top: 39px;
	left: -42px;
	width: 170px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

nav#globalNav ul li.pulldown:hover ul.menu__second-level {
	display: block;
	top: 49px;
	visibility: visible;
	opacity: 1;
}

nav#globalNav ul li.pulldown ul.menu__second-level a {
	color: #fff;
	background: rgba(127, 170, 38, 0.85);
	display: block;
	width: 170px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

nav#globalNav ul li.pulldown ul.menu__second-level a:hover {
	color: #7faa26;
	background: #fff;
}

nav#globalNav ul li.pulldown ul.menu__second-level li:last-child a {
	border-bottom: none;
}

#header .tel {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 26px;
	letter-spacing: 0.1em;
	background: url(../image/img/ico_tel_01.svg) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
	line-height: 1;
	font-family: DINMittelschriftLTPro, "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 1400px) {
	#header .tel {
		right: 20px;
	}
}

@media screen and (max-width: 1280px) {
	#header .tel {
		top: 30px;
		font-size: 20px;
	}
}

@media screen and (max-width: 1130px) {
	#header .tel {
		display: none;
	}
}

#header .tel a {
	color: #424242;
	font-family: DINMittelschriftLTPro, "Roboto Condensed", sans-serif;
}

/* ---------------------------------------------------------
 *	スマホヘッダー
 *---------------------------------------------------------- */

@media screen and (max-width: 480px) {
	#spHeader {
		width: 100%;
		height: 66px;
		position: fixed;
		background: rgba(255, 255, 255, 0.8);
		z-index: 12;
	}

	#spHeader .logo {
		position: absolute;
		left: 10px;
		top: 16px;
	}

	#spHeader .logo img {
		height: 33px;
	}

	#spHeader nav ul li {
		display: table;
		height: 60px;
	}

	#spHeader nav ul li span {
		font-size: 10px;
		display: table-cell;
		vertical-align: bottom;
		height: 50px;
	}

	#spHeader nav ul li:nth-child(1) {
		position: absolute;
		right: 110px;
		top: 5px;
		background: url(../image/img/btn_map.png) no-repeat center 5px;
		background-size: 16px auto;
	}

	#spHeader nav ul li:nth-child(2) {
		position: absolute;
		right: 65px;
		top: 5px;
		background: url(../image/img/btn_date.png) no-repeat center 4px;
		background-size: 23px auto;
	}
}

/* ---------------------------------------------------------
 *	スマホメニュー
 *---------------------------------------------------------- */

@media screen and (min-width: 961px) {
	div#spNavArea {
		display: none;
	}
}

#spNavArea {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	user-select: none;
	z-index: 99999;
}

#spNavArea .inner {
	position: relative;
	box-sizing: border-box;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease-in-out;
	overflow: auto;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	opacity: 0;
	z-index: 9998;
}

@media screen and (max-width: 480px) {
	#spNavArea div#spNavBody {
		top: 66px;
	}
}

#spNavArea.navOpen div#spNavBody {
	left: 0;
	opacity: 1;
}

#spNavArea div#spNavBody .logo {
	padding: 20px 20px 10px;
}

@media screen and (max-width: 480px) {
	#spNavArea div#spNavBody .logo {
		display: none;
	}
}

#spNavArea div#spNavBody .logo img {
	width: 246px;
}

#spNavArea div#spNavBody nav {
	display: block;
}

#spNavArea div#spNavBody h4 {
	margin: 0 20px 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.025em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-image: linear-gradient(to right, #bfa279 0%, #e0c29d 77%) 1/0 0 1px 0;
	border-style: solid;
}

#spNavArea div#spNavBody nav > ul {
	margin: 20px;
	padding: 20px;
	font-size: 0;
	background: url(../image/img/bg_nav_sp.png);
	border-radius: 10px;
}

#spNavArea div#spNavBody nav > ul > li {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 16px;
	width: 50%;
	display: inline-block;
}

#spNavArea div#spNavBody nav > ul > li:first-child {
	width: 100%;
}

#spNavArea div#spNavBody nav > ul > li:nth-child(2) {
	width: 100%;
}

#spNavArea div#spNavBody nav > ul > li span {
	padding-bottom: 5px;
}

#p-home #spNavArea div#spNavBody nav > ul > li:first-child span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-ao #spNavArea div#spNavBody nav > ul > li:nth-child(2) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-po #spNavArea div#spNavBody nav > ul > li:nth-child(3) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-flow #spNavArea div#spNavBody nav > ul > li:nth-child(4) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-price #spNavArea div#spNavBody nav > ul > li:nth-child(5) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-gd #spNavArea div#spNavBody nav > ul > li:nth-child(6) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-staff #spNavArea div#spNavBody nav > ul > li:nth-child(7) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-clinic #spNavArea div#spNavBody nav > ul > li:nth-child(8) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-access #spNavArea div#spNavBody nav > ul > li:nth-child(9) span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#spNavArea div#spNavBody nav > ul > li:hover span {
	background: url(../image/img/line_01.png) no-repeat center bottom;
	background-size: 100% 3px;
}

#p-home #spNavArea div#spNavBody nav > ul > li:first-child a {
	color: #7fab26;
}

#p-ao #spNavArea div#spNavBody nav > ul > li:nth-child(2) a {
	color: #7fab26;
}

#p-po #spNavArea div#spNavBody nav > ul > li:nth-child(3) a {
	color: #7fab26;
}

#p-flow #spNavArea div#spNavBody nav > ul > li:nth-child(4) a {
	color: #7fab26;
}

#p-price #spNavArea div#spNavBody nav > ul > li:nth-child(5) a {
	color: #7fab26;
}

#p-gd #spNavArea div#spNavBody nav > ul > li:nth-child(6) a {
	color: #7fab26;
}

#p-staff #spNavArea div#spNavBody nav > ul > li:nth-child(7) a {
	color: #7fab26;
}

#p-clinic #spNavArea div#spNavBody nav > ul > li:nth-child(8) a {
	color: #7fab26;
}

#p-access #spNavArea div#spNavBody nav > ul > li:nth-child(9) a {
	color: #7fab26;
}

#spNavArea div#spNavBody nav > ul > li:hover a {
	color: #7fab26;
}

#spNavArea div#spNavBody nav ul li a {
	text-decoration: none;
	display: block;
}

#spNavArea div#spNavBody nav ul li > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 20px 0 0;
	font-size: 0.875em;
}

#spNavArea div#spNavBody nav ul li > ul li {
	width: 50%;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(../img/common/icon_pulldown.gif) 0 13px no-repeat;
}

#spNavArea .navBtn {
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	background: url(../image/img/btn_nav_sp.svg) no-repeat center center;
	background-size: 47px 47px;
	cursor: pointer;
	z-index: 9999;
}

#spNavArea .navBtn span {
	display: block;
	height: 2px;
	background: #fff;
	transition: all .5s ease-in-out;
	width: 23px;
}

#spNavArea .navBtn span:nth-of-type(2) {}

#spNavArea .navBtn span:nth-of-type(3) {}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(7px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
	opacity: 0;
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}

#spNavArea .navBtn {
	width: 47px;
	height: 47px;
	top: 10px;
	right: 10px;
	padding: 10px 8px 10px 12px;
}

#spNavArea .navBtn span:nth-of-type(2),
#spNavArea .navBtn span:nth-of-type(3) {
	margin-top: 5px;
}

#spNavArea .tel {
	text-align: center;
}

#spNavArea .tel a {
	width: 321px;
	height: 54px;
	line-height: 54px;
	background: url(../image/img/btn_tel_sp.png);
	background-size: 100% 100%;
	display: block;
	margin: 0 auto 20px;
}

#spNavArea .tel a small {
	font-size: 13px;
	margin-right: 5px;
}

#spNavArea .tel a span {
	width: 321px;
	height: 54px;
	line-height: 54px;
	font-size: 28px;
	font-size: 24px;
	padding-left: 31px;
	background: url(../image/img/ico_tel_02.svg) no-repeat left center;
	background-size: 26px;
	vertical-align: middle;
}

#spNavArea .time {
	text-align: center;
	font-size: 13px;
}

#spNavArea .time p {
	width: 400px;
	text-align: right;
	margin: 0 auto;
}

#spNavArea .time p strong {
	color: #008f3e;
	font-weight: normal;
	display: block;
}

#spNavArea .time table {
	width: 400px;
	border-collapse: collapse;
	margin: 0 auto 10px;
}

#spNavArea .time table th {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #736357;
}

#spNavArea .time table th:first-child {
	text-align: center;
	padding: 5px 0;
}

#spNavArea .time table td {
	padding: 5px 10px;
	border-bottom: 1px solid #736357;
}

#spNavArea .time table td:first-child {
	text-align: center;
	padding: 5px 0;
}

@media screen and (max-width: 440px) {
	#spNavArea .time table {
		font-size: 12px;
		width: calc(100% - 40px);
		margin: 0 20px 10px;
	}

	#spNavArea .time table th {
		padding: 5px;
	}

	#spNavArea .time table td {
		padding: 5px;
	}

	#spNavArea .time p {
		width: auto;
		margin: 0 20px;
	}
}

/* ---------------------------------------------------------
 *	大枠
 *---------------------------------------------------------- */
#contents {
	overflow: hidden;
}

/* ---------------------------------------------------------
 *	メイン枠
 *---------------------------------------------------------- */
/* ---------------------------------------------------------
 *	フッター
 *---------------------------------------------------------- */
#footer {
	position: relative;
}

#footer .footerTop {
	/*min-height: 398px;
	min-height: 410px;
    min-height: 550px;*/
        min-height: 580px;
	background: url(../image/img/bg_footer.jpg) no-repeat center bottom;
	background-size: cover;
	/* overflow: hidden; */
	padding: 30px 0 0;
	position: relative;
}

@media screen and (max-width: 1240px) {
	#footer .footerTop {
		padding: 30px 0 250px;
	}
}

@media screen and (max-width: 1000px) {
	#footer .footerTop {
		padding: 30px 0 250px;
	}
}

@media screen and (max-width: 960px) {
	#footer .footerTop {
		padding: 40px 0 250px;
		background: url(../image/img/bg_footer_sp.png) no-repeat center bottom, url(../image/img/bg_01.jpg);
		background-size: 100% auto, auto;
	}
}

@media screen and (max-width: 480px) {
	#footer .footerTop {
		padding: 40px 0 70px;
	}
}

#footer .illust_33 {
	position: absolute;
	bottom: 0;
	left: 0;
	animation-name: illust_33;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	z-index: 1;
	width: 100%;
}

@keyframes illust_33 {
	0% {
		transform: translate(0, 20px);
	}

	100% {
		transform: translate(0, -20px);
	}
}

#footer .illust_33 img {
	max-width: none;
	width: 100%;
}

#footer .illust_34 {
	position: absolute;
	bottom: 0;
	left: 0;
	animation-name: illust_34;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	z-index: 1;
	width: 100%;
}

@keyframes illust_34 {
	0% {
		transform: translate(0, -20px);
	}

	100% {
		transform: translate(0, 20px);
	}
}

#footer .illust_34 img {
	max-width: none;
	width: 100%;
}

#footer .inner {
	max-width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 1240px) {
	#footer .inner {
		margin: 0 20px;
	}
}

@media screen and (max-width: 1240px) {
	#footer .footerContact-footerTime {
		width: 960px;
		margin: 0 auto 30px;
		overflow: hidden;
	}
}

@media screen and (max-width: 1000px) {
	#footer .footerContact-footerTime {
		width: auto;
	}
}

#footer .footerContact {
	width: 375px;
	float: left;
	margin-right: 50px;
}

@media screen and (max-width: 1240px) {
	#footer .footerContact {
		margin-right: 0;
	}
}

@media screen and (max-width: 1000px) {
	#footer .footerContact {
		float: none;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 480px) {
	#footer .footerContact {
		width: auto;
	}
}

#footer .footer-logo {
	max-width: 364px;
	margin: 0 auto 10px;
}

#footer .footer-logo span {
	color: #00a13e;
	font-size: 14px;
	letter-spacing: 0.2em;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	text-align: center;
	background: #fff;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	#footer .footer-logo span {
		font-size: 12px;
	}
}

#footer address {
	font-style: normal;
	text-align: left;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 480px) {
	#footer address {
		text-align: center;
	}
}

#footer address p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
	#footer address p {
		margin-bottom: 20px;
	}
}

#footer address .tel {
	font-size: 48px;
	letter-spacing: 2px;
	font-family: DINMittelschriftLTPro, "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
	white-space: nowrap;
}

#footer address .tel span {
	padding-left: 55px;
	background: url(../image/img/ico_tel_01.svg) no-repeat left center;
	background-size: 41px;
}

@media screen and (max-width: 480px) {
	#footer address .tel {
		font-size: 40px;
		font-size: 36px;
		text-align: center;
		margin-bottom: 20px;
	}

	#footer address .tel span {
		padding-left: 50px;
		background: url(../image/img/ico_tel_01.svg) no-repeat left center;
		background-size: 40px;
	}
}

#footer .flex {
	display: flex;
    margin:0 auto;
}

#footer .btn_01 a {
	font-size: 14px;
	width: 106px;
	height: 37px;
	line-height: 37px;
	letter-spacing: 0.2em;
	color: #000;
	background: url(../image/img/btn_01.png);
	background-size: 106px 37px;
	text-align: center;
	display: block;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	margin-right: 10px;
}

@media screen and (max-width: 480px) {
	#footer .flex {
		justify-content: center;
	}

	#footer .btn_01 a {
		font-size: 16px;
		width: 129px;
		height: 45px;
		line-height: 45px;
		background: url(../image/img/btn_01.png);
		background-size: 129px 45px;
		margin: 0 10px 0 0;
	}
}

#footer .btn_01 a:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}

#footer .btn_02 a {
	font-size: 14px;
	width: 106px;
	height: 37px;
	line-height: 37px;
	letter-spacing: 0.2em;
	color: #000;
	background: url(../image/img/btn_01.png);
	background-size: 106px 37px;
	text-align: center;
	display: block;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}

@media screen and (max-width: 480px) {
	#footer .btn_02 a {
		font-size: 16px;
		width: 129px;
		height: 45px;
		line-height: 45px;
		background: url(../image/img/btn_01.png);
		background-size: 129px 45px;
		margin: 0 auto;
	}
}

#footer .btn_02 a:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}

#footer .btn_02 span {
	background: url(../image/img/ico_printer.svg) no-repeat left center;
	background-size: 18px;
	padding-left: 28px;
}

#footer .footerTime {
	width: 550px;
	float: left;
	white-space: nowrap;
}

@media screen and (max-width: 1240px) {
	#footer .footerTime {
		float: right;
	}
}

@media screen and (max-width: 1000px) {
	#footer .footerTime {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	#footer .footerTime {
		width: auto;
		white-space: normal;
	}
}

#footer .footerTime table {
	font-size: 15px;
	width: 477px;
	margin-bottom: 10px;
	text-align: center;
	float: right;
}

@media screen and (max-width: 600px) {
	#footer .footerTime table {
		width: auto;
		float: none;
	}
}

#footer .footerTime table th {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #736357;
	width: 135px;
}

#footer .footerTime table th:first-child {
	letter-spacing: 0.2em;
}

#footer .footerTime table td {
	padding: 5px 0;
	border-bottom: 1px solid #736357;
}

#footer .footerTime table td:first-child {
	white-space: nowrap;
	line-height: 1.5;
}

#footer .footerTime p {
	clear: both;
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
	#footer .footerTime p {
		font-size: 13px;
	}
}

#footer .footerTime p strong {
	color: #008f3e;
	display: block;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#footer .footerTime p em {
	font-size: 16px;
	display: block;
	letter-spacing: 0.2em;
}

#footer #footerTime {
	margin-top: -80px;
	padding-top: 80px;
}

#footer .footerNav {
	width: 205px;
	font-size: 16px;
	float: right;
	letter-spacing: 0.15em;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 480px) {
	#footer .footerNav {
		display: none;
	}
}

#footer .footerNav ul {
	margin-top: -3px;
}

#footer .footerNav ul li {
	margin-top: 3px;
	position: relative;
	padding-left: 15px;
}

#footer .footerNav ul li::before {
	content: "";
	width: 5px;
	height: 1px;
	background: #008f3e;
	position: absolute;
	left: 0;
	top: 14px;
}

@media screen and (max-width: 1240px) {
	#footer .footerNav {
		width: 960px;
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}

	#footer .footerNav ul {
		margin-top: 0;
		font-size: 0;
	}

	#footer .footerNav ul li {
		margin-top: 0;
		vertical-align: top;
		font-size: 16px;
		display: inline-block;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1000px) {
	#footer .footerNav {
		width: auto;
	}
}

#footer iframe {
	height: 278px;
}

#footer .copyright {
	color: #fff;
	text-align: center;
	background: #7fab26;
	font-size: 14px;
	padding: 10px;
	margin-top: -8px;
}

@media screen and (max-width: 480px) {
#footer iframe {
	height: 300px;
}

	#footer .copyright {
		padding: 10px 10px 75px;
	}
}

#footer .illust_14 {
	position: absolute;
	top: 253px;
	left: calc(50% - 336px);
	animation-name: illust_14;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}

@keyframes illust_14 {
	0% {
		transform: translate(0, 20px);
	}

	100% {
		transform: translate(0, -20px);
	}
}

#footer .illust_14 img {
	max-width: none;
}

@media screen and (max-width: 960px) {
	#footer .illust_14 {
		display: none;
	}
}

#footer .illust_15 {
	position: absolute;
	top: 202px;
	left: calc(50% - 822px);
	animation-name: illust_15;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}

@keyframes illust_15 {
	0% {
		transform: translate(0, -20px);
	}

	100% {
		transform: translate(0, 20px);
	}
}

#footer .illust_15 img {
	max-width: none;
}

@media screen and (max-width: 960px) {
	#footer .illust_15 {
		display: none;
	}
}

#footer .spBtn {
	display: none;
}

@media screen and (max-width: 480px) {
	#footer .spBtn {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 11;
		width: 100%;
	}
}

#footer .spBtn ul {
	font-size: 0;
	padding: 7px 0 0;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}

#footer .spBtn ul li {
	display: inline-block;
	vertical-align: top;
	/*margin-right: 13px;*/
    margin-right: 4px;
}

#footer .spBtn ul li:first-child {
    width: 58%;
}

#footer .spBtn ul li:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 480px) {
span.pconly {
display: none;
}
}
#spNavBody br.pc_none:first-of-type {
display: block !important;
}

#spNavBody span.pconly {
display: none !important;
}
b.green {
color: #008e3e;
}
.line-bnr {
    margin-top: 20px;
}