@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	    font-family:"ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", メイリオ, Meiryo, sans-serif;
	font-size: 16px;
	    background:#fff;
	color:#222222;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color:#222222;
	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;
		text-decoration: underline !important;
	}
}


/* =====================================
■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;
}

/*--------------------------------------
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';
	speak: none;
	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;
}
.mb {
	display: none;
}
.menu_tab {
	display: none !important;
}
@media screen and (max-width: 1060px){
	.menu_tab {
		display: block !important;
	}
	.menu_pc_tab {
		display: none !important;
	}
}
@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: 1140px;
	padding: 0 30px;
	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;
}
.under_content .container {
	width: 100%;
	max-width: 100% !important;
	padding: 0px;
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}
#wrapper {
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
}
.home #wrapper {
		padding-top: 0px !important;
	}
@media screen and (max-width:1300px) {
#wrapper {
	padding-top: 80px;
}	
}
@media screen and (max-width:959px) {
#wrapper {
	padding-top: 60px;
}	
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 77px !important;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: rgba(255,255,255,0.75);
	border-bottom: 0;
	box-sizing: border-box;
}

#header .wrap {
	margin: 0 !important;
	padding: 0;
	max-width: inherit;
}

/* logo */
#header .logo_box {
    width: 389px !important;
    margin: 13px 0 0px 33px;
    padding: 0 !important;
    max-width: 478px;
    float: left;
}
#header .logo_box img {
	width: 100%;
}
#header .logo_box a:hover {
	text-decoration: none;
}
/* header right box */
#header .right {
	width: 178px !important;
	line-height: 0;
}
#header .right .right_box > div {
	margin-top: 1px;
}
#header .right img {
	width: 100%;
	max-width: 100%;
}

/* gnav */
#header .header_menu {
	float: right;
	margin-right: 0px;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	border-left: 0;
	position: relative;
}

#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: #271613;
   line-height: 1.2;
   cursor: pointer;
   font-size: 18px;
   letter-spacing: 0.01em;
   height: 100px;
   padding: 0 22px;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
   width: auto;
   box-sizing: border-box;
   border-left: 0;
   margin-right: 0px;
   background-position: left bottom;
   font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
    
}
#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 {
    line-height: 1.2;
    display: block;
    letter-spacing: 0.15em;
    padding-top: 3px;
    color: #9C7C23 !important;
    font-size: 9px;
    font-weight: normal;
}
#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: 80px;
    display: block;
    width: 200px;
    padding: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1FAF8;
    -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; */
    margin-left: -100px;
    left: 50%;
    border-radius: 0px;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1000px;
	margin: 0 auto 15px;
	font-size: 24px;
	letter-spacing: 3px;
	color: #2d4a81;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	display: none;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li:nth-child(2n) {
    background: #C8E8E3;
}
#header .header_menu .g_nav > li dl li:hover {
	    background: #c6f9f1 !important;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
    color: #424347;
    font-size: 16px;
    padding-left: 15px;
    letter-spacing: 0;
    display: block;
    border-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    line-height: 1.3;
    border-bottom: 0;
    font-weight: normal;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
}
#header .header_menu .g_nav > li dl li:last-child a {
	border-bottom: 0;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	text-decoration: none;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li dl .icon-arrow01:before {
    color: #80B2A9;
    font-size: 12px;
    float: left;
    margin-top: 17px;
}

@media (max-width: 1300px) {
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 16px;
    padding: 0 12px;
    height: 80px;
}
#header .logo_box {
    width: 280px !important;
    margin: 10px 0 0px 20px;
}
}
@media (max-width:959px) {
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 15px;
    padding: 0 8px;
    height: 60px;
}

#header .logo_box {
    width: 190px !important;
    margin: 10px 0 0px 15px;
}	
}
@media (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	/*#header .header_menu .g_nav > li > span:hover:before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: -49px;
		display: block;
		width: 72px;
		height: 100px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 9999;
	}
	#header .header_menu .g_nav > li > span:hover:after {
		content: "";
		position: absolute;
		bottom: -20px;
		right: -44px;
		z-index: 2;
		display: block;
		width: 72px;
		height: 100px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: 999;
	}*/
	#header .header_menu .g_nav {
		margin-right: 12px;
	}
	#header .header_menu .g_nav > li dl:before {
	    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom: 10px solid #f5f2ef;
    top: -10px;
    left: 50%;
    margin-left: -10px;
	}
	#header .header_menu .g_nav > li dl dd {
		overflow: hidden;
	}
	body[data-elementor-device-mode=tablet] #header .header_menu .g_nav > li > a:hover,body[data-elementor-device-mode=tablet] #header .header_menu .g_nav > li > span:hover {
background: none;
    color: #222222;
    opacity: 1;
}
body[data-elementor-device-mode=tablet] #header .header_menu .g_nav > li dl li:hover {
    background: none;
}
}

