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

/* =====================================
■BASE
===================================== */
html {
   scroll-behavior:unset !important;
}

body {
   font-family: "Shippori Mincho", serif;
   font-size: 16px;
   background: #fff;
   color: #333;
   letter-spacing: 0.01em;
   line-height: 32px;
   position: relative;
   -webkit-text-size-adjust: 100%;
   font-weight: 400;
}
@media screen and (max-width: 767px) {
   body{
      font-size: 14px;
      line-height: 28px
   }
}
#main{
   overflow: hidden;
}
a {
   text-decoration: none;
   color: #333;
   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;
   }
}
.fnt-ship{
   font-family: "Shippori Mincho", serif;
}
.fnt-noto{
   font-family: "Noto Serif JP", serif;
}
.fnt-notosan{
    font-family: "Noto Sans JP";
}

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

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

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

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

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

#header {
   position: fixed;
   top: 0 !important;
   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;
   height: 90px;
}
@media screen and (max-width: 767px) {
   #header{
      height: 80px;
   }
}

/* logo */
#header .header-logo {
   float: left;
   width: 30%;
   margin: 22px 0 22px 4%;
   max-width: 245px;
}

#header .header-logo img {
   width: 100%;
}

#header .header-logo a:hover {
   text-decoration: none;
}

/* gnav */
#header .header_menu {
   float: right;
   /* margin-top: 14px; */
   margin-right: 1%;
   width: 65%;
   max-width: 470px;
}

#header .header_menu .g_nav {
   display: flex;
   justify-content: space-between;
}

#header .header_menu .g_nav>li {
   vertical-align: middle;
   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: #333;
   line-height: 1.2;
   cursor: pointer;
   font-size: 16px;
   letter-spacing: 0em;
   width: max-content;
   margin-right: 30px;
   font-weight: 600;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
   position: relative;
   height: 90px;
}

#header .header_menu .g_nav>li>a>span,
#header .header_menu .g_nav>li>span>span {
   display: block;
   margin: 0 auto;
}
@media screen and (min-width: 768px) {
  
   #header .header_menu .g_nav>li>.parent::after{
      content: '';
      position: relative;
      display: inline-block;
      width: 10px;
      height: 7px;
      margin-left: 8px;
      background: url('img/shared/arrow1.svg') center/cover;
   }
}
#header .header_menu .g_nav>li>a sub,
#header .header_menu .g_nav>li>span sub {
   font-size: 10px;
   /* color: #6fba2c; */
   line-height: 1.2;
   display: block;
   letter-spacing: 0.25em;
   padding-top: 10px;
}

#header .header_menu .g_nav>li dl {
   pointer-events: none;
   position: absolute;
   top: 100px;
   left: 40%;
   transform: translateX(-50%);
   display: block;
   width: 190px;
   padding: 30px 20px 30px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: rgba(255, 255, 255, 0.9);
   -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: 8px;
}
#header .header_menu .g_nav>li dl::before{
   content: '';
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 10px 12px 10px;
   border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
   position: absolute;
   top: -12px;
   left: 50%;
   transform: translateX(-50%);
}

#header .header_menu .g_nav>li dl dt {
   max-width: 1080px;
   margin: 0 auto 10px;
   font-size: 20px;
   line-height: 1.2;
}

#header .header_menu .g_nav>li dl ul {
   max-width: 1080px;
   margin: 0 auto;
}

#header .header_menu .g_nav>li dl li {
   position: relative;
   padding-bottom: 6px;
   border-bottom: 1px solid #EE86A8;
   margin-bottom: 6px;
}

#header .header_menu .g_nav>li dl li:before {
   display: none;
}

#header .header_menu .g_nav>li dl li:last-child {
   margin-right: 0;
}

#header .header_menu .g_nav>li dl li a {
   color: #333;
   vertical-align: top;
   font-size: 13px;
   display: block;
   font-weight: 400;
   line-height: 1.4;
}

#header .header_menu .g_nav>li dl a:hover {
   opacity: .7;
   text-decoration: none !important;
}

.desktop #header .header_menu .g_nav>li>span:hover+dl,
.desktop #header .header_menu .g_nav>li>span ul:hover,
.desktop #header .header_menu .g_nav>li dl:hover {
   pointer-events: auto;
   filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
   opacity: 1;
}

