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

/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-medium - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/noto-sans-jp-v56-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-serif-jp-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/noto-serif-jp-v33-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-serif-jp-v33-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kaisei-decol-700 - latin */
/* @font-face {
  font-display: swap;
  font-family: 'Kaisei Decol';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/kaisei-decol-v11-latin-700.woff2') format('woff2');
} */
/* aboreto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Aboreto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/aboreto-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-loop-regular - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Zen Loop';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/zen-loop-v11-latin-regular.woff2') format('woff2');
} */
/* zen-loop-italic - latin */
/* @font-face {
  font-display: swap;
  font-family: 'Zen Loop';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/zen-loop-v11-latin-italic.woff2') format('woff2');
} */

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

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

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #6B6B6B;
	background: url('img/pattern1.png') center / 700px, #FAF7F2;
	-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1024px) {
  body {
    background-size: auto;
  }
}

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

a {
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	-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;
	}

}


.cl-03 {
  color: #A6AD89;
}

.cl-07 {
  color: #6A955E;
}

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

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

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

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

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


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

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

/*--------------------------------------
	general
--------------------------------------*/
#header {
	width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
	top: 0;
	left: 0;
	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__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 110px;
}

/* menu */
.menu-text {
	color: #363636;
}

/* sub menu */
header .g-nav > li > .up-menu sub {
	color: #94C789;
}


@media screen and (max-width: 767px) {
	/* container */
	.header__main-container {
		padding: 0px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.header__sub-container {
		width: 100%;
	  flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}
}

@media screen and (min-width: 768px) {
	#header {
		width: auto;
		padding: 8px;
		box-sizing: border-box;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		top: 8px;
		left: 8px;
		right: 8px;
	}
}

@media screen and (min-width: 1024px) {
	.header__sub-container {
		flex-basis: 220px;
	}
}

@media screen and (min-width: 1366px) {
	#header {
		left: 24px;
		right: 24px;
	}
}

/*--------------------------------------
	logo
--------------------------------------*/

/* header .header__logo {
	padding: 7px 16px;
} */
header .header__logo img {
	width: 100%;
	max-width: 304px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    padding: 0 20px;
  }
  header .header__logo img {
    max-width: 228px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* header .header__logo {
    padding: 20px 14px;
  } */
  header .header__logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
  header .header__logo img {
    max-width: 270px;
  }
}


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

header .header__nav nav ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-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: 16px;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: pre;
	color: #363636;
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-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: 14px 12px;
}

header .header__nav nav ol > li.current-menu-item > .up-menu,
header .header__nav nav ol > li.current-menu-item .menu-text {
  color: #6A955E;
}

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

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

.sub-menu a {
	font-size: 14px;
}

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

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

@media screen and (max-width: 767px) {
  #g_nav {
		display: none;
    width: 100%;
    height: calc(100vh - 64px);
    overflow: auto;
	  background: #FAF7F2;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 99;
  }
	header .header__nav {
		width: 100%;
    padding: 40px 30px 64px;
    box-sizing: border-box;
	}
	header .header__nav nav ol {
		-webkit-flex-direction: column;
		flex-direction: column; 
	}
	header .header__nav nav ol > li {
		position: relative;
		width: 100%;
	}
	header .header__nav nav ol > li > .up-menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0;
		text-align: left;
		font-size: 24px;
	}
	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 > span {
		position: relative;
	}

	header .header__nav nav ol > li > .up-menu sub {
		color: white;
	}

	header .header__nav nav ol > li + li {
		margin-left: 0px;
	}

	header .header__nav nav ol > li ul li {
		border-top: 1px solid #94C789;
	}

	.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;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.sub-menu {
		width: 100%;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 15px 20px 12px;
		text-align: left;
		background: #e5f9d3;
	}

	header .header__nav nav ol > li .sub-menu a:hover {
		text-decoration: none;
		background: #edfae1;
	}

	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 .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	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 .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}

	header .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 (min-width: 768px) {
	header .header__nav nav ol > li dl {
		pointer-events: none;
	}
	header .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;
	}
  header .header__nav {
    display: flex;
    column-gap: 40px;
    padding: 0;
    box-sizing: border-box;
	  /* background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 99; */
  }
  header .header__nav .btn-reserve,
  header .header__nav .btn-tel {
    margin-bottom: 0;
    line-height: 1;
  }
  header .header__nav .btn-reserve a,
  header .header__nav .btn-tel a {
    width: max-content;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 12px;
    box-sizing: border-box;
    background: #9B8A7A;
    border-radius: 99px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  header .header__nav .btn-reserve a:hover {
    opacity: 0.7;
  }
  header .header__nav .btn-reserve a::before,
  header .header__nav .btn-tel a::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: center / contain no-repeat;
  }
  header .header__nav .btn-reserve a::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 16.75L9.5 20.25H10H14H14.5L13 16.75' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 3.75H4.5C3.94772 3.75 3.5 4.19772 3.5 4.75V15.75C3.5 16.3023 3.94772 16.75 4.5 16.75H19.5C20.0523 16.75 20.5 16.3023 20.5 15.75V4.75C20.5 4.19772 20.0523 3.75 19.5 3.75Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 13.75H20.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  header .header__nav .btn-tel a::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M4.50004 4C4.03504 4.085 4.00004 4.71 4.03504 5.06C4.50004 13.5 11 19.5 19 19.97C19.325 19.97 20 19.85 20 19.5' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M8.67505 10.39C9.84714 12.4623 11.5642 14.1742 13.6401 15.34' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M20 14.5L15.505 13.49L13.64 15.34' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.50005 4L10.5101 8.495L8.68005 10.39' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4H9.5' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M20 14.5V19.5' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  }
  header .header__nav .contactbox {
    align-self: center;
    display: flex;
    column-gap: 8px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	header .header__nav nav ol > li .up-menu {
		font-size: 13px;
	}
  header .header__nav {
    justify-content: space-between;
    transition: .3s;
    column-gap: 10px;
  }
  /* header .header__nav.fixed {
    width: calc(100% - 16px);
  } */
  header .header__nav.fixed .contactbox {
    position: relative;
    top: auto;
  }
  header .header__nav nav ol > li > .up-menu a,
  header .header__nav nav ol > li > .up-menu span {
    padding: 14px 7px;
  }
  header .header__nav .btn-reserve a,
  header .header__nav .btn-tel a {
    column-gap: 6px;
		padding: 6px;
    font-size: 12px;
  }
  header .header__nav .btn-reserve a::before,
  header .header__nav .btn-tel a::before {
		width: 18px;
		height: 18px;
	}
  /* header .header__nav .contactbox {
    transition: .3s;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
  } */
}


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