/*@media screen and (max-width: 1060px) and (min-width: 768px) {
	#header .header_menu {
		float: none;
		clear: both;
		width: 100%;
	}
	#header .header_menu .g_nav > li {
		width: 20%;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		text-align: center;
		margin-right: 0;
		height: 80px;
	}
	#header .header_menu .g_nav > li dl {
		top: 146px;
	}
}*/
@media screen and (max-width: 767px) {
		body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	.noscroll #header .logo_box {
    position: fixed;
    z-index: 999;
}
	.noscroll #header {
		top: 0 !important;
		z-index: 9999;
	}
	#header {
		position: absolute;
		top: 0 !important;
		border-bottom: 0;
	}

	#header .logo_box {
    margin: 16px 0 17px 23px;
    width: 240px !important;
    min-width: 0;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    z-index: 1000;
    position: relative;
	}
	#header .toggleMenu {
display: block;
    position: fixed;
    right: 0;
    top: 0;
    background: none;
	}

	.toggleMenu {
float: right;
    width: 38px;
    height: auto;
    background: none;
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-right: 0;
    padding: 14px 20px 3px;
    background: none;
    z-index: 1000;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 38px;
		height: 18px;
		margin: 0px auto 0;
		text-align: center;
	}
	.menu-trigger:before{content: "MENU";display: block;line-height: 1;font-size: 12px;letter-spacing: 0.1em;font-weight: bold;margin-top: -20px;color: #354F95;margin-left: 1px;position: absolute;bottom: -20px;left: -3px;font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #354F95;
	}
	.menu-trigger span:nth-of-type(1) {
		    top: 0px;
	}
	.menu-trigger span:nth-of-type(2) {
		    top: 14px;
		opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0px;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		top: -6px;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		bottom: 1px;
	}
	.header_right_box {
		display: none;
	}
	#header .right {
		width: 38px !important;
		height: auto;
		margin-right: 20px;
		margin-top: 18px;
		margin-bottom: 15px;
	}
	#header .right_box,
	#header .g_nav {
		display: none;
	}
	#header .header_menu {
  background: #f1faf8;
    float: none;
    clear: both;
    margin-right: 0;
    padding: 76px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	}
	#header .header_menu_inner {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
	#header .header_menu .inner {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		padding:0px;
		box-sizing: border-box;
	}
	#header .header_menu .g_nav {
		display: block;
		    background: #F1FAF8;
    padding: 30px 20px 30px;
	}
	#header .header_menu .g_nav > li {
    position: relative;
    border-top: 2px solid #f1faf8;
    border-left: none;
	}
	#header .header_menu .g_nav > li:first-child {
    border-top: 0;
}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
    width: 100% !important;
    padding: 22px 45px 22px 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    background: #fff;
    font-size: 16px;
    color: #22201E !important;
    letter-spacing: 2px;
    border-left: 0;
	}

	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover {
		background: #fff;
		opacity: 1;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
	    margin: 0px 0 0 8px;
		display:none;
		vertical-align: middle;
		bottom: 0;
		padding-top: 0;
		letter-spacing: 1px;
	}
	#header .header_menu .g_nav > li:nth-child(4)>a sub {
		padding-top: 0;
	}
	#header .header_menu .g_nav > li > span:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #22201E;
    border-left: 2px solid #22201E;
    box-sizing: border-box;
    -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;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		width: 100%;
		margin-left: 0;
		left: 0;
		padding: 0 !important;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		background: #eff1fb;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
    border-top: 2px solid #ebe9e7;
    padding: 0;
	}
	#header .header_menu .g_nav > li ul li a {
    position: relative;
    display: block;
    padding: 20px 20px 19px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #C8E8E3;
    color: #22201E !important;
    border: 0;
    font-size: 15px;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		    background: #C8E8E3;
		opacity: 1;
	}
	#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.hover > span:after {
		top: 32px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	/*スマホ時サブメニューが消える現象を回避*/
	#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;
	}
	#header .contactBox {
    margin-top: 0;
    background: #745846;
    padding: 35px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
	}
	#header .contactBox .tit {
    background-size: cover;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 4px 0 0 0;
    font-weight: bold;
    margin-bottom: 6px !important
	}
	#header .contactBox .boxInner {
		background: #fff;
		padding: 10px;
	}
	#header .contactBox table th,
	#header .contactBox table td {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.4;
       vertical-align: middle;
    color: #22201E;
	}
	
	#header .contactBox ul {
			margin-top: 15px;
		    margin-bottom: 12px;
	}
	#header .contactBox ul li:not(:first-child) {
		margin-top: 4px;
	}
	#header  .sidebarBtn_first {
    background: rgb(241, 237, 235);
    vertical-align: middle !important;
}
#header  .sidebarBtn_sed {
    padding-top: 10px;
}
	#header .contactBox .txt {
    font-size: 12px;
    letter-spacing: 0.05em;
}
}
@media screen and (max-width: 413px) {
#header .logo_box {
margin: 15px 0 15px 15px;
    width: 230px !important;
}

