@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/
@media screen and (max-width:750px) {

	/* navi sp ドロワー修正  */
	#head-navi>ul>li>a {
		display: block !important;
	}

	#head-navi>ul>li>.sub-menu.show01 {
		display: block !important;
	}
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.top-title {
	text-align: right;
	margin: 5px 0 35px;
}

.top-title h1 {
	font-size: 10px;
}

.logo-contact-wrap {
	margin-bottom: 75px;
}

.headr-contact {
	margin-top: 30px;
	;
}

.headr-contact p {
	font-size: 21px;
	padding-top: 10px;
}

.headr-contact i.fa-phone {
	font-size: 35px;
	padding: 0 20px 0 20px;

}

.headr-contact p .icon-phone {
	font-size: 16px;
	padding: 0 25px 0 10px;
}

.headr-contact a {
	font-size: 37px;
}

/* 追従サイドリンク  */
.side-link {
	position: absolute;
	right: 0;
	top: 115px;
	z-index: 10;
	transition: 0.3s;
}

.home .side-link {
	top: 170px;
}

.side-link2 {
	position: fixed;
	top: 115px;
	right: 0;
	z-index: 10;
	transition: 0.3s;
	transform: translateX(120px);
}

.home .side-link2 {
	top: 170px;
}

.side-link2.show {
	transform: translateX(0px);
}

@media screen and (max-width:750px) {
	.logo-contact-wrap {
		width: 100%;
		margin-bottom: 0;
		padding-left: 10px;
		position: fixed;
		z-index: 99;
		background: #fff;
	}

	.logo-wrap {
		margin: 10px;
	}

	.side-link {
		display: none;
	}

	.side-link2,
	.home .side-link2 {
		width: 60px;
		top: auto;
		bottom: 10px;
	}
}

@media screen and (max-width:650px) {
	.logo-contact-wrap {
		margin-bottom: 0;
		padding-left: 10px;
		position: fixed;
		z-index: 99;
		background: #fff;
	}

	.side-link {
		display: none;
	}

	.side-link2,
	.home .side-link2 {
		width: 60px;
		top: auto;
		bottom: 10px;
	}
}

/* header  */
#header {
	width: 100%;
	position: relative;
}

.head-content {
	height: 100px;
	min-width: 1200px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	z-index: 20;
	/* 	transition:0.3s; */
}

.home .head-content.fix {
	position: fixed;
	transition: 0.3s;
}

.head-content .discription {
	color: #fff;
	font-size: 16px;
}

.head-content h1 {}

.head-content h1 a {
	display: none;
}

.head-content.fix h1 a {
	display: block;
}

.head-content .top-facebook {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 30px;
}

.head-content .top-facebook i {
	color: #225aa8;
	font-size: 20px;
}

@media screen and (max-width:750px) {
	#header {
		width: 100%;
		position: relative;
	}

	.head-content {
		z-index: 20;
		min-width: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		min-height: 60px;
		height: auto;
		border-bottom: 3px solid;
		padding: 0 10px;
	}

	.head-content .discription {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #555;
		font-size: 10px;
	}

	.head-content h1 {
		margin-top: 0;
	}

	.head-content .title {
		min-width: 200px;
		display: inline-block;
	}

	.head-content .top-facebook {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 40px;
		margin-right: 10px;
	}

	.head-content .top-facebook i {
		font-size: 30px;
		position: relative;
		top: -1px;
	}

}

@media screen and (max-width:650px) {
	#header {
		width: 100%;
		position: relative;
	}

	.head-content {
		z-index: 20;
		min-width: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		min-height: 60px;
		height: auto;
		border-bottom: 3px solid;
		padding: 0 10px;
	}

	.head-content .discription {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #555;
		font-size: 10px;
	}

	.head-content h1 {
		margin-top: 0;
	}

	.head-content .title {
		min-width: 200px;
		display: inline-block;
	}

	.head-content .top-facebook {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 40px;
		margin-right: 10px;
	}

	.head-content .top-facebook i {
		font-size: 30px;
		position: relative;
		top: -1px;
	}

}

/*  main-v  */
.main-v {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
}

