@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 {
	background: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.9em;
	position: relative;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", "Meiryo", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
a {
	color: #393939;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:hover {
	color: #d53543;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@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;
}


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

@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: 1210px;
	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;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.container {
		max-width: 980px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.container {
		max-width: 808px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 460px;
	}
}
@media (max-width: 479px) {
	.container {
		max-width: 340px;
	}
}


/*--------------------------------------
header
--------------------------------------*/

#wrapper {
	height: 100%;
	padding-top: 0;
	box-sizing: border-box;
}
#header {
	background: #fef9ef;
}
.header_block {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.head_contact_list {
  padding-top: 5px;
}
.head_contact_list li {
	float: left;
	position: relative;
	color: #401609;
	letter-spacing: 0.06em;
	font: 12px/14px "メイリオ", "Meiryo", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.head_contact_list li.icon1 {
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 17px;
	margin-right: 37px;
}
.head_contact_list li.icon1:after {
	position: absolute;
	display: block;
	width: 12px;
	height: 19px;
	top: 3px;
	left: 0px;
	content: '';
	background-image: url(/wp-content/uploads/soc_icon1.png);
}
.head_contact_list li.icon2 {
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 29px;
	margin-right: 30px;
}
.head_contact_list li.icon2:after {
	position: absolute;
	display: block;
	width: 22px;
	height: 15px;
	top: 4px;
	left: 0px;
	content: '';
	background-image: url(/wp-content/uploads/soc_icon2.png);
}

.head_contact_list li.icon3 {
	padding-top: 7px;
	padding-bottom: 1px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 26px;
	margin-right: 29px;
}
.head_contact_list li.icon3::after {
	position: absolute;
	display: block;
	width: 20px;
	height: 16px;
	top: 4px;
	left: 0px;
	content: '';
	background: url( /wp-content/uploads/soc_icon3.png) no-repeat 0px 0px;
}
.head_contact_list li.icon4 {
  padding-top: 7px;
}
.head_contact_list li.icon4 span {
  font-size: 18px;
  font-weight: bold;
  padding-left: 7px;
  vertical-align: bottom;
  letter-spacing: 0.08em;
}

/* logo */
#header .logo {
	width: 286px;
	line-height: 0;
	float: left;
	margin: 17px 0 23px 0px;
}
.page-id-113 #header .logo {
  margin-bottom: 52px;
}
.page-id-32 #header .logo {
  margin-bottom: 52px;