.toggleMenu {
    padding: 10px 10px 0px;
}
#header .header_menu {
    padding: 70px 0 0 0;
}
}

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

/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom {
    background: url(/wp-content/uploads/top_bg01.jpg) no-repeat center center/cover;
    background-size: cover;
    padding: 42px 0 41px;
    position: relative;
}
#conBottom .top_h2 {
    color: #fff;
}
#conBottom .top_h2 .top_h2_sub {
	color:#fff;
}
#conBottom li {
    width: 32.8%;
    float: left;
    max-width: 354px;
    margin-right: 0.8%;
}
#conBottom li:last-child {
float: right;
    margin-right: auto;
}
#conBottom .txt {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-family: "游ゴシック体", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-top: 24px;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
	.contactArea .txtWrap .tit {
    font-size: 28px;
    letter-spacing: 0.05em;
    }
    .contactArea .txtWrap .txt {
    font-size: 16px;
}
.contactArea .txtWrap {
    margin-top: 0;
}
}

@media screen and (max-width: 767px) {
	#conBottom {
		background-size: cover;
		padding: 35px 0 37px;
	}
	#conBottom li {
    width: 100%;
       float: none !important;
    max-width: 630px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#conBottom .top_h2 {
    font-size: 24px;
}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
background: #fff;
    padding: 0px 0 0px;
    position: relative;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #22201E;
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}
#footer .foot_tp .top_h2 .top_h2_bg {background: url(/wp-content/uploads/tle_icon05.png) no-repeat left center/auto,url(/wp-content/uploads/tle_icon06.png) no-repeat right center/auto;}

#footer .foot_tp .top_h2 .top_h2_bg .top_h2_sub {
    color: #354F95;
}

#footer .foot_tp .top_h2 {
    color: #354F95;
}
#footer .foot_tp {
    background: url(/wp-content/uploads/bottom_bg-scaled.jpg) no-repeat center center/cover;
    padding: 91px 0 100px;
    text-align: center;
}

#footer .foot_tp .txt {
    font-size: 19px;
    line-height: 2;
    color: #354F95;
    letter-spacing: 0.1em;
    margin-top: 0px;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
    margin-bottom: 64px;
}
#footer .foot_tp li {
    display: inline-block;
    margin: 0 0px;
    max-width: 470px;
    width: 44%;
    margin-right: 2.8%;
}
#footer .foot_tp li:last-child {
    margin-right: auto;
}

#footer .foot_cb li {
    float: left;
    width: 24.2%;
    max-width: 220px;
    margin-right: 1%;
}

#footer .foot_cb li:last-child {
    margin-right: auto;
}

#footer .foot_cb {
    max-width: 910px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}
#footer .foot_bt .foot_logo {
    max-width: 342px;
    margin: 0 auto;
}
#footer .foot_bt {
    padding: 49px 0 49px;
    color: #271613;
    text-align: center;
    font-size: 10px;
    font-family: "メイリオ";
    background: #F4F6F7;
}
#footer .sitemap_link {margin-bottom: 28px;margin-top: 32px;}
#footer .sitemap_link a {
    color: #271613;
}
#footer .sitemap_link a:hover {
    text-decoration: underline;
}

#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}
#footer .fixed_box {
    position: fixed;
    z-index: 999;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    right: 0;
    bottom: 0;
	padding-bottom: 20px;
}
#footer .fixed_box li{
	display:inline-block;
	    margin-left: 0px;
}
#footer .fixed_box li:last-child {
    margin-left: 20px;
}
#footer .foot_banner {
    margin-top: 30px;
}
@media screen and (max-width: 1600px) {
#footer .foot_bt {
    padding: 49px 0 90px;
}
}
@media screen and (max-width: 767px) {
	
#footer .foot_tp {
    padding: 50px 0;
}
#footer .foot_tp ul {
    float: none;
    width: 100%;
}
#footer .foot_tp ul li {
float: none;
    width: 100% !important;
    text-align: center;
    margin: 10px auto 0 auto;
}
#footer .foot_tp .txt {
    margin-bottom: 20px;
	    font-size: 18px;
}
#footer .foot_cb li {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
#footer .foot_cb {
    margin-bottom: 40px;
}
#footer .foot_bt {
    padding: 30px 0 18%;
}
	#footer .fixed_box {
    width: 100%;
    padding: 0 5px 10px;
    box-sizing: border-box;
}
#footer .fixed_box li {
    float: left;
    width: 44%;
    margin-left: 0px;
}
	#footer .fixed_box li:last-child {
    width: 10%;
    position: relative;
    bottom: 0px;
    float: right;
    margin-left: 0;
}

#footer .fixed_box li img {
    width: 100%;
}

	#wpfront-scroll-top-container {
		display: none !important;
	}

}
