@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
*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DNP ShueiMGoStd";
  src: url("fonts/FOT-DNPShueiMGoStd-L.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DNP ShueiMGoStd";
  src: url("fonts/FOT-DNPShueiMGoStd-B.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("fonts/ZenMaruGothic-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("fonts/ZenMaruGothic-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("fonts/ZenMaruGothic-Black.ttf");
  font-weight: 900;
  font-style: normal;
}

:root {
  --primary: #94C789;
  --secondary: #eff9e5;
  --third: #473019;
  --main-text-color: #000;
  --secondary-text-color: #000;
  --link-color: #333;
}

.zen-old {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------------------
■ 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:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
/*   font-family: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: var(--link-color);
  background: #fff;
  -webkit-text-size-adjust: 100%;
  
/* font-family: "hiragino-kaku-gothic-pron", sans-serif; */
font-weight: 300;
font-style: normal;
}

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

a {
  vertical-align: middle;
  text-decoration: none;
  color: var(--link-color);
  -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 {
  margin-bottom: 20px;
}

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

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

[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: 30px !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::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 !important;
}

.ipad {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ipad {
    display: block !important;
  }
}

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

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

/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: var(--primary);
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: var(--primary) !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: var(--primary);
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  /* display: none !important; */
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  /* container */
}

#header .header__main-container,
#header .header__sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header__main-container {
  padding: 0px 30px;
}

#header .header__sub-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}

@media screen and (max-width: 767px) {
  #header .header__main-container {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #header .header__sub-container {
    width: calc(100% - 40px);
    margin: 10px 20px;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header__logo {
  padding-right: 20px;
}

header .header__logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav .menu-text {
  color: var(--link-color);
}

header .header__nav nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header .header__nav nav ol > li:hover {
  background-color: rgba(209, 209, 240, 0.2);
}

header .header__nav nav ol > li .up-menu {
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: pre;
  color: var(--link-color);
  cursor: pointer;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

header .header__nav nav ol > li .up-menu a, header .header__nav nav ol > li .up-menu span {
  display: block;
  padding: 1.6rem 1.5rem;
  margin: 0 auto;
}

header .header__nav nav ol > li .up-menu sub {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--primary);
}

header .header__nav nav ol > li .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 130px;
  height: auto;
  padding: 10px 20px;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  background: rgba(222, 241, 204, 0.9);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

header .header__nav nav ol > li .sub-menu a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  header .header__nav {
    width: 100%;
  }
  header .header__nav nav ol {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .header__nav nav ol > li {
    position: relative;
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
  header .header__nav nav ol > li.hover > span + dl {
    opacity: 1;
    pointer-events: auto;
  }
  header .header__nav nav ol > li.hover .sub-menu {
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  header .header__nav nav ol > li + li {
    margin-left: 0px;
  }
  header .header__nav nav ol > li > span {
    position: relative;
  }
  header .header__nav nav ol > li > span:hover + dl {
    opacity: 1;
    pointer-events: auto;
  }
  header .header__nav nav ol > li dl {
    position: relative;
    top: 0;
    padding: 0;
    background: none;
  }
  header .header__nav nav ol > li dl li {
    padding-left: 0;
  }
  header .header__nav nav ol > li dl li::before {
    display: none;
  }
  header .header__nav nav ol > li dt {
    display: none;
  }
  header .header__nav nav ol > li ul li {
    border-top: 1px solid var(--primary);
  }
  header .header__nav nav ol > li > .up-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 50px 18px 20px;
    text-align: left;
    font-size: 15px;
    background: var(--primary);
  }
  header .header__nav nav ol > li > .up-menu:hover {
    background: #85d43e;
  }
  header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
    padding: 0px;
  }
  header .header__nav nav ol > li > .up-menu span {
    margin: 0;
  }
  header .header__nav nav ol > li > .up-menu .menu-text, header .header__nav nav ol > li > .up-menu sub {
    color: white;
  }
  header .header__nav nav ol > li .sub-menu {
    width: 100%;
    display: none;
    padding: 0;
    border-radius: 0;
    position: inherit;
    top: 0;
  }
	
	.icon1 dl,.icon2 dl{
		display:none !important;
	}
	
	#header .header_menu .g_nav > li.icon1.hover dl,#header .header_menu .g_nav > li.icon2.hover dl{
		display:flex !important;
		visibility:visible !important;
	}
  header .header__nav nav ol > li .sub-menu a {
    display: block;
    padding: 15px 20px 12px;
    text-align: left;
    background: #e5f9d3;
  }
  header .header__nav nav ol > li .sub-menu a:hover {
    text-decoration: none;
    background: var(--secondary);
  }
  header .header__nav nav ol > li .sub-menu li {
    display: block;
  }
  header .header__nav nav ol > li .sub-menu li:first-child {
    border-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol > li dl {
    pointer-events: none;
  }
  header .header__nav nav ol > li .sub-menu a:hover {
    color: var(--primary);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  header .header__nav nav ol > li .up-menu {
    font-size: 12px;
  }
}

.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 #fff;
    border-left: 2px solid #fff;
    margin-top: -14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .menu-item-has-children.hover .up-menu::after {
    margin-top: -3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@media screen and (min-width: 768px) {
  .menu-item-has-children:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 40px;
  }
}

/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
  display: none;
}

header .toggle-menu .toggle-menu__trigger,
header .toggle-menu .toggle-menu__trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .toggle-menu .toggle-menu__trigger {
  position: relative;
  display: block;
  width: 38px;
  height: 24px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
}

header .toggle-menu .toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
}

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

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

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

header .toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

header .toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

header .toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  header .toggle-menu {
    display: block;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
  padding-top: 40px;
  background: url(./img/ft_bg.jpg) repeat top center/cover;
  text-align: left;
  color: #3B4043;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}

.slide-h {
  margin-bottom: 60px;
}

.slide-h .slick-slide {
  width: 380px !important;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slide-h .slick-slide img {
  width: 100%;
  height: auto;
}

#footer .container {
  display: flex;
  justify-content: space-between;
}

#footer .container .left {
  width: 55%;
}

#footer .container .left .logo {
  max-width: 400px;
  margin: 0;
}

