@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Author: the Takahiro Sahashi
Author URI: http://pmen.net/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/* font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
	/* font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
	font-size: 16px;
	background: #fff;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
.home{
font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!important;
}
.h3-noimage {
	margin-top: 35px;
}
/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}
.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1126px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.page-id-43 .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none !important;
    padding: 0;
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#wrapper {
		padding-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 80px;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0 , 0.1);
}

/* logo */
#header .header_logo {
    float: left;
    width: 258px;
    margin: 23px 0 0 50px;
}
#header .header_logo img {
	width: 100%;
}
#header .header_logo a:hover {
	text-decoration: none;
}
#header .header_logo a:hover, #header .header_logo img:hover {
    opacity: 1;
}


/* right_box */
#header .right_box {
	float: right;
	width: 250px;
	padding-left: 0;
}
.right_box li img {
	display: block;
}
.right_box li > img {
    margin-bottom: 1px;
}
#header .right_box a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#header .right_box a:hover {
	text-decoration: none;
}

/* gnav */
#header .header_menu {
	float: right;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
  margin-right: 40px;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #352C2C;
	line-height: 1.2;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.1em;
	height: 100px;
	font-weight: bold;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
}
#header .header_menu .g_nav > li:first-child a:before {
    content: "";
    position: absolute;
	top: 27px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 22.5px;
    height: 22.5px;
    background: url("img/icon_home.png") no-repeat center center;
    background-size: contain;
}
#header .header_menu .g_nav > li:first-child a span {
    padding-top: 22px;
}
#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > a sub,
#header .header_menu .g_nav > li > span sub {	
	font-size: 10px;
	color:#109954;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.1em;
	padding-top: 10px;
	text-transform: uppercase;
}
#header .header_menu .g_nav > li > span:hover + dl,
#header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
    position: absolute;
    top: 100px;
    left: 0;
    display: block;
    width: 100%;
    padding: 38px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1F3F7;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 99;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 1px 1px 11px rgb(0 0 0 / 30%);
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1080px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
	line-height: 1.3;
	position: relative;
	font-size: 15px;
}
#header .header_menu .g_nav > li dl li:before {
    font-size: 14px;
    margin-right: 8px;
    color: #109954;
}
#header .header_menu .g_nav > li dl li a:after {
    border-bottom: 1px solid #86C4C9;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px;
    content:"";
    position: absolute;
}
#header .header_menu .g_nav > li dl li:last-child a:after {
    content: none;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
	color: #333;
	vertical-align: top;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	#header .header_menu .g_nav > li dl:before{
	content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-right: 0 solid transparent;
    border-bottom: 21px solid #F1F3F7;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -11px;
    -webkit-transform: rotate(
45deg
);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
225deg
);
    box-sizing: border-box;
    border-left: 21px solid transparent;
    z-index: 11;
	}
	#header .header_menu .g_nav > li > a:hover:after,
	#header .header_menu .g_nav > li > span:hover:after,
	#header .header_menu .g_nav > li.hover > a:after,
	#header .header_menu .g_nav > li.hover > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		background: #109954;
		position: absolute;
		left: 0;
		bottom: 0;
		text-decoration: none;
	}
  #header .menu_vertical .g_nav > li{
    position: relative;
  }
  #header .menu_vertical dt{
    display: none;
  }
  #header .menu_vertical .g_nav > li dl{
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
  #header .menu_vertical .g_nav > li dl li{
    padding: 0;
    display: block;
    margin-right: 0;
  }
  #header .menu_vertical .g_nav > li dl li a{
    padding: 14px 0 14px 35px;
    display: block;
  }
  #header .menu_vertical .g_nav > li dl li:before{
    position: absolute;
    top: 15px;
    left: 20px;
  }
  #header .menu_vertical .g_nav > li dl li:hover {
    background: #86C4C9;
  }
  #header .menu_vertical .g_nav > li dl li a:hover {
    color: #373431;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1061px) {
	#header .header_logo {
		margin-left: 30px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 16px;
		letter-spacing: 0.07em;
	}
	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub{
		letter-spacing: 0.07em;
	}
	#header .header_menu .g_nav > li{
		margin-right: 30px;
	}
	#header .header_menu .g_nav > li:first-child a span{
		padding-top: 18px;
	}
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
	#header .header_logo {
		width: 180px;
		margin: 20px 0 0 15px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 13px;
		letter-spacing: 0.02em;
		height: 80px;
	}
	#header .header_menu .g_nav > li:first-child a:before {
		top: 22px;
		width: 18px;
		height: 18px;
	}
	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		letter-spacing: 0.02em;
	}
	#header .header_menu .g_nav > li{
		margin-right: 23px;
	}
	#header .header_menu .g_nav > li:first-child a span {
		padding-top: 16px;
	}
	#header .right_box {
		width: 166px;
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dl {
		top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#header {
		position: absolute;
		top: 0 !important;
	}

	/* logo */
	#header .header_logo {
		margin: 20px 0 24px 20px;
		width: 180px;
	}
	#header .header_logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .header_logo a:hover {
		text-decoration: none;
	}

	.toggleMenu {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
  }
  .menu-trigger,  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 19px;
    width: 45px;
    height: 4px;
    background: #352C2C;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 38px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 53px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1),
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    top: 38px;
  }
