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

:root {
	--fz-primary1: #FF8000;
	--txt01: #584D41;
	--txt02: #727264;
}

/*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 Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: 0;
	line-height: 2em;
	color: #4B4B4B;
	  background: #fffdfb;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 374px) {
body {
	font-size: 1.4em;
	line-height: 1.8em;
}
}


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

a {
	vertical-align: middle;
	text-decoration: none;
	color: var(--txt01);
	-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 {
	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 {
	*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;
	}

}



.fnt-noto-sans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fnt-noto-serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fnt-arsenal {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fnt-biz {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-birthstone {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}

.fnt-shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/*--------------------------------------
	container / wrapper
--------------------------------------*/

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

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

#wrapper {
	height: 100%;
	padding-top: 87px;
}

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

}


/*--------------------------------------
	text color
--------------------------------------*/

.cl-orange {
	color: #FF7F00;
}
.bg-orange {
	background: #FF9C46;
	color: #fff;
}
.cl-white {
	color: #fff;
}
.txt_color {
	color: #94C789;
}

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


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
#header img,
#footer img {
    width: 100%; 
    height: auto; 
}
#header {
  position: fixed;
  top: 0;
  right: 0;
}
#header p {
  margin-bottom: 0;
}
#header .header__center {
  position: fixed;
  top: 24px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #header {
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .header__center {
    top: 24px;
    right: 50px;
  }
}
/*--------------------------------------
	general
--------------------------------------*/

#header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

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

.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 220px;
}

/* menu */
.menu-text {
	color: var(--txt01);
}

/* sub menu */
header .g-nav > li > .up-menu sub {

}


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

	/* container */
	.header__main-container {
		padding: 0px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
		width: calc(100% - 40px);
		margin: 10px 20px;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


/*--------------------------------------
	logo
--------------------------------------*/
header .logo {
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 999;
    width: 289px;
}
header .logo p {
	margin-bottom: 0;
}
header .logo__name {
  color:#fff;
  font-size: 12px;
  background-color: var(--fz-primary1);
    padding: 6px 2px;
    line-height: 1;
    letter-spacing: 0px;
}
header .logo__img {

}

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

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

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

left: 0;

width: 250px;

border-bottom-left-radius: 0;
}
	header .logos {
	top: 10px;
	left: 15px;
	width: 189px;
	position: absolute;
	}


}

/*--------------------------------------
	nav
--------------------------------------*/

.header__nav nav ol {
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
	padding: 0;
}

.header__nav nav ol>li.page_item .menu-text,
.header__nav nav ol>li:hover .menu-text {
    color: var(--fz-primary1);
}

.header__nav nav ol .sub-menu li:hover .menu-text {
    color: var(--fz-primary1);
}

.header__nav nav ol li:first-child {
	/* border-top-left-radius: 100px;
	border-bottom-left-radius: 100px; */
	padding-left: 0;
	padding-right: 0;
}

.header__nav nav ol li:last-child {
	padding-right: 0;
	/* border-top-right-radius: 100px;
	border-bottom-right-radius: 100px; */
}

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

.header__nav nav ol > li .up-menu {
	position: relative;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	color: var(--txt01);
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	padding: 27px 0;
	max-width: 169px;
}

.header__nav nav ol > li > .up-menu a,
.header__nav nav ol > li > .up-menu span {
	display: flex;
	padding: 0rem 0.2rem;
	margin: 0 auto;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	font-weight: 500;
}

.header__nav nav ol > li > .up-menu sub {
	font-size: 10px;
	letter-spacing: 0.15em;
	color: var(--fz-primary1);
	line-height: 1;
	display: block;
	width: 100%;
	padding-top: 15px;
	font-weight: 500;
}

.sub-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    width: 299px;
    height: auto;
    padding: 15px 25px 25px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 4%);
    visibility: hidden;
    opacity: 0;
    background: #F5F5DA;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-menu::before {
    content: "";
    /* background: url(img/top/menu_arrow.png) no-repeat; */
    background-size: 100% auto;
    width: 80px;
    height: 47px;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -40px;
    z-index: -1;
	filter: brightness(0) saturate(100%) invert(96%) sepia(25%) saturate(318%) hue-rotate(351deg) brightness(106%) contrast(92%);
}

.sub-menu .menu-item {
    width: 46%;
    padding: 0px 0;
}

.sub-menu a {
    font-size: 13px;
    color: #4B4B4B;
    padding: 20px 0 8px;
    border-bottom: 1px solid #FBB978;
    display: block;
    line-height: 1;
    letter-spacing: 0;
}
.sub-menu a:hover {
	color: #fbb978 !important;;
}

