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

/* =====================================
■BASE
===================================== */

:root {
  --color1: #000; 
  --color2: #AF8259; 
  --color3: #774F2B; 
  --color4: #B78455; 
  --color5: #AC8320; 
}
html *{
   font-size: 100%;
}

body {
   font-family: "Shippori Mincho", serif;
	 line-height: 270%;
   font-size: 75%;
   background: #fff;
	 color: var(--color1);
   position: relative;
   -webkit-text-size-adjust: 100%;
	letter-spacing: 0.15em;
}

a {
   text-decoration: none;
   color: var(--color1);
   vertical-align: middle;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
}
a:link, a:visited, a:hover {
	color: #999;
}
a:focus,
*:focus {
   outline: none;
}

a[href^="tel:"] {
   pointer-events: none;
   cursor: text;
}

@media screen and (max-width: 767px) {
	body{
		line-height: 230%;
	}
   a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer;
   }
}


/* =====================================
■MODULE
===================================== */
.elementor-element, .e-con-inner{
  padding: 0 !important;
  margin: 0 !important;
}

/*--------------------------------------
汎用
--------------------------------------*/
/* 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 (min-width: 768px) {
  .df-pc{
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
   .pc {
      display: none !important;
   }

   .sp {
      display: block !important;
   }
  .df-sp{
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
   .mb {
      display: block;
   }

   .pcm {
      display: none;
   }
}

.df{
  display: flex;
  justify-content: space-between;
}

.active_nav {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body.active_nav, body.active_nav *, body.active_nav *:hover, body.active_nav *:focus, body.active_nav *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}
body.active_nav .toggleMenu, body.active_nav .header_menu, body.active_nav .header_menu * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
   width: 100%;
   max-width: 1140px;
   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;
  align-items: flex-start;
	padding: 0 30px;
}

.container:after {
   content: "";
   display: block;
   clear: both;
}
@media (max-width: 919px) {

}
@media (max-width: 767px) {
 #main .container {    
    flex-wrap: wrap;
 }
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
   font-size: 130%;
   box-sizing: border-box;
	padding-top: 87px;
}
@media screen and (max-width: 767px) {
	#wrapper{
		font-size: 120%;
	}
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: var(--color2);
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/* container */
.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 87px;	
}
.header__logo{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 525px;
	box-sizing: border-box;
	padding: 0 30px;
}
.header__logo a{
	display: block;
	max-width: 437px;
	line-height: 1;
}

/*--------------------------------------
	nav
--------------------------------------*/
.header_menu{
	padding-right: 40px;
}

.header_menu .g_nav a, .header_menu .g_nav span{
	color: #fff;
	font-weight: 500;
	cursor: pointer
}
.header_menu .g_nav a:hover{
	opacity: 0.7;
}
.header_menu .up-menu{
	position: relative;
	display: flex;
	align-items: center;
}
.menu-item-has-children .up-menu::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -4px;
  -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;
}
.sub-menu {
		visibility: hidden;
		opacity: 0;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
.sub-menu a {
	font-size: 14px;
	color: #fff;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1400px) and (min-width: 981px) {
	.header__logo{
		width: 356px;
		padding: 0 15px;
	}
	.header_menu {
    padding-right: 20px;
	}
	.header_menu .g_nav a, .header_menu .g_nav span{
		font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	.header{
		background: #fff;
	}
	.header__container{
		height: 60px;
	}
	.header__logo{
		background: none;
		padding: 0 16px;
		width: 242px;
	}
	.header_menu {
		background: url("img/new/menu_bg.jpg") no-repeat center top / cover;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		padding: 100px 60px 20px;
		opacity: 0;
		visibility: hidden;
		/*transition: all 0.3s;*/
		z-index: 1;
	}
	.header_menu .g_nav a, .header_menu .g_nav span{
		font-size: 20px;
		line-height: 60px;
		letter-spacing: 0;
	}
	.menu-item-has-children .up-menu::after{
		position: absolute;
		right: 0;
		top: 27px;
	}
	.menu-item-has-children.hover .up-menu::after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.active_nav .header_menu {
		opacity: 1;
		visibility: visible;
	}
	.menu-item-has-children.hover .sub-menu{
		display: block;
	}
	.sub-menu{
		display: none;
	}
	.header_menu .sub-menu a{
		line-height: 50px;
	}
	.header_menu > li.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		margin-left: 20px;
	}
	
}
@media screen and (min-width: 981px) {
	.header_menu .g_nav {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.sub-menu {
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		width: 170px;
		height: auto;
		padding: 10px 20px;
		background: url("img/new/menu_bg.jpg") no-repeat bottom center;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.menu-item-has-children .up-menu::after{
		display: block;
		margin-left: 10px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 981px) {
	.header__logo{
		width: 265px;		
	}
	.header_menu .g_nav {		
		gap: 20px;
	}
	
}


/*--------------------------------------
	toggle menu
--------------------------------------*/
.toggleMenu {
	display: none;
	width: 60px;
	height: 60px;
}
.toggleMenu:after{
	content: "MENU";
	font-size: 8px;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #000;
	font-weight: 700;
	position: absolute;		
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.menu-trigger {
	position: relative;
	display: block;
	width: 30px;
	height: 16px;
	padding: 0;
	border: 0px;
	margin: 0 0 6px;
	text-align: center;
	background: none;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 7px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.toggleMenu.active:after{
	content: "CLOSE";
	color: #fff;
}
.toggleMenu.active .menu-trigger span{
	background: #fff;
}
.toggleMenu.active .menu-trigger span:nth-of-type(1) {
	-moz-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	-moz-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


@media screen and (max-width: 980px) {
	.toggleMenu {
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 10px;		
	z-index: 1000;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed-box li{
	margin-top: 13px;	
}
.fixed-box li a{
	cursor: pointer;
	display: block;
}

@media screen and (min-width: 1471px) {
	.wsp{
		display: none;
	}
}
@media screen and (max-width: 1470px) {
	.wpc{
		display: none;
	}
	.fixed-box{
		width: 30%;
		bottom: 0;
		background: #ED9537;
		padding-left: 1%;
	}
	.fixed-box ul{
		display: flex;
		justify-content: center;
	}
	.fixed-box li{
		margin-top: 0;	
		width: 50%;
	}
	.fixed-box li a, .fixed-box li a img{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.fixed-box{
		width: 100%;
		padding-left: 0;
	}
}
/*--------------------------------------
navigation
--------------------------------------*/
#navigation{
  margin: 5px 0 17px;
}
#navigation li{
  width: calc((100% - 6px) / 6);
}

/*--------------------------------------
SIDE
--------------------------------------*/
#side{
  width: 230px;
  background: url("img/side_bg_top.jpg") no-repeat top center, url("img/side_bg_footer.jpg") no-repeat bottom center, url("img/side_bg.jpg") repeat-y top center;
  box-sizing: border-box;
  padding: 3px 7px 18px 3px;
}

#side .freeArea{
  margin-bottom: 10px;
  line-height: 160%;
}
#side .banner{
  margin-bottom: 2px;
}
#side .banner a{
  display: block;
}
#side #access #accessInner {
	background-color:#ebebeb;
  padding-bottom: 10px;
}
#side #access #accessTitle {
    text-align: center;
    padding-top: 9px;
    height: 21px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 15px;
  border-bottom-color: #f6f6f6;
}
#side #access #accessTitle img{
  display: block;
}
#side #access p {    
  margin: 0 10px;
  line-height: 140%;
}
#side #access p span{
  display: inline-block;
}
#side #access small a{
  text-decoration: underline;
}
#side #access small a:hover{
  text-decoration: none;
}
#side #access #accessBtn {
	padding-top:5px;
	margin:0 10px;
}

