@charset "UTF-8";
/*
本文：#000
サブテキスト：#999
メインカラー：#4682b4
	#cead6e 少し濃い
	#5e99cc 少し薄い
	#afcce6  かなり薄い
	#e2f5f2 すごく薄い（背景色）
サブカラー：#87b446
赤：#cc0000;
薄い線：#ddd
薄いグレー：#f1f1f1
*/

body {
	background: #fff;
	color: #000;
    font-family:"メイリオ", Meiryo,"Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic", "Meiryo","Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.8;
}
.f_min{
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
@media all and (-ms-high-contrast:none){
	.f_min{
		padding-top:0.5em;
	}
}
a, a:visited {
	color: #000;
}


/*============
	main
============*/
	.contents {
		margin-bottom: 1.5em;
	}

/* mainblock */
@media print, screen and (min-width: 768px) {
	.contents .mainblock {
		min-height: 600px;
	}
}

/* under */
.mainblock.under {
	padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
	.contents {
		margin-bottom: 25px;
	}
}

/*============
	aside
============*/
/**/
@media print, screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

/*============
	.contentbottom
============*/
.contentbottom > .inner{
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
.contentbottom p{
margin-bottom:1em;
}
@media print, screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
}

/*============
	footer
============*/
.footer {
	padding: 3em 0 0.5em;
	text-align: left;
}
.footer li.menu-item-has-children {
	margin-bottom: 2em;
}
#menu-footer-nav li.menu-item-has-children > .nav_title {
	font-size: 20px;
	pointer-events: none;
	font-weight: bold;
}
.footer .sub-menu {
	font-size: 15px;
	margin-bottom: 1.2em;
	margin-top: 1em;
	display: block !important;
}
.footer .sub-menu li {
	line-height: 1.4;
	font-size: 16px;
	position: relative;
	margin-bottom: 0.7em;
	padding-left: 1em
}
.footer .sub-menu li::before {
	position: absolute;
	content: "＞";
	width: 0;
	height: 0;
	top:0;
	left:0;
}
.footer li a {
	text-decoration: none;
	color: #000;
}
.footer li a:hover {
	color: #cead6e;
}
.footer .googlemap iframe {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.copyright { /**/
	text-align: center;
	padding: 0em 0 70px;
	color: #000;
}
@media print, screen and (min-width: 768px) {
	.footer #menu-footer-nav {
		box-sizing: border-box;
		padding-right: 1.4%;
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
	}

	.footer li.menu-item-has-children {
width:25%;
	}
	.footer .googlemap {
		padding-bottom: 28%
	}
}
@media screen and (max-width: 1042px) {
	.footer #menu-footer-nav {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 768px) {
	.footer li, .footer li a, #menu-sitemap li, #menu-sitemap li a {
		vertical-align: top;
	}
}
@media only screen and (max-width: 767px) {
	.footer li.menu-item-has-children,
	.footer li.menu-item-has-children:last-child {
		float: none;
		height: auto;
		width: 100%;
		border-left: none;
		padding-left: 1%;
	}
	.footer .sub-menu li {
		vertical-align: top;
	}
	.copyright {
		padding-bottom: 15%;
	}
}

