.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000;
}

.drawer--navbarTopGutter {
    padding-top: 0 !important;
}
body{
	background: #f5f5f5 url(../img/bg.gif) repeat left top;
}


#contents{
		background: url(../img/bg.png) repeat-x center -77px;

}
#header {
	border-top: 5px solid #4B9000;
	padding-bottom: 15px;

	height: 190px;
	background: #fff;
}
#header_inner {
	max-width:1080px;
	height: 90px;	margin: 0 auto;
	position: relative;
}

#header .header_content {
	position: absolute;
	right: 0;
	height: 112px;
	max-width: 38%;
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#header .header_content ul{
	list-style-type: none;
	display: flex;
	width: 100%;	
}
#header .header_content ul li{
	margin-right: 1em;
}
#header .header_content ul a.contact::before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("/img/icon/mail_blue.svg") no-repeat center;
	background-size: cover;
	display: inline-block;
	margin-right: .5em;
}
#header .header_content ul a.access::before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("/img/icon/car_blue.svg") no-repeat center;
	background-size: cover;
	display: inline-block;
	margin-right: .5em;
}
#header .header_content a{
display: block;	width: 100%;	
}
#header .header_content p{
display: block;
	margin-bottom: 10px;
}
#header h1 {
	width: 280px;
	    margin: 0 0 0;
}

#header h1 a{
	display: block;
	width: 	280px;
	margin: 0;
	padding: 0;
}
#header .header_contact {
	width: 160px;
	max-width: 38%;
}
#header .header_contact a{
display: block;	width: 100%;	
}
#header .header_contact a img{
display: block;	width: 100%;	
}

#header_menu {
	max-width:1080px;
	position: relative;
	height: 127px;
    display: flex;
    justify-content: space-between;
}

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
.header nav{
	width: 100%;
	background: url("../img/header_bg.png") repeat-x center bottom;

	height:73px;
	position: relative;
	z-index: 1;
}


/* ①メニューボタンのスタイル */
.menu {
	display: flex;
	position: relative;
}
.menu .menu_list {
  width: 33.33%;
}

.menu .menu_list a .lock::before{
	content: "";
    width: 1em;
    height: 1em;
    background-image: url("/img/icon/lock_black.svg");
    background-size: 100%;
    display: inline-block;
}
.menu .menu_list > a {
	display: flex;
	padding: 0;
	text-align: center;
	transition: .3s;
	height: 68px;
	line-height: 60px;
	font-size: 1.4rem;
	color:#323232;
	position: relative;
	width: 100%;
	align-items: center;
}
ul#header_lower_menu>li>a {
	position: relative;
	margin: 0;
	padding: 0;	
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3;
}
.menu .menu_list > a span{
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
}

ul#header_lower_menu>li a::after{
	content: "";
	width: 2px;
	height: 68px;
	margin: 0;
	padding: 0;	
	background: rgb(70,130,180);
	background: -moz-linear-gradient(left,  rgba(70,130,180,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(70,130,180,1) 50%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to right,  rgba(70,130,180,1) 50%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff',GradientType=1 );
}
ul#header_lower_menu::before{
	content: "";
	width: 2px;
	height: 68px;
	margin: 0;
	padding: 0;	
	background: rgb(70,130,180);
	background: -moz-linear-gradient(left,  rgba(70,130,180,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(70,130,180,1) 50%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to right,  rgba(70,130,180,1) 50%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#ffffff',GradientType=1 );
	z-index: 1;
	position: absolute;
}
ul#header_lower_menu>li>a{
	z-index: 1000;
	color: #444;

	background: rgba(255,255,255,0.5);
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
ul#header_lower_menu>li:hover>a{
	background: rgba(255,255,255,0);
	color: #fff;
	text-shadow: 
        #4B9000 1px 1px 0, #4B9000 -1px -1px 0,
        #4B9000 -1px 1px 0, #4B9000 1px -1px 0,
        #4B9000 0px 1px 0, #4B9000  0-1px 0,
        #4B9000 -1px 0 0, #4B9000 1px 0 0;
		
}
ul#header_lower_menu>li>a.slct{
	background: rgba(255,255,255,0);
	color: #fff;
	text-shadow: 
        #4B9000 1px 1px 0, #4B9000 -1px -1px 0,
        #4B9000 -1px 1px 0, #4B9000 1px -1px 0,
        #4B9000 0px 1px 0, #4B9000  0-1px 0,
        #4B9000 -1px 0 0, #4B9000 1px 0 0;
		
}
ul#header_lower_menu>li.submenu.view>a::before{
	position: absolute;
	content: "";
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 12px;
	height: 12px;
	border: 2px solid #4B9000;
	background: #fff;
	border-color: #4B9000 #4B9000 transparent transparent ;
	transform: rotate(-45deg);
	z-index: 10000;
}



