@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2em;
	color: #1E0309;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
.page-id-43{
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.cl-pink{
	color: #FEA3A2;
}
.cl-pink2{
	color: #F4A7B9;
}
.cl-green{
	color: #009B63;
}
.cl-orange{
	color: #F6B888;
}
.cl-blue{
	color: #88C7F6;
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .menu-trigger,
body.nav--opened #header_top .header_menu.open .g_nav,
body.nav--opened #header_top .header_menu.open .g_nav * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened{
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
.nav--opened #header_top .header_menu.open .g_nav{
	visibility: visible;
	pointer-events: visible;
	overflow: auto;
}

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*/
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	
	.mb {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none!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%;
	padding-top: 80px;
	overflow: hidden;
}

@media (max-width: 767px) {

	#wrapper {
		padding-top: 64px;
	}

}


/*--------------------------------------
	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 {
	/*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;
	font-family: "Shippori Mincho", serif;
}

/* 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: #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 {
		width: calc(100% - 40px);
		margin: 10px 20px;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


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

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

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


/*--------------------------------------
	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:not(.sec-contact):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;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	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{
		-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;
	}

}





/*--------------------------------------
	hedaer TOP
--------------------------------------*/
#header_top {
	position: fixed;
	top: 0 ;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	font-family: "Shippori Mincho", serif;
}
#header .header__main-container{
	padding: 0 20px;
}
#header_top .header__tit{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 18px;
}
#header_top .header__logo {
	width: 254px;
	margin: 0px;
	padding-right: 0;
}

#header_top .header__logo img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#header_top .header__sub-container{
	flex: unset;
	flex-basis: unset;
	display: flex;
	align-items: center;
	gap: 0 16px;
}
#header .header__btn{
	position: absolute;
	right: 0;
	top: 0;
}
#header .header__btn,
#header_top .header__btn{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 3px;
}
#header .header__btn a,
#header_top .header__btn a{
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 20px;
	padding: 2px 24px 2px 10px;
	position: relative;
	transition: 0.3s all ease-in-out;
}
#header .header__btn a:after,
#header_top .header__btn a:after{
	content: '';
	width: 5px;
	background-image: url('img/top/icon_arrow.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 11px;
}
#header .header__btn a:hover,
#header_top .header__btn a:hover{
	opacity: 0.8;
}
#header .header__btn .btn1 a,
#header_top .header__btn .btn1 a{
	background: #F6B888;
}
#header .header__btn .btn2 a,
#header_top .header__btn .btn2 a{
	background: #88C7F6;
}
#header .header__btn .btn3 a,
#header_top .header__btn .btn3 a{
	background: #F4A7B9;
}
/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */
#header_top .header_menu{
	padding-top: 14px;
}
#header_top .header_menu .g_nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
}

#header_top .header_menu .g_nav > li {
	vertical-align: middle;
}

#header_top .header_menu .g_nav > li > a, #header_top .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #1E0309;
	line-height: 22px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	transition-duration: 0.3s;
	position: relative;
	padding-bottom: 18px;
}

#header_top .header_menu .g_nav > li > a > span, #header_top .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}

#header_top .header_menu .g_nav > li > span:hover + dl, #header_top .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#header_top .header_menu .g_nav > li > span:hover {
	position: relative;
}

#header_top .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	background: #fff;
	transition-duration: 0.3s;
	opacity: 0;
	z-index: 99;
}

#header_top .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}

#header_top .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	opacity: 1;
}