.header__nav nav ol>li:hover .sub-menu .menu-text {
    color: #4B4B4B;
}
.header__nav nav ol .sub-menu li {
	width: 46%
}
.header__nav nav ol .sub-menu :last-child,
.header__nav nav ol .sub-menu :first-child {
	padding-left:0;
	padding-right: 0;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}


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

	.header__nav nav ol > li dl {
		pointer-events: none;
	}

	.header__nav nav ol .sub-menu a:hover{
		color: #94C789;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	

	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}

}


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

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

}


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

	    .header__nav {
        padding: 100px 50px;
    }
    .header__nav nav ol {flex-direction: column;width: auto;position: relative;z-index: 2;gap: 10px;}
    .header__nav nav ol>li {
        position: relative;
        width: 100%;
        border-left: none;
    }
    .header__nav nav ol>li>.up-menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 13px 0;
        text-align: left;
        font-size: 16px;
    }
	.header__nav nav ol li:last-child,
	.header__nav nav ol li:first-child {
		padding-left: 0;
		padding-right: 0;
	}
    .header__nav nav ol>li>.up-menu:hover {}
    .header__nav nav ol>li>.up-menu a,
    .header__nav nav ol>li>.up-menu span {
        padding: 0px;
		display: block;
    }
    .header__nav nav ol>li>.up-menu span {
        margin: 0;
		display: inline-block;
    }
    .header__nav nav ol>li>span {
        position: relative;
    }
    .header__nav nav ol>li .up-menu .menu-text,
    .header__nav nav ol>li>.up-menu sub {
		text-align: left;
	}
    .header__nav nav ol>li.page_item .menu-text,
    .header__nav nav ol>li.hover .menu-text {
    }
    .header__nav nav ol>li.page_item .menu-text,
    .header__nav nav ol>li.hover .sub-menu a {
    }
    .header__nav nav ol>li+li {
        margin-left: 0px;
    }
    .header__nav nav ol>li ul li {}
    .menu-item-has-children .up-menu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 16px;
        border-bottom: 2px solid #222;
        border-left: 2px solid #222;
        margin-top: -14px;
        transform: rotate(-45deg);
        transition-duration: 0.2s;
    }
    .menu-item-has-children.hover .up-menu::after {
        margin-top: -3px;
        transform: rotate(135deg);
    }
    .sub-menu {}
    .header__nav nav ol>li .sub-menu a {
        padding: 10px 0;
        text-align: left;
    }
    .header__nav nav ol>li .sub-menu a:hover {
        text-decoration: none;
    }
    .header__nav nav ol>li dl {
        position: relative;
        top: 0;
        padding: 0;
        background: none;
    }
    .header__nav nav ol>li dl li {
        padding-left: 0;
    }
    .header__nav nav ol>li dl li::before {
        display: none;
    }
    .header__nav nav ol>li dt {
        display: none;
    }
    .header__nav nav ol>li .sub-menu {
        display: none;
        top: 0;
        padding: 20px 20px 30px;
        border-radius: 0;
        position: relative;
        width: 100%;
        transform: translateX(0);
        left: 0;
    }
    .sub-menu::before {
        top: -19px;
    }
    .header__nav nav ol>li.hover .sub-menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        visibility: visible;
        opacity: 1;
    }
    .header__nav nav ol>li .sub-menu li {
        display: block;
    }
    .sub-menu .menu-item {}
    .header__nav nav ol>li .sub-menu li:first-child {
        border-top: 0px;
    }
    .header__nav nav ol>li .sub-menu a {
        display: block;
    }
    .header__nav nav ol>li.hover>span+dl,
    header .header_menu .header__nav nav ol>li>span:hover+dl {
        opacity: 1;
        pointer-events: auto;
    }

}

@media screen and (max-width: 369px) {
	.header__nav nav ol>li .sub-menu {
		padding: 15px 12px 20px;
	}



}



/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
}

header .toggle-menu {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	top: 12px;
	z-index: 1000;

}
header .toggle-menu::after {
    content: "MENU";
    color: #FF8000;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    line-height: 1;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: 900;
}
header .toggle-menu.active::after {
	content: "CLOSE";
      left: -1px;
}


.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	position: absolute;
	display: block;
	width: 36px;
	height: 11px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
    top: 13px;
    left: 8px;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

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