.main-v .big-img-wrap {
	max-width: 700px;
	border-right: 1px solid #0085f0;
}

.main-v .small-img-wrap {
	max-width: 500px;
}

.main-v .small-img-wrap a {
	display: block;
}

.main-v .small-img-wrap a:first-child {
	border-bottom: 1px solid #0085f0;
}

@media screen and (max-width:750px) {
	.main-v {
		width: 100%;
		padding-top: 100px;
	}

	.main-v-wrap {}

	.main-v .big-img-wrap {
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid #0085f0;
	}

	.main-v .small-img-wrap {
		max-width: 100%;
	}

}

@media screen and (max-width:650px) {
	.main-v {
		width: 100%;
		padding-top: 90px;
	}

	.main-v-wrap {}

	.main-v .big-img-wrap {
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid #0085f0;
	}

	.main-v .small-img-wrap {
		max-width: 100%;
	}

	/* 下層 */
	/*	.main-v {
		height:250px !important;
	}
	.first .main-v {
		background:url(../images/sp-first-main-v01.png) no-repeat center top 5% #ecfff2;
		background-size:cover;
	}
	.child_dentistry .main-v {
		background:url(../images/child_dentistry-main-v01.png) no-repeat left 35% center;
		background-size:cover;
	}*/

}

/*----------------------------------------------------
sub-v
----------------------------------------------------*/
.sub-v {
	background: url(../images/sub-v.png);
	background-size: cover;
}

.sub-v .mywidth {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.sub-v .title-wrap {}

.sub-v .title-wrap h2 {
	font-size: 38px;
	position: relative;
	text-align: center;
	margin: 140px 0;
	text-shadow:
		1px 1px 1px #fff,
		1px -1px 1px #fff,
		-17px -3px 16px #fff,
		0 0 16px #fff,
		0 0 16px #fff;
}

.sub-v .title-wrap h2 span {
	font-size: 18px;
	text-shadow:
		0 0 0 #fff;

}

@media screen and (max-width:750px) {
	.sub-v {
		padding-top: 80px;
	}

	.sub-v .mywidth {
		height: 150px;
		margin-bottom: 50px;
	}

	.sub-v .title-wrap h2 {
		font-size: 25px;
		margin: 30px 0 45px;

	}

	.sub-v .title-wrap h2 span {}
}

@media screen and (max-width:650px) {
	.sub-v .mywidth {
		height: 150px;
		margin-bottom: 50px;
	}

	.sub-v .title-wrap h2 {
		font-size: 25px;
	}

	.sub-v .title-wrap h2 span {
		font-size: 14px;

	}

}

/*----------------------------------------------------
パンくず
----------------------------------------------------*/
.breadcrumbs {
	overflow: hidden;
	margin-top: 30px;
}

.breadcrumbs span,
.breadcrumbs a span {
	font-size: 12px;
	padding: 0 5px;
}

.breadcrumbs span.post-page {
	color: #5fb6e0;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs a span {}

.breadcrumbs a span:hover {
	opacity: 0.7;
}

@media screen and (max-width:750px) {
	.breadcrumbs {
		margin-top: 10px;
	}
}

@media screen and (max-width:650px) {
	.breadcrumbs {
		margin-top: 10px;
	}
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	width: 100%;
	background: #b9baba;
}

#footer .logo-wrap {
	min-width: 320px;
}

#footer .logo-wrap .text {
	margin-top: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 1.7em;
}

#scroll-top a {
	border-radius: 50%;
	bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	height: 70px;
	width: 70px;
	padding: 5px;
	position: fixed;
	right: 30px;
}

#scroll-top a:before {
	content: "\e900";
	font-family: "icomoon";
	color: #fff;
	font-size: 14px;
	position: relative;
	top: 0px;
	transform: rotate(-90deg);
}

.copy {
	font-size: 16px;
	text-align: center;
	padding: 0 0 20px;
}

