@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 {
   position: relative;
   font-family: "Zen Maru Gothic", sans-serif;
   background: #F6F2E9;
   color: #4B4B4B;
   -webkit-text-size-adjust: 100%;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.8;
   letter-spacing: 0;
}

a {
   text-decoration: none;
   color: inherit;
   vertical-align: middle;
   transition: 0.3s;
}

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

/* =====================================
■FONTS
===================================== */
/* noto-sans-jp-300 - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 300;
   src: url('../fonts/noto-sans-jp-v56-japanese-300.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-regular - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/noto-sans-jp-v56-japanese-regular.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-500 - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url('../fonts/noto-sans-jp-v56-japanese-500.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-600 - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 600;
   src: url('../fonts/noto-sans-jp-v56-japanese-600.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/noto-sans-jp-v56-japanese-700.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amarna-regular - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Amarna';
   font-style: normal;
   font-weight: 400;
   src: url('./fonts/amarna-v2-latin-regular.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amarna-500 - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Amarna';
   font-style: normal;
   font-weight: 500;
   src: url('./fonts/amarna-v2-latin-500.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amarna-600 - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Amarna';
   font-style: normal;
   font-weight: 600;
   src: url('./fonts/amarna-v2-latin-600.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amarna-700 - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Amarna';
   font-style: normal;
   font-weight: 700;
   src: url('./fonts/amarna-v2-latin-700.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-jp-regular - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'IBM Plex Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/ibm-plex-sans-jp-v7-japanese-regular.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-jp-600 - japanese */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'IBM Plex Sans JP';
   font-style: normal;
   font-weight: 600;
   src: url('../fonts/ibm-plex-sans-jp-v7-japanese-600.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Inter';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
   /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =====================================
■ Fonts
===================================== */
.fnt-zen-maru {
   font-family: "Zen Maru Gothic", sans-serif;;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP";
}

.fnt-amarna {
   font-family: 'Amarna';
}

.fnt-ibm-plex-sans {
   font-family: 'IBM Plex Sans JP';
}

.fnt-inter {
   font-family: 'Inter';
}


/* =====================================
■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%;
   box-sizing: border-box;
}

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

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

.navOpen #menu-toggle {
   opacity: 1;
   pointer-events: all
}

body.navOpen {
   touch-action: none !important;
   pointer-events: none !important
}

body.navOpen,
body.navOpen #menu-toggle {
   touch-action: auto !important;
   pointer-events: visible !important
}

.navOpen {
   overflow: hidden !important;
   -webkit-overflow-scrolling: touch !important;
   touch-action: none !important;
   pointer-events: none !important
}

.navOpen #header .nav-list {
   display: none;
}