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

/* =====================================
■ RESET
===================================== */
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
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;
}

/* =====================================
■ BASE
===================================== */
/* -------------------------------------
* general
------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  background: #fffbfa;
  background-image: radial-gradient(#fff 3px, transparent 1px);
  background-size: 12px 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  color: #6e6547;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-text-size-adjust: 100%;
  /*word-break: break-all;
	line-break: strict;*/
}
a:focus,
*:focus {
  outline: none;
}
a {
  color: #554e38;
  vertical-align: baseline;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  color: #dc7c6b;
  transition: all 0.5s;
}
a[href^='tel:'] {
  pointer-events: none;
  cursor: text;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
}
a img {
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: opacity 0.5s;
}
a.imgChange:hover img {
  opacity: 1;
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
p:not(:last-child) {
  margin-bottom: 1.1em;
}
strong {
  font-weight: 700;
}
.txtcolor {
  color: #fcaa47;
}

/*　Elementor編集画面　*/
.hikoukai {
  display: none;
}
.elementor-editor-active #content .hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: rgba(85, 85, 85, 0.5);
  padding: 20px 0;
}
.elementor-editor-active #content > #news,
.elementor-editor-active #content > .news,
.elementor-editor-active #content > .custom_calendar {
  display: none;
}

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

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

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

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

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}

/* padding */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !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;
}

.ovHide {
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*--------------------------------------
* container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}

/* =====================================
■ HEADER
===================================== */
#wrapper {
  height: 100%;
  /* 	padding-top: 100px; */
  box-sizing: border-box;
}
body.elementor-editor-active #wrapper {
  padding-top: 130px;
}

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

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s;
}
/* header.fixed {
background: #fff;
}
*/
/* logo */
header .logo {
  float: left;
  width: 214px;
  margin: 21px 0 0 29px;
  box-sizing: border-box;
}
header .logo .catchword {
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 19px;
  color: #707070;
  margin-bottom: -3px;
}
header .logo a {
  line-height: 1;
}
header .logo img {
  width: 100%;
}

