@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: "Zen Kaku Gothic Antique", sans-serif;
   font-size: 16px;
   background: #F9FAFC;
   color: #404445;
   letter-spacing: 0;
   line-height: 1.6;
   position: relative;
   -webkit-text-size-adjust: 100%;
   font-weight: 500;
}

body:not(.home) #content {
   line-height: 1.9;
}

.fnt-zen-old {
   font-family: "Zen Old Mincho", serif;
}

.fnt-zen {
   font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.fnt-zen-kaku {
   font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
   text-decoration: none;
   color: inherit;
   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;
   }
   body {
      background: #FCFDFE;
   }
}


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

.mb {
   display: none;
}

@media screen and (min-width: 768px) {
   .sp {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   .pc {
      display: none !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;
}

@media (max-width: 767px) {
   .container {
      padding: 0 30px;
   }
}

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

.home #wrapper {
   padding-top: 0;
}

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

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

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


#header .header_menu .g_nav {
   display: flex;
}

@media screen and (min-width: 768px) {
   .sub-menu {
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      width: max-content;
      height: auto;
      padding: 12px 20px;
      border-radius: 0;
      background: #fff;
      /* box-shadow: 0 1px 5px rgb(0 0 0 / 10%); */
      visibility: hidden;
      opacity: 0;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px 25px;
   }

   .sub-menu li a {
      border-bottom: 1px solid #6EABE4;
   }
   
   .sub-menu a {
      font-size: 16px;
      display: block;
      padding: 0 0 4px 6px;
   }

   .sub-menu:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 8px solid #fff;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -7px;
  }
   
   .menu-item-has-children {
      position: relative;
   }
   
   .menu-item-has-children:hover .sub-menu {
      visibility: visible;
      opacity: 1;
   }
}

@media screen and (max-width: 767px) {

   .menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		margin-top: -14px;
		-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;
	}

	.menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

   .sub-menu {
		width: 100%;
	}

	.g_nav .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 25px 0 0;
		border-radius: 0;
	}

   .g_nav .menu-item-has-children.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}
   .toggleMenu {
      width: 64px;
      height: 64px;
      background: none;
      text-align: left;
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
   }

   .menu-trigger,
   .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
   }

   .menu-trigger {
      position: relative;
      width: 32px;
      height: 22px;
      text-align: center;
   }

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

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

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

   .menu-trigger span:nth-of-type(3) {
      bottom: 0;
   }

   .toggleMenu.active .menu-trigger span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) 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(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
   }

   #header .right_box,
   #header .g_nav {
      display: none;
   }
}


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


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
   padding: 53px 0 61px;
   text-align: center;
   background: #ccc;
   background-size: cover;
}

.contact_section .contact_tit {
   font-size: 34px;
   color: #fff;
   letter-spacing: 0.15em;
   line-height: 1.6;
   margin-bottom: 25px;
}

.contact_section .txt {
   font-size: 16px;
   color: #fff;
   letter-spacing: 0.1em;
   line-height: 2;
   margin-top: 30px;
}

.contact_section .contact_list li {
   float: left;
   width: 49.6%;
   margin-left: 0.8%;
}

.contact_section .contact_list li:first-child {
   margin: 0;
}


@media screen and (max-width: 767px) {
   .contact_section .contact_tit {
      font-size: 28px;
   }

   .contact_section .contact_list {
      max-width: 535px;
      margin: 0 auto;
   }

   .contact_section .contact_list li {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
   }
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
   background: #edfae1;
   background-size: cover;
   padding: 94px 0 28px;
}

#footer .footer_navi .navi_tit {
   font-size: 17px;
   line-height: 1;
   letter-spacing: 0.1em;
   padding-bottom: 29px;
   margin-bottom: 26px;
   position: relative;
   border-bottom: 1px solid #333;
}

#footer .footer_navi .navi_list {
   float: left;
   width: 28%;
   margin-left: 8%;
}

#footer .footer_navi .navi_list ul {
   padding-top: 3px;
}

#footer .footer_navi .navi_list:first-child {
   margin: 0;
}

#footer .footer_navi .navi_list li {
   position: relative;
   margin-top: 19px;
   font-size: 13px;
   line-height: 1.6;
   letter-spacing: 0.1em;
}

#footer .footer_navi .navi_list li:first-child {
   margin: 0;
}

#footer .footer_navi .navi_list li:before {
   font-size: 10px;
   color: #6fba2c;
   margin-right: 5px;
}

#footer .footer_navi .navi_list li a {
   vertical-align: top;
}

#footer .footer_navi .navi_list li a:hover {
   color: #6fba2c;
}

#footer .footer_navi .access_box {
   font-size: 13px;
   line-height: 1.9;
}

#footer .footer_navi .access_box p {
   margin-bottom: 22px;
}

#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: 0;
   bottom: 0!important;
   z-index: 99;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
}

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


@media screen and (max-width: 767px) {
   #footer {
      padding: 50px 0 26%;
   }

   #footer .footer_navi .navi_list {
      float: none;
      width: 100%;
      margin-top: 40px;
      margin-left: 0;
   }

   #footer .copyright {
      margin-top: 50px;
   }

   #footer .fixed_box {
      right: 0;
      width: 100%;
   }

   #footer .fixed_box li {
      float: left;
      width: 40.5%;
      border-right: 1px solid #fff;
      box-sizing: border-box;
   }

   #footer .fixed_box li:last-child {
      width: 19%;
      border-right: none;
      box-sizing: border-box;
   }

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

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