@media screen and (min-width:768px) {
	#header_top .header_menu .g_nav > li + li{
		margin-left: 36px;
	}
	#header_top .header_menu .g_nav > li + li span:after,
	#header_top .header_menu .g_nav > li + li a:after{
		content: '';
		width: 1px;
		height: 15px;
		background: #F7C2BC;
		position: absolute;
		left: -18px;
		top: 5px;
	}
	#header_top .header_menu .g_nav > li a:hover{
		color: #F68888;
	}
	#header_top .menu_vertical .g_nav > li span {
		position: relative;
	}
	#header_top .header_menu .g_nav > li.kuki > span:before{
		content: '';
		height: 2px;
		background: #F6B888;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: 0.3s all ease-in-out;
		opacity: 0;
	}
	#header_top .header_menu .g_nav > li.satte > span:before{
		content: '';
		height: 2px;
		background: #88C7F6;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: 0.3s all ease-in-out;
		opacity: 0;
	}
	#header_top .header_menu .g_nav > li.kawaguchi > span:before{
		content: '';
		height: 2px;
		background: #F4A7B9;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: 0.3s all ease-in-out;
		opacity: 0;
	}
	#header_top .header_menu .g_nav > li.kuki.hover > span:before,
	#header_top .header_menu .g_nav > li.satte.hover> span:before,
	#header_top .header_menu .g_nav > li.kawaguchi.hover > span:before{
		opacity: 1;
	}
	#header_top .menu_vertical dt {
		display: none;
	}

	#header_top .menu_vertical .g_nav > li dl {
		width: 100%;
		left: 0;
	}

	#header_top .menu_vertical .g_nav > li dl ul {
		width: 100%;
		height: 130px;
		align-content: center;
		padding: 39px calc((100vw - 1080px) / 2);
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
		gap: 10px 0;
	}
	#header_top .menu_vertical .g_nav > li dl ul li span,
	#header_top .menu_vertical .g_nav > li dl ul li a{
		display: flex;
		align-items: center;
		color: #1E0309;
		line-height: 22px;
		gap: 7px 15px;
		font-size: 15px;
		letter-spacing: 0.02em;
		font-weight: 400;
		cursor: pointer;
		transition: 0.3s all ease-in-out;
	}
	#header_top .menu_vertical .g_nav > li dl ul li span:after,
	#header_top .menu_vertical .g_nav > li dl ul li a:after{
		display: none;
	}
	#header_top .menu_vertical .g_nav > li dl ul li span:before,
	#header_top .menu_vertical .g_nav > li dl ul li a:before{
		content: "";
    background: url(img/kuki/arrow.png) no-repeat right center / 100%;
    width: 9px;
    height: 11.5px;
	}
	#header_top .menu_vertical .g_nav > li.satte dl ul li span:before,
	#header_top .menu_vertical .g_nav > li.satte dl ul li a:before{
		background-image: url("img/satte/arrow.png");
	}
	#header_top .menu_vertical .g_nav > li.kawaguchi dl ul li span:before,
	#header_top .menu_vertical .g_nav > li.kawaguchi dl ul li a:before{
		background-image: url("img/kawaguchi/arrow.png");
	}
	#header_top .menu_vertical .g_nav > li.kawaguchi span:hover,
	#header_top .menu_vertical .g_nav > li.kawaguchi a:hover{
		color: #F4A7B9;
	}
	#header_top .menu_vertical .g_nav > li.satte span:hover,
	#header_top .menu_vertical .g_nav > li.satte a:hover{
		color: #88C7F6;
	}
	#header_top .menu_vertical .g_nav > li.kuki span:hover,
	#header_top .menu_vertical .g_nav > li.kuki a:hover{
		color: #F6B888;
	}
	#header_top .menu_vertical .g_nav > li dl ul li{
		position: relative;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu{
		width: 200px;
		height: auto;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 5px;
		background: #FBF6F1;
		color: #373431;
		position: absolute;
		left: 50%;
		top: 30px;
		z-index: 5;
		transform: translateX(-50%);
		transition: 0.3s all ease-in-out;
		display: block;
		opacity: 0;
		visibility: hidden;
		padding: 0;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -7px;
		background: url('img/shared/arrow_sub-menu.png') no-repeat top center/ auto 100%;
		height: 16px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li{
		padding: 0 20px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li .menu-text{
		font-size: 15px;
    line-height: 2.25;
    display: block;
    padding: 7px 0 7px 15px;
    font-weight: 300;
    border-bottom: 1px solid #373431;
    position: relative;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li:last-child .menu-text{
		border-bottom: none;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li .menu-text:before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 7.5px;
		height: auto;
		background: url('img/shared/arrow_sub.png') no-repeat center right/ 100% auto;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li:hover{
		background: #F6B888;
	}
	#header_top .menu_vertical .g_nav > li dl ul li>.sub-menu li .menu-text:hover{
		color: #373431 !important;
	}
	#header_top .menu_vertical .g_nav > li dl ul li.hover>.sub-menu{
		opacity: 1 !important;
		visibility: visible !important;
	}
}
@media screen and (max-width: 1480px){
	#header_top .header__main-container{
		padding: 0px 15px 0 10px;
	}
	#header .header__btn a,
	#header_top .header__btn a{
		padding: 2px 18px 2px 5px;
	}
	#header .header__btn a:after,
	#header_top .header__btn a:after{
		right: 8px;
	}
}
@media screen and (max-width: 1420px) {
	#header_top .header__logo{
		width: 213px;
	}
}
@media screen and (max-width: 1376px){
	#header_top .header__sub-container{
		gap: 0 10px;
	}
	#header_top .header__logo{
		width: 180px;
	}
	#header_top .header__tit{
		font-size: 10px;
	}
}
@media screen and (max-width: 1280px){

	#header_top .header__tit{
		width: 255px;
		font-size: 10px;
	}
	#header_top .header__tit br{
		display: none;
	}
	#header .header__btn a,
	#header_top .header__btn a{
		font-size: 13px;
		letter-spacing: 0;
		padding: 2px 15px 2px 7px;
	}
	#header .header__btn a:after,
	#header_top .header__btn a:after{
		right: 6px;
	}
}
@media screen and (max-width: 1180px){
	#header .header__btn a,
	#header_top .header__btn a{
		font-size: 11px;
	}
	#header_top .header_menu .g_nav > li + li{
		margin-left: 16px;
	}
	#header_top .header_menu .g_nav > li + li span:after, #header_top .header_menu .g_nav > li + li a:after{
		left: -8px;
	}
}
@media screen and (max-width: 1080px){
	#header_top .header__logo{
		width: 126px;
	}
	#header_top .header__sub-container{
		gap: 0 7px;
	}
	#header_top .header__tit{
		font-size: 9px;
		line-height: 14px;
		width: 233px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li span, #header_top .menu_vertical .g_nav > li dl ul li a{
		font-size: 14px;
	}
	#header_top .menu_vertical .g_nav > li dl ul{
		padding: 0 30px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px){
	#header_top .header__main-container{
		padding: 0px 5px 0 3px;
	}
	#header_top .header__logo{
		width: 130px;
	}
	#header_top .header__tit{
		font-size: 8px;
		width: 203px;
	}
	#header .header__btn a,
	#header_top .header__btn a{
		font-size: 7.8px;
		padding: 2px 10px 2px 4px;
	}
	#header .header__btn a:after,
	#header_top .header__btn a:after{
		width: 3px;
		right: 4px;
	}
	#header_top .header_menu{
		padding-top: 15px;
	}
	#header_top .header_menu .g_nav > li + li{
		margin-left: 12px;
	}
	#header_top .header_menu .g_nav > li + li span:after, #header_top .header_menu .g_nav > li + li a:after{
		left: -6px;
		top: 6px;
		height: 13px;
	}
	#header_top .header_menu .g_nav > li > a, #header_top .header_menu .g_nav > li > span{
		font-size: 11px;
		padding-bottom: 15px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li a,
	#header_top .menu_vertical .g_nav > li dl ul li span{
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	#header_top {
		top: 0 !important;
		height: 64px;
	}
	#header_top .header__main-container{
		padding: 0;
	}
	#header_top .header__sub-container{
		gap: 0;
		padding: 14px;
		margin: 0;
		width: 100%;
	}
	#header .header__btn,
	#header_top .header__btn{
		display: none;
	}
	#header_top .header__logo{
		width: 204px;
	}
	#header_top .header__tit{
		display: none;
	}
	#header_top .header_menu .g_nav{
		margin-top: 0;
	}
	#header_top .toggleMenu {
		width: 64px;
		height: 64px;
		box-sizing: border-box;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 9999;
		background: #fff;
		transition: 0.7s all ease-in-out;
	}
	#header_top .menu-trigger,
	#header_top .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	#header_top .menu-trigger {
		position: relative;
		width: 64px;
		height: 64px;
		margin: 0;
	}

	#header_top .menu-trigger span {
		position: absolute;
		left: 16px;
		width: 32px;
		height: 1px;
		background: #F68888;
	}

	#header_top .menu-trigger span:nth-of-type(1) {
		top: 23px;
	}

	#header_top .menu-trigger span:nth-of-type(2) {
		top: 32px;
	}

	#header_top .menu-trigger span:nth-of-type(3) {
		bottom: 22px;
	}

	.nav--opened #header_top .toggleMenu .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.nav--opened #header_top .toggleMenu .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.nav--opened #header_top .toggleMenu .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#header_top .g_nav {
		display: none;
	}

	#header_top .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}

	#header_top .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #FEA3A2;
		color: #fff;
		padding: 40px 30px 100vw;
		overflow: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 64px;
		left: 0;
		opacity: 0;
		visibility: hidden;
	}
	#header_top .header_menu.open .g_nav{
		opacity: 1;
		visibility: visible;
	}
	#header_top .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
	}
	#header_top .header_menu .g_nav > li + li{
		margin: 0;
	}
	#header_top .header_menu .g_nav > li > a, #header_top .header_menu .g_nav > li > span {
		width: 100%;
		padding: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		color: #fff;
		font-size: 18px;
		letter-spacing: 0;
	}

	#header_top .header_menu .g_nav > li > a span, #header_top .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header_top .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 15px 0 40px;
		opacity: 1;
	}

	#header_top .header_menu .g_nav > li dl li:before {
		display: none;
	}

	#header_top .header_menu .g_nav > li dl li {
		padding-left: 0;
	}

	#header_top .header_menu .g_nav > li dt {
		display: none;
	}

	#header_top .header_menu .g_nav > li ul {
		position: inherit;
		display: block;
		top: 0;
		padding: 0;
	}

	#header_top .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
	}
	#header_top .menu_vertical .g_nav > li dl ul li > span,
	#header_top .menu_vertical .g_nav > li dl ul li a {
		position: relative;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		color: #fff;
		font-size: 15px;
		letter-spacing: 0.02em;
		font-weight: 400;
		line-height: 21px;
		padding: 4px 0 4px 22px;
	}
	#header_top .menu_vertical .g_nav > li dl ul li > span:before,
	#header_top .menu_vertical .g_nav > li dl ul li a:before{
		content: '';
		width: 9px;
		background-image: url('img/top/icon_arrow2.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	#header_top .header_menu .g_nav > li > span a{
		color: #fff !important;
	}
	

	#header_top .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header_top .header_menu .g_nav > li > span {
		position: relative;
	}

	#header_top .header_menu .g_nav > li.hover > span + dl, #header_top .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
	#header_top .last_btn, #header .last_btn{
		background: #fff;
		padding: 3.84615vw 1.794871vw !important;
		display: flex;
		justify-content: space-between;
		position: fixed !important;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		box-sizing: border-box;
		margin: 0!important;
	}
	#header_top .last_btn div, #header .last_btn div{
		width: 31.913%;
	}
	#header_top .last_btn div a, #header .last_btn div a{
		display: block;
		color: #fff;
		font-size: 3.076911vw;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 4.61538vw;
		position: relative;
		box-sizing: border-box;
		padding: 3.58975vw 0 6.92308vw;
		text-align: center;
	}
	#header_top .last_btn div a:before, #header .last_btn div a:before{
		content: '';
		border: 1px solid #fff;
		position: absolute;
		left: 1.28205vw;
		right: 1.28205vw;
		top: 1.28205vw;
		bottom: 1.28205vw;
		z-index: 1;
	}
	#header_top .last_btn div a:after, #header .last_btn div a:after{
		content: '';
		height: 4.103vw !important;
		background: url('img/top/icon_arrow_kuki.png') no-repeat center/4.103vw, #fff;
		position: absolute;
		left: 1.28205vw !important;
		right: 1.28205vw !important;
		bottom: 1.28205vw;
		top: auto !important;
		z-index: 1;
	}
	#header_top .last_btn div.btn1 a, #header .last_btn div.btn1 a{
		background: #F6B888;
	}
	#header_top .last_btn div.btn2 a, #header .last_btn div.btn2 a{
		background: #88C7F6;
	}
	#header_top .last_btn div.btn3 a, #header .last_btn div.btn3 a{
		background: #F4A7B9;
	}
	#header_top .last_btn div.btn2 a:after, #header .last_btn div.btn2 a:after{
		background-image: url('img/top/icon_arrow_satte.png');
	}
	#header_top .last_btn div.btn3 a:after, #header .last_btn div.btn3 a:after{
		background-image: url('img/top/icon_arrow_kawaguchi.png');
	}
	#header_top .last_btn div a span, #header .last_btn div a span{
		display: block;
		font-size: 3.58975vw;
		line-height: 5.38462vw;
	}
	#header_top .last_btn div a small, #header .last_btn div a small{
		font-size: 2.8205vw;
	}
	#header_top .menu_vertical .g_nav > li dl ul li .sub-menu{
		position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: none;
    margin-left: 15px;
		display: none;
	}
	#header_top .menu_vertical .g_nav > li dl ul li.hover .sub-menu{
		display: block;
	}

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

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