/* nav */
nav {
  float: right;
  margin: 49px 33px 0 0;
}
nav .menu {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
nav .menu > li {
  /* 	margin-left: 52px; */
  position: relative;
}
nav .menu > li:first-child {
  margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #554e38;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  transition: all 0.5s;
  box-sizing: border-box;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
  display: block;
  margin: 0 auto;
}
nav .menu > li .subMenu {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 18px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s;
  box-sizing: border-box;
}
/* nav .menu > li.hover .subMenu:before {
content: "";
border-bottom: 16px solid #6084B4;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 4;
} */
.desktop nav .menu > li.hover .subMenu:after {
  display: block;
  content: '';
  width: 100%;
  height: 50px;
  clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
nav .menu > li ul {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 16px;
  overflow: hidden;
}
nav .menu > li ul li:not(:first-child) {
  margin-top: 2px;
}
nav .menu > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #22201e;
  background: #fff;
  border-radius: 8px;
  padding: 5px 5px 5px 32px;
  position: relative;
  z-index: 2;
}
nav .menu > li ul a:hover {
  background: #fcd966;
  opacity: 1;
  text-decoration: none;
}
nav .menu > li ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/icon-arrow.png) no-repeat center left;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.desktop nav .menu > li ul a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
  display: none;
}
.tablet nav .menu > li > span + .subMenu {
  pointer-events: none;
  opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header .wrap {
  position: relative;
}
header .wrap .btnReservation {
  position: absolute;
  content: '';
  top: 24px;
  right: 9px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
header .wrap .btnReservation a {
  padding: 16px 20px;
  background: #82c2b7;
  color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  /* 	header:after {
	content: "";
	width: 100%;
	height: 120px;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
} */
  header .wrap {
    width: 87.8%;
    background: #fff;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    box-shadow: 0 2px 10px #0000001c;
  }
  header.fixed:after {
    display: none;
  }
  header .headBox {
    position: absolute;
    top: 0;
    right: 20px;
  }
  header .headBox ul {
    width: 430px;
    display: flex;
    column-gap: 10px;
  }
  nav .menu > li {
    width: calc(100% / 5);
  }
  nav .menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #bbdae0;
    top: 19px;
    left: 0;
  }
  nav .menu > li:first-child:before {
    display: none;
  }
  header .headBox ul li a {
    display: block;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 2px 6px rgba(141, 134, 99, 0.16);
  }
  nav .menu > li:nth-child(1) > a > span {
    color: #82c2b7;
  }
  header .logo {
    float: none;
    margin: 0 auto;
  }
  header .logo img {
    width: 100%;
    max-width: 214px;
  }

  /* nav */
  nav {
    display: block !important;
    float: none;
    max-width: 642px;
    margin: 0 auto !important;
    margin-top: 10px !important;
  }
  nav .menu > li > a:after,
  nav .menu > li > span:after {
    display: block;
    content: '';
    width: 34px;
    height: 2px;
    background: #fcaa47;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
    transition: 0.2s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .desktop nav .menu > li > a:hover:after,
  .desktop nav .menu > li > span:hover:after,
  nav .menu > li.hover > a:after,
  nav .menu > li.hover > span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  nav .menu > li > a > span,
  nav .menu > li > span > span {
    position: relative;
    color: #6e6547;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  /* 	nav .menu > li > span > span:after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
} */
  nav .menu > li .subMenu {
    pointer-events: none;
  }
  nav .menu > li:nth-child(2) .subMenu {
    width: 228px;
  }
  nav .menu > li:nth-child(3) .subMenu {
    width: 268px;
  }
  nav .menu > li:nth-child(4) .subMenu {
    width: 235px;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  /* 	header:after {
	height: 110px;
} */

  /* logo */
  header .logo .catchword {
    font-size: 11px;
    letter-spacing: 0.02em;
  }

  header .headBox {
    right: 15px;
  }
  header .headBox ul {
    width: 360px;
  }

  /* nav */
  nav {
    margin: 40px 28px 0 0;
  }
  nav .menu > li {
    margin-left: 25px;
  }
  nav .menu > li > a,
  nav .menu > li > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body.noscroll {
    overflow-y: hidden !important;
    height: 100% !important;
  }
  header {
    top: 0 !important;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(110, 101, 71, 0.16);
    padding-bottom: 10px;
  }
  header.open {
    position: fixed;
    top: 0 !important;
    left: 0;
    background: #fff;
  }
  header:after {
    content: '';
    width: 100%;
    height: 62px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0px 4px 8px rgba(110, 101, 71, 0.16);
  }
  header.open:after {
    opacity: 1;
    /* 		transition: opacity .3s ease .6s; */
  }

  /* logo */
  header .logo {
    width: 193px;
    margin: 20px 0 0 20px;
    position: relative;
    z-index: 9999;
  }
  header .logo .catchword {
    font-size: 7px;
    line-height: 9px;
    margin-bottom: -1px;
  }

  /* toggleMenu */
  nav .menu {
    position: relative;
  }
  .toggleMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    /* 		background: #FCD966; */
    border-radius: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .triggers,
  .triggers span {
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .triggers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }
  .triggers span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #82c2b7;
  }
  .triggers span:nth-of-type(1) {
    transform: translateY(15px) scale(1);
  }
  .triggers span:nth-of-type(3) {
    transform: translateY(-15px) scale(1);
  }
  .triggers span:nth-of-type(2) {
    position: relative;
  }
  .triggers span:nth-of-type(2):before,
  .triggers span:nth-of-type(2):after {
    display: block;
    content: '';
    width: 32px;
    height: 2px;
    background: #82c2b7;
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggleMenu.active .triggers span:nth-of-type(1) {
    transform: translateY(0px) scale(0);
  }
  .toggleMenu.active .triggers span:nth-of-type(3) {
    transform: translateY(0px) scale(0);
  }
  .toggleMenu.active .triggers span:nth-of-type(2) {
    width: 22px;
    background: none;
  }
  .toggleMenu.active .triggers span:nth-of-type(2):before {
    width: 100%;
    height: 3px;
    transform: rotate(45deg);
  }
  .toggleMenu.active .triggers span:nth-of-type(2):after {
    width: 100%;
    height: 3px;
    transform: rotate(-45deg);
  }

  /* nav */
  nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 0;
    box-sizing: border-box;
    overflow-y: scroll !important;
    z-index: 9998;
  }
  nav .menu {
    display: block;
    height: auto;
    margin: 0;
    padding: 24px 30px 36px;
    background: url(/wp-content/uploads/header_spbg01.png) no-repeat;
    background-size: 100%;
    padding-top: 90px !important;
  }
  nav .menu > li {
    margin: 8px 0 0;
  }
  nav .menu > li > a,
  nav .menu > li > span {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 10px 10px 20px !important;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #82c2b7 !important;
    text-align: left;
    border: 1px solid #82c2b7;
    border-radius: 60px;
    position: relative;
  }
  nav .menu > li > a:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #82c2b7;
    right: 22px;
    top: 23px;
  }
  nav .menu > li > a:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #82c2b7;
    right: 16px;
    top: 23px;
    transform: translate(0, -50%);
    transition: transform 0.4s ease;
  }
  nav .menu > li:first-child > a,
  nav .menu > li:first-child > span {
    border-radius: 60px;
  }
  nav .menu > li:last-child > a,
  nav .menu > li:last-child > span {
    border-radius: 60px;
  }
  nav .menu > li > span:before {
    content: '';
    border-left: 7px solid #ff8014;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  nav .menu > li > span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #554e38;
    border-bottom: 2px solid #554e38;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    transition: all 0.3s;
    box-sizing: border-box;
  }
  nav .menu > li.hover > span:after {
    transform: translateY(calc(-50% + 2px)) rotate(225deg);
  }
  nav .menu > li .subMenu {
    display: none;
    width: 100%;
    position: relative;
    top: 0 !important;
    left: 0;
    transform: translateX(0);
    margin: 0;
    padding: 0;
  }
  nav .menu > li .subMenu:before,
  nav .menu > li.hover .subMenu:after {
    display: none !important;
  }
  nav .menu > li ul {
    display: block;
    border-radius: 0;
    box-shadow: inherit;
    padding: 20px;
  }
  nav .menu > li ul li {
    border: none !important;
    width: 100%;
  }
  nav .menu > li ul li:not(:first-child) {
    margin-top: 10px;
  }
  nav .menu > li.hover ul li {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav .menu > li ul li a {
    background: none !important;
    padding: 1px 0 3px 20px;
  }
  nav .menu > li ul li a:before {
    left: 0;
  }
  nav .menu > li.hover .subMenu {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  nav .conversionContent .menu {
    background: none;
    padding-top: 0 !important;
  }

  /*スマホ時サブメニューが消える現象を回避*/
  nav .menu > li > span {
    position: relative;
  }
  nav .menu > li.hover > span + .subMenu,
  nav .menu > li > span:hover + .subMenu {
    pointer-events: auto;
    opacity: 1;
  }
}

/* =====================================
■ コンバージョン
===================================== */
.conversionBox {
  background: #6e6547;
  padding: 81px 0 20px;
  position: relative;
}
.conversionBox .inner {
  width: 100%;
  max-width: 1130px;
  letter-spacing: 0;
  color: #fff;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.conversion .conversionContent {
  display: flex;
  justify-content: space-between;
}
.conversion .conversionContent .left {
  width: 33%;
}
.conversion .conversionContent .right {
  width: 67%;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.conversion .logo {
  width: 100%;
  margin-bottom: 35px;
  max-width: 214px;
}
.conversion .logo a {
  display: block;
  max-width: 389px;
}

.conversion .conversionContent .right .menu {
  width: calc((100% - 30px) / 4);
}
.conversion .right .menu .tit,
.conversion .right .menu .tit2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
}
.conversion .right .menu .tit2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.conversion .right .menu li {
  line-height: 1.5;
}
.conversion .right .menu a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
}
.conversion .footerNav {
  margin: 0 auto;
  max-width: 570px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 60px;
}
.conversion .footerNav ul.pc {
  display: flex;
  justify-content: space-between;
}
.conversion .footerNav ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.conversion .copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.conversion .footerNav ul li:first-child {
  width: 23.9%;
}
.conversion .footerNav ul li:nth-child(2) {
  width: 28.9%;
  text-align: center;
  position: relative;
}
.conversion .footerNav ul li:nth-child(3) {
  width: 26.5%;
  text-align: center;
  position: relative;
}
.conversion .footerNav ul li:last-child {
  width: 20.7%;
  text-align: right;
  position: relative;
}
.conversion .footerNav ul li:nth-child(2):before,
.conversion .footerNav ul li:nth-child(3):before,
.conversion .footerNav ul li:last-child:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 16px;
}
.conversion .infoWrap .time {
  position: relative;
}
.conversion .infoWrap .time:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: '';
  background: url(/wp-content/uploads/time_icon.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 42%;
}
.conversion .infoWrap {
  font-size: 14px;
  font-weight: 700;
}
.conversion .infoWrap a {
  color: #fff;
}
.conversion .infoWrap ul.tel {
  margin-bottom: 0;
}
.conversion .infoWrap .time {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 25px;
  position: relative;
}
.conversion .infoWrap .instagram {
  width: 36px;
  height: 36px;
  margin-top: 16px;
}
.conversion .infoWrap ul.tel li:last-child {
  line-height: 1.3;
}
.conversion .infoWrap ul li a {
  text-decoration: underline;
}
.conversion .infoWrap ul li {
  padding-left: 25px;
  position: relative;
}
.conversion .infoWrap ul li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 9px;
}
.conversion .infoWrap ul li:first-child:before {
  background: url(/wp-content/uploads/footer_tel_icon.png) no-repeat;
  background-size: cover;
}
.conversion .infoWrap ul li:last-child:before {
  background: url(/wp-content/uploads/footer_tel_icon02.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .conversion .right .menu a {
    font-size: 12px;
  }
  .conversion .conversionContent .left {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .conversion .infoWrap {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .conversion .conversionContent {
    display: block;
  }
  .conversion .conversionContent .left {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .conversion .conversionContent .right .menu {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .conversion .conversionContent .right {
    flex-wrap: wrap;
    width: 100%;
  }
  .conversion .infoWrap .instagram {
    position: absolute;
    content: '';
    top: -30px;
    right: 10px;
  }
  .conversion .footerNav ul li:first-child {
    width: 46%;
  }
  .conversion .footerNav ul li:last-child {
    width: 54%;
    text-align: center;
  }
  .conversion .footerNav ul.sp {
    display: flex !important;
  }
  .conversion .footerNav {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 330px;
  }
  .conversion .logo {
    float: none;
  }
  .conversionBox {
    padding: 50px 0 20px;
  }
}
/* =====================================
■ FOOTER
===================================== */

/* -------------------------------------
* 追従バナー
------------------------------------- */
footer .fixedBox {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  footer .fixedBox {
    width: 6%;
    max-width: 79px;
    bottom: 50% !important;
    transform: translateY(50%);
  }
  footer .fixedBox ul li:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  footer .fixedBox {
    width: 100%;
    bottom: -150px;
  }
  footer .fixedBox ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .fixedBox ul li a {
    display: block;
  }
  footer .fixedBox img {
    width: 100%;
    opacity: 1 !important;
  }
}

/* -------------------------------------
* AIバナー
------------------------------------- */
.ai_popup_wrapper {
  width: 134px;
  position: fixed;
  bottom: 29px;
  z-index: 999;
}
.chatbotBnr {
  cursor: pointer;
  padding: 0;
  position: unset;
  border: none;
  background: none;
  vertical-align: bottom;
  transition: opacity 0.3s;
}
.chatbotBnr:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .ai_popup_wrapper {
    right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .ai_popup_wrapper {
    left: 14px;
  }
}

/* -------------------------------------
* サイドバー
------------------------------------- */
#pagetop {
  display: none;
  width: 105px;
  height: 110px;
  position: fixed;
  right: 105px;
  bottom: 180px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  #pagetop {
    display: none !important;
  }
}

/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 20px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

@media screen and (max-width: 767px) and (min-width: 374px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 30px;
  }
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
  padding: inherit;
  margin: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* update css */

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

  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10 {
    scroll-margin-top: 120px;
  }

  .hd-menu .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
  }

  .hd-menu .submenu {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    width: 350px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    border-radius: 12px;
    padding: 25px 40px;
    background: #fbf6e7;
    opacity: 0;
    visibility: hidden;
  }

  .hd-menu > li {
    position: static !important;
  }

  .hd-menu .submenu-inner {
    --f-columns: 2;
    --f-gap: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--f-gap);
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
  }

  .hd-menu .submenu li {
    padding: 0;
    margin: 0;
    width: calc((100% - (var(--f-gap) * (var(--f-columns) - 1))) / var(--f-columns));
  }

  .hd-menu .submenu li a {
    font-size: 14px;
    color: #333333;
    background: none;
    letter-spacing: 0;
    padding: 0 0 0 32px;
    line-height: 22px;
    font-weight: 400;
  }

  .hd-menu .submenu li a:before {
    background: url(/wp-content/uploads/icon_arr1.png) no-repeat 0 0/100% auto;
    width: 22px;
    height: 22px;
    left: 0;
  }

  .hd-menu .submenu li a:hover {
    background: none !important;
    opacity: 0.7 !important;
  }

  .has-submenu2 .submenu {
    background: #dcefec;
  }

  .has-submenu3 .submenu {
    width: 600px;
    background: #fff4f2;
  }

  .has-submenu3 .submenu-inner {
    --f-columns: 3;
    margin-bottom: 10px;
  }

  .hd-menu .submenu h3 {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #333333;
  }

  .f-columns2 {
    --f-columns: 0 !important;
    --f-gap: 0px !important;
  }

  .f-columns2 li {
    width: 34% !important;
    margin-bottom: 14px !important;
  }

  .f-columns2 li:nth-child(2n) {
    width: 66% !important;
  }

  .nowrap {
    white-space: nowrap;
  }

  .has-submenu4 .submenu {
    width: 550px;
    background: #cbe3f6;
  }

  .has-submenu4 .submenu-inner {
    --f-columns: 0 !important;
    --f-gap: 0px !important;
  }

  .has-submenu4 .submenu-inner li {
    width: auto !important;
    margin: 0 30px 14px 0;
  }

  .has-submenu4 .submenu-inner li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  nav .menu > li {
    margin-left: 15px !important;
  }
}

.header_map iframe {
  width: 100%;
  height: auto;
}