/*============
	inq
============*/
.inq {
	position: fixed;
}
@media print, screen and (min-width: 768px) {
	.inq {
		right: 0;
		top: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.inq {
		right: 0;
		bottom: 0;
    text-align: right;
z-index:1;
	}
}
/* inq_item */
.inq .inq_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    align-items: center;
}
.inq .inq_item > * {
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
@media print, screen and (min-width: 768px) {
	.inq .inq_item {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	.inq .inq_item a:not(:last-child) {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
}

/*============
	totop
============*/
/* totop */
.totop {
display: inline-block;
    }
.totop:hover {
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	.totop {
		/*position: absolute;
		top: -50px*/
	}
}
/* totop_item */
.totop_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d4dbdb;
	height: 50px;
	text-align: center;
	width: 50px;
	font-size: 12px;
	line-height: 1;
	z-index: 3;
}
.totop_item > * {
	-webkit-box-flex:1;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
}
@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	.totop_item {
		height: 50px;
		width: 50px;
	}
}
/* ----------------------------------------------------------テンプレcss */

/* ヘッダー */
/*============
	header
============*/
.header {
	padding: 20px 0 20px;
}

.header_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_logo,
.header_info {
	-webkit-box-flex:1;
	-ms-flex:0 1 auto;
	flex:0 1 auto;

}
.header_logo img {
	width: calc(40 / 28 *1em);
}
.header_logo a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.header_logo a{
    display: flex;
    align-items: center;
    gap: .3em;
    line-height: 1;
    font-size: clamp(18px, 2.75vw, 28px);
}
.header_logo .logo_text{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
display:block;
}
.header_logo .logo_text small{
display:block;
    margin-bottom: .2em;
    font-size: .45em;
}
@media print, screen and (min-width: 768px) {
	.header_inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.header {
		padding: 20px 0 0;
	}
	.header_inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header_logo {
		max-width: 80%;
		margin-bottom: 20px;
	}
}

/* sp_nav */
@media only screen and (max-width: 767px) {
	#header {
		position: absolute;
		padding: 0;
	}
	#header {
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		padding: 0;
		max-width: 40%;
		text-align: center;
	}
	#header > .inner, #nav > .inner {
		max-width: 100%;
	}
	/* SP Gメニュー*/
	.header_sp_nav {
		overflow: hidden;
		padding: 0;
		z-index: 99999999;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: right;
		max-width: 50%;
	}
	.header_sp_nav li {
		box-sizing: border-box;
	}
	.header_sp_nav li:not(:last-child) {
		border-right: 1px solid #fff;
	}
	.header_sp_nav img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