margin-top: 48px;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */
.header_menu {
    float: right;
    margin-right: 0;
	width: 58.2%;
}
.header_menu .g_nav {
	display: flex;
	padding-top: 46px;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-left: 0;
	width: 16.7%;
}
.header_menu .g_nav > li:first-child {
	margin-left: 0;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span{
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #401609;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	/*height: 119px;*/
	height: 0;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	/*padding: 13px 2px 0;*/
	padding: 20px 2px;
	z-index: 1;
}
/*.header_menu .g_nav > li > a:hover, .header_menu .g_nav > li > span:hover {
  background: #765d44;
  border-radius: 5px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #fff;
}*/
@media screen and  (min-width: 768px) {
	.header_menu .g_nav > li > a:hover, .header_menu .g_nav > li > span:hover {
		color: #fff;
	}
	.header_menu .g_nav > li > a:before, .header_menu .g_nav > li > span:before {
		display: block;
		position: absolute;
		left: 50%;
		right: 50%;
		width: 0;
		top: 50%;
		bottom: 50%;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		z-index: -1;
		content: '';
		height: 0;
	}
	.header_menu .g_nav > li > a:hover:before, .header_menu .g_nav > li > span:hover:before {
		background: #765d44;
		width: 100%;
		height: 100%;
		border-radius: 7px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
}

.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li > a sub,
.header_menu .g_nav > li > span sub {
	color: #c8ce31;
	font-size: 8px;
	letter-spacing: 0.21em;
	display: block;
	margin-top: 8px;
}
.header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 73%;
	left: 50%;
	display: block;
	width: 146px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #765d44;
	-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;
	margin-left: -73px;
	margin-top: 10px;
	border-radius: 5px;
	padding: 0 10px;
	text-align: center;
}
.header_menu .g_nav > li.hover ul {
	top: 78%;
	opacity: 1;
	pointer-events: auto;
}
/*.header_menu .g_nav > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #639144;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -6px;
}*/
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	color: #fff;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
/*.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	text-decoration: none !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}*/
.header_menu .g_nav > li ul li a > span {
	display: block;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    padding: 11px 0 12px 0;
    font-size: 12px;
    position: relative;
    border-bottom: none;
}
.header_menu .g_nav > li ul li:last-child a > span {
	border-bottom: none;
}
.header_menu .g_nav > li ul li a > span:before {
	color: #fff;
	font-size: 10px;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 17px;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/*.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
	background: #C8DF6E;
}*/
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.header_menu .g_nav > li:last-child ul {
    width: 140px;
    margin-left: -70px;
}
.sf-menu > li.sf-with-ul:after {
  display: block;
  position: absolute;
  content: '';
  width: 7px;
  height: 4px;
  top: 32px;
  left: 50%;
  margin-left: -2px;
  background: url(/wp-content/uploads/menu_arrow.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
/*	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover {
		color: #639144;
	}*/
	.tablet .header_menu .g_nav > li > a:hover:before,
	.tablet .header_menu .g_nav > li > span:hover:before {
		color: #403426;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
	#header .logo {
		margin-left: 15px;
	}
	.header_menu {
		margin-right: 15px;
	}
	.header_menu .g_nav > li {
		margin-left: 0;
	}
	/*.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		padding: 0 7px;
	}*/
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#header .logo {
		width: 150px;
		margin: 19px 0 0 15px;
	}
	.header_menu {
		margin-right: 10px;
	}
	/*.header_menu .g_nav > li {
		margin-left: 7px;
	}*/
	/*.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		padding: 0;
		font-size: 14px;
	}*/
}
@media screen and (max-width: 767px) {
	#header div.container {
		display: none;
	}
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 0 !important;
	}
	#header {
		height: 60px;
		position: relative !important;
		top: 0 !important;
		background: #fff;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
	}
	.header_block {
		box-shadow: none;
	}
	
	/* logo */
	#header .logo {
		width: 172px;
		float: none;
		margin: 0;
	}
	#header .logo a {
		margin: 5px 0 5px 15px;
		display: inline-block;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #FFFFFF;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 19px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #C1AF97;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.header_menu {
		display: none;
		background: #ECE4D1;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
	}
	.header_menu .inner {
		padding: 30px 0 0;
	}
	
	.header_menu .g_nav {
		display: block;
		padding: 0 30px;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 0 !important;
		border-bottom: 2px solid #F0F5EF;
		position: relative;
	}
	.header_menu .g_nav > li:before {
		display: none !important;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		letter-spacing: 0;
		text-align: left;
		color: #403426 !important;
		background: #ffffff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 22px 20px 18px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li > span {
		padding: 22px 40px 18px 20px !important;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		color: #403426;
		background: #ffffff;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 2px solid #22201E;
		border-top: 2px solid #22201E;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li > span:after {
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: -6px;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 0;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
	}
	.header_menu .g_nav > li ul:before {
		display: none;
	}
	/* .header_menu .g_nav > li ul {
		pointer-events: auto;
		display: block !important;
		position: static;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		opacity:1;
	} */
	.header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		margin-top: 0;
		background: #F0F5EF;
	}
	.header_menu .g_nav > li ul li {
		display: block;
		width: 100%;
		margin-top: 2px;
		margin-left: 0;
		border-top: none;
	}
	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li a {
		display: block;
		font-size: 16px;
		letter-spacing: 0;
		text-align: left;
		color: #fff;
		background: #3F1608 !important;
		margin-top: 2px;
		padding: 20px 30px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
	}	
	.header_menu .g_nav > li ul li a span {
		line-height: 1.25;
		padding: 0;
		font-size: 14px;
		letter-spacing: 0;
		color: #fff;
		border-bottom: none;
	}
	.header_menu .g_nav > li ul li a > span:before {
		display: none;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	.header_menu .g_nav > li > span {
		position: relative;
	}
	.header_menu .g_nav > li.hover > span + ul,
	.header_menu .g_nav > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	.header_menu .g_nav > li:last-child ul {
		width: auto;
		margin-left: 0;
	}
}
@media screen and (max-width: 374px) {
	.header_menu .inner {
		padding: 20px;
	}
}
@media screen and (max-width: 1204px) and (min-width: 768px) {
	#header .logo {
		width: 150px;
		margin: 19px 0 10px 0;
	}
	.header_menu {
		margin-right: 0;
		width: 77%;
	}
	.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
		font-size: 12px;
		letter-spacing: 0;
	}
	.header_menu .g_nav {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 995px) {
	#header .container {
		display: none;
	}
}
	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #C1AF97;
		padding: 30px 30px 30px;
		margin-top: 30px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		/*font-family: dnp-shuei-mincho-pr6,sans-serif;*/
		font-weight: bold;
		font-style: normal;
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: 0.15em;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 29px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
	.contactBox {
		padding: 20px 20px 25px;
	}
	.contactBox .tit {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}

