@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #34373C;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

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

a:focus,
*:focus {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a[href^='tel:'] {
    pointer-events: auto;
    cursor: pointer;
  }

  .auto_height {
    height: auto !important;
  }
}

/*--------------------------------------
	Fonts
--------------------------------------*/
@font-face {
  font-family: "Manrope";
  src: url('fonts/Manrope-Medium.ttf');
}

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

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

.fnt-manrope {
  font-family: "Manrope", sans-serif;
}

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

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

/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src: url('./libs/icomoon/icomoon.eot');
  src: url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('./libs/icomoon/icomoon.ttf') format('truetype'), url('./libs/icomoon/icomoon.woff') format('woff'), url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./libs/NotoSansJP-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./libs/NotoSansJP-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('./libs/ZenKakuGothicNew-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('./libs/ZenKakuGothicNew-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}

.fnt-zen {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::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-home::before {
  content: '\e90b';
}

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

.icon-checkbox-unchecked::before {
  content: '\ea53';
}

.icon-checkbox-checked::before {
  content: '\ea52';
}

.radio-unchecked::before {
  content: '\ea56';
}

.radio-checked::before {
  content: '\ea54';
}

.radio-checked2::before {
  content: '\ea55';
}

/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 50px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

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

.half {
  display: inline-block;
}

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

/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}

.container::after {
  content: '';
  display: block;
  clear: both;
}

#wrapper {
  height: 100%;
  overflow: hidden;
}

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

/*--------------------------------------
	text color
--------------------------------------*/
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt_color {
  color: #94c789;
}

.txt-center {
  text-align: center;
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: #94c789 !important;
}

.txt_link:hover {
  text-decoration: none !important;
}

.catch_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #ffaea2;
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow__header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

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

  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100% !important;
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
  padding: 0 !important;
}

/*--------------------------------------
  common
--------------------------------------*/
.wrap {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  position: relative;
  margin: 0 auto;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

p {
  margin-bottom: 0;
}

.btn-cus {
  width: 536px;
  margin: 0 auto;
}

.btn-cus a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Zen Kaku Gothic New';
  height: 108px;
  line-height: 108px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  background: #fff;
  color: #393f4e;
  letter-spacing: 0.07em;
}

.btn-cus a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 47px;
  width: 40px;
  height: 100%;
  background: url(./img/top/icon.png) no-repeat center center;
  background-size: contain;
}

.btn-cus a:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 67px;
  width: 17px;
  height: 100%;
  background: url(./img/top/icon2.png) no-repeat center center;
  background-size: contain;
}

.btn-cus a:hover {
  opacity: 0.8;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F58A18 !important;
}
.slick-slide{
	cursor:auto !important;
}
.slick-slide h2{
	user-select:text;
}
.slick-slide p{
	user-select:text;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }

  .btn-cus {
    width: 93%;
  }

  .btn-cus a {
    height: 85px;
    font-size: 18px;
    line-height: 83px;
    padding-left: 14%;
  }

  .btn-cus a:before {
    left: 8%;
    width: 32px;
  }

  .btn-cus a:after {
    right: 7%;
    width: 10px;
  }
}