@media screen and (max-width:750px) {
	.foot-contact-wrap .title {
		font-size: 28px;
	}

	.foot-contact-wrap .add-text {
		font-size: 16px;
	}

	.foot-contact-wrap .tel {
		font-size: 24px;
		font-weight: bold;
	}

	.foot-contact-wrap .tel:before {
		font-size: 24px;
	}

	#scroll-top a {
		display: none;
	}

	.copy {
		font-size: 16px;
		text-align: center;
		padding: 20px 0 20px;
	}
}

@media screen and (max-width:650px) {
	.foot-contact-wrap .title {
		font-size: 28px;
	}

	.foot-contact-wrap .add-text {
		font-size: 16px;
	}

	.foot-contact-wrap .tel {
		font-size: 24px;
		font-weight: bold;
	}

	.foot-contact-wrap .tel:before {
		font-size: 24px;
	}

	#scroll-top a {
		display: none;
	}

	.copy {
		font-size: 10px;
		text-align: center;
		padding: 20px 0 20px;
	}
}

/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
@media screen and (max-width:750px) {

	.menu-ani-button {
		cursor: pointer;
		position: absolute;
		width: 40px;
		/*---線の長さ---*/
		height: 25px;
		/*---線の太さ長さによって調整---*/
		margin-top: 13px;
		margin-left: 16px
	}

	.bar,
	.bar:before,
	.bar:after {
		height: 2px;
		/*---線の太さ---*/
		border-radius: 3px;
		width: 100%;
		background-color: #ffffff;
		transition: all .25s;
		position: absolute;
		color: #ffffff;
	}

	.bar {
		left: 3px;
		top: 6px;
	}

	.bar:before {
		content: "";
		left: 0;
		top: -10px;
	}

	.bar:after {
		content: "";
		left: 0;
		top: 10px;
	}

	.menu-animated .bar {
		background-color: transparent;
		transition: all .25s;
	}

	.menu-animated .bar:before {
		transition: all .25s;
		content: "";
		transform: rotate(45deg);
		top: 0px;
	}

	.menu-animated .bar:after {
		transition: all .25s;
		content: "";
		transform: rotate(-45deg);
		top: 0px;
	}

	.menu-ani-button-wrap {
		width: 100px;
		position: relative;
		background: #5fb6e0;
		padding: 12px;
	}

	.menu-text {
		position: absolute;
		top: 37px;
		right: -22px;
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
		color: #ffffff;
	}

	.tel-wrap {
		width: 100px;
		padding: 12px;
		background: #c3d60b;
	}

	.tel-wrap a {
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
		color: #ffffff;
	}

	.tel-wrap a i.fa-phone {
		font-size: 37px;
		color: #ffffff;
		padding-bottom: 15px;
	}

	.tel-wrap.col a {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
}

@media screen and (max-width:650px) {

	.menu-ani-button {
		cursor: pointer;
		position: absolute;
		width: 25px;
		/*---線の長さ---*/
		height: 25px;
		/*---線の太さ長さによって調整---*/
		margin-top: 3px;
		margin-left: 2px
	}

	.bar,
	.bar:before,
	.bar:after {
		height: 2px;
		/*---線の太さ---*/
		border-radius: 3px;
		width: 100%;
		background-color: #ffffff;
		transition: all .25s;
		position: absolute;
		color: #ffffff;
	}

	.bar {
		left: 3px;
		top: 6px;
	}

	.bar:before {
		content: "";
		left: 0;
		top: -6px;
	}

	.bar:after {
		content: "";
		left: 0;
		top: 6px;
	}

	.menu-animated .bar {
		background-color: transparent;
		transition: all .25s;
	}

	.menu-animated .bar:before {
		transition: all .25s;
		content: "";
		transform: rotate(45deg);
		top: 0px;
	}

	.menu-animated .bar:after {
		transition: all .25s;
		content: "";
		transform: rotate(-45deg);
		top: 0px;
	}

	.menu-ani-button-wrap {
		width: 50px;
		position: relative;
		background: #5fb6e0;
		padding: 6px;
	}

	.menu-text {
		position: absolute;
		top: 22px;
		right: -12px;
		font-size: 10px;
		font-weight: bold;
		white-space: nowrap;
		color: #ffffff;
	}

	.tel-wrap {
		width: 50px;
		padding: 6px;
		background: #c3d60b;
	}

	.tel-wrap a {
		font-size: 10px;
		font-weight: bold;
		white-space: nowrap;
		color: #ffffff;
	}

	.tel-wrap a i.fa-phone {
		font-size: 25px;
		color: #ffffff;
		padding-bottom: 0;
	}

	.tel-wrap.col a {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
}

/*----------------------------------------
ナビゲーション(ヘッダー)
----------------------------------------*/
#head-navi {
	display: block;
}

#head-navi>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1300px;
}