#footer .container .left .address {

  padding-top: 50px;
  margin: 0 0 5px;
}

#footer .container .left .sitemap a {

}

#footer .container .left .sitemap a:hover {
  text-decoration: underline;
}
#footer .nav  li {
line-height: 20px;  
letter-spacing: 0.05em;}

#footer .nav  li a:hover  {

  text-decoration: underline;;
}
#footer .container .right {
  width: 300px;
  padding-top: 10px;
  order: 2;
}

#footer .container .right ul {
  display: flex;
  justify-content: space-between;
}

#footer .container .right ul li {
  max-width: 140px;
  
}

#footer .container .right ul li a {
  display: inline-block;
  transition: all 0.3s ease;
}

#footer .container .right ul li a:hover {
  opacity: 0.8;
}

#footer .copyright {
  margin-top: 50px;
  color: #FFF;
  text-align: center;
  background: #E59288;
  line-height: 42px;
  font-size: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 1539px) and (min-width: 1024px) {
  #footer .container .right {
    margin-right: 200px;
 width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .slide-h {
    margin-bottom: 30px;
  }
  
  .slide-h .slick-slide {
    width: 220px !important;
    margin: 10px 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #footer {
    padding-top: 35px;
    text-align: left;
  }
  #footer .container {
    display: block;
  }
  #footer .container .left {
    width: 100%;
  }
  #footer .container .left .logo {
    max-width: 290px;
    margin: 60px auto 10px;
  }
  #footer .container .left .address {
    font-size: 12px;
    padding-top: 25px;
    text-align: center;
  }
  #footer .container .left .sitemap {
    text-align: center;
  }
  #footer .container .left .sitemap a {
    font-size: 12px;
    text-align: center;
  }
  #footer .container .left .sitemap a:hover {
    text-decoration: none;
  }
  #footer .container .right {
    width: 100%;
    padding: 0;
  }
  #footer .container .right ul {
    display: flex;
    justify-content: center;
  }
  #footer .container .right ul li {
    width: 130px;
    margin: 0 10px;
  }
  #footer .copyright {
    margin-top: 40px;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
    padding-bottom: 18vw;
  }
}