#footer_top {
	padding: 96px 0 37px;
	background-color: #FEA3A2;
	position: relative;
	z-index: 4;
	font-family: "Shippori Mincho", serif;
}
#footer_top .footer__logo{
	width: 181px;
	margin: 0 auto 56px;
}
#footer_top .footer_navi{
	display: flex;
	justify-content: space-between;
	padding: 0 45px;
	box-sizing: border-box;
}
#footer_top .footer_navi dl dt{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 19px;
	color: #fff;
}
#footer_top .footer_navi dl dd{
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 21px;
}
#footer_top .footer_navi dl dd ul li+li{
	margin-top: 8px;
}
#footer_top .footer_navi dl dd ul li a{
	padding-left: 24px;
	position: relative;
	color: #fff;
}
#footer_top .footer_navi dl dd ul li a:before{
	content: '';
	width: 8px;
	background-image: url('img/top/icon_arrow2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
#footer_top .footer_navi dl dd ul li a:hover{
	opacity: 0.6;
}
#footer_top address{
	margin-top: 119px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 980px){
	#footer_top .footer_navi{
		padding: 0;
	}
	#footer_top .footer_navi dl dd{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	#footer_top {
		padding: 40px 0 40vw;
	}
	#footer_top .footer__logo{
		width: 94px;
		margin: 0 auto 41px;
	}
	#footer_top .footer_navi{
		display: block;
	}
	#footer_top .footer_navi dl dd{
		font-size: 15px;
		margin-bottom: 41px;
	}
	#footer_top address{
		margin-top: 103px;
	}
}
/*--------------------------------------
	footer menu
--------------------------------------*/