.desktop #header .header_menu .g_nav>li dl a:hover {
   filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
   text-decoration: underline;
}

.tablet #header .header_menu .g_nav>li>dl {
   display: none;
}

.tablet #header .header_menu .g_nav>li>span+dl {
   pointer-events: none;
   opacity: 0;
}

.tablet #header .header_menu .g_nav>li.hover>span+dl {
   pointer-events: auto;
   filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
   opacity: 1;
}

@media screen and (min-width: 768px) {
   #header .header_menu .g_nav>li dl {
      pointer-events: none;
   }

   .desktop #header .header_menu .g_nav>li>a:hover,
   .desktop #header .header_menu .g_nav>li>span:hover,
   #header .header_menu .g_nav>li.hover>a,
   #header .header_menu .g_nav>li.hover>span {
      opacity: .7;
   }
}

@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; */
      font-size: 14px;
      margin-right: 2%;
   }

   #header .header_menu .g_nav>li dl {
      /* top: 146px; */
   }
}

@media screen and (min-width: 768px) {

   #header .toggleMenu{
      display: none;
   }
}
@media screen and (max-width: 767px) {
   #header {
      position: absolute;
      top: 0 !important;
   }

   /* logo */
   #header .header-logo {
      margin: 18px 0 28px 18px;
      width: 50%;
      max-width: 180px;
   }

   #header .header-logo img {
      width: 100%;
      max-width: 100%;
   }

   #header .header-logo a:hover {
      text-decoration: none;
   }

   #header .toggleMenu {
      display: block;
      position: fixed;
      top:13px;
      right: 11px;
      width: 53px;
      z-index: 9999;
   }

   .toggleMenu {
      width: 53px;
      background: none;
      text-align: left;
      color: #fff;
      cursor: pointer;
   }

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

   .menu-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
   }

   .menu-trigger:after {
      /* content: "MENU"; */
      display: block;
      line-height: 1;
      font-size: 10px;
      letter-spacing: 0.15em;
      font-weight: bold;
      margin-top: 30px;
      color: #6fba2c;
      margin-left: 1px;
   }

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

   .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 .toggleMenu.active img{
      content: url(img/shared/close.png);
   }
   #header .toggleMenu.active{
      width: 30px;
   }

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

   #header .header_menu {
      opacity: 0;
      visibility: hidden;
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      overflow-y: auto;
      z-index: 999;
      background: linear-gradient(180deg,rgba(211, 189, 133, 1) 0%, rgba(161, 128, 57, 1) 100%);
      transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      padding: 25vw 7% 20vw;
      box-sizing: border-box;
      margin: 0px !important;
      float: unset;
      max-width: unset;
   }
   .navOpen{
   overflow: hidden;
   }
   .navOpen #header .header_menu{
      opacity: 1;
      visibility: visible;
      pointer-events: visible;
   }
   #header .header_menu .g_nav {
      display: block !important;
   }

   #header .header_menu .g_nav>li {
      position: relative;
      border-left: none;
   }
   #header .header_menu .g_nav>li:last-child{
      margin-bottom: 16vw;
   }
   #header .header_menu .g_nav>li>a,
   #header .header_menu .g_nav>li>span {
      width: 100%;
      padding: 10px 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-align: left;
      height: auto;
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      line-height: 40px;
   }

   #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:hover,
   #header .header_menu .g_nav>li>span:hover {
   }

   #header .header_menu .g_nav>li>span:after {
      content: "";
      position: absolute;
      top: 27px;
      right: 10px;
      width: 11px;
      height: 8px;
      background: url('img/shared/arrow2.svg') center/cover;
   }

   #header .header_menu .g_nav>li.hover>span:after {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-top: -3px;
   }

   #header .header_menu .g_nav>li>a sub,
   #header .header_menu .g_nav>li>span sub {
      margin: 2px 0 0 8px;
      display: inline-block;
      vertical-align: middle;
      bottom: 0;
      padding-top: 0;
      font-size: 14px;
     
   }

   #header .header_menu .g_nav>li dl {
      position: relative;
      top: 0;
      background: none;
      padding: 0;
      inset: 0;
      width: 100%;
      transform: none;
   }

   #header .header_menu .g_nav>li dl li:before {
      display: none;
   }

   #header .header_menu .g_nav>li dl li {
      padding-left: 0;
      border-bottom: none;
   }

   #header .header_menu .g_nav>li dt {
      display: none;
   }

   #header .header_menu .g_nav>li ul {
      position: inherit;
      display: none;
      top: 0;
      padding: 0;
   }

   #header .header_menu .g_nav>li ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 0px;
      padding-bottom: 0px;
   }
   #header .header_menu .g_nav>li dl::before{
      display: none;
   }
   #header .header_menu .g_nav>li ul li a {
      position: relative;
      display: block;
      padding: 10px 0px 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
       color: #fff;
       font-size: 14px;
   }

   #header .header_menu .g_nav>li ul li a:hover {
      text-decoration: none;
   }

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


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


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.map_sec{
   width: 100%;
   height: 360px;
}
.map_sec iframe{
   width: 100%;
   height: 100%;
   border: none;
}
.contact_section {
   padding: 70px 0 77px;
   text-align: center;
   background: url('img/shared/contact_bg.jpg') center/cover;
   color: #fff;
}
.contact_section .container{
   max-width: 1040px;
   padding: 0px 20px;
}
.contact_section .contact_tit {
   font-size: 32px;
   line-height: 45px;
   margin-bottom: 25px;
   font-weight: 500;
}

