@charset "UTF-8";

/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	color: #000;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 480px) {
	body {
		font-size: 14px !important;
	}
}

.wrapper {
	overflow-x: hidden;
	position: relative;
}

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,
strong,
th {
	font-weight: normal;
}

em,
address {
	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: #000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #000;
}

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

a:active {
	color: #000;
}

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: #285983;
}

::selection {
	color: #fff;
	background-color: #285983;
}

::-moz-selection {
	color: #fff;
	background-color: #285983;
}

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

.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 !important;
	}

	.sp_none {
		display: none !important;
	}

	body {
		font-size: 16px;
	}
}

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

#spHeader {
	display: none;
}

@media screen and (max-width: 767px) {
	#spHeader {
		display: flex;
		align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		padding-left: 20px;
		z-index: 5;
		width: 100%;
		height: 100px;
		transition: 0.3s ease;
	}

	body.fixed #spHeader {
		background: rgba(255, 255, 255, 0.8);
	}

	#spHeader .logo {
		z-index: 9999;
	}

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

	#spHeader .btn {
		position: absolute;
		left: 270px;
		top: 10px;
	}

	#spHeader .btn img {
		height: 40px;
	}

	#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 (max-width: 480px) {
	#spHeader {
		padding-left: 10px;
		height: 80px;
	}

	#spHeader .logo {
		top: 35px;
	}

	#spHeader .logo img {
		height: 9vw;
	}
}

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

/* ---------------------------------------------------------
 *	サイドメニュー
 *---------------------------------------------------------- */

#sideNav {
	position: fixed;
	right: 0;
	top: calc(50% - 252px);
	z-index: 6;
	font-family: 'Noto Serif JP', serif;
}

#sideNav ul {}

#sideNav ul li:nth-child(1) {
	position: fixed;
	right: 0;
	top: calc(50% - 251px);
}

#sideNav ul li:nth-child(2) {
	position: fixed;
	right: 0;
	top: calc(50% + 2px);
	transition: 0.3s ease;
	margin-right: 0;
}

#sideNav ul li:nth-child(2).active {
	margin-right: 380px;
}

#sideNav ul li a {
	color: #fff;
	font-size: 19px;
	line-height: 58px;
	background: #285983;
	width: 58px;
	height: 225px;
	text-align: center;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

#sideNav ul li:nth-child(1) a span {
	padding-top: 35px;
	background: url(../image/ico_note_01.svg) no-repeat center top;
	background-size: 25px;
}

#sideNav ul li:nth-child(2) label {
	color: #fff;
	font-size: 19px;
	line-height: 58px;
	background: #e4af3b;
	width: 58px;
	height: 250px;
	text-align: center;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

#sideNav ul li:nth-child(2) label span {
	padding: 40px 0;
	background: url(../image/ico_check_01.svg) no-repeat center top, url(../image/ico_arrow_05.svg) no-repeat center bottom;
	background-size: 21px, 8px;
}

#sideNav ul li:nth-child(2).active label span {
	padding: 40px 0;
	background: url(../image/ico_check_01.svg) no-repeat center top, url(../image/ico_arrow_03.svg) no-repeat center bottom;
	background-size: 21px, 8px;
}

#sideNav ul li:nth-child(2) .schedule {
	font-size: 14px;
	background: rgba(255, 255, 255, 1);
	width: 380px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
	position: absolute;
	left: 58px;
	top: 0;
}

#sideNav ul li:nth-child(2) .schedule p {
	padding: 0 10px 10px;
}

#sideNav ul li:nth-child(2) .schedule span {
	color: #285983;
}

#sideNav ul li:nth-child(2) .schedule table {
	font-size: 14px;
	width: 100%;
	border-radius: 5px 0 0 0;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	text-align: center;
}

#sideNav ul li:nth-child(2) .schedule table th {
	padding: 5px;
	border-bottom: 1px solid #666;
}

#sideNav ul li:nth-child(2) .schedule table td {
	padding: 5px;
}

#sideNav ul li:nth-child(2) .schedule table tr td:first-child {
	font-size: 16px;
}

#sideNav ul li:nth-child(2) .schedule table tr:nth-child(2) td {
	padding: 5px 5px 0;
}

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

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

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

#spNavArea .logo_01 {
	display: none;
}

#spNavArea .headerBtn {
	display: none;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease-in-out;
	overflow: auto;
	position: fixed;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	opacity: 0;
	z-index: 9998;
	background: #fff;
	padding: 0 40px 40px;
}