footer .footer-menu {
	display: -webkit-flex;
	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 {
	margin-top: 99px;
	font-size: 11px;
	line-height: 1.8;
	color: #BCBCBC;
}


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

	footer .footer-menu {
		display: block;
	}	

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

}

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

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

	.fixed-banner__sp {
		display: block;
	}

	.fixed-banner__pc {
		display: none;
	}

	#footer{
		padding-bottom: 20%;
	}

}

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

}


.ttl-common{
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 83px;
	text-align: center;
}
.ttl-common span{
	display: block;
	font-size: 40px;
	line-height: 59px;
	letter-spacing: 0.18em;
}
.ttl-common small{
	display: block;
	color: #009B63;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
@media screen and (max-width: 767px){
	.ttl-common{
		font-size: 28px;
		line-height: 41px;
	}
	.ttl-common span{
		font-size: 20px;
		line-height: 29px;
	}
	.ttl-common small{
		font-size: 14px;
		line-height: 21px;
	}
}

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

body {
	font-size: 14px;
	line-height: 25px;
}

.page-id-43 {
    font-size: 18px;
    line-height: 32px;
}
body.page-template-tpl-satte,
body.page-template-tpl-kuki,
body.page-template-tpl-kawaguchi {
    font-size: 16px;
    line-height: 2;
}


}