.menu .menu_list .menu_contents .flex_block{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border: 2px solid #4B9000;
	margin-top: 10px;
	background: #fff;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}
.menu .menu_list .menu_contents .flex_block h2{
	font-size: 2rem;
	width: calc(100% - 260px);
}
.menu .menu_list .menu_contents .flex_block h2 i{
	font-size: 1.4rem;
	color: #4B9000;
}



.menu .menu_list .menu_contents .box {
	width: 240px;
	height: 240px;
	padding: 0 0px 0px 0;
	position: relative;
}
 
.menu .menu_list .menu_contents .box p{
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
}
.menu .menu_list .menu_contents .box p::after {
    content: "";
    background-image: url(/img/info_white.svg);
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 20px;
	margin-left: 80px;	
	
}
.menu .menu_list .menu_contents .box p.ename{
	color: #000;
	font-size: 4rem;
	position: absolute;
	margin: auto;
	top: 4.5rem;
	left: 2rem;
	/*white-space: nowrap;*/
	line-height: 1.2
}
 
.menu .navi_0 .menu_contents .box {
  background: #f00;
}
 
.menu .navi_1 .menu_contents .box {
  background: #4B9000;
}
 
.menu .navi_2 .menu_contents .box {
  background: #4B9000;
}
 
.menu .navi_3 .menu_contents .box {
  background: #4B9000;
}
 
.menu .navi_4 .menu_contents .box {
  background: #4B9000;
}
 
 
/* ②メガメニューのスタイル */
.menu_contents {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 260px;
}
.menu_contents ul.boxsub {
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	width: calc(100% - 270px);
	height: 190px;
	margin-left: 10px;
	list-style-type: none;
	font-size: 1.4rem;
}
.menu_contents ul.boxsub>li {
	min-width: 33%;
	max-width: 33%;
	line-height: 2em;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 1.4rem;
}
.menu_contents ul.boxsub li {
	list-style-type: none;
}
.menu_contents ul.boxsub li dl{
	width: 100%;
}
.menu_contents ul.boxsub li dl dd{
	width: 100%;
}
.menu_contents ul.boxsub li dl dd li{
	width: 100%;
	line-height: 1.8;
	font-size: 1.4rem;
	list-style-type: none;
	margin-top: 3px;
}
.menu_contents ul.boxsub li dl dt{
	width: 100%;border-bottom: 1px solid;

}

.menu_contents ul.sub {
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	width: calc(100% - 270px);
	height: 190px;
	margin-left: 10px;
	list-style-type: none;
}
.menu_contents ul.sub li {
	min-width: 49%;
	max-width: 80%;
	line-height: 2em;
	margin-left: 10px;
	margin-top: 5px;
	border-bottom: 1px solid;
	font-size: 1.4rem;
}
.menu .menu_list li{
	padding-left: 3rem;
    opacity: 0;
}
.menu .menu_list li {
	border-bottom-color: rgba(141,208,210,0);
    animation: fadein .5s ease forwards;
}
@media (min-width: 1080px) {
	.menu .menu_list .menu_contents .flex_block h2{
		font-size: 2.4rem;
	}
	.menu .menu_list .menu_contents .flex_block h2 i{
		font-size: 1.6rem;
		color: #4B9000;
	}
	.menu_contents ul.sub li {
	min-width: 49%;
	max-width: 53%;
	line-height: 2em;
	margin-left: 10px;
	margin-top: 5px;
	border-bottom: 1px solid;
	font-size: 1.8rem;
	}
	.menu_contents ul.boxsub>li {
	min-width: 33%;
	max-width: 33%;
	line-height: 2em;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 1.8rem;
	}
}




@keyframes fadein {
    80% {
		border-bottom-color: rgba(75,144,0,0);
	}
    100% {
		padding-left: 0;
		opacity: 1;
		border-bottom-color: rgba(75,144,0,1.00);
	}
}
.menu .menu_list li:nth-child(1) {animation-delay: .5s;}
.menu .menu_list li:nth-child(2) {animation-delay: .6s;}
.menu .menu_list li:nth-child(3) {animation-delay: .7s;}
.menu .menu_list li:nth-child(4) {animation-delay: .8s;}
.menu .menu_list li:nth-child(5) {animation-delay: .9s;}
.menu .menu_list li:nth-child(6) {animation-delay: 1s;}
.menu .menu_list li:nth-child(7) {animation-delay: 1.1s;}


.menu_contents li a {
	color: #333;
	display: block;
	padding:0 0 0 1rem;
}



ul#header_lower_menu {
	position: absolute;
	list-style: none;
	display: flex;
    bottom: 0;
	left: 0;
	right: 0;
	height: 68px;
	width: calc(100% - 2px);
	max-width: 1080px;
	margin: auto;
}