#spNavArea div#spNavBody nav ul {
	margin-top: 60px;
}

#spNavArea div#spNavBody nav ul li {
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0 10px 20px;
	position: relative;
}

#spNavArea div#spNavBody nav ul.menu__second-level {
	margin-top: 5px;
	margin-bottom: -5px;
	border-bottom: none;
}

#spNavArea div#spNavBody nav ul.menu__second-level li {
	border-bottom: none;
	padding: 5px 0 5px 10px;
}

#spNavArea div#spNavBody nav ul.menu__second-level li a span:before {
	content: "_";
	position: absolute;
	left: 0;
	bottom: 10px;
}

#spNavArea div#spNavBody nav ul li a {
	display: block;
	transition: 0.3s ease;
}

#spNavArea div#spNavBody nav ul li a:hover {
	color: #e4af3b;
}

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

#spNavArea .navBtn {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	width: 38px;
	height: 26px;
	top: 30px;
	right: 30px;
	transition: 0.3s ease;
	display: none;
}

#spNavArea .navBtn:before {
	color: #285983;
	font-size: 13px;
	letter-spacing: 0.1em;
	content: "MENU";
	position: absolute;
	top: 33px;
	left: -4px;
	display: none;
}

#spNavArea .navBtn span {
	display: block;
	height: 2px;
	border-radius: 1px;
	width: 100%;
	background: #285983;
	transition: all .3s ease-in-out;
	width: 38px;
}

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

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

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

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

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

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

#spNavArea .spNavBtn {
	text-align: center;
	margin: 0 20px 20px;
}

#spNavArea .spNavBtn ul li a {
	display: block;
	height: 50px;
	color: #cf2226;
	font-size: 16px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #cf2226;
}

#spNavArea .spNavBtn ul li:first-child {
	margin-bottom: 10px;
}

#spNavArea .spNavBtn ul li:first-child a {
	color: #fff;
	font-size: 18px;
	background: #cf2226;
}

#spNavArea .spNavBtn ul li a span {
	display: inline-block;
}

#spNavArea .spNavBtn ul li:nth-child(1) a span {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.45%2026.38%22%3E%3Cpath%20d%3D%22M22.84%2020.24s-2.85-1.9-4.11-2.76a2.68%202.68%200%200%200-1.46-.49%201.79%201.79%200%200%200-1.18.41%206.77%206.77%200%200%201-.76.71%201.37%201.37%200%200%201-1.85-.2c-.75-.7-4.91-5.86-6.22-7.62a1.28%201.28%200%200%201-.31-1c.11-.63.85-1.15%201.26-1.42l.14-.1a1.94%201.94%200%200%200%20.63-2.28c-.17-.46-1.86-4.08-2.06-4.48a1.62%201.62%200%200%200-1.57-1%205.71%205.71%200%200%200-2.83.85l-.2.14A4.48%204.48%200%200%200%200%204.8c0%202.78%202.07%206.91%206.32%2012.63%204.55%206.12%2010%209%2012.19%209%202%200%204-2.51%204.66-3.73a1.92%201.92%200%200%200-.33-2.46Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}

#spNavArea .spNavBtn ul li:nth-child(2) a span {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.41%2013.22%22%3E%3Cpath%20d%3D%22m0%2012.62%203.66-6L0%20.62l1.39-.6%204%206.61-4%206.61Z%22%20fill%3D%22%23cf2226%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
	background-size: 5px;
	padding-left: 10px;
}

#spNavArea div#spNavBody .logo_02 {
	margin: 20px 0 0;
	text-align: center;
}

#spNavArea div#spNavBody .logo_02 img {
	height: auto;
	margin-bottom: 20px;
}

#spNavArea div#spNavBody address {
	text-align: center;
}

#spNavArea div#spNavBody .tel {
	color: #006668;
	font-size: 36px;
	white-space: nowrap;
	text-align: center;
}

#spNavArea div#spNavBody .tel small {
	font-size: 18px;
}

#spNavArea div#spNavBody .tel a {
	color: #006668;
}

#spNavArea div#spNavBody .ico_01 ul {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 160px;
}

#spNavArea div#spNavBody .ico_01 ul li {
	width: 30px;
}

.acd-check {
	display: none;
}