#head-navi>ul>li {
	display: table-cell;
	border-left: 1px solid #999;
	position: relative;
}

#head-navi>ul>li:last-child {
	border-right: 1px solid #999;
}

#head-navi>ul>li>a {
	font-size: 16px;
	display: block;
	padding: 10px 0;
	white-space: nowrap;
	text-align: center;
	transition: 0.3s;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#head-navi>ul>li.current-menu-item>a {
	color: #5fb6e0;
}

#head-navi>ul>li>a:hover {
	color: #5fb6e0;
}

/* child-list */

#head-navi>ul>li:nth-child(3):hover,
#head-navi>ul>li:nth-child(5):hover {
	cursor: pointer;
}

#head-navi>ul>li:nth-child(5):hover .sub-menu {
	width: 850px;
	overflow: visible;
}

#head-navi>ul>li#menu-item-120:hover .sub-menu {
	width: 590px;
	overflow: visible;
}

#head-navi>ul>li>.sub-menu {
	width: 0px;
	position: absolute;
	left: -360px;
	bottom: -110px;
	display: none;
	padding-top: 45px;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#head-navi>ul>li#menu-item-120>.sub-menu {
	width: 0px;
	position: absolute;
	left: -216px;
	bottom: -68px;
	display: none;
	padding-top: 50px;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#head-navi>ul>li>.out-wrap>.child-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}

#head-navi>ul>li>.sub-menu li {
	width: 20%;
}

#head-navi>ul>li#menu-item-120>.sub-menu li {
	width: 50%;
}

/*リンク無効*/
#menu-item-115 a {
	pointer-events: none;
}

#head-navi>ul>li>.sub-menu li#menu-item-115:hover,
#head-navi>ul>li>.sub-menu li#menu-item-115 a:hover {
	pointer-events: none;
	background: white;
}

#head-navi>ul>li>.sub-menu li {
	background: #ffffff;
	border: 1px solid #60b6e0;
	border-right: none;
}

#head-navi>ul>li>.sub-menu li:nth-child(9),
#head-navi>ul>li>.sub-menu li:nth-child(10),
#head-navi>ul>li>.sub-menu li:nth-child(6),
#head-navi>ul>li>.sub-menu li:nth-child(7),
#head-navi>ul>li>.sub-menu li:nth-child(8) {
	border-top: none;
}

#head-navi>ul>li>.sub-menu li:nth-child(5),
#head-navi>ul>li>.sub-menu li:nth-child(10),
#head-navi>ul>li>.sub-menu li#menu-item-157 {
	border-right: 1px solid #60b6e0;
}

#head-navi>ul>li>.sub-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: #333333;
	transition: 0.3s;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#head-navi>ul>li>.sub-menu li:hover,
#head-navi>ul>li.menu-item-120>.sub-menu li:hover {
	background: rgba(95, 182, 224, .9);
}

#head-navi>ul>li>.sub-menu li a:hover {
	color: #fff;
}