#side #access #accessBtn a {
	display: block;
}
#side #access #accessBtn a + a{
  margin-top: 10px;
}


/* navTypeCross news */
#sideNews, .blogside-box {
	background: url("img/sidenews_bg_top.png") no-repeat top center, url("img/sidenews_bg_bottom.jpg") no-repeat bottom center  #232323;
  border-radius: 3px;
	width:220px;
	z-index:1;
  margin: 10px 0;
  color: #999;
  padding: 3px;
  box-sizing: border-box;
}

#sideNews .contentsBoxTitle, .blogside-box .category-title {
	background-image: url(img/content_title_underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 13px;
	margin-top:3px;
	padding-bottom: 5px;
}
#sideNews .contentsBoxTitle h3 {
	float: left;
	font-weight: bold;
	padding-top: 2px;
}
#sideNews .contentsBoxTitle p {
	float: right;
	background: url(img/icon_info_list.gif) no-repeat center left;
	padding-left: 16px;
	margin-top: 1px;
}
#sideNews .contentsBoxTitle a.listLook {
	text-decoration: none;
	font-size: 90%;
	line-height: 140%;
}
#sideNews .contentsBoxTitle a.listLook:hover {
	text-decoration: underline;
}
#sideNews #newsList dl {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
  border-bottom-color: #000000;
}
#sideNews #newsList dl dt {
	margin-bottom: 2px;
  font-weight: bold;
	line-height: 110%;	
  color: #ccc;
}
#sideNews #newsList dl a {
	text-decoration: underline;
  color: #7B7B7B;
}
#sideNews #newsList dl a:hover{
  opacity: 0.7;
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {	
	padding-top: 64px;
	font-size: 14px;
	letter-spacing: 0.1em;
	width:100%;
	margin:0 auto;
	clear:both;
  text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
#footer .footer-logo{
	margin: 0 auto;
	max-width: 437px;
}
#footer .footer-logo a{
	display: block;
}
#footer .footer-txt{
	margin: 35px 0 13px;
}
#footer .footer-link{
	margin-bottom: 30px;
}
#footer .footer-link a{
	color: #000;
	transition: ease 0.3s;
}
#footer .footer-link a:hover{
	opacity: 0.7;
}
#footer address{
	color: #fff;
	background: #774F2B;
	line-height: 30px;
	font-size: 12px;
}

#wpfront-scroll-top-container:hover img {
   opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  #footer{
     padding-top: 30px;
		font-size: 12px;
		line-height: 18px;
  }
  #footer .footer-logo{		
		max-width: 270px;
	}
	#footer .footer-txt{
		margin: 35px 0 13px;
	}
	#footer .footer-link{
		margin-bottom: 30px;
	}
	#footer address{
		padding-bottom: 80px;
		line-height: 30px;
		font-size: 10px;
	}
   #wpfront-scroll-top-container {
      display: none !important;
   }
}
.inquiry_banner{
  text-align: center;
}
.inquiry_banner a{
  display: block;
}
/*Pagination CSS*/
ul.page-numbers {
   list-style: none;
   margin: 0;
}
/*
.page-numbers:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

ul.page-numbers li {
   display: block;
   float: left;
   margin: 0 4px 4px 0;
   text-align: center;
}

.page-numbers a,
.page-numbers span {
   line-height: 1.6em;
   display: block;
   padding: 0 6px;
   height: 18px;
   line-height: 18px;
   font-size: 12px;
   text-decoration: none;
   font-weight: 400;
   cursor: pointer;
   border: 1px solid red;
   color: #888;
}

.page-numbers a span {
   padding: 0
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
   color: #000;
   background: #f7f7f7;
   text-decoration: none;
}

.page-numbers:hover {
   text-decoration: none
}

*/