/* ナビ */
/*============
	nav
============*/
.menu-header-nav a {
	color: #000;
	display: block;
	text-decoration: none;
}
/**/
.menu-header-nav_item .nav_span {
	font-size: 80%;
}
@media print, screen and (min-width: 768px) {
	.menu-header-nav_wrap {
		background: #fff;
		line-height: 1.5;
		position: relative;
		width: 100%;
		z-index: 2;
		padding: 10px 0;
	}
	.menu-header-nav_wrap.fixed {
		position: fixed;
		top: 0;
	}

	/* menu-header-nav */
	.menu-header-nav {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		position: relative;
	}
	.menu-header-nav > * {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
		border-left: 1px solid #ddd;
		text-align: center;
		width: 100%;
	}
	.menu-header-nav > *:last-child {
		border-right: 1px solid #ddd;
	}

	/* menu-header-nav_item */
	.menu-header-nav_item {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.menu-header-nav_item > a {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 12px 2px;
		position: relative;
	}
	.menu-header-nav_item:hover > a {
		background: #cead6e;
		color: #fff;
		cursor: pointer;
	}

	/* has_children */
	.menu-header-nav_item {
		position: relative;
	}
	.menu-header-nav_item.wide {
		position: static;
	}
	.menu-header-nav_item.has_children > a::after {
		content: "\e5cf";
		font-family: "Material Icons";
		line-height: 1;
		margin-top: -0.5em;
		position: absolute;
		top: 50%;
		right: 10px;
	}

	/* sub-menu submenu-wrap */
	.menu-header-nav .sub-menu,
	.menu-header-nav .submenu-wrap {
		background: #fff;
		left: 0;
		height: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 80%;
		transition: .2s;
		width: 100%;
		z-index: -1;
	}
	.menu-header-nav .sub-menu,
	.menu-header-nav .submenu-wrap ,
	.menu-header-nav .sub-menu a,
	.menu-header-nav .submenu-wrap a {
		color: #000;
	}

	/* sub-menu */
	.menu-header-nav .sub-menu {
		left:-25%;
		width: 150%;
	}
	.menu-header-nav_item:hover .sub-menu,
	.menu-header-nav_item:hover .submenu-wrap {
		height: auto;
		opacity: 1;
		top: 100%;
		z-index: 1;
	}
	.menu-header-nav .sub-menu li {
		border-top: 1px solid #000;
	}
	.menu-header-nav .sub-menu a {
		padding: 12px 5px;
	}
	.menu-header-nav .sub-menu a:hover {
		background: #cead6e;
		color:#fff;
	}

	/* submenu-wrap */
	.menu-header-nav .submenu-wrap {
		border-top: 1px solid #fff;
		left: 50%;
		margin-left: -50vw;
		width: 100vw;
	}
	.menu-header-nav .submenu-wrap .submenu-inner {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin-left: auto;
		margin-right: auto;
		max-width: 96%;
		padding: 30px 0 40px;
		width: 1020px;
	}
	.menu-header-nav .submenu-wrap .submenu-inner > * {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
		text-align: left;
		width: 100%;
	}
	.menu-header-nav .submenu-wrap .submenu-inner > *:not(:last-child) {
		margin-right: 30px;
	}
	.menu-header-nav .submenu-wrap .menutitle {
		border-bottom: 1px solid #fff;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.menu-header-nav .submenu-wrap li {
		padding: 5px 0;
	}
	.menu-header-nav .submenu-wrap a {
		display: inline-block;
		padding-left:1.25em;
		position: relative;
	}
	.menu-header-nav .submenu-wrap a::before {
		content: '\e5cc';
		font-family: "Material Icons";
		left: 0;
		position: absolute;
		top: 0;
		color: #000;
	}
	.menu-header-nav .submenu-wrap a:hover {
		color: #cead6e;
	}

}
@media screen and (min-width: 768px) and (max-width: 1042px) {
	.menu-header-nav a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#nav {
		box-sizing: border-box;
		z-index: 999999;
		padding: 0;
		height: 100%;
		overflow-x: scroll;
		position: inherit !important;
		top: auto !important;
	}
	.menu-header-nav_wrap {
		display: none;
	}
	.menu-header-nav {
		background: #fff;
		left: 0;
		position: absolute;
		z-index: 2;
		width: 100%;
	}
	.menu-header-nav a {
		padding: 18px 12px;
		position: relative;
	}

	/* menu-header-nav_item */
	.menu-header-nav .menu-header-nav_item {
		border-bottom: 1px solid #999;
		position: relative;
	}
	.menu-header-nav_item .nav_span {
		padding-left: 0.85em;
	}
	.menu-header-nav .menu-header-nav_item a::before,
	.menu-header-nav .menu-header-nav_item.has_children > a::after {
		content: "";
		position: absolute;

	}
	.menu-header-nav .menu-header-nav_item:not(.has_children) > a::before {
		color: #999;
		content: '\e5cc';
		font-family: "Material Icons";
		font-size: 20px;
		right: 11px;
		top: 14px;
	}
	.menu-header-nav .menu-header-nav_item.has_children > a::before,
	.menu-header-nav .menu-header-nav_item.has_children > a::after {
		background: #999;
		height: 3px;
		right: 14px;
		top: calc(18px + 0.75em);
		width: 14px;
		transition: .3s;
	}
	.menu-header-nav .menu-header-nav_item.has_children:not(.open) > a::after {
		transform: rotate(90deg);
	}

	/* sub-menu submenu-wrap */
	.menu-header-nav .sub-menu,
	.menu-header-nav .submenu-wrap {
		background: #fbf6ec;
		font-size: 16px;
	}
	.menu-header-nav .sub-menu a,
	.menu-header-nav .submenu-wrap a {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 13px 12px 13px calc(15px + 1.25em);
	}
	.menu-header-nav .submenu-wrap li:last-child a {
		border-bottom: none;
	}
	.menu-header-nav .sub-menu a::before,
	.menu-header-nav .submenu-wrap a::before {
		content: '\e5cc';
		font-family: "Material Icons";
		font-size: 18px;
		left: 12px;
		top: 10px;
	}
	.menu-header-nav .submenu-wrap {
		border-top: 1px solid #afcce6;
	}
	.menu-header-nav .submenu-wrap .menutitle {
		background: #000;
		color: #fff;
		padding: 10px 12px;
	}
}

/* フッター */

/* サイド */