@media screen and (max-width:750px) {
	#head-navi {
		display: block;
		width: 100%;
		background: #fff;
		z-index: 10;
		position: fixed;
		padding-bottom: 60px;
		top: 50px;
		left: 750px;
		right: 0;
		bottom: 0px;
		height: 100%;
		transition: 0.6s;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	#head-navi.open-navi {
		left: 0px;
		transition: 0.6s;
	}

	#head-navi>ul {
		display: block;
	}

	#head-navi>ul>li {
		list-style: none;
		border-left: none;
		border-bottom: 1px dotted;
		display: block;
	}

	#head-navi>ul>li:first-child {
		border-top: none;
	}

	#head-navi>ul>li>a {
		font-size: 13px;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		text-align: left;
	}

	#head-navi>ul>li>a:hover {
		opacity: 0.5;
	}

	/* child-list */
	#head-navi>ul>li.menu-item-9,
	#head-navi>ul>li.menu-item-120 {
		cursor: pointer;
		position: relative;
	}

	#head-navi>ul>li.menu-item-9:after,
	#head-navi>ul>li.menu-item-120:after {
		content: "\f105";
		font-family: "FontAwesome";
		transform: rotate(90deg);
		font-size: 18px;
		color: #5fb6e0;
		display: flex;
		align-items: center;
		height: 100%;
		max-height: 48px;
		position: absolute;
		top: 0;
		right: 10px;
		transition: 0.3s;
	}

	#head-navi>ul>li.menu-item-9.open:after,
	#head-navi>ul>li.menu-item-120.open:after {
		transform: rotate(270deg);
		transition: 0.3s;
	}

	#head-navi>ul>li.menu-item-9>a,
	#head-navi>ul>li.menu-item-120>a {
		display: inline-block;
	}

	#head-navi>ul>li>.sub-menu {
		width: 100%;
		position: relative;
		left: 0px;
		top: 0;
		bottom: auto;
		display: none;
		padding-top: 0px;
	}

	#head-navi>ul>li#menu-item-120:hover .sub-menu {
		width: 100%;
	}

	#head-navi>ul>li#menu-item-120>.sub-menu {
		width: 100%;
		position: relative;
		left: 0px;
		top: 0;
		bottom: auto;
		display: none;
		padding-top: 0px;
	}

	#head-navi>ul>li>.sub-menu.show01 {
		display: block;
	}

	#head-navi>ul>li#menu-item-120>.sub-menu.show02 {
		display: block;
	}

	#head-navi>ul>li>.sub-menu li {
		width: 100%;
		border: none;
		border-top: 1px dotted #60b6e0;
		display: block;
	}

	#head-navi>ul>li#menu-item-120>.sub-menu li {
		width: 100%;
		border: none;
		border-top: 1px dotted #60b6e0;
		display: block;
	}

	#head-navi>ul>li>.sub-menu li:nth-child(5),
	#head-navi>ul>li>.sub-menu li:nth-child(6),
	#head-navi>ul>li>.sub-menu li:nth-child(7),
	#head-navi>ul>li>.sub-menu li:nth-child(8),
	#head-navi>ul>li>.sub-menu li:nth-child(9) {
		border-top: 1px dotted #60b6e0;
	}

	#head-navi>ul>li>.sub-menu li a,
	#head-navi>ul>li#menu-item-120>.sub-menu li a {
		display: block;
		font-size: 13px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 40px;
		text-align: left;
		height: auto;
	}

	#head-navi>ul>li>.sub-menu li a:hover {
		opacity: 0.7;
	}

	#head-navi>ul>li>.sub-menu li:nth-child(10) {
		display: none;
	}

}


/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot-navi {
	padding: 45px 0;
}

#foot-navi {
	display: flex;
	padding-bottom: 65px;
}

#foot-navi>.ul-wrap,
#foot-navi>.flex>.ul-wrap {
	display: flex;
	justify-content: space-around;
}

#foot-navi>.ul-wrap>ul,
#foot-navi>.flex>.ul-wrap>.footer-links>.nav {
	/*padding-right: 120px;*/
	padding-right: 90px;
}

#foot-navi>.ul-wrap>ul,
#foot-navi>.flex>.ul-wrap>.footer-links>.nav.footer-nav04 {
	padding-right: 0;
}

#foot-navi>.ul-wrap>ul>li {}

#foot-navi>.ul-wrap>ul>li>a,
#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 9px 0;
	display: block;
	font-size: 16px;
	transition: 0.3s;
	color: #ffffff;
}

#foot-navi>.ul-wrap>.footer-links>.nav>li>a:before,
#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a:before {
	content: "ー";
	padding-right: 15px;
	font-size: 24px;
	vertical-align: bottom;
	text-indent: 1em;
}