@media screen and (max-width: 960px) {
	#spNavArea .navBtn {
		display: block;
	}

	.acd-check {
		display: block;
		margin: 0 !important;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: absolute;
		right: 0;
		top: 1px;
		width: 40px;
		height: 40px;
		/* background: url(../image/ico_plus_01.svg) no-repeat right center;
		background-size: 20px 20px; */
	}

	/*
	.acd-label {
		position: absolute;
		right: 0;
		top: 15px;
		width: 15px;
		height: 15px;
		background: url(../image/ico_plus_01.svg);
		background-size: 100%;
	}
*/

	.acd-check:after {
		content: '';
		position: absolute;
		right: 0;
		top: 12px;
		width: 40px;
		height: 20px;
		background: url(../image/ico_plus_01.svg) no-repeat right center;
		background-size: 20px 20px;
	}

	.acd-content {
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}

	.acd-check:checked:after {
		background: url(../image/ico_minus_01.svg) no-repeat right center;
	}

	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 720px) {
	#spNavArea.navOpen div#spNavBody {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#spNavArea .logo_01 {
		left: 10px;
		top: 10px;
	}

	#spNavArea .headerBtn {
		display: block;
		position: absolute;
		right: 65px;
		top: 20px;
	}

	#spNavArea .headerBtn a img {
		width: 42px;
		margin-left: 5px;
	}

	#spNavArea .navBtn {
		width: 28px;
		top: 20px;
		right: 20px;
	}

	#spNavArea .navBtn:before {
		font-size: 10px;
		top: 23px;
		left: -3px;
	}

	#spNavArea .navBtn span {
		width: 28px;
	}

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

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

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

/* ---------------------------------------------------------
 *	Header
 *---------------------------------------------------------- */

h1 {
	color: #999;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 6;
}

#header {
	height: 114px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.3s ease;
}

#header .inner {
	max-width: 1800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .inner nav ul {
	display: flex;
	font-size: 18px;
	font-family: FOT-筑紫明朝 Pr6N R;
}

#header .inner nav ul li {
	margin-right: 40px;
}

#header .inner nav ul li:last-child {
	margin-right: 0;
}

#header .inner nav ul > li.menu__single {
	position: relative;
}

#header .inner nav li.menu__single ul.menu__second-level {
	position: absolute;
	left: calc(50% - 140px);
	top: 90px;
	width: 280px;
	padding: 20px;
	background: rgba(235, 231, 219, 0.9);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}

#header .inner nav li.menu__single:hover ul.menu__second-level {
	top: 100px;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

#header .inner nav ul.menu__second-level {
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}

#header .inner nav ul.menu__second-level li {
	margin: 0 0 10px 0;
}

#header .inner nav ul.menu__second-level li:last-child {
	margin: 0;
}

/*
#header .inner nav ul.menu__second-level li a span {
	position: relative;
	padding-left: 10px;
}

#header .inner nav ul.menu__second-level li a span:before {
	content: "_";
	position: absolute;
	left: 0;
	bottom: -5px;
}
*/

#header .inner nav ul li a {
	padding: 40px 0;
	display: block;
	transition: 0.3s ease;
}

#header .inner nav ul li a:hover {
	color: #e4af3b;
}

#header .inner nav ul li a:hover span {
	border-bottom: 2px solid #e4af3b;
	padding-bottom: 30px;
}

#header .inner nav ul.menu__second-level li a:hover span {
	border-bottom: none;
	padding-bottom: 0;
}

#header .inner nav ul.menu__second-level li a {
	padding: 0;
}

#header .inner nav li.menu__single.menu__services ul.menu__second-level {
	left: calc(50% - 300px);
	width: 600px;
	padding: 20px;
	text-align: left;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	min-height: 314px;
}

#header .inner nav li.menu__single.menu__clinic ul.menu__second-level,
#header .inner nav li.menu__single.menu__orthodontic ul.menu__second-level {
	left: calc(50% - 180px);
	width: 360px;
	padding: 20px;
	text-align: left;
	min-height: 314px;
}

#header .inner nav li.menu__single.menu__facilities ul.menu__second-level {
	left: calc(50% - 150px);
	width: 300px;
	padding: 20px;
	text-align: left;
	min-height: 314px;
}

#header .inner nav li.menu__single.menu__services ul.menu__second-level:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 212px;
	background: url(../image/pic_nav_01.jpg) no-repeat right bottom;
	background-size: 100% 100%;
}