/*--------------------------------------
	footer menu
--------------------------------------*/
footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .footer-menu .footer-menu__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8%;
}

footer .footer-menu .footer-menu__block:first-child {
  margin: 0;
}

footer .footer-menu .footer-menu__block .footer-menu__title {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--link-color);
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

footer .footer-menu .footer-menu__block .footer-menu__navi {
  padding-top: 3px;
}

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

footer .footer-menu .footer-menu__block .footer-menu__navi li:first-child {
  margin: 0;
}

footer .footer-menu .footer-menu__block .footer-menu__navi li::before {
  margin-right: 5px;
  font-size: 10px;
  color: var(--primary);
}

footer .footer-menu .footer-menu__block .footer-menu__navi li a {
  vertical-align: top;
}

footer .footer-menu .footer-menu__block .footer-menu__navi li a:hover {
  color: var(--primary);
}

footer .footer-menu .footer-menu__block .access_box {
  font-size: 13px;
  line-height: 1.9;
}

footer .footer-menu .footer-menu__block .access_box p {
  margin-bottom: 22px;
}

footer .footer-menu .footer-menu__block .access_box dl dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .footer-menu {
    display: block;
  }
  footer .footer-menu .footer-menu__block {
    margin-top: 40px;
    margin-left: 0;
  }
  footer .footer-menu .footer-menu__block .footer-menu__title {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
  position: fixed;
  right: 0px;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .fixed-box img {
    width: auto;
    max-width: 100%;
  }
  .fixed-box .pagetop {
    width: 50px;
  }
  .fixed-box .fixed-banner ul {
    background: var(--third);
  }
  .fixed-box .fixed-banner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixed-box .fixed-banner ul li:not(.pagetop) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
#conversion {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#90887B), to(#746A5F));
  background: linear-gradient(#90887B, #746A5F);
  text-align: center;
  color: #fff;
}

#conversion .conversion__title {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 30px;
}

#conversion dl.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #5F5449;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}

#conversion dl.tel::before {
  content: "";
  width: 38px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg transform='translate(0 0)'%3E%3Ccircle cx='24' cy='24' r='24' transform='translate(0 0)' fill='%23fc9a5a'/%3E%3Cg transform='translate(13.032 15.537) rotate(-30)'%3E%3Cpath d='M1.709,1.339s-.28.755-.554,1.832a45.07,45.07,0,0,0,0,20.27c.274,1.077.554,1.832.554,1.832a1.886,1.886,0,0,0,1.805,1.34H6.8V18.555H5.618a38.2,38.2,0,0,1-.443-5.249,38.209,38.209,0,0,1,.443-5.249H6.8V0H3.514A1.886,1.886,0,0,0,1.709,1.339Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath d='M.24,0H0V8.058H.24A1.886,1.886,0,0,0,2.126,6.172V1.886A1.886,1.886,0,0,0,.24,0Z' transform='translate(8.057 0)' fill='%23fff'/%3E%3Cpath d='M.24,0H0V8.058H.24A1.886,1.886,0,0,0,2.126,6.172V1.886A1.886,1.886,0,0,0,.24,0Z' transform='translate(8.057 18.555)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

#conversion dl.tel dt {
  font-weight: 700;
}

#conversion dl.tel dt, #conversion dl.tel dd {
  margin: 0 10px;
}

#conversion dl.tel dd {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.11em;
}

#conversion dl.tel a {
  color: #fff;
}

#conversion .ttlbox {
  position: relative;
}

#conversion .ttlbox::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.668 66.295'%3E%3Cg transform='translate(2.062 1.995)'%3E%3Cline x2='28.448' y2='60.698' transform='translate(2.164)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cline x2='22' y2='36' transform='translate(0 26.238)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E") left bottom/37px 66px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.487 66.284'%3E%3Cg transform='translate(1.995 1.995)'%3E%3Cline x1='28.448' y2='60.698' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_1021' data-name='Line 1021' x1='21' y2='36' transform='translate(9.441 26.238)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E") right bottom/34px 66px no-repeat;
  opacity: 0.27;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#conversion .ttlbox .txt {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.2em;
}