#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a:hover {
	opacity: 0.5;
}

@media screen and (max-width:750px) {
	#foot-navi {
		flex-direction: column;
		align-items: center;
		padding-bottom: 90px;
		padding-top: 90px;
	}

	#foot-navi>.ul-wrap,
	#foot-navi>.flex>.ul-wrap {
		width: 100%;
		flex-direction: column;
	}

	#foot-navi>.ul-wrap,
	#foot-navi>.flex>.ul-wrap.sp-footer-add01 {
		/*margin-top: -7%;*/
	}

	#foot-navi>.ul-wrap,
	#foot-navi>.flex>.ul-wrap.sp-footer-add02 {
		/*margin-top: 5%;*/
	}

	#foot-navi>.sp-flex>.ul-wrap {
		width: 100%;
	}

	#foot-navi>.ul-wrap>ul,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav {
		padding-right: 0px;
		padding-left: 0;
	}

	#foot-navi>.ul-wrap>ul,
	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer03.nav {
		padding-right: 27px;
	}

	#foot-navi>.ul-wrap>ul,
	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer06.nav {
		padding-right: 27px;
		padding-right: 0;
	}

	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer02,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>ul.footer-nav02 {
		padding: 0 0 32% 0;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>ul>li>a {
		font-size: 12px;
	}

	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li#menu-item-158>a {
		line-height: 2.2em;
	}

	#footer .logo-wrap {
		min-width: 0;
		text-align: center;
	}

	#footer .logo-wrap img {
		max-width: 250px;
	}

	#footer .logo-wrap .text {
		margin-top: 15px;
		font-size: 12px;
	}

	.flex>.ul-wrap>ul>li>a::before {
		padding-right: 10px;
		font-size: 18px;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a {
		font-size: 22px;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a {
		padding-left: 3em;
		text-indent: -3em;
		font-size: 14px;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li#menu-item-40>a {
		line-height: 2.2em;
	}
}

@media screen and (max-width:650px) {
	#foot-navi {
		flex-direction: column;
		align-items: center;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	#foot-navi>.ul-wrap,
	#foot-navi>.flex>.ul-wrap {
		width: 100%;
		flex-direction: column;
	}

	#foot-navi>.sp-flex>.ul-wrap {
		width: 100%;
	}

	#foot-navi>.ul-wrap>ul,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav {
		padding-right: 0px;
		padding-left: 0;
	}

	#foot-navi>.ul-wrap>ul,
	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer03.nav {
		padding-right: 27px;
	}

	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer02,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>ul.footer-nav02 {
		padding: 0 0 32% 0;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>ul>li>a {
		font-size: 12px;
	}

	#footer .logo-wrap {
		min-width: 0;
		text-align: center;
	}

	#footer .logo-wrap img {
		max-width: 250px;
	}

	#footer .logo-wrap .text {
		margin-top: 15px;
		font-size: 12px;
	}

	.flex>.ul-wrap>ul>li>a::before {
		padding-right: 10px;
		font-size: 18px;
	}

	#foot-navi>.ul-wrap>ul>li>a,
	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li>a {
		padding-left: 3em;
		text-indent: -3em;
		font-size: 14px;
	}
}

@media screen and (max-width:350px) {
	#foot-navi>.flex>.ul-wrap.sp-footer-add01 {
		margin-top: -8%;
	}

	#foot-navi>.flex>.ul-wrap>.footer-links>.nav>li#menu-item-158>a {
		line-height: 2.3em;
	}

	#foot-navi>.flex>.ul-wrap>.footer-links>#menu-footer03.nav {
		padding-right: 0px;
	}
}

/*----------------------------------------
ナビゲーションSP(フッター)
----------------------------------------*/
#foot-navi-sp>.ul-wrap>ul>li>a {
	display: block;
	color: #555;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 32px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AFAFAF;
	background: url(../images/top_111.png) no-repeat 95% center;
	text-shadow: 0px -1px 0px #FFF !important;
}

#foot-navi-sp>.ul-wrap>ul>li {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #fff;
}

#foot-navi-sp>.ul-wrap>ul>li>a:hover {
	opacity: 0.5;
}