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


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

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

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

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #483F3F;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

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

	body{
		font-size: 15px
	}

}


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

}


/*--------------------------------------
	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;
	padding-top: 120px;
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
	#wrapper {
		padding-top: 70px;
	}
}


/*--------------------------------------
	text color
--------------------------------------*/
.txt_pink,
.txt_color {
	color: #FEA6CC;
}

.txt_blue {
	color: #64D1F2;
}

.txt_pink2 {
	color: #F595BE;
}

.txt_link {
	vertical-align: top;
}

.txt_link:hover {
	text-decoration: underline;
}

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


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

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

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

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

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

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

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

/* 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 {
		position: relative;
		z-index: 1;
		width: 100%;
		padding: 0 0 0 10px;
	    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
		-ms-flex-negative: initial;
		    flex-shrink: initial;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		background: #fff;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
}


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

header .header__logo {
	width: 390px;
	margin-top: 8px;
}

header .header__logo img {
	width: 100%;
}

header .header__logo a:hover {
	text-decoration: none;
}

header .header__logo a:hover, #header .header__logo img:hover {
	opacity: 1;
}

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

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

header .header__nav nav ol > li .up-menu {
	position: relative;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	color: #333;
	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: 1.6rem 1.5rem;
	margin: 0 auto;
}

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

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

}


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

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

}


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

	header .header__nav {
		width: 100%;
	}

	header .header__nav nav ol {
		display: none;
		-webkit-flex-direction: column;
		flex-direction: column; 
	}

	header .header__nav nav ol > li {
		position: relative;
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
	}

	header .header__nav nav ol > li > .up-menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 18px 50px 18px 20px;
		text-align: left;
		font-size: 15px;
		background: #94C789;
	}

	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 .menu-text, 
	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;
	}

}


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

header .toggle-menu {
	display: none;
}

.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: 38px;
	height: 24px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
}

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

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


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

}

/*--------------------------------------
	custom nav
--------------------------------------*/
#header .right_box {
	float: right;
	width: 250px;
	padding-left: 0;
}
.right_box li img {
	display: block;
}
.right_box li > img {
	margin-bottom: 1px;
}
#header .right_box a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#header .right_box a:hover {
	text-decoration: none;
}

/* gnav */
#header .header_menu {
	float: right;
}
#header .header_menu .g_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
}
#header .header_menu .g_nav > li i {
	display: block;
	margin: 10px auto;
	width: 32px;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #6e635b;
	line-height: 1.2;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.1em;
	height: 120px;
	font-weight: bold;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
}

#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > a sub,
#header .header_menu .g_nav > li > span sub {	
	font-size: 12px;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
#header .header_menu .g_nav > li > span:hover + dl,
#header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 120px;
	left: 0;
	display: block;
	width: 100%;
	padding: 38px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #def2f8;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1080px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
	line-height: 1.3;
	position: relative;
	font-size: 16px;
}
#header .header_menu .g_nav > li dl li:before {
	font-size: 14px;
	margin-right: 8px;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
	color: #333;
	vertical-align: top;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header{
		background: #fff;
	}
	.has_nav #header{
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	#header .header_menu .g_nav > li > a:hover:after,
	#header .header_menu .g_nav > li > span:hover:after,
	#header .header_menu .g_nav > li.hover > a:after,
	#header .header_menu .g_nav > li.hover > span:after {
		display: block;
		/*content: "";*/
		width: 100%;
		height: 3px;
		background: #64D1F2;
		position: absolute;
		left: 0;
		bottom: 0;
		text-decoration: none;
	}
	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover,
	#header .header_menu .g_nav > li.hover > a,
	#header .header_menu .g_nav > li.hover > span {
		opacity: 0.8;
	}
	#header .menu_vertical .g_nav > li{
		padding: 0 20px;
		position: relative;
	}
	#header .menu_vertical dt{
		display: none;
	}
	#header .menu_vertical .g_nav > li dl{
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
	}
	#header .menu_vertical .g_nav > li dl li{
		padding: 0;
		display: block;
		margin-right: 0;
	}
	#header .menu_vertical .g_nav > li dl li a{
		padding: 12px 0 12px 30px;
		display: block;
	}
	#header .menu_vertical .g_nav > li dl li:before{
		position: absolute;
		top: 15px;
		left: 12px;
	}
	#header .menu_vertical .g_nav > li dl li:hover {
		background: #BAE1EF;
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#wrapper{
		padding-top: 100px
	}
	.header__main-container{
		padding: 0 15px;
	}
	.has_nav #header{
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.header__sub-container{
		max-width: calc(100% - 450px);
	}
	#header .header_logo {
		width: 220px;
		margin: 18px 0 0 10px;
	}
	#header .header_menu .g_nav {
		margin-right: -15px;
	}
	#header .header_menu .g_nav > li {
		padding: 0 15px;
	}
	#header .header_menu .g_nav > li i {
		margin: 5px auto;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		height: 100px;
		font-size: 14px
	}
	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		letter-spacing: 0.02em;
		font-size: 10px;
	}
	#header .right_box {
		width: 166px;
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dl {
		top: 100px;
	}
}