#pan{
	margin: 0 0;
	border-top: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	font-size: 1.4rem;
	padding: 30px 0;
}
#pan ul{
	font-size: 1.4rem;
	width: 100%;
	max-width: 1080px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	line-height: 40px;overflow-x: auto;
    white-space: nowrap;
	list-style: none;
	    overflow-y: hidden;
}

#pan ul li{
	display: inline-block;
	position: relative;
	padding:0 15px;
}
#pan ul li.plist_1::before{
	font-family: "Font Awesome 5 Free";
    content: "\f015";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0 .5rem;	font-weight: 900;
	font-size: 2rem;
	color: #4682b4;
}
#pan ul li+li::after,
#pan ul li+li::before{
	content: "";
    width: 16px;
    height: 22px;
    border-right: 1px solid #666;
    display: inline-block;
    position: absolute;

}
#pan ul li+li::after{
    transform: rotate(15deg);
    left: -10px;
    bottom: 0;

}
#pan ul li+li::before{
    transform: rotate(-15deg);
    left: -10px;
    top: 0;
}
#pan ul li+li{
	padding-left:30px;
}
 #body{
	font-size: 2rem;
}
#body h1{
	text-align: left;
	font-size: 3.5rem;
	border-left: 9px solid #4B9000;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
	line-height: 1.1;
	color: rgb(70,70,70);
}
#body p{
	padding:0 20px;
	line-height: 2;
	font-size: 1.8rem;
}


.main_col{
	max-width:1080px;
	padding: 50px;
	font-size: 1.6rem;
	width: calc(100% - 80px);
	margin: auto;
	margin-top: -100px;
	opacity: .999;
	min-height: 140px;
	position: relative;
	background: #fff;
}
.main_col::before{
	content: "";
	position: absolute;
	font-size: 1.5rem;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;
	-moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
	width: calc(100%);
	margin: auto;
	text-align: center;
	min-height: 140px;
	z-index: 0;
}
.blue{
	background: url("../img/dot.png")
}
.inner{
	max-width:1080px;
	padding: 0 50px;
	font-size: 2rem;
	width: calc(100% - 80px);
	margin: auto;
	background: #fff;
}

#main h2{
	background-size: auto auto;