.toggle-menu__trigger span:nth-of-type(2) {
	top: 7px;
	opacity: 0;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: 1px;
	width: 56%;
	margin-left: auto;
	display: block;
	margin-right: 0;
	right: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(10px) rotate(-30deg);
	-ms-transform: translateY(10px) rotate(-30deg);
	-webkit-transform: translateY(10px) rotate(-30deg);
	transform: translateY(10px) rotate(-20deg);
	top: -4px;
}

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

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-10px) rotate(30deg);
	-ms-transform: translateY(-10px) rotate(30deg);
	-webkit-transform: translateY(-10px) rotate(30deg);
	transform: translateY(-10px) rotate(20deg);
	bottom:-5px;
	width: 100%;
}


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

	header .toggle-menu {
		display: block;
	}

}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/


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

}

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


#footer p {
	margin-bottom: 0;
}





/*--------------------------------------
	footer menu
--------------------------------------*/

/*--------------------------------------
	fixed box
--------------------------------------*/

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

.fixed-box .fixed-banner__pc ul, 
.fixed-box .fixed-banner__sp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fixed-banner__sp {
	display: none;
}

.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}

 


/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


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

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .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 {
	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: 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;
	}

}

.wrap {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
    touch-action: none !important;
    pointer-events: none !important;
}

body.nav-Opened .toggle-menu,
body.nav-Opened #ft-fixed,
body.nav-Opened #ft-fixed *,
body.nav-Opened .header__top,
body.nav-Opened .header__top *,
body.nav-Opened .wp-ai,
body.nav-Opened .wp-ai * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

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

@media screen and (max-width: 767px) {
    #navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        padding-bottom: 0px;
        background: rgba(255,255,255,0.9);
        z-index: 998;
    }
    #navigation .navigation__container {
           padding-top: 65px;
        padding-bottom: 37vw;
		position: relative;
		min-height: 100vh;
    }
	.navigation__container::before {

	}
    .hide {
        display: none;
    }
	.nav-Opened header .logo {
		opacity: 1;
		visibility: visible;
	}
}

.nav-Opened #navigation {
    opacity: 1;
    visibility: visible;
}




	.br__ipad {
		display: none;
	}


@media screen and (min-width: 1000px) and (max-width: 1199px) {


	.br__ipad {
		display: block;
	}

}



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

	.br__ipad {
		display: block;
	}

}




.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.ob-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .ob-img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
  .d__flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}


.bnr__shared a {
  display: inline-block;
  background: #FF8000;
  line-height: 1;
  padding: 17px 48px 17px 29px;
  position: relative;
  transition: all 0.5s ease;
  font-size: 18px;
  min-width: 210px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.bnr__shared a::after {
  content: "";
  background: url(./img/bnr_line.png) no-repeat center;
  background-size: 100% auto;
  width: 46px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -31px;
  margin-top: -1px;
}
.bnr__shared a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bnr__shared a {
    padding: 17px 50px 17px 34px;
    font-size: 14px;
    min-width: 182px;
  }
  .bnr__shared a::after {
    width: 35px;
    height: 1px;
    right: -24px;
    margin-top: -1px;
  }
  .bnr__shared a:hover {
    opacity: 1;
  }
}

.bnr__map a {
  display: inline-block;
  background: #FF8000;
  line-height: 1;
  padding: 9px 39px 14px 55px;
  position: relative;
  transition: all 0.5s ease;
  font-size: 20px;
  min-width: 210px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  border-radius: 22px;
  letter-spacing: 0.1em;
}
.bnr__map a::after {
  content: "";
  background: url(./img/icon_access.png) no-repeat center;
  background-size: 100% auto;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -7px;
}
.bnr__map a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bnr__map a {
    font-size: 15px;
    min-width: 180px;
    border-radius: 19px;
  }
  .bnr__map a::after {
    width: 9px;
    height: 12px;
    left: 17px;
    margin-top: -6px;
  }
  .bnr__map a:hover {
    opacity: 1;
  }
}


.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 36px;
  z-index: 997;
  cursor: pointer;
  margin-bottom: 0;opacity: 0;
  visibility: hidden;
}
.has-scroll .pagetop {
	opacity: 1;
	visibility: visible;
}
.pagetop img {
  display: block;
  transition: all 0.4s ease;
  height: auto;
}
.pagetop .on {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pagetop:hover .off {
  opacity: 0;
}
.pagetop:hover .on {
  opacity: 1;
  visibility: visible;
}

.tel__contact {
  line-height: 1;
  color: #584D41;
  position: absolute;
  top: 31px;
  right: 358px;
  z-index: 2;
  letter-spacing: 0.02em;
  display: none;
}
.home .tel__contact {
	display: block;
}
.tel__contact dt {
  font-size: 16px;
  margin-bottom: 9px;
}
.tel__contact .tel__num span {
  font-size: 40px;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
.tel__contact .tel__num span::after {
  content: "";
  background: url("./img/icon_tel.png") no-repeat center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: -36px;
}
.tel__contact .tel__des {
  font-size: 16px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
.home .tel__contact,
  .tel__contact {
    display: none;
  }
}
#header {
  position: relative;
}
#header::before {
  content: "";
  background: url("./img/key_shadow.png") repeat-x bottom center;
  background-size: cover;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#header p {
  margin-bottom: 0;
}
#header .logo {
	position: fixed;
    top: 9px;
    left: 30px;
  width: 289px;
}
.home #header .logo {
  top: 36px;
  left: 61px;
  position: absolute;
}
#header .header__top {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: #fffdfb;
}