/*--------------------------------------
mainimage
--------------------------------------*/
#mainimage img {
	width: 100% !important；
}
/*--------------------------------------
SIDE
--------------------------------------*/
#side {
    display: none;
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.contact_section {
    background: url(/wp-content/uploads/lp_contact_bgimg.jpg) no-repeat top center;
    background-size: cover;
	padding: 95px 0 69px;
}
.contactInner {
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.contact_tit {
    max-width: 570px;
    width: 100%;
    margin: 0 auto 22px;
}
.contact_list li:first-child {
    float: none;
    width: 100%;
    clear: both;
	margin-bottom: 30px;
}
.contact_list li:first-child img {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 70px;
}
.contact_list li:nth-child(2) {
    float: left;
    width: 42.6%;
    margin-left: 4%;
}
.contact_list li:nth-child(3) {
    float: right;
    width: 47.4%;
    margin-right: 1%;
}

@media screen and (max-width: 767px) {
	.contact_section {
		background: url(/wp-content/uploads/lp_contact_bgimg_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 0 0;
	}
	.contact_tit {
		margin-bottom: 15px;
	}
	.contact_list li {
		float: none !important;
		width: 100% !important;
		margin: 20px 0 0 !important;
	}
	.contact_list li:first-child {
		margin: 0 !important;
	}
	.contact_list li p {
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		text-align: center;
		color: #FFFFFF;
		line-height: 1.4;
		font-size: 20px;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.contact_list li:nth-child(n+2) p {
		font-size: 14px;
		letter-spacing: 0;
	}
	.contact_list li p span {
		font-size: 15px;
		margin-right: 10px;
	}
	.contact_list li img {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 70px;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer{
	background:#765d44;
	color:#ffffff;
	padding-top:61px;
	margin-top:0;
	padding-bottom: 50px;
}
#footer .container a {
	letter-spacing: -0.07em;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-size: 14px;
	color: #ffffff;
}

#footer .container a:before {
    content: "";
    width: 12px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    background: url(/wp-content/uploads/list_marker.png) no-repeat 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#footer .container .sitemap_box a {
	display: block;
	margin-top: 10px;
}
#footer .container .sitemap_box a:before {
  background: url(/wp-content/uploads/list_marker.png) no-repeat 0 50%;
}
	}
#footer a:hover {
	color: #ff8d26;
}
#footer .txt01 {
  letter-spacing: 0.07em;
  margin-bottom: 29px;
  font-size: 14px;
	line-height: 1.7;
}
.copyright {
  font-family: "メイリオ", "Meiryo", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.65em;
  margin-bottom: 32px;
}
.footerLink li {
    float: left;
    width: 30.2%;
    margin: 0 0 24px 4.7%;
}
.footerLink li:nth-child(3n+1) {
    margin-left: 0;
}
/*.footerColumn {
    margin-top: 119px;
}*/
.footerColumn1,
.footerColumn2,
.footerColumn3,
.footerColumn4 {
	float: left;
	box-sizing: border-box;
}
.footerColumn1 {
  width: 34.2%;
  padding-right: 1em;
}
.footerColumn2 {
  width: 43%;
  padding-right: 1em;
}
.footerColumn4 {
  width: 22.8%;
}
.footerColumn2 .footerList_box .footerList:first-child {
	float: left;
	width: 33%;
	padding-right: 1em;
}
.footerColumn2 .footerList_box .footerList:last-child {
	float: left;
	width: 67%;
}
.footerAddress {
    margin-bottom: 18px;
}
.footerTel {
	letter-spacing: 0.12em;
	font: bold 14px/33px Arial, Helvetica, sans-serif;
	line-height: 33px;
	margin-bottom: 14px;
	line-height: 1.4;
	text-transform: uppercase;
}
#footer .container .footerTel a {
  letter-spacing: 0.12em;
}