#header .inner nav li.menu__single.menu__clinic ul.menu__second-level:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 212px;
	background: url(../image/pic_nav_02_1.jpg) no-repeat right bottom;
	background-size: 100% 100%;
}

#header .inner nav li.menu__single.menu__orthodontic ul.menu__second-level:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 212px;
	background: url(../image/pic_nav_03.jpg) no-repeat right bottom;
	background-size: 100% 100%;
}

#header .inner nav li.menu__single.menu__facilities ul.menu__second-level:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 212px;
	background: url(../image/pic_nav_04.jpg) no-repeat right bottom;
	background-size: 100% 100%;
}

#header .inner nav li.menu__single.menu__services ul.menu__second-level li {
	width: 35%;
}

#header .logo {
	height: 114px;
	display: flex;
	align-items: center;
}

#header .logo img {
	width: 557px;
	transition: 0.3s ease;
}

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

	#header .logo img {
		width: 30.271vw;
		min-width: 290px;
	}
}

@media screen and (max-width: 1240px) {
	#header .inner nav ul li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1024px) {
	#header .inner nav ul li {
		font-size: 16px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 960px) {
	#header .inner nav {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		top: 2px;
		font-size: 10px;
        display: none;
	}

	#header {
		height: 60px;
	}

	#header .logo {
		height: 60px;
	}

	#header .logo img {
		width: 240px;
	}
}

@media screen and (max-width: 380px) {
	#header .logo img {
		width: 70vw;
		min-width: 0;
	}
}

/* ---------------------------------------------------------
 *	Footer
 *---------------------------------------------------------- */

#footer {
	padding: 130px 0 0;
	background: rgb(247, 242, 238);
	background: -moz-linear-gradient(-45deg, rgba(247, 242, 238, 1) 0%, rgba(230, 227, 214, 1) 83%, rgba(230, 227, 214, 1) 83%);
	background: -webkit-linear-gradient(-45deg, rgba(247, 242, 238, 1) 0%, rgba(230, 227, 214, 1) 83%, rgba(230, 227, 214, 1) 83%);
	background: linear-gradient(135deg, rgba(247, 242, 238, 1) 0%, rgba(230, 227, 214, 1) 83%, rgba(230, 227, 214, 1) 83%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f2ee', endColorstr='#e6e3d6', GradientType=1);
	position: relative;
}

#footer #btn_top {
	width: 30px;
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 5;
}

#footer .spNav {
	display: none;
}

#footer .inner {
	max-width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}

#footer .box_01 {
	width: 598px;
}

#footer .logo {
	margin-bottom: 20px;
}

#footer .box_02 {
	width: 491px;
	margin: 0 auto 20px;
}

#footer .tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#footer .tel small {
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
}

#footer .tel strong {
	color: #006668;
	font-size: 20px;
	white-space: nowrap;
}

#footer .tel em {
	font-size: 40px;
}

#footer .tel strong a {
	color: #006668;
}

#footer .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

#footer .btn a {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	display: block;
	height: 53px;
	line-height: 53px;
	border-radius: 7px;
	transition: 0.3s ease;
}

#footer .btn a:nth-child(1) {
	width: 272px;
	font-size: 25px;
	background: #285983;
}

#footer .btn a:nth-child(2) {
	width: 205px;
	font-size: 22px;
	background: #9f5983;
}

#footer .btn a:hover {
	opacity: 0.8;
}

#footer .btn a:nth-child(1) span {
	padding-left: 50px;
	background: url(../image/ico_note_01.svg) no-repeat left center;
	background-size: 29px;
}

#footer .btn a:nth-child(2) span {
	padding-left: 40px;
	background: url(../image/ico_ig_01.svg) no-repeat left center;
	background-size: 24px;
}

#footer address {
	font-size: 23px;
	text-align: center;
}

#footer table {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	text-align: center;
}

#footer table th {
	padding: 0 10px 5px;
	border-bottom: 1px solid #666;
}

#footer table td {
	padding: 10px;
}

#footer table td:first-child {
	font-size: 18px;
	width: 150px;
}

#footer table tr:nth-child(2) td {
	padding: 10px 10px 0;
}

#footer table span {
	color: #285983;
}

#footer p {
	font-size: 20px;
	text-align: right;
}

#footer p span {
	color: #285983;
}

#footer nav {
	padding: 20px;
	background: #bba378;
}