background: url("/img/h2_line.png");
	font-size: 2rem;
	border-top: 3px solid #4B9000;
	border-bottom: 1px solid #4B9000;
	padding: 5px 0 5px 15px ;
	color: #4B9000;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px,
		2px 2px 4px rgba(0,0,0,.8);
	
	
}

h2.arrow_style {
	font-size: 3rem;
    margin-bottom: 0.75em;
    padding: 23px 0 18px 50px;
    position: relative;
}
h2.arrow_style::before {
	position: absolute;
    content: url(../img/arrow.png);
    margin: auto;
    top: 27px;
    left: 20px;
}
.svg h2.arrow_style::before {
	position: absolute;
    content: url("../img/arrow_green.svg");
}
h2.arrow_style.news {
	font-size: 3rem;
    margin-bottom: 0.75em;
    padding: 23px 0 18px 50px;
    background: url(../img/news_bg.png) left top repeat-x;
    border-bottom: 1px solid #71d4d5;
    position: relative;
}
.svg h2.arrow_style.news {
    background: url(../img/news_bg.svg) left top repeat-x;
}

h2.arrow_style.news a{
	position: absolute;
    right: 10px;
    font-weight: normal;
    background: #FF7C80;
    color: #fff;
    font-size: 1.8rem;
    padding: 0px 40px 0px 20px;
	top: 0;
	margin: auto;
	bottom: 0;
	height: 2em;
	line-height: 2em;
}
h2.arrow_style.news a::after{
	content:"";
	position: absolute;
    right: 10px;
    background: url("../img/h2_list.png") no-repeat center center;
	height: 13px;
	width: 19px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.svg h2.arrow_style.news a::after{
    background: url("../img/h2_list.svg") no-repeat center center;
}



h2.arrow_style.blue {
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 0.75em;
    padding: 0px 0 0px 50px;
	color: #fff;
	background: rgb(76,195,214);
	background: -moz-linear-gradient(left,  rgba(76,195,214,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(76,195,214,1) 20%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(76,195,214,1) 20%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B9000', endColorstr='#ffffff',GradientType=1 );
}
h2.arrow_style.blue::before {
	position: absolute;
    content: url("../img/arrow_yellow.svg");
	margin: auto;
	top: 2px;
	left: 20px;
}

h3.under_line {
	font-size: 2.2rem;
    margin-bottom: 0.75em;
    padding: 12px 0 8px 30px;
	position: relative;
	color: #6ec8a0;
}


h3.under_line::after {
	content: "";
	display: block;
	height: 3px;
background: rgb(226,234,241);
background: -moz-linear-gradient(left,  rgba(226,234,241,1) 0%, rgba(76,195,214,1) 100%);
background: -webkit-linear-gradient(left,  rgba(226,234,241,1) 0%,rgba(76,195,214,1) 100%);
background: linear-gradient(to right,  rgba(226,234,241,1) 0%,rgba(76,195,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf1', endColorstr='#4B9000',GradientType=1 );
}

h4.border_style {
	margin: 25px 20px 8px 20px;
	padding: 0.25em 0 0.15em 0.75em;
	border-left: 6px solid #81C8A6;
	border-bottom: 1px solid #81C8A6;
	font-weight: bold;
}


#body{
	position: relative;
	z-index: 1;
}

#body .inner{
	max-width:1080px;
	margin: 0 auto 20px;
	font-size: 1.8rem;
		width: calc(100% - 40px);

}

.white{
	padding: 0;
}
.gray{
	background: #f7f7f7;
	padding: 0;
}

ul.bana{
	max-width:980px;
	width: calc(100% - 140px);
	margin:0 auto;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 64px 0 24px;
}

ul.bana li{
	margin-bottom: 40px;
	width: 100%;
}
ul.bana li a{
	display: block;
	width: 100%;
	position: relative;
}
ul.bana li a img{
	display: block;
	margin-left: 0;
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
	width: 100%;
}
ul.bana li a.bana_keyword:hover img,
ul.bana li a.bana_branch:hover img,
ul.bana li a.bana_map:hover img{
	display: block;
	margin-left: 8px;
}

ul.bana li a.bana_branch{
	background: url("/img/bana/bana_branch.png?") no-repeat;
	display: block;
	background-size: 100%;
}

ul.bana li a.bana_map{
	background: url("/img/bana/bana_map.png?") no-repeat;
	display: block;
	background-size: 100%;
}

ul.bana li a.bana_keyword{
	background: url("/img/bana/bana_keyword.png?") no-repeat;
	display: block;
	background-size: 100%;
}


ul.bana2{
	max-width:980px;
	width: calc(100% - 140px);
	margin: auto;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 64px 0 0;
}

ul.bana2 li{
	margin-bottom: 60px;
	width: 31%;
}
ul.bana2 li a{
	display: block;
	width: 100%;
}
ul.bana2 li img{
	display: block;
	width: 100%;
}


.p_flex{
	display: flex;
	max-width: 1080px;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: -1;
}

.pagebox {
	width: 300px;
	height: 310px;
	border-bottom: 10px solid #574d4f;
}
.pagebox h1{
	font-weight: 400;
	color: #fff;
	font-size: 2.4rem;
	padding-left: 30px;
	padding-top: 65px;
	white-space: nowrap;
}
.pagebox h2{
	font-size: 5.4rem;
	font-weight: 400;
	padding-left: 30px;
 white-space: nowrap
}
.pagebox h2::after{
	content: "";
    background-image: url(/img/icon/info_white.svg);
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 20px;
}
.pagebox h2 span{
	display: block;
	font-size: 1.7rem;
}
.page_img{
	background-image: url("../img/header_image_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
}



.double_col .inner{
	display: flex;
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.double_col .side{
	width: 300px;
	font-size: 2rem;
}
.double_col .side ul.pagelink{
	border-bottom: 10px solid #574d4f;
	margin-bottom: 30px;
	list-style-type: none;
}
.double_col .side ul.pagelink li{
	border-bottom: 1px solid #323232;
}
.double_col .side ul.pagelink li a{
	padding-left: 2em;
    color: #323232;
    padding: 16px 0 16px 1.6em;
    display: block;
    line-height: 1.1;
    list-style-position: outside;
    text-indent: -1em;
}
.double_col .side ul.pagelink li a::before{
	content: "・";
	
}

.double_col .cont{
	width: calc(100% - 300px);
}
.r{
	text-align: right;
}

.main_cont h1 {
    margin: 30px 0 50px;
    font-size: 3.8rem;
}





#footer_upper{
	justify-content:space-between;
}

#footer_lower{
	display: flex;
	justify-content:space-between;
}

#pagetop{
	margin:30px 0  0;
	padding: 0;
	text-align: right;
	border-bottom: 5px solid #4B9000;
}
#pagetop p{
	padding: 0;
    width: 1080px;
    max-width: 100%;
    margin: auto;
}

#pagetop a{
	margin: 0 15px 0 0;
	text-align: right;
	background: #4B9000;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 4px 4px 0 0;
	padding: 5px 1em;
}
#pagetop a i{
	margin: 0 .5em 0 0;
}


#topBtn{
	margin: auto;
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	padding-top:30px;
	box-sizing:border-box;
	z-index: 100;
	opacity: .5;
}
#topBtn:hover{
	opacity: 1;
}

@media (min-width: 1080px) {
	#topBtn{
		right:0;
		left:0;
		transform: translateX(540px);
	}
	ul#header_lower_menu > li > a {
		font-size: 1.8rem;
	}


}




.single_col	.catch{
		background: #fff;
		-moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.35);
		width: calc(100% - 40px);
		max-width: 1080px;
		margin: auto;
		margin-top: -100px;
		margin-top: -50px;
		margin-top: min( -4em, -50px);
		text-align: center;
		opacity: .999;
	min-height: 140px;
	}
.single_col	.catch h2{
		padding: 30px;
		font-size: 3.4rem;
		line-height: 1.5;
	}
.single_col	.catch p{
		padding: 30px;
		font-size: 1.6rem;

	}