.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

	#header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		height: 100%;
		    overflow: scroll;
	}
	#header .header_menu .header_logo {
		
z-index: 10;
		
position: absolute;
	}
	#header .header_menu:after{
		content:'';
		position:absolute;
		background: #fff;
		height: 61px;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
		box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
	}
    #header .toggleMenu.active + .header_menu{
        display: block;
        background: #F4F8FE;
    }
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #F4F8FE;
		padding-top: 83px;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		margin: 0 30px 2px;
		/* border-bottom: 1px solid #86C4C9; */
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 21px 0 20px 23px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #58C15A;
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 0.1em;
	}
		#header .header_menu .g_nav > li > a:before, #header .header_menu .g_nav > li > span:before {
			position: absolute;
			content: "";
			position: absolute;
			top: 50%;
			right: 18px;
			width: 0;
			height: 0;
			/* border-style: solid; */
			/* border-width: 4px 0 4px 5px; */
			/* border-color: transparent transparent transparent #fff; */
			/* margin-top: -4px; */
			display: block;
			background: url(img/btn_icon_blue.png) no-repeat;
			width: 9px;
			height: 14px;
			content: '';
			position: absolute;
			left: 14px;
			top: 50%;
			transform: translateY(-50%);
			display: none;
		}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li:first-child a sub {
		font-size: 17px;
		padding-left: 0;
		display: block;
		margin: 0;
	}
	#header .header_menu .g_nav > li:first-child a span {
		padding-top: 0;
	}
	#header .header_menu .g_nav > li:first-child a:before {
		display: none;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		background: #86C4C9;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -12px;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -5px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #ffffff;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #fff;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 24px 20px 22px 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #86C4C9;
		color: #fff;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #1F5AA5;
		color: #fff;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
		border-radius: 0;
	}
  #header .header_menu .g_nav > li:last-child{
	margin: 28px 0 0;
	text-align: center;
	color: #333;
	padding: 0 30px 27px;
	background: url(img/bottom_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 30px 50px;
	/* background: #5FBAD6; */
}	
#header .header_menu .g_nav > li:last-child h3{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 2.68em;
	color: #fff;
}	
	#header .header_menu .g_nav > li:last-child a{
		background: none;
		width: 100%;
		padding: 0;
		margin-bottom: 2px;
		display: block;
		margin-bottom: 4%;
	}	
	#header .header_menu .g_nav > li:last-child a img{
		width: 100%;
	}
}
@media screen and (max-width: 480px) { 
	#header .header_logo {
		width: 154px;
		margin: 15px 0 12px 20px;
	}
  .toggleMenu, .menu-trigger{
    width: 60px;
    height: 60px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 21px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1),
  .toggleMenu.active .menu-trigger span:nth-of-type(3),
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 39px;
  }
  .menu-trigger span{
    width: 20px;
    height: 3px;
  }
  #wrapper {
    padding-top: 60px;
  }
}