@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		top: 0 !important;
	}

	/* logo */
	header .header__logo{
		width: 276px;
		margin-top: 0;
	}
	#header .header_logo a:hover {
		text-decoration: none;
	}

	.toggle-menu {
		background: #fff;
		width: 70px;
		height: 70px;
	}
	.menu-trigger,  .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 70px;
		height: 70px;
		margin: 0;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 32px;
		height: 3px;
		border-radius: 3px;
		background: #F595BE;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 22px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 35px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 48px;
	}
	.toggle-menu.active .menu-trigger span:nth-of-type(1),
	.toggle-menu.active .menu-trigger span:nth-of-type(3) {
		top: 35px;
	}
	.toggle-menu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.toggle-menu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggle-menu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
		width: 100%;
	}
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: rgba(255, 255, 255, 0.9);
		padding-top: 30px;
		padding-bottom: 80px;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		overflow-y: scroll;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		margin: 0 30px 10px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 10px 0;
		display: block;
		height: auto;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		/*background: #0b8ebe;*/
		opacity: 0.7;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-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;
		margin-top: -12px;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -5px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #fff;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 24px 20px 22px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #1aaee4;
		color: #fff;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #1F5AA5;
		color: #fff;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
	#header .header_menu .g_nav > li:last-child{
		margin: 28px 0 0;
		text-align: center;
		color: #333;
		padding: 0 30px 27px;
	}
	#header .header_menu .g_nav > li:last-child h3{
		font-weight: 500;
		font-size: 6.67vw;
		letter-spacing: 0.1em;
		line-height: 2.68em;
	}
	#header .header_menu .g_nav > li:last-child a{
		background: none;
		width: 100%;
		padding: 0;
		margin-bottom: 2px;
		display: block;
	}
	#header .header_menu .g_nav > li:last-child a img{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	header .header__logo{
		max-width: calc(100% - 80px);
	}
}

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


/*--------------------------------------
	footer menu
--------------------------------------*/
.footer_logo a:hover, .footer_logo img:hover {
	opacity: 1;
}
footer .logo {
	width: 390px;
	vertical-align: top;
	display: inline-block;
}

footer .footer-content .info {
	margin-left: 40px;
	padding-top: 13px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

footer .footer-content {
	padding: 35px 0 80px;
}
footer .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

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

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

footer .footer-menu__block .footer-menu__title {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
}

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

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

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

footer .footer-menu__block .footer-menu__navi li::before {
	margin-right: 5px;
	font-size: 10px;
	color: #6fba2c;
}

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

footer .footer-menu__block .footer-menu__navi li a:hover {
	color: #6fba2c;
}

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

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

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

footer .copyright {
	position: absolute;
	right: 7px;
	bottom: 0;
	font-size: 10px;
}

footer .sitemap a:hover {
	text-decoration: underline;
}

#wpfront-scroll-top-container {
	right: 20px !important;
	bottom: 60px !important;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	footer .logo {
		max-width: calc(100% - 370px);
	}
	footer .footer-content .info {
		margin-left: 20px;
		padding-top: 5px;
	}
}