#header .header__top .logos,
.home #header .header__top {
	display: none;
}
@media screen and (max-width: 767px) {
  #header {
    margin-bottom: 0;
  }
  #header::before {
    height: 106px;
  }
  .home #header .logo,
  #header .logo {
    top: 10px;
    left: 15px;
    width: 189px;
	position: absolute;
  }
  .nav-Opened #header .logo {
	opacity: 0;
  }
  #header .header__top .logos,
.home #header .header__top {
	display: block;
}
  #header .header__top {
    margin-bottom: 0;
    display: block;
  }
}

.header__hour {
  width: 186px;
  position: absolute;
  top: 28px;
  right: 55px;
  z-index: 2;
  justify-content: space-between;
  display: none;
}
.home .header__hour {
	display: flex;
}
.header__hour .header__hour-left {
  width: 30px;
  margin-top: 4px;
}
.header__hour .header__hour-right {
  width: 138px;
  text-align: center;
}
.header__hour .header__hour-right .tt-1 {
  font-size: 18px;
  line-height: 27px;
  border-bottom: 1px solid #FF8000;
  padding-bottom: 7px;
  letter-spacing: 0.17em;
}
.header__hour .header__hour-right .tt-2 {
  padding-top: 2px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .home .header__hour,
  .header__hour {
    display: none;
  }
}

footer#footer {
  position: relative;
}
footer#footer .set1 {
  background: rgba(114, 114, 100, 0.1);
  padding-top: 26px;
  padding-bottom: 31px;
}
footer#footer .set1 .header__nav {
  display: flex;
  justify-content: center;
}
footer#footer .set1 .header__nav nav ol {
  justify-content: center;
  gap: 25px;
}
footer#footer .set1 .header__nav nav ol li:first-child {
  padding-left: 0;
  padding-right: 0;
}
footer#footer .set1 .header__nav nav ol li:last-child {
  padding-right: 0;
}
footer#footer .set2 {
  background: url("./img/bg07.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 41px;
  padding-bottom: 20px;
}
footer#footer .set2 .footer__tt-1 {
  font-size: 19px;
  width: 520px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 14px;
  margin-bottom: 22px;
  margin-left: -60px;
  letter-spacing: 0.3em;
}
footer#footer .set2 .footer__tt-1 span {
  display: block;
  color: #FF8000;
  font-size: 12px;
  padding-top: 4px;
  letter-spacing: 0.1em;
}
footer#footer .set2 .footer__ul {
  width: 500px;
  display: flex;
  margin-bottom: 60px;
  margin-left: -60px;
}
footer#footer .set2 .footer__ul ul {
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
footer#footer .set2 .footer__ul ul li {
    position: relative;
    line-height: 2;
    padding: 0 0 0 38px;
    display: block;
    width: 44%;
    box-sizing: border-box;
}
footer#footer .set2 .footer__ul ul li:nth-child(2n) {
}
footer#footer .set2 .footer__ul ul li::before {
  content: "";
  background: url("./img/icon_arrow.png") no-repeat center;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer#footer .set2 .footer__ul ul li a {
  font-size: 15px;
  display: block;
  letter-spacing: 0.3em;
}
footer#footer .set2 .footer__ul ul li a:hover {
  color:var(--fz-primary1);
}
footer#footer .set2 .footer__ul ul li + li {
  margin-top: 0;
}
footer#footer .set2 .footer__ul ul + ul {
  width: 56%;
}
footer#footer .set2 .footer__logo {
  width: 247px;
  position: absolute;
  bottom: 94px;
  right: -62px; 
    /* width: 289px;
    position: relative;
    margin: 0 auto 80px;   */
}
footer#footer .set2 address {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  footer#footer {
    margin-bottom: 0;
  }
  footer#footer .set1 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  footer#footer .set1 .header__nav {
    display: block;
    padding: 0 20px;
  }
  footer#footer .set1 .header__nav nav ol {
    gap: 0;
  }
  footer#footer .set2 {
    background: url("./img/bg07_sp.jpg") no-repeat top left;
    background-size: cover;
    padding-top: 12vw;
    padding-bottom: 20px;
  }
  footer#footer .set2 .wrap {
	width: auto;
  }
  footer#footer .set2 .footer__tt-1 {
    font-size: 19px;
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  footer#footer .set2 .footer__tt-1 span {
    font-size: 10px;
    padding-top: 10px;
    line-height: 1;
  }
  footer#footer .set2 .footer__ul {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: -1px;
  }
  footer#footer .set2 .footer__ul ul {
  }