/* メイン */
.slider {}
.slick-slide img {
	margin: 0 auto;
}
/* slick対策 */
.mainimage .slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.mainimage .slider.slick-initialized {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.mainimage .slider button.slick-prev {
		left: 20px;
	}
	.mainimage .slider button.slick-next {
		right: 20px;
		z-index: 1;
	}
}
@media screen and (min-width: 1200px) {
}
/* ----------------------------------------------------------追加 必須 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
	.inq{
		width:100%;
	}

@media only screen and (max-width: 767px) {
	.header_sp_nav li:not(:last-child) {
		border-right: none;
max-width:73.77%;
width:225px;
	}
	.header_sp_nav li:not(:last-child) a{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		height:100%;
		font-size:3.8vw;
		line-height:1.4;
		padding: 0 20px;
	}
	.header_sp_nav li:not(:last-child) a span{
		width:80%;
	}
.header_sp_nav li:not(:last-child) a img{
		max-width: 20%;
	}
		.header_sp_nav li {
		border-left: 1px solid #fff;
	}
	.menu-header-nav .submenu-wrap ul + ul li:first-child {
		border-top: 1px solid #ccc;
	}
	.menu-header-nav a:hover{
		background:#f0dfbe;
	}

}


/* ----------------------------------------------------------その他調整 */
.footer .cont02{
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 4%;
    text-align: center;
    margin-bottom:50px;
}
.footer .cont02 h2{
    font-size:30px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 0.5em;
    background:none;
    padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
/* ヘッダー */
.header_logo{
	width:380px;
	display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}

.header_logo span.access {
    font-size: 12px;
    line-height:1;
}

.header_info{
	width: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_info table th,
.header_info table td{font-weight:normal;font-size:12px;padding: 0 10px;}
.header_info table th{
    border-right: 1px solid #ccc;
}
.header_info .tel{
    font-weight: bold;
    font-size:26px;
    background: url(img/h_tel.png)no-repeat center left;
    padding-left: 20px;
    letter-spacing: 2px;
}
.header_info .tel a{
color:#3b8eb9;
}
/* ナビ */
.menu-header-nav_item.has_children > a::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu-header-nav > * {
	width:16%;
}
.menu-header-nav > *.nav01 {
	width:12%;
}
.menu-header-nav > *.nav03 {
	width:18%;
}
.menu-header-nav > *.nav06 {
	width:20%;
}

/* 固定バナー */
.inq{
	top:auto;
	bottom:0;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
        flex-direction: row-reverse;
z-index:50;
}
.inq .inq_item{
 /*   width:915px;
    max-width: calc(100% - 24px);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
gap:0 12px;
margin-right:10px;
}
.inq .inq_item .btn-style{
/*    max-width: 36.07%;
    -webkit-box-flex-basis: 36.07%;
    -webkit-flex-basis: 36.07%;
    flex-basis: 36.07%; */
width:330px;
}
.inq .inq_item .btn-style:first-child{
    max-width: 25.58%;
    -webkit-box-flex-basis: 25.58%;
    -webkit-flex-basis:  25.58%;
    flex-basis: 25.58%;
}


.inq_item .btn-style a{
width:100%!important;
	font-size:22px;
	padding: 0.5em 10px;
	height: 50px;
	   display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content:  center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.inq_item .btn-style.tel a{
    background:#fff;
    color:#3b8eb9;
   border:1px solid #3b8eb9;

}
.inq_item .btn-style.web a{
    background:rgba(206,173,110,0.9);
}
.inq_item .btn-style.line a{
    background:rgba(6,199,85,0.9);
}
.inq_item .btn-style.doc a{
    background:rgba(0,0,0,0.9);
}
.inq_item .btn-style a span{
    padding-left:30px;
}
.inq_item .tel a span{
    background:url(img/bottom_icon01.png)no-repeat center left;
}
.inq_item .web a span{
    background:url(img/bottom_icon02.png)no-repeat center left;
}
.inq_item .line a span{
    background:url(img/bottom_icon03.png)no-repeat center left;
}
.inq_item .doc a span{
    background:url(img/bottom_icon04.png)no-repeat center left;
}
.inq_item .btn-style a:after{
    display:none;
}

/* フッター */
.footer .cont01{
    margin-bottom: 20px;
}
.footer .bnr_box p {
    margin-bottom: 30px;
}
.footer li.menu-item-has-children:nth-child(1) {
    width: 23%;
}
.footer li.menu-item-has-children:nth-child(2) {
    width: 31%;
}
.footer li.menu-item-has-children:nth-child(3) {
    width: 23%;
}
.footer li.menu-item-has-children:nth-child(4) {
    width: 23%;
}
}
@media screen and (max-width: 1142px) and (min-width: 768px) {
	/* 固定バナー */
.inq_item .btn-style a{
	font-size:2vw;
}
.inq_item .btn-style.web a{
	font-size:1.8vw;
	padding:0 5px;
}
}
@media screen and (max-width: 1042px) and (min-width: 768px) {

.header_logo{
    width:42%;
}
.header_logo a{
    width:56%;
}
.header_logo span.access {
    font-size: 1.2vw;
}
.header_info{
    width:56%;
}
.header_info table th, .header_info table td {
    font-size: 1.4vw;
}

.header_info .tel {
    font-size: 2.6vw;
}

/* フッター */

.footer li.menu-item-has-children a{
    font-size:1.6vw;
}
}
@media only screen and (max-width: 767px) {
.header_inner{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#header .header_logo{
	margin: 5px 0 0 3%;
	text-align:left;
}
.header_logo a{
font-size:clamp(18px, 5vw, 28px);
}
.header_logo span.access{
	display: block;
	margin-top: 8px;
	font-size:14px;
	line-height: 1;
}
.header_sp_nav li{
	width: 80px;
	max-width:26.23%;
	text-align:center;
}
.header_sp_nav a{
	display:block;
	font-size:2vw;
	color: #fff;
	padding:10px 0;
	background: #1ecc66;
}
.header_sp_nav li:last-child a{
	background:#000;
}
.header_sp_nav a span{
	display:block;
}
.header_sp_nav a:hover{cursor:pointer;opacity: 0.7;}
.header_sp_nav a img{
	width:45px;
	max-width: 60%;
	margin-bottom:5px;
}


#nav .sp_nav_block{
  border-top: 4px solid #fff;
  padding:7% 4%;
}
#nav .sp_nav_block{
  background: #fff;
}
#nav .sp_nav_block > a:after{
  display:none;
}
#nav .sp_nav_block > a:hover{
  cursor:auto;
}
#nav .sp_nav_block > a {
  display:block;
  padding:0.5em 1em;
  font-size:16px;
  color:#fff;
  text-align:center;
  margin-bottom: 1em;
}
#nav .sp_nav_block .sub-menu {

}
  #nav .sp_nav_block .sub-menu li{
    margin-bottom: 1rem;
  }

  #nav .sp_nav_block .sub-menu li a{