/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 65px 0 145px;
	background: url("img/contactbg.jpg") no-repeat center center;
	background-size: cover;
}
.contact_section .contact_tit {
    font-size: 34px;
    color: #fff;
    line-height: 2.05;
    margin-bottom: 45px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.15em;
}
.contact_section .contact_tit .sub {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
}
.contact_section .contact_box {
	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;
}
.contact_section .contact_box li {
	max-width: 49.5%;
	width: 536px;
}
.contact_section .txt {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2.14;
	margin-top: 30px;
}
.contact_left {
    float: left;
    width: 52%;
}
.contact_right {
    float: right;
    width: 39%;
    box-sizing: border-box;
}
.contact_right a{
  display: block;
}
.contact_right a img{
  width: 100%;
}

@media screen and (max-width: 767px) {
	.contact_section {
		background: url('img/contactbg_sp.jpg') no-repeat center / cover;
		background-size: cover;
		padding: 50px 0 40px;
	}
	.contact_section .contact_tit {
		font-size: 24px;
		letter-spacing: 0.08em;
		margin: 0 -10px 30px;
	}
	.contact_section .contact_tit .sub {
		font-size: 14px;
	}
	.contact_section .contact_box li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.contact_section .contact_box li img{
		margin: auto;
	}
	.contact_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_right {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #fff;
    background-size: cover;
    padding: 64px 0 0;
}
.footer_logo a:hover, .footer_logo img:hover {
    opacity: 1;
}
.footer_logo {
    display: inline-block;
    width: 258px;
}
#footer .flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_info {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-size: 14px;
    padding-left: 45px;
    padding-right: 30px;
    box-sizing: border-box;
    max-width: calc(100% - 260px);
}
.footer_info dt {
    font-weight: 500;
    float: left;
}
.footer_info dd {
    font-weight: 400;
    padding-left: 90px;
}
.footer_info dd span{
    display: inline-block;
}
.footer_info h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #352C2C;
}
#footer .footer_navi .navi_tit {
    font-size: 18px;
    color: #6e635b;
    line-height: 1;
    letter-spacing: 0.3em;
    padding-bottom: 14px;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #d9d5ce;
    padding-top: 5px;
}
#footer .footer_navi .navi_list {
    float: left;
    width: 23%;
    margin-left: 4%;
}
#footer .footer_navi .navi_list:first-child {
    margin: 0;
    width: 45%;
}
#footer .footer_navi .navi_list:last-child {
    width: 24%;
    margin-left: 4%;
}
#footer .footer_navi .navi_list:first-child {
	margin: 0;
}
#footer .footer_navi .navi_list li {
    position: relative;
    margin-top: 0px;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    padding-left: 13px;
}
#footer .footer_navi .navi_list li:first-child {
	margin: 0;
}
#footer .footer_navi .navi_list li:before {
    margin-right: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    display: block;
    border-left: 5px solid #1F5AA5;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
#footer .footer_navi .navi_list li a {
    vertical-align: top;
    color: #6d5b6e;
    font-size: 12px;
}
#footer .footer_navi .access_box {
	font-size: 13px;
	line-height: 1.9;
}
#footer .footer_navi .access_box p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2.25;
    color: #6e635b;
    letter-spacing: 0.05em;
}
#footer .footer_navi .access_box p a {
    text-decoration: underline;
    color: #6e635b;
}
#footer .footer_navi .access_box p a:hover {
    text-decoration: none;
}
#footer .footer_navi .access_box dl dt {
	font-weight: bold;
}
#footer .copyright {
	font-size: 11px;
	color: #BCBCBC;
	line-height: 1.8;
	margin-top: 99px;
}
#footer .fixed_box {
	position: fixed;
	right: 68px;
	width: 282px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box li {
	float: left;
}
#footer .fixed_box li img {
	width: 100%;
}
#wpfront-scroll-top-container {
    right: 20px !important;
    bottom: 60px !important;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}