.hamber__sp {
	display: none;
}


.hidden2-kuki,
.hidden2-kawaguchi,
.hidden2-satte {
	display: none;
}
#header_top .header_menu .hamber__sp .g_nav {
	background: #fff!important;
	    padding-bottom: 0 !important;
}
.hamber__sp span,
.hamber__sp a {
    color: #1E0309 !important;
    line-height: 1.5 !important;
	font-size: 15px!important;
}

.page-id-1197 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li > span:before, .page-id-1197 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li a:before {
	background: url(./img/kuki/arrow.png) no-repeat right center / 100%;
}

.page-id-1244 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li > span:before, .page-id-1244 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li a:before {
	background: url(./img/satte/arrow.png) no-repeat right center / 100%;
}
.page-id-1273 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li > span:before, .page-id-1273 #header_top .menu_vertical .hamber__sp .g_nav > li dl ul li a:before {
	background: url(./img/kawaguchi/arrow.png) no-repeat right center / 100%;
}



#header_top .hamber__sp .last_btn div a, #header .hamber__sp .last_btn div a  {
	color: #fff!important;
	font-size: 3.076911vw!important;
}
#header_top .hamber__sp .last_btn div span,
#header .hamber__sp .last_btn div span {
	color: #fff!important;
}


.sec-contactsub {

  text-align: center;
  padding: 41px 0 80px;
	margin: 0 -30px!important;
}
.page-id-1197 .sec-contactsub {
	background: #F6B888;
}
.page-id-1244 .sec-contactsub {
	background: #88C7F6;
}