.contact_section .contact_txt {
   font-size: 20px;
   color: #fff;
   line-height: 40px;
   margin-bottom: 42px;
   font-weight: 500;
}
.contact_section .contact_list{
   display: flex;
   justify-content: space-between;
}
.contact_section .contact_list li {
   width: 48.8%;
}


@media screen and (max-width: 767px) {
   .map_sec{
      height: 360px;
   }
   .contact_section{
      padding: 42px 0px 56px;
   }
   .contact_section .contact_tit {
      font-size: 24px;
      margin-bottom: 20px;
   }
   .contact_section .contact_txt{
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 26px;
   }
   .contact_section .contact_list {
      display: block;
   }

   .contact_section .contact_list li {
      width: 100%;
      margin-top: 18px;
   }
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
   background: #fff;
   padding: 50px 0 0px;
}
#footer .container{
   padding: 0px;
   max-width: 100%;
}

#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 .footer-logo{
   width: 356px;
   margin: 0px auto;
}
#footer .footer-txt1{
   font-size: 14px;
   color: #000;
   text-align: center;
   margin: 36px 0px 24px;
   line-height: 1.5;
   font-family: "Noto Sans JP"
}
#footer .sitemap a{
   text-align: center;
   color: #000;
   font-size: 14px;
   line-height: 1.5;
   font-family: "Noto Sans JP";
   display: block;
}
#footer .sitemap a:hover{
   text-decoration: underline;
}

#footer .copyright {
   font-size: 12px;
   color: #fff;
   line-height: 1.5;
   font-family: "Noto Sans JP";
   background: #664B05;
   padding: 10px 0px;
   text-align: center;
   margin-top: 36px;
}

#footer .fixed_box {
   position: fixed;
   right: 20px;
   width: 140px;
   bottom: 5px;
   z-index: 999;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
}
#footer .fixed_box ul{
}
#footer .fixed_box li {
   width: 100%;
   margin-bottom: 15px;
}

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

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


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

   #footer .footer_navi .navi_list {
      float: none;
      width: 100%;
      margin-top: 40px;
      margin-left: 0;
   }
   #footer .footer-logo{
      width: 95%;
      max-width: 314px;
   }
   #footer .footer-txt1{
      font-size: 12px;
      line-height: 18px;
      margin: 40px 0px 16px;
   }
   #footer .sitemap a{
      font-size: 12px;
   }
   #footer .copyright {
      margin-top: 40px;
      font-size: 10px;
      padding: 6px 0px 30vw;
   }


   #footer .fixed_box {
      right: 0;
      width: 100%;
      bottom: 0px;
   }
   #footer .fixed_box ul{
      display: flex;
      justify-content: space-between;
      
   }
     #footer .fixed_box ul li:nth-child(2){
      margin: 0px 1px;
     }
   #footer .fixed_box li {
      box-sizing: border-box;
      margin: 0px;
      width: auto;
   }

   #footer .fixed_box li:last-child {
   }

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