header .toggle-menu {
  width: 0;
  height: 0;
	display: none;
}
@media screen and (max-width: 767px) {
	header .toggle-menu {
    width: 64px;
    height: 64px;
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #6A955E;
	}
  .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: relative;
    display: block;
    width: 32px;
    height: 22px;
    padding: 0;
    border: 0px;
    margin: 0;
    text-align: center;
    background: none;
  }

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

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

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

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

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

  .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(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}


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

#footer {
	padding: 40px 0 150px;
	background: #6A955E;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}
#footer a {
  color: #fff;
}
#footer .logo {
  width: 228px;
}
#footer .copyright {
  margin-bottom: 8px;
}
#footer .policy {
  margin-bottom: 5px;
}
#footer .sitemap {
  margin: 0;
  padding: 0;
}
#footer .policy a:hover,
#footer .sitemap a:hover,
#footer .shopinfo a:hover {
  text-decoration: underline;
}
#footer .set {
  margin-top: 16px;
}
#footer .set .gr2 {
  margin-top: 24px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 48px 0 210px;
  }
  #footer .logo {
    width: 304px;
  }
  #footer .set {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 24px;
  }
  #footer .set .gr2 {
    margin-top: 0;
    text-align: right;
  }
}

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

.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	height: auto;
	z-index: 9;
	-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 img {
	max-width: 100%;
	vertical-align: middle;
}
.fixed-box .btn-ai {
  width: 330px;
  margin: 0 0 0 auto;
}
.fixed-box .btn-ai:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fixed-box .fixed-banner ul {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .fixed-box .btn-ai {
    width: 165px;
    margin: 0 0 0 auto;
  }
}

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

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

.conversion {
	padding: 48px 0 56px;
	background: url('img/bg5_sp.jpg') center / cover no-repeat;
  color: #fff;
  position: relative;
  z-index: 3;
}
.conversion .btn-style {
  margin-bottom: 0;
  flex: 1 1 auto;
}
.conversion .btn-style + .btn-style {
  margin-top: 16px;
}
.conversion .btn-style a {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 13px 20px 22px;
  background: #FAF7F2;
  border-radius: 16px;
  color: #9B8A7A;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}
.conversion .btn-style a:hover {
  opacity: 0.7;
}
.conversion .btn-style a::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 20px;
  background: center / contain no-repeat;
}
.conversion .btn-style small {
  font-size: 14px;
}
.conversion .btn-reserve a::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3331 27.917L15.8331 33.7503H16.6665H23.3331H24.1665L21.6665 27.917' stroke='%239B8A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.4998 6.25H7.4998C6.57932 6.25 5.83313 6.99619 5.83313 7.91667V26.25C5.83313 27.1705 6.57932 27.9167 7.4998 27.9167H32.4998C33.4203 27.9167 34.1665 27.1705 34.1665 26.25V7.91667C34.1665 6.99619 33.4203 6.25 32.4998 6.25Z' stroke='%239B8A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83313 22.917H34.1665' stroke='%239B8A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.conversion .btn-tel a::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M7.50001 6.66699C6.72501 6.80866 6.66667 7.85033 6.72501 8.43366C7.50001 22.5003 18.3333 32.5003 31.6667 33.2837C32.2083 33.2837 33.3333 33.0837 33.3333 32.5003' stroke='%239B8A7A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M14.4586 17.3164C16.4121 20.7703 19.2739 23.6234 22.7336 25.5664' stroke='%239B8A7A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M33.3332 24.1667L25.8415 22.4834L22.7332 25.5667' stroke='%239B8A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 6.66699L17.5167 14.1587L14.4667 17.317' stroke='%239B8A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 6.66699H15.8333' stroke='%239B8A7A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M33.3331 24.167V32.5003' stroke='%239B8A7A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.conversion .btn-line a {
  justify-content: center;
  text-align: center;
}
.conversion .btn-line a::before {
  background-image: url('img/LINE_Brand_icon.png');
}
.conversion .set .gr {
  margin-top: 38px;
}
@media screen and (min-width: 768px) { 
  .conversion {
    padding: 75px 0;
    background-image: url('img/bg5.jpg');
  }
  .conversion .btn-style + .btn-style  {
    margin-top: 0;
  }
  .conversion .btn-style a {
    padding: 13px 28px 22px;
    font-size: 26px;
  }
  .conversion .set .gr {
    display: flex;
    column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .conversion .btn-style a {
    padding: 13px 32px 22px;
  }
  .conversion .set {
    display: flex;
    justify-content: space-between;
  }
  .conversion .set .gr {
    max-width: 804px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .conversion .btn-style a {
    font-size: 32px;
  }
}

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

}