@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 {
	background: url(/wp-content/uploads/body_bgimg.png) no-repeat top center;
	background-size: cover;
	font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
	font-size: 16px;
	color: #22201E;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #22201E;
	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: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: 1120px;
	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;
}


/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 90px;
	box-sizing: border-box;
}
#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: rgba(25, 23, 22, 0.5);
}
.home #wrapper {
	padding-top: 0;
}
.home #header {
	background: rgba(25, 23, 22, 0.5);
}
.headerFadeIn {
	-webkit-animation-name: headerFadeIn;
	-ms-animation-name: headerFadeIn;
	animation-name: headerFadeIn;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes headerFadeIn {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -100px);
        transform: stranslate(0, -100px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes headerFadeIn {
	from {
        opacity:0;
        -webkit-transform: translate(0, -100px);
        transform: stranslate(0, -100px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}

/* logo */
#header .logo {
    float: left;
	width: 280px;
	margin: 27px 0 0 30px;
/* 	transition: opacity 1.3s;
	-webkit-transition: opacity 1.3s; */
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}
.logoFadeIn {
	-webkit-animation-name: logoFadeIn;
	-ms-animation-name: logoFadeIn;
	animation-name: logoFadeIn;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -100px);
        transform: stranslate(0, -100px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn {
	from {
        opacity:0;
        -webkit-transform: translate(0, -100px);
        transform: stranslate(0, -100px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}

/* gnav */
.header_menu {
	float: right;
	margin-right: 25px;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-left: 32px;
}
.header_menu .g_nav > li:first-child {
	margin: 0;
}
.logoFadeIn01 {
	-webkit-animation-name: logoFadeIn01;
	-ms-animation-name: logoFadeIn01;
	animation-name: logoFadeIn01;
	animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn01 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -110px);
        transform: stranslate(0, -110px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn01 {
	from {
        opacity:0;
        -webkit-transform: translate(0, -110px);
        transform: stranslate(0, -110px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
.logoFadeIn02 {
	-webkit-animation-name: logoFadeIn02;
	-ms-animation-name: logoFadeIn02;
	animation-name: logoFadeIn02;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn02 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -120px);
        transform: stranslate(0, -120px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn02 {
	from {
        opacity:0;
        -webkit-transform: translate(0, -120px);
        transform: stranslate(0, -120px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
.logoFadeIn03 {
	-webkit-animation-name: logoFadeIn03;
	-ms-animation-name: logoFadeIn03;
	animation-name: logoFadeIn03;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn03 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -130px);
        transform: stranslate(0, -130px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn03 {
	from {
        opacity:0;
        -webkit-transform: translate(0, -130px);
        transform: stranslate(0, -130px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
.logoFadeIn04 {
	-webkit-animation-name: logoFadeIn04;
	-ms-animation-name: logoFadeIn04;
	animation-name: logoFadeIn04;
	animation-delay: 0.9s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn04 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -140px);
        transform: stranslate(0, -140px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn04 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -140px);
        transform: stranslate(0, -140px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
.logoFadeIn05 {
	-webkit-animation-name: logoFadeIn04;
	-ms-animation-name: logoFadeIn04;
	animation-name: logoFadeIn04;
	animation-delay: 1.0s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
@-webkit-keyframes logoFadeIn05 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -150px);
        transform: stranslate(0, -150px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 0);
    }
}
@keyframes logoFadeIn05 {
	from {
        opacity: 0;
        -webkit-transform: translate(0, -150px);
        transform: stranslate(0, -150px);
    }
    to {
        opacity:1;
        -webkit-transform: translate(0, 0);
        transform: stranslate(0, 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: 15px;
	letter-spacing: 0.18em;
	color: #FFFFFF;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	height: 90px;
	-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;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: -6px auto 0;
}
.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: 80%;
	left: 50%;
	display: block;
	width: 240px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(223, 165, 168, 0.7);
	-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: -120px;
	margin-top: 7px;
}
.header_menu .g_nav > li.hover ul {
	top: 86%;
}
.header_menu .g_nav > li:last-child ul {
    left: inherit;
    margin-left: inherit;
    right: 0;
}
.header_menu .g_nav > li:last-child ul:before {
    left: inherit;
    margin-left: inherit;
    right: 0;
}
.header_menu .g_nav > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid rgba(223, 165, 168, 0.7);
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -12px;
}
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	color: #fff;
	padding: 0 15px;
	position: relative;
	font-family: "秀英明朝 M", "Shuei Mincho M";
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 0.8;
	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.05em;
	text-align: left;
	padding: 11px 0 12px 15px;
	font-size: 16px;
	position: relative;
}
.header_menu .g_nav > li ul li a > span:before {
	color: #fff;
	font-size: 11px;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 18px;
}
.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;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.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;
}

@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:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		background: #DFA5A8;
		left: 0;
		bottom: 26px;
		display: block;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .5s ease;
	}
	.header_menu .g_nav > li > a:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.tablet .header_menu .g_nav > li > a:hover:before,
	.tablet .header_menu .g_nav > li > span:hover:before {
		display: none;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#header .logo {
		margin: 24px 0 0 20px;
		width: 230px;
	}
	.header_menu .g_nav > li {
		margin-left: 15px;
	}
	.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 0;
	}
	#header {
		height: 60px;
		position: relative;
		top: 0 !important;
		background: rgba(25, 23, 22, 0.5);
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #b79e35;
	}
	#header.headerFadeIn.open {
		-webkit-animation-name: inherit;
		-ms-animation-name: inherit;
		animation-name: inherit;
		animation-delay: 0s;
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 0s;
		-ms-animation-duration: 0s;
		animation-duration: 0s;
	}
	
	/* logo */
	#header .logo {
		margin: 11px 0 5px 20px !important;
		width: 195px;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		/* background: #fff; */
		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: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		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: #b79e35;
		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;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #22201E !important;
		background: #fff;
		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: #418E73;
		background: #fff;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #22201E;
		border-top: 1px solid #22201E;
		position: absolute;
		top: 50%;
		right: 20px;
		-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: -2px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	.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 {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		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.1em;
		text-align: left;
		color: #22201E;
		background: #f4efd8 !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: 16px;
		letter-spacing: 0.1em;
		color: #22201E;
	}
	.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;
	}
	
	.logoFadeIn {
		animation-delay: 0.3s;
		-webkit-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}
@media screen and (max-width: 374px) {
	.header_menu .inner {
		padding: 20px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
.home #wrapper > #mainimage, .home #wrapper > #main {
    z-index: 10;
    position: relative;
}
.home #wrapper > #main {
	background: url(/wp-content/uploads/body_bgimg.png) no-repeat top center;
	background-size: cover;
}
#sidebar {
	display: none;
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.home #conBottom {
    margin-bottom: 264px;
    z-index: 10;
    position: relative;
}
.contact_section {
	padding: 60px 0;
	background: url(/wp-content/uploads/contact_bgimg.jpg) no-repeat top center;
	background-size: cover;
}
.contact_tit {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 37px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-align: center;
	margin-bottom: 24px;
    color: #FFFFFF;
	position: relative;
	padding-top: 78px;
}
.contact_tit:before {
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    background: url(/wp-content/uploads/icon_contact.png) no-repeat;
    width: 64px;
    height: 61px;
    background-size: cover;
    margin-left: -32px;
}
.contact_txt {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 25px;
	margin-bottom: 58px;
}
.contact_section ul {
    position: relative;
}
.contact_section ul:before {
	background: #fff;
	width: 1px;
	position: absolute;
	content: '';
	height: 67%;
	top: 16.5%;
	left: 50%;
	margin-left: -0.5px;
}
.contact_section li {
    float: left;
    width: 50%;
}

@media screen and (max-width: 767px) {
	.contact_section {
		padding: 40px 0;
	}
	.contact_tit {
		letter-spacing: 0.05em;
		font-size: 20px;
	}
	.contact_txt {
		letter-spacing: 0.05em;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact_section ul:before {
		display: none;
	}
	.contact_section li {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #F8F7F7;
    padding: 46px 0 20px;
    width: 100%;
    bottom: 0;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	box-sizing: border-box;
	z-index: 1;
	font-size: 10px;
	line-height: 1.7;
	color: #5C5856;
	letter-spacing: 0.12em;
}
.home #footer{
	height: 264px;
    position: fixed;
}
.footerInner {
    max-width: 303px;
    width: 100%;
    margin: 0 auto;
}
#footer .addr {
    margin: 22px 0 4px;
}
#footer .addr a {
	color: #B79E35;
	text-decoration: underline;
	margin-left: 5px;
}
#footer .addr a:hover {
	color: #5C5856;
}
#footer .tel {
    margin-bottom: 22px;
}
#footer .tel a, #footer .site a {
	color: #5C5856;
}
#footer .tel a:hover, #footer .site a:hover {
	color: #B79E35;
}
#footer .site li {
    float: left;
    letter-spacing: 0.06em;
}
#footer .site li.copyright {
    float: right;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
	#footer .addr a {
		margin-left: 0;
	}
	#footer .site li {
		float: none !important;
	}
	#footer .site li.copyright {
		margin-left: 0;
	}
}