#footer .container .footerTel a:before {
	background: none;
	width: 0;
	height: 0;
}
.footerColumn1 li {
    margin-bottom: 13px;
}
.footerColumn1 li:first-child {
    margin-bottom: 16px;
}
.footerColumn1 li a {
    margin-right: 32px;
}
.footer_title {
	color: #fff;
	font-size: 22px;
	border-bottom: solid 2px #ffffff;
	display: inline-block;
	letter-spacing: -0.02em;
	margin-bottom: 26px;
}
.footerList li {
    margin-bottom: 15px;
    text-indent: -17px;
    padding-left: 17px;
}
#footer .fixed_box {
    /*width: 50px;*/
    z-index: 999;
    bottom: 0 !important;
    right: 0;
    position: fixed;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
#footer .fixed_box li {
	margin-bottom: 1px;
	float: left;
}
#footer .fixed_box li:nth-child(2) {
	float: left;
	margin-right: 10px;
}
#footer .fixed_box li:nth-child(3),
#footer .fixed_box li:nth-child(4) {
    margin-bottom: 0;
	float: left;
}
#footer .fixed_box li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 22%;
		border-bottom: none;
	}
	#footer .fixed_box li:nth-child(2) {
		float: left;
		margin-right: 0;
	}
	.footerLink li {
		width: 100%;
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	.footerLink li:last-child {
		margin-bottom: 0;
	}
	.footerColumn {
		margin-top: 30px;
	}
	.footerColumn1,
	.footerColumn2,
	.footerColumn3,
	.footerColumn4 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.footerColumn1,footerColumn2 {
		margin-bottom: 30px
	}
	.footerColumn2 .footerList_box .footerList:first-child {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.footerColumn2 .footerList_box .footerList:last-child {
		float: none;
		width: 100%;
	}
	.footerList li {
		border-top: solid 1px #ffffff;
		padding: 20px 15px;
		margin-bottom: 0;
	}
	.footerColumn2,.footerColumn4 {
		border-bottom: solid 1px #ffffff;
		margin-bottom: 30px;
	}
	.footer_title {
		margin-bottom: 30px;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li {
		float: left;
		width: 42.6%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin: 0;
	}
	#footer .fixed_box li:first-child {
		width: 42.6%;
	}
	#footer .fixed_box li:last-child {
		border-right: none;
		width: 14.8%;
	}
}