#conversion .set {
  margin-top: 30px;
}

#conversion .set .gr1 {
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

#conversion .set .gr1 dl:not(.tel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.03em;
}

#conversion .set .gr1 dl:not(.tel) dt, #conversion .set .gr1 dl:not(.tel) dd {
  margin: 0 5px;
}

#conversion .set .gr1 dl:nth-child(2) dd {
  font-size: 15px;
}

#conversion .set .gr2 {
  margin-top: 10px;
}

#conversion .set .gr2 .btn-contact {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #conversion {
    padding: 50px 0 80px;
  }
  #conversion .conversion__title {
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 54px;
  }
  #conversion dl.tel {
    margin-bottom: 20px;
    padding: 25px 0;
    font-size: 21px;
    line-height: 30px;
  }
  #conversion dl.tel::before {
    width: 57px;
  }
  #conversion dl.tel dt, #conversion dl.tel dd {
    margin: 0 10px;
  }
  #conversion dl.tel dd {
    font-size: 49px;
    line-height: 49px;
  }
  #conversion dl.tel a {
    color: #fff;
  }
  #conversion .ttlbox {
    width: 764px;
    margin: 0 auto;
  }
  #conversion .ttlbox .txt {
    font-size: 23px;
    line-height: 29px;
  }
  #conversion .ttlbox .txt small {
    font-size: 20px;
  }
  #conversion .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #conversion .set .gr1 {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }
  #conversion .set .gr1 dl:not(.tel) {
    font-size: 18px;
    line-height: 26px;
  }
  #conversion .set .gr1 dl:not(.tel) dt, #conversion .set .gr1 dl:not(.tel) dd {
    margin: 0 5px;
  }
  #conversion .set .gr1 dl:nth-child(2) dd {
    font-size: 20px;
  }
  #conversion .set .gr2 {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  #conversion .set .gr2 .btn-contact {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #conversion .set {
    margin: 50px -18px 0;
  }
  #conversion .set .gr1, #conversion .set .gr2 {
    width: 50%;
    margin: 0 18px;
  }
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto !important;
}

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

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

.elementor-image-box-title {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  color: #22201E;
/*   font-family: "Noto Serif JP", serif; */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #footer .container .left .logo {
    max-width: 351px;
    margin: 0;
    width: 70%;
  }
  #footer .container .left .address {
    font-size: 12px;
    color: #55482E;
    padding-top: 25px;
    margin: 0 0 -3px;
    letter-spacing: 0.075em;
  }
  #footer .container .right ul li {
    width: 110px;
    max-width: 110px;
  }
  #footer .container .right {
    width: 290px;
    padding-top: 10px;
    order: 2;
    margin-right: 170px;
}
}
.btn-more.btn-more2{
	width:unset !important;
	min-width:320px;
}
.btn-more.btn-more2 a{
font-size:15px !important;
}
.btn-more.btn-more2 span{
    left: 12px;
    display: block;
    position: relative;
}
.sub_menu{
	position:relative;
	left:20px;
}
@media screen and (min-width: 768px) {
.header_menu .sub_menu a{
padding-right:0 !important;
}
}
.header_menu .sub_menu {
position: relative;
      width: calc(100% - 20px);
    left: 20px;
    display: block;
	}
.sub_menu_footer a{
	display:block;
}
.elementor-element-c16a826 table {
width: unset;
}
.elementor-element-c16a826 table thead tr th:nth-child(1){
	width: 6%;
}
@media screen and (max-width: 768px) {
	.btn-more.btn-more2 a{
max-width:384px;
}
	#menu-box-sec .btn1{
		z-index:9999;
	}
	.sub_menu_span{
		width: 100%;
		text-align:left;
    font-size: 16px;
    color: #8D5F4A;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 0 35px;
    background: url(../img/row_arr.png) no-repeat center left 20px;
    background-size: 7px auto;
    transition: all 0.3s ease;
	}
}