#footer nav a {
	color: #fff;
}

#footer nav ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

#footer nav ul li {
	border-left: 1px solid #fff;
	padding-left: 20px;
	white-space: nowrap;
}

@media screen and (max-width: 480px) {
	#footer nav ul li {
		white-space: normal;
	}

	#footer nav ul li:nth-child(2) {
    	width: auto;
	}
}

#footer nav ul li:nth-child(1) {
	width: 160px;
}

#footer nav ul li:nth-child(2) {
	width: 565px;
}

#footer nav ul li dl {
	display: flex;
}

#footer nav ul li dt {
	width: 130px;
}

#footer nav ul li dd {
	width: calc(100% - 140px);
}

#footer nav ul li dd a {
	margin-right: 1em;
	padding-left: 15px;
	position: relative;
}

#footer nav ul li dd a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 15px;
	background: url(../image/ico_arrow_03.svg);
	background-size: 100%;
}

#footer .copyright {
	color: #fff;
	font-size: 12px;
	background: #9b8c5e;
	text-align: center;
	padding: 12px 10px;
}

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

	#footer .box_01 {
		margin: 0 auto 60px;
	}

	#footer .inner iframe {
		width: 100%;
	}

	#footer nav ul {
		flex-direction: column;
	}

	#footer nav ul li {
		margin-bottom: 20px;
	}

	#footer nav ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	#footer nav ul li dl {
		display: block;
	}
}

@media screen and (max-width: 638px) {
	#footer .box_01 {
		width: auto;
		margin: 0 20px 60px;
	}
}

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

	#footer .btn {
		justify-content: flex-start;
	}

	#footer .btn a:nth-child(2) {
		width: 53px;
		overflow: hidden;
		margin-left: 10px;
		padding-left: 15px;
	}

	#footer .tel {
		display: block;
	}

	#footer .tel small {
		display: block;
	}

	#footer .tel small br {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	#footer {
		padding: 60px 0 0;
	}

	#footer #btn_top {
		display: none;
	}

	#footer .box_02 {
		width: 308px;
	}

	#footer .tel strong {
		font-size: 16px;
	}

	#footer .tel em {
		font-size: 36px;
	}

	#footer .btn a:nth-child(1) {
		width: 245px;
	}

	#footer address {
		font-size: 21px;
		text-align: left;
	}

	#footer table td:first-child {
		font-size: 16px;
		width: auto;
	}

	#footer table th {
		font-size: 12px;
		padding: 0 5px 5px;
	}

	#footer table td {
		font-size: 12px;
		padding: 5px;
	}

	#footer table tr:nth-child(2) td {
		padding: 5px 5px 0;
	}

	#footer p {
		font-size: 16px;
		text-align: left;
	}

	#footer .spNav {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 5;
	}

	#footer .spNav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#footer .spNav ul li {
		width: 50%;
	}

	#footer .spNav ul li a {
		height: 60px;
		line-height: 60px;
		display: block;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}

	#footer .spNav ul li:nth-child(1) a {
		font-family: 'Noto Serif JP', serif;
		background: #285983;
	}

	#footer .spNav ul li:nth-child(2) a {
		background: #e4af3b;
	}

	#footer .spNav ul li:nth-child(2) a small {
		font-size: 12px;
	}

	#footer .spNav ul li:nth-child(1) a span {
		padding-left: 35px;
		background: url(../image/ico_note_01.svg) no-repeat left center;
		background-size: 25px;
	}

	#footer .copyright {
		font-size: 10px;
		padding: 12px 10px 73px;
	}
}

@media screen and (max-width: 480px) {
	#footer nav ul li dd a {
		display: block;
	}
}

/*20250916編集*/

/* ヘッダーナビのフォント縮小調整 */
@media screen and (max-width: 1240px) {
  #header .inner nav ul {
    font-size: 16px;
  }
  #header .inner nav ul li {
    margin-right: 25px; /* 少し詰める */
  }
}

@media screen and (max-width: 1100px) {
  #header .inner nav ul {
    font-size: 15px;
  }
  #header .inner nav ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #header .inner nav ul {
    font-size: 14px;
  }
  #header .inner nav ul li {
    margin-right: 15px;
  }
}
#header .inner nav ul li a span {
  white-space: nowrap;
}
#header .inner nav ul {
    font-size: 16px;
}
#header .inner nav ul li {
    margin-right: 25px;
}