color:#fff;
text-shadow:0 0 5px  #444;
font-size:16px;
padding: 10px 1.5em 10px 60px;
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position:relative;

  }
  #nav .sp_nav_block .sub-menu li a:before{
  	position: absolute;
  	left:auto;
  	right: 1em;
  }
#nav .sp_nav_block .sub-menu li.tel a{
	font-size:22px;
	background:#3b8eb9 url(img/sp_bnr_icon01.png)no-repeat center left 15px;
	background-size:30px;
}
#nav .sp_nav_block .sub-menu li.mail a{
	background:#bfbfbf url(img/sp_bnr_icon02.png)no-repeat center left 15px;
	background-size:30px;
}
#nav .sp_nav_block .sub-menu li.contact a{
	background:#000000 url(img/sp_bnr_icon03.png)no-repeat center left 15px;
	background-size:30px;
}
#nav .sp_nav_block .sub-menu li.line a{
	background:#06c755 url(img/sp_bnr_icon04.png)no-repeat center left 15px;
	background-size:30px;
}
#nav .sp_nav_block .sub-menu li.web a{
	background:#cead6e url(img/sp_bnr_icon05.png)no-repeat center left 15px;
	background-size:30px;
}
/* 固定バナー */
.inq .btn-style{
    width: 50%;
}
.inq .btn-style a{
    width:100%;
		font-size:16px;
		padding: 0!important;
		box-sizing:border-box;
		/* height:50px; */
	}
	.inq .btn-style.tel a{
		font-size: 18px;
		/* padding: 12px 10px; */
	}

.inq_item .btn-style.tel a{
    background:#3b8eb9;
    color:#fff;

}
.inq_item .btn-style.web {
	margin: 0 2px;
}
.inq_item .btn-style.web a{
    background:#cead6e;
}
.inq_item .btn-style a span{
	padding:10px 0 10px 40px;
	text-shadow:0 0 5px  #444;
}
.inq_item .btn-style.tel a span{
	background:url(img/sp_bottom_icon01.png)no-repeat center left;
}
.inq_item .btn-style.web a span{
	background:url(img/sp_bottom_icon02.png)no-repeat center left;
}
.inq .btn-style a:after{
	display:none;
}

/* フッター */
.footer .bnr_box p {
    margin-bottom: 20px;
}
.footer .bnr_box .columns{
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer .cont02 .sp_columns >*{
    width:auto;
}
.footer #menu-footer-nav{
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.menu-item-has-children{
  width:49%!important;
}
.footer .sub-menu li{
    font-size:14px;
}
}
@media only screen and (max-width: 480px) {
	.header_logo span.access{
	font-size: 2.6vw;
	}
	.inq_item .btn-style.tel a span,
.inq_item .btn-style.web a span{
	background-size:28px;
	padding-left:30px;
}
}