@media screen and (max-width: 767px) {
	footer .logo {
		max-width: 83%;
	}
	footer .footer-menu {
		display: block;
	}
	footer .footer-content {
		text-align: center;
	}
	footer .footer-content .info {
		margin-left: 0;
		padding-top: 20px;
	}

	footer .footer-menu__block {
		margin-top: 40px;
		margin-left: 0;
	}

	footer .footer-menu__block .footer-menu__title {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}

	footer .copyright {
		margin-top: 30px;
		position: static;
	}

	#wpfront-scroll-top-container {
		display: none !important;
	}

}
/*--------------------------------------
	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-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fixed-banner__sp {
	display: none;
}

.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {

	.fixed-banner__sp {
		display: block;
	}

	.fixed-banner__pc {
		display: none;
	}
}

#footer .fixed_box {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 420px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box li {
	float: left;
	margin-right: 2px;
	width: 180px;
}
#footer .fixed_box li a {
	display: block
}
#footer .fixed_box .pagetop {
	margin-right: 0;
	float: right;
	width: 50px;
}
#footer .fixed_box .fixed_bnr a {
	display: block;
}
#footer .fixed_box .fixed_bnr #btn_close {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 25px;
	transform: translateY(-50%);
	z-index: 1;
}
#footer .fixed_box #bnr_show {
	max-width: 359px;
	position: relative;
	background: #FF8383;
	padding-bottom: 19px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#footer .fixed_box #bnr_show .fixed_img{
	margin-bottom: 15px;
}
#footer .fixed_box #bnr_show .fix_btn{
	margin: auto;
	width: 315px;
}
#footer .fixed_box #bnr_show .fix_btn p+p{
	margin-top: 2px;
}
#footer .fixed_box #bnr_show h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
}
#footer .fixed_box #btn_show {
	max-width: 50px;
	cursor: pointer;
}
#footer .fixed_box #bnr_show .show_txt{
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px){
	#footer .fixed_box .fixed_bnr {
		position: fixed;
		bottom: 70px;
		right: -359px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		transition: all 0.3s;
	}
	#footer .fixed_box .fixed_bnr.active{
		right: 0;
	}
	#footer .fixed_box .fixed_bnr.active #btn_show{
		display: none;
	}
	#footer .fixed_box .fixed_bnr.active #btn_close {
		display: block;
	}
	#footer .fixed_box .fixed_pagetop{
		background: #1F5AA5;
		width: 50px;
		height: 50px;
		margin-top: 20px;
		border-top-left-radius: 5px;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	#footer .fixed_box .fixed_pagetop a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1px;
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	#footer .fixed_box {
		left: 0;
		width: 100%;
	}
	#footer .fixed_box ul {
		padding: 0 8px;
	}
	#footer .fixed_box li {
		text-align: center;
	}
	#footer .fixed_box .tel,
	#footer .fixed_box .reserve {
		width: calc(50% - 29px);
	}
	#footer .fixed_box .tel a,
	#footer .fixed_box .reserve a {
		background: #FEA6CC;
		height: 54px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	#footer .fixed_box .tel a:before ,
	#footer .fixed_box .reserve a:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: 5px;
		right: 5px;
		z-index: 1;
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
	}
	#footer .fixed_box li img {
		width: 150px;
	}
	#footer .fixed_box .pagetop {
		width: 54px
	}
	#footer .fixed_box .pagetop img {
		width: 100%;
	}
}

/*-----------------------------------------------------------
■ 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-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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: 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;
	}

}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom .contact_section {
	padding: 57px 0 62px;
	background: url("img/contactbg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
#conBottom .contact_section .contact_tit {
	font-size: 34px;
	letter-spacing: 0.15em;
	margin-bottom: 28px;
}
#conBottom .contact_section .txt {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 35px;
}
#conBottom .contact_left {
	float: left;
	width: 50%;
	max-width: 495px;
}
#conBottom .contact_right {
	float: right;
	margin-top: 17px;
	width: 50%;
	max-width: 520px;
	padding: 0 15px;
	box-sizing: border-box;
}
#conBottom .contact_right li + li {
	margin-top: 6px;
}
.footer-bnr a,
#conBottom .contact_right a {
	display: block;
}

#conBottom .contact_right a img {
	width: 100%;
}
.footer-bnr{
	padding: 50px 30px;
	background: #E6EEF1;
}
.footer-bnr ul {
	width: 826px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer-bnr ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-bnr li {
		width: 32%;
		max-width: 260px;
	}
	.footer-bnr li:last-child {
		text-align: right;
		max-width: 246px;
		width: 30.2%;
	}
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
	#conBottom .contact_right {
		padding: 0;
		width: 47%;
	}
	#conBottom .contact_section .contact_tit {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#conBottom .contact_section .txt {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	#conBottom .contact_section {
		background: url("img/contactbg_sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 60px 0;
	}
	#conBottom .contact_section .contact_tit {
		font-size: 26px;
		text-align: center;
		margin: 0 -10px 20px;
	}
	#conBottom .contact_section .txt {
		font-size: 15px;
	}
	#conBottom .contact_left {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	#conBottom .contact_right {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.footer-bnr {
		padding: 50px 17% 45px;
	}
	.footer-bnr ul {
		width: 492px;
	}
	.footer-bnr li {
		margin-bottom: 10px;
	}
}