.sitemap_box {
    background: #CBE8CC;
    padding: 16px 50px 14px;
    margin-top: 80px;
}
.sitemap_box li {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    float: left;
    font-size: 10px;
	letter-spacing: 0.06em;
}
.sitemap_box li:last-child {
    float: right;
}
.sitemap_box li a:hover {
    text-decoration: underline !important;
}

#footer .fixed_box {
	position: fixed;
	right: 68px;
	width: 282px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box li {
	float: left;
}
#footer .fixed_box li img {
	width: 100%;
}
#footer .fixed_box .fixed_bnr a {
    display: block;
}
#footer .fixed_box .fixed_bnr #btn_close {
	display: none;
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    z-index: 1;		
}
#footer .fixed_box #bnr_show {
    max-width: 324px;
	position: relative;
	background: #5FBAD6;
	padding-bottom: 19px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#footer .fixed_box #bnr_show .fixed_img{
	margin-bottom: 15px;
}
#footer .fixed_box #bnr_show .fix_btn{
	margin: auto;
	width: 281px;
}
#footer .fixed_box #bnr_show .fix_btn p+p{
  margin-top: 5px;
}
#footer .fixed_box #bnr_show .fix_btn p{
  margin-bottom: 0;
}
#footer .fixed_box #bnr_show h3{	
	font-size: 16px;
	line-height: 27px;
    letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
	font-weight: bold;
}
#footer .fixed_box #btn_show {    
    max-width: 50px;
	cursor: pointer;
}
#footer .fixed_box #bnr_show .show_txt{
	font-weight: 500;  
	font-size: 13px;
	line-height: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px){
	#footer .fixed_box .fixed_bnr {
		position: fixed;
		top: 150px;
		right: -324px;
	    display: flex;	
		transition: all 0.3s;
	}
	#footer .fixed_box .fixed_bnr.active{
		right: 0;
	}
	#footer .fixed_box .fixed_bnr.active #btn_show{
		display: none;
	}
	#footer .fixed_box .fixed_bnr.active #btn_close {
		display: block;
	}
	#footer .fixed_box .fixed_pagetop{
		background: #1F5AA5;
		width: 50px;
		height: 50px;
		margin-top: 20px;
		border-top-left-radius: 5px;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	#footer .fixed_box .fixed_pagetop a{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1px;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 50px 0 0;
	}
	#footer .footer_navi .navi_list {
		float: none;
		width: 100% !important;
		margin-top: 40px;
		margin-left: 0 !important;
	}
	#footer .copyright {
		margin-top: 50px;
	}
	.footer_logo {
		text-align: center;
		width: 210px;
		margin: 0 auto 20px;
	}
	.footer_info {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.footer_info h3 {
		font-size: 16px;
	}
	.footer_info dd {
		padding-left: 80px;
	}

	#footer .fixed_box {
		right: 0;
		width: 100%;
		    bottom: 0 !important;
	}
	#footer .fixed_box li {
		float: left;
		width: 43%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 43.2%;
	}
	#footer .fixed_box li:nth-child(2) {
		width: 43.46%;
	}
	#footer .fixed_box li:last-child {
		width: 13.34%;
		border-right: none;
		box-sizing: border-box;
	}
	.sitemap_box {
		margin-top: 30px;
		padding: 20px 0 15%;
	}
	.sitemap_box li:last-child {
		padding-right: 0;
	}
	#wpfront-scroll-top-container {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	#footer .footer_navi .access_box p {
		letter-spacing: 0;
	}
}
.btn_link{
    color: #fff;
    background: #58C15A;
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 60px;
    transition: all 0.3s;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 22px;
    margin-bottom: 0;
    border-bottom: 2px solid #E8D0BC;
}
.btn_link a{
	color: #fff;
	display: block;
}

.btn_link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    /* border-style: solid; */
    /* border-width: 4px 0 4px 5px; */
    /* border-color: transparent transparent transparent #fff; */
    /* margin-top: -4px; */
    display: block;
    background: url(img/btn_icon.png) no-repeat;
    width: 6px;
    height: 10px;
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.btn_link:hover{
	opacity: 0.7;
}
/* CSS for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .btn_link{
    padding-top: 10px;
  }
}