footer#footer .set2 .footer__ul ul li {
  background: #F8F8F8;
  border: 1px solid #eae7e2;
  display: block;
}

footer#footer .set2 .footer__ul ul li {
    position: relative;
    line-height: 1;
    padding: 15px 0 15px 28px;
    width: 50%;
    border-left:  none;
    border-top: none;
}
footer#footer .set2 .footer__ul ul li:nth-child(2n) {
	
}

footer#footer .set2 .footer__ul ul li::before {

}

  footer#footer .set2 .footer__ul ul li::before {
    left: 7px;
  }
    footer#footer .set2 .footer__ul ul li:nth-child(1) {order: 1;}
	footer#footer .set2 .footer__ul ul li:nth-child(2) {order:6;}
	footer#footer .set2 .footer__ul ul li:nth-child(3) {order:2;border-right: none;}
	footer#footer .set2 .footer__ul ul li:nth-child(4) {order:7;}
	footer#footer .set2 .footer__ul ul li:nth-child(5) {order:3;}
	footer#footer .set2 .footer__ul ul li:nth-child(6) {order:8;border-right: none;}
	footer#footer .set2 .footer__ul ul li:nth-child(7) {order:4;border-right: none;}
	footer#footer .set2 .footer__ul ul li:nth-child(8) {order:9;}
	footer#footer .set2 .footer__ul ul li:nth-child(9) {order:5;}
	footer#footer .set2 .footer__ul ul li:nth-child(10) {order:10;border-right: none;}
	footer#footer .set2 .footer__ul ul li:nth-child(11) {order:11;border-right: none; width: 100%;}
  footer#footer .set2 .footer__ul ul li a {
  letter-spacing: 0.15em;
  }
  footer#footer .set2 .footer__ul ul li a:hover {}
  footer#footer .set2 .footer__ul ul li + li {
    margin-top: 0;
  }
  footer#footer .set2 .footer__ul ul + ul {
    width: 50%;
  }
  footer#footer .set2 .footer__logo {
    width: 225px;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto 40px;
  }
  footer#footer .set2 address {
    display: block;
  }
}

.bnr__fixed {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 1002;
  width: 86px;
}
.bnr__fixed a {
  display: block;
  background: #FF8000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.4s ease;
}
.bnr__fixed a:hover {
  background: #FFA44A;
}
.bnr__fixed img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bnr__fixed {
    top: 300px;
    width: 50px;
  }
  .nav-Opened .bnr__fixed {
	opacity: 0;
	visibility: hidden;
  }
  .wrap {
	width: auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tel__contact {
		right: 272px;
	}
	footer#footer .set2 .footer__ul,
footer#footer .set2 .footer__tt-1 {
	margin-left: 0;
}
footer#footer .set2 .footer__logo {
	right: 0;
}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
#header .header__top .header__nav nav ol {
    width: 650px;
    margin-left: auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
#header .header__top .header__nav nav ol {
		max-width: 550px;
		margin-left: auto;
}


	#header .logo {
        left: 15px;
        width: 180px;
        top: 22px;
	}
	
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	.header__hour {
		width: 174px;
	}
	.header__hour .header__hour-right .tt-1 {
		font-size: 16px;
	}
	.header__hour .header__hour-right .tt-2 {
		font-size: 14px;
	}
	footer#footer .set2 .wrap {
		width: auto;
	}
footer#footer .set2 .footer__logo {
	right: 50px;
}
.header__hour {
	right: 20px;
}
.tel__contact {
	right: 210px;

}

.tel__contact .tel__des,
.tel__contact dt {
	font-size: 14px;
}
.tel__contact .tel__num span {
	font-size: 35px;
}
.tel__contact .tel__num span::after {
	left: -27px;
}
}

@media screen and (max-width: 365px) {
	footer#footer .set2 .footer__ul ul li a {
		font-size: 12px;
	}
	.pagetop {
		width: 30px;
	}
}