.page-id-1273 .sec-contactsub {
	background: #F4A7B9;
}



.sec-contactsub p {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-contactsub {
    padding: 49px 0 300px!important;
  }
}
.sec-contactsub .sub-title {
  color: #fff;
	font-size: 18px!important;
}
.sec-contactsub .title {
	font-size: 24px!important;
	color: #fff;
	line-height: 40px;
}
.sec-contactsub .flex {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .sec-contactsub .flex {
    margin: 30px 30px 0;
  }
}
.sec-contactsub .flex .box {
  background: #fff;
  padding: 17px 10px;
  position: relative;
	color: #1E0309!important;
}

.sec-contactsub .flex .box .text-hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-contactsub .flex .box .text-hide span {
  background: rgba(30, 3, 9, 0.88);
  color: #fff!important;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sec-contactsub .flex .box + .box {
    margin-top: 16px;
  }
}
.sec-contactsub .flex .box p:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .sec-contactsub .flex .box p:nth-child(1) a {
    gap: 0 4px;
  }
}
.sec-contactsub .flex .box p:nth-child(1) a span {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 40px !important;
    letter-spacing: 0.064em;
}

.sec-contactsub .flex .box p:nth-child(1) a::before {
  content: "";
  background: url("./img/kuki/contact_tel.png") no-repeat center/100% auto;
  width: 39px;
  height: 38px;
}
.sec-contactsub .flex .box p:nth-child(1).web a::before {
  background-image: url("./img/kuki/contact_web.png");
  width: 32px;
  height: 26px;
}
.sec-contactsub .flex .box p:nth-child(1).web2 a::before {
  background-image: url("./img/kuki/contact_web2.png");
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .sec-contactsub .flex .box p:nth-child(1).web2 + .sub-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.sec-contactsub .flex .box .sub-text {
    margin: 2px 0 0;
    line-height: 1.5;
    letter-spacing: 0.064em;
    font-weight: 500;
	color: #1E0309!important;
}


.ct__kawaguchi,
.ct__satte,
.ct__kuki {
	display: none;
}


@media screen and (max-width: 767px){
	.page-id-1273 .hamberger__change,
	.page-id-1244 .hamberger__change,
	.page-id-1197 .hamberger__change {
		display: none;
	}
	
	
	 .page-id-1197 .ct__kuki,
	 .page-id-1244 .ct__satte,
	.page-id-1273 .ct__kawaguchi {
		display: block;
	}
	
	.page-id-1273 #header_top .menu-trigger span {
		background: #F4A7B9!important;
	}
	.page-id-1244 #header_top .menu-trigger span {
		background: #88C7F6!important;
	}
	.page-id-1197 #header_top .menu-trigger span {
		background: #F68888!important;
	}
	
	.page-id-1273 .hidden2-kawaguchi,
	.page-id-1273 .hamber__sp,
	.page-id-1244 .hidden2-satte,
	.page-id-1244 .hamber__sp,
	.page-id-1197 .hidden2-kuki,
	.page-id-1197 .hamber__sp {
		display: block;
	}
	

}


