/*
Theme Name:株式会社ファミリアプロジェクト
Theme URI:
Version:1.0.0
Description:株式会社ファミリアプロジェクト
Author:ARCKLY
Author URI: http://arckly.com/
*/

@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	min-width: 0
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0
}

main {
	display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0
}

h1 {
	text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
	white-space: normal;
}

address {
	font-style: inherit
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}

abbr[title] {
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default
}

:-moz-focusring {
	outline: auto
}

select:disabled {
	opacity: inherit
}

option {
	padding: 0
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[type="number"] {
	-moz-appearance: textfield
}

label[for] {
	cursor: pointer
}

details {
	display: block
}

summary {
	display: list-item
}

[contenteditable]:focus {
	outline: auto
}

table {
	border-color: inherit;
	border-collapse: collapse
}

caption {
	text-align: left
}

td,
th {
	vertical-align: top;
	padding: 0
}

th {
	vertical-align: top;
	padding: 0;
	text-align: left;
	font-weight: normal
}

input[type="radio"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #088FDB;
	content: '';
}

input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	vertical-align: -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: -5px;
	left: 4px;
	transform: rotate(50deg);
	width: 10px;
	height: 16px;
	border-right: 4px solid #088FDB;
	border-bottom: 2px solid #088FDB;
	content: '';
}

a:hover.link img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
	transition: all 0.5s;
}

img {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}



/* 共通CSS
------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #272727;
	font-size: 14px;
	background-color: #fff;
	line-height: 2.2em;
}

body a {
	color: #272727;
	text-decoration: underline;
}

body a:hover {
	opacity: 0.7;
	text-decoration: underline;
	transition: all 0.5s;
}


.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.bold {
	font-weight: bold;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #282828;
	background: #fff;
	border: 1px solid #68b63d;
	border-radius: 5px;
}

.pagination a:hover {
	color: #fff;
	background-color: #68b63d;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background-color: #68b63d;
	color: #FFF;
}


/*===============================================
●フォーム系
===============================================*/
/*===============================================
●iOS submitリセット
===============================================*/

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/*フォーム系*/
.contact_btn {
	text-align: center;
}

.contact_btn input {
	padding: 20px 50px;
	background-color: #68b63d;
	border: none;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}

.contact_btn input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.wpcf7 .ajax-loader {
	display: block !important;
}

.contact_main {
	margin-bottom: 10px;
}


.info_box5 input[type="text"] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="text"].form_short {
	width: 50px;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="email"] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #111;
}


.info_box5 input[type="tel"] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="url"] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #111;
}

.zip_box input[type="text"] {
	width: 100px;
	background-color: #fff;
	border: 1px solid #111;
}


.hissu {
	background-color: #B20000;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
	margin-right: 20px;
}

.nini {
	background-color: #888888;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
	margin-right: 20px;
}

.info_chui {
	color: #B20000;
	display: block;
}

/*===============================================
●マージンボトム設定
===============================================*/

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

.mb200 {
	margin-bottom: 200px !important;
}

.gap5 {
	gap: 5px;
}

.gap10 {
	gap: 10px;
}

.gap15 {
	gap: 15px;
}

.gap20 {
	gap: 20px;
}

.gap25 {
	gap: 25px;
}

.gap30 {
	gap: 30px;
}

.gap35 {
	gap: 35px;
}

.gap40 {
	gap: 40px;
}

.gap45 {
	gap: 45px;
}

.gap50 {
	gap: 50px;
}

/*===============================================
●Googleマップ
===============================================*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*===============================================
●ページトップ
===============================================*/

.PageTopBtn_pc {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 100;
	width: 68px;
	height: 70px;
}

.PageTopBtn_pc:hover {
	bottom: 40px;
	transition: all 0.5s;
}

/*===============================================
●フォント
===============================================*/

.font_mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.tsukuardgothic_400 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.tsukuardgothic_700 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}


/*===============================================
●フォントサイズ・カラー設定
===============================================*/
.font_10px {
	font-size: 10px;
	line-height: 1.7em;
}

.font_11px {
	font-size: 11px;
	line-height: 1.7em;
}

.font_12px {
	font-size: 12px;
	line-height: 1.7em;
}

.font_13px {
	font-size: 13px;
	line-height: 1.7em;
}

.font_14px {
	font-size: 14px;
	line-height: 1.7em;
}

.font_15px {
	font-size: 15px;
	line-height: 1.7em;
}

.font_16px {
	font-size: 16px;
	line-height: 1.7em;
}

.font_17px {
	font-size: 17px;
	line-height: 1.7em;
}

.font_18px {
	font-size: 18px;
	line-height: 1.7em;
}

.font_20px {
	font-size: 20px;
	line-height: 1.7em;
}

.font_22px {
	font-size: 22px;
	line-height: 1.7em;
}

.font_24px {
	font-size: 22px;
	line-height: 1.7em;
}

.font_27px {
	font-size: 27px;
	line-height: 1.7em;
}

.font_28px {
	font-size: 28px;
	line-height: 1.7em;
}

.font_34px {
	font-size: 34px;
	line-height: 1.7em;
}

.font_30px {
	font-size: 30px;
	line-height: 1.4em;
}

.font_32px {
	font-size: 32px;
	line-height: 1.7em;
}

.font_36px {
	font-size: 36px;
	line-height: 1.7em;
}

.font_40px {
	font-size: 40px;
	line-height: 1.7em;
}

.font_50px {
	font-size: 50px;
	line-height: 1.7em;
}

.font_52px {
	font-size: 52px;
	line-height: 1.7em;
}

.font_56px {
	font-size: 56px;
	line-height: 1.7em;
}

.color_wh {
	color: #FFF;
}

.color_red {
	color: #e70012;
}

.color_green {
	color: #68b63d;
}

.color_gray {
	color: #666;
}

.color_pink {
	color: #dd6c96;
}

/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px) {

	body {
		line-height: 1.7em;
	}

	.pc_none {
		display: none;
	}

	.pc_float_l {
		float: left;
	}

	.pc_float_r {
		float: right;
	}

	.pc_center {
		text-align: center;
	}

	.pc_right {
		text-align: right;
	}

	.d_flex_pc {
		display: flex;
	}

	.flex_wrap_pc {
		flex-wrap: wrap;
	}

	.j_content_c_pc {
		justify-content: center;
	}

	.j_content_en_pc {
		justify-content: flex-end;
	}

	.j_content_sb_pc {
		justify-content: space-between;
	}

	.a_items_c_pc {
		align-items: center;
	}

	.a_items_en_pc {
		align-items: flex-end;
	}

	.f-direction_re_pc {
		flex-direction: row-reverse;
	}

	a.link_disabled_pc {
		pointer-events: none;
	}


	/*wrap設定
------------------------------------------------------------*/

	#wrapper {
		/*
	min-width:1200px;
	margin-left:auto;
	margin-right:auto;
*/
	}

	.wrap {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap930 {
		max-width: 890px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap890 {
		max-width: 890px;
		margin-left: auto;
		margin-right: auto;
	}

	.next_taser {
		max-width: 1220px;
		margin: 0 auto 0px;
		position: relative;
	}

	.next_taser_img {
		width: 100%;
		height: 250px;
		overflow-x: hidden;
	}

	.next_taser_img_inner {
		width: 1220px;
		height: 250px;
		display: block;
	}

	.next_taser_txt_area {
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: 1000px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.next_main_contents {
		background: url(images/p2_bg_1.png)top 20px right 15px no-repeat, url(images/p2_bg_2.png)top 150px left 35px no-repeat;
		padding-top: 100px;
	}

	/*フッター設定
------------------------------------------------------------*/
	.main_footer {
		background-image: url("images/ft_bg_1.png");
		padding-top: 60px;
	}

	.main_footer a {
		text-decoration: underline;
	}

	.footer_top {
		max-width: 890px;
		margin: 0 auto 87px;
		background: rgba(255, 255, 255, 0.45);
		padding: 50px 10px;
		position: relative;
		border-radius: 12px;
	}

	.footer_top a {
		text-decoration: none;
	}

	.footer_bt1 {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer_txt5 {
		display: inline-block;
		background-color: #fad8d8;
		border-radius: 12px;
		padding: 5px 20px;
	}

	.footer_txt6 {
		max-width: 500px;
		margin: -18px auto 0;
		font-size: 14px;
		color: #282828;
		line-height: 2;
		padding: 22px 10px 14px;
		background: #fff;
		border: 2px solid #fad8d8;
		border-radius: 8px;
		text-align: center;
	}

	.footer_left {
		position: absolute;
		bottom: 80px;
		left: -35px;
	}

	.footer_right {
		position: absolute;
		top: 15px;
		right: -35px;
	}

	.footer_bottom {
		background: #dd6c96;
		position: relative;
		color: #fff;
		padding-bottom: 20px;
	}

	.footer_bottom a {
		color: #fff;
	}

	.footer_bottom::before {
		content: "";
		display: block;
		background-image: url("images/copy_wave.png");
		background-position: center top;
		height: 45px;
		width: 100%;
		position: absolute;
		top: -45px;
		left: 0;
	}

	.footer_nav {
		gap: 5px;
		width: calc(100% - 380px);
	}

	.footer_copyright_area {
		padding: 0px 0;
		width: 300px;
	}

	.footer_copyright_wrap {
		text-align: right;
	}

	.footer_copyright_wrap small {
		font-size: 13px;
		color: #fff;
	}


	/* ホーム設定
------------------------------------------------------------*/

	.top_taser {
		position: relative;
		max-width: 1200px;
		margin: 0 auto 80px;
	}

	.top_taser_txt {
		position: absolute;
		bottom: 80px;
		right: 85px;
		writing-mode: vertical-rl;
		text-align: left;
	}

	.top_taser_txt1 {
		font-size: 46px;
		line-height: 1.2;
		margin: 0 0 0 20px;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
	}

	.top_taser_txt2 {
		font-size: 30px;
		line-height: 1.3;
		padding: 30px 0 0;
	}

	.top_taser_txt2 span {
		display: block;
		padding: 60px 0 0;
	}

	.top_area1 {
		background: url(images/top_bg_1.png)bottom 25px right 15px no-repeat, url(images/top_bg_2.png)top 80px left 35px no-repeat;
	}

	.top_h2_1 {
		line-height: 1.55;
		background: url("images/bg_t1.png") center bottom no-repeat;
		padding: 0 0 50px 0;
	}

	.top_area2 {
		background: url(images/top_bg_4.png)top left no-repeat, url(images/top_bg_5.png)top right no-repeat, url(images/top_bg_6.png)center center;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.top_h2_2 {
		text-align: center;
		background: url(images/top_icon_5.png)center top no-repeat;
		font-size: 30px;
		line-height: 1.3;
		color: #666666;
		margin: 0;
		padding: 32px 0 0;
	}

	.top_area2_box1 {
		max-width: 890px;
		margin: 0 auto 40px;
	}

	a.top_area2_box1_link {
		display: block;
		text-decoration: none;
		width: 48%;
		position: relative;
	}

	a:hover.top_area2_box1_link {
		text-decoration: none;
	}

	.top_area2_box1_link_img img {
		width: 100%;
		border-radius: 12px;
	}

	.top_area2_box1_link_col1 {
		display: block;
		width: 250px;
		border: 1px solid #dd6c96;
		background: url(images/top_arrow_1.png)center left 20px no-repeat, #fff;
		border-radius: 8px;
		font-size: 18px;
		color: #666666;
		text-decoration: none;
		line-height: 1.5;
		padding: 9px 0 10px 25px;
		text-align: center;
		margin: 0 auto;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.top_area2_box2 {
		max-width: 890px;
		margin: 0 auto 0px;
		gap: 20px;
	}

	.top_area2_box2_col1 {
		font-size: 20px;
		color: #ffffff;
		line-height: 1.25;
		margin: 0 auto;
		margin-right: auto;
		margin-left: auto;
		text-shadow: 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35);
		text-align: center;
		background: url(images/bg_t2.png)center top no-repeat;
		background-size: auto;
		width: 277px;
		padding: 28px 10px 34px;
		background-size: contain;
	}

	.top_area2_box2_col2 {
		gap: 20px;
	}

	a.top_area2_box2_link1 {
		display: block;
		text-decoration: none;
		width: 277px;
		margin: 0 auto;
		font-size: 17px;
		color: #666666;
		line-height: 1;
		background: url(images/top_arrow_2.png)bottom 10px right 10px no-repeat, url(images/top_icon_2.png)center left 50px no-repeat, #fff;
		text-align: center;
		padding: 0 10px;
		border-radius: 10px;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		padding: 24px 0 25px 56px;
	}

	a:hover.top_area2_box2_link1 {
		display: block;
		text-decoration: none;
	}

	a.top_area2_box2_link2 {
		background: url(images/top_arrow_2.png)bottom 10px right 10px no-repeat, url(images/top_icon_3.png)center left 50px no-repeat, #fff;
		text-align: center;
	}

	.top_area3 {
		background: url(images/top_bg_8.png)top 232px right 37px no-repeat;
	}

	.top_area3_wrap {
		background: url(images/top_bg_7.png)top 3px right 220px no-repeat;
	}

	.top_h2_3 {
		text-align: center;
		background: url(images/top_icon_4.png)center top no-repeat;
		font-size: 30px;
		line-height: 1.3;
		color: #666666;
		margin: 0 0 40px;
		padding: 40px 0 0;
	}

	.top_area3_box1 {
		gap: 30px 4%;
	}

	.top_area3_box1_col {
		width: 48%;
	}

	.top_area3_box1_col_img {
		text-align: center;
	}

	.top_area3_box1_col_img img {
		width: 400px;
		height: 300px;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		font-family: "object-fit: cover;";
		border-radius: 12px;
	}

	img.def_img {
		border-radius: 12px;
		border: 1px solid #CCC;
	}

	.top_area3_box1_col_cat li {
		color: #fff;
		vertical-align: middle;
		pointer-events: none;
		background: #68b63d;
		padding: 0 12px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 6px;
	}

	.top_area3_box1_col_day {
		width: 120px;
	}

	.top_area3_box1_col_title {
		width: calc(100% - 120px);
	}

	a.top_bt1 {
		display: block;
		width: 250px;
		border: 1px solid #68b63d;
		background: url(images/top_arrow_3.png)center left 20px no-repeat, #fff;
		border-radius: 8px;
		font-size: 18px;
		color: #666666;
		text-decoration: none;
		line-height: 1.5;
		padding: 9px 0 10px 25px;
		text-align: center;
		margin: 0 auto;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
	}

	a:hover.top_bt1 {
		text-decoration: none;
	}



	/* 問い合わせ 設定
------------------------------------------------------------*/

	.info_box5 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.info_box5 div:nth-child(1) {
		width: 30%;
	}

	.info_box5 div:nth-child(2) {
		width: 70%;
	}


	/* ギャラリー 設定
------------------------------------------------------------*/

	.gallery_h2_1 {
		line-height: 1.2;
		background: url(images/gallery_icon_1.png)center top no-repeat;
		padding-top: 43px;
	}

	.gallery_h2_2 {
		background: url(images/gallery_icon_2.png)center top no-repeat;
	}

	.gallery_h2_3 {
		background: url(images/gallery_icon_3.png)center top no-repeat;
	}

	.gallery_box1 {
		gap: 40px 2%;
	}

	.gallery_box1 li {
		display: block;
		width: 32%;
	}

	.gallery_box1_img img {
		width: 100%;
		max-height: 200px;
		height: 20vw;
		object-fit: cover;
		border-radius: 12px;
	}

	.gallrey_area1 {
		background: url(images/top_bg_6.png)center top repeat;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.gallrey_area1_box1 {
		padding: 40px 40px 40px;
		background: #fff;
		border-radius: 15px;
		margin-bottom: 40px;
	}

	.gallrey_area1_box1_l {
		width: calc(100% - 270px);
	}

	.gallrey_area1_box1_r {
		width: 252px;
	}

	.gallrey_area1_title1 {
		background: url(images/gallery_bg_1.png)center center no-repeat;
		width: 141px;
		height: 141px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}

	.gallrey_area1_title1_jp {
		color: #f468aa;
		font-size: 52px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.gallrey_area1_box1_table1 {
		border-left: 1px solid #a0a0a0;
		border-top: 1px solid #a0a0a0;
		width: 100%;
	}

	.gallrey_area1_box1_table1 th {
		border-right: 1px solid #a0a0a0;
		border-bottom: 1px solid #a0a0a0;
		padding: 6px 0px 6px 0px;
		text-align: center;
		width: 80px;
		box-sizing: border-box;
	}

	.gallrey_area1_box1_table1 td {
		border-right: 1px solid #a0a0a0;
		border-bottom: 1px solid #a0a0a0;
		padding: 6px 10px 6px 30px;
		width: calc(100% - 80px);
		box-sizing: border-box;
	}

	.gallrey_area1_box1_l_main img {
		width: 100%;
		height: auto;
		border-radius: 12px;
	}

	.gallrey_area1_box1_l_sub {
		display: flex;
		gap: 2%;
	}

	.gallrey_area1_box1_l_sub li {
		width: 23.5%;
	}

	.gallrey_area1_box1_l_sub li img {
		width: 100%;
		max-height: 100px;
		height: 10vw;
		object-fit: cover;
		border-radius: 12px;
		cursor: pointer;
	}

	.gallrey_area1_box1_l_sub li img:hover {
		opacity: 0.7;
	}

	.gallrey_area1_title2 {
		background: url(images/gallery_bg_2.png)center center no-repeat;
	}

	.gallrey_area1_title3 {
		background: url(images/gallery_bg_3.png)center center no-repeat;
	}

	.gallrey_area1_title4 {
		background: url(images/gallery_bg_4.png)center center no-repeat;
	}

	.gallrey_area1_title1_jp2 {
		color: #5daf26;
	}

	.gallrey_area1_title1_jp3 {
		color: #a46a0e;
	}

	.gallrey_area1_title1_jp4 {
		color: #557299;
		;
	}


	/* 事業案内 設定
------------------------------------------------------------*/

	.business_h2_1 {
		text-align: center;
		line-height: 1.2;
		background: url(images/p2_bg_t1.png)center bottom no-repeat;
		padding-bottom: 45px;
	}

	.business_box01_r {
		width: 31.2%;
	}

	.business_box01_r img {
		border-radius: 12px;
	}

	.business_box01_l {
		width: 65.6%;
		background: url(images/p3_border_1.png)center center no-repeat;
		background-size: auto;
		background-size: cover;
		padding: 30px;
		border-radius: 15px;
		position: relative;
	}

	.business_box01_l::before {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		z-index: 2;
		background: url(images/p3_bg_1.png)center top no-repeat;
		height: 62px;
	}

	.business_box01_l_col1 {
		border: 22px solid transparent;
		border-image: url(images/p3_bg_2.png) 22 fill;
		padding: 35px 0 23px;
	}

	.business_box01_l_col1 ul li {
		font-size: 18px;
		line-height: 1.7;
		margin: 0 0 10px;
		background: url(images/p3_icon_2.png)top 9px left no-repeat;
		padding: 0 0 0 34px;
	}

	.business_box02 {
		background: url(images/top_bg_3.png)top left;
		line-height: 1.5;
		border-radius: 5px;
		padding: 10px;
	}

	.business_box03_1 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_1.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_box03_2 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_2.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(17, 105, 2, 0.21), 0 0 7px rgba(17, 105, 2, 0.21), 0 0 7px rgba(17, 105, 2, 0.21);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_box03_3 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_3.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(255, 138, 0, 0.38), 0 0 7px rgba(255, 138, 0, 0.38), 0 0 7px rgba(255, 138, 0, 0.38);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_area01 {
		background-image: url("images/top_bg_3.png");
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.business_h2_2 {
		text-align: center;
		line-height: 1.2;
		background: url(images/p3_icon_3.png)center top no-repeat;
		padding-top: 46px;
	}

	.business_area01_white {
		background: rgba(255, 255, 255, 0.45);
		border-radius: 15px;
		padding: 50px 50px;
	}

	.business_h3_1 {
		line-height: 1.5;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
	}

	.business_area01_box1 img {
		border-radius: 12px;
	}

	.business_sche_col {
		width: 48%;
	}

	.business_h4_1 {
		text-align: center;
		line-height: 1.5;
		border-radius: 8px;
		padding: 10px;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		background-color: #fff;
	}

	.business_sche_l_list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		margin-bottom: 60px;
	}

	.business_sche_l_list li::after {
		position: absolute;
		bottom: -30px;
		margin: auto;
		content: "";
		display: block;
		vertical-align: middle;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 15px;
		height: 15px;
		border-top: 2px solid #d96892;
		border-right: 2px solid #d96892;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.business_sche_r .business_sche_l_list li::after {
		border-top: 2px solid #68b63d;
		border-right: 2px solid #68b63d;
	}

	.business_sche_l_list li:last-child {
		margin-bottom: 0px;
	}

	.business_sche_l_list li:last-child::after {
		display: none;
	}

	.business_sche_l_list_img {
		width: 48%;
	}

	.business_sche_l_list_img img {
		border-radius: 10px;
		width: 100%;
	}

	.business_sche_l_list_txt {
		width: 48%;
	}

	.business_bt1 li {
		margin-bottom: 50px;
	}

	.business_bt1 li:last-child {
		margin-bottom: 0px;
	}

	.business_bt1 li a {
		display: block;
		width: 380px;
		text-decoration: none;
		border: 1px solid #dd6c96;
		border-radius: 7px;
		line-height: 1.7;
		text-align: center;
		background: url(images/p3_arrow_3.png)center left 20px no-repeat, #fff;
		padding: 8px 5px 8px 40px;
		margin: 0 auto;
		background-color: #fff;
		color: #666666;
	}

	.business_bt1 li a:hover {
		text-decoration: none;
	}

	.business_h2_3 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_4.png)center top no-repeat;
	}

	.business_box04 {
		width: 48%;
	}

	.business_h3_2 {
		line-height: 1.5;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
		letter-spacing: -0.08em;
	}

	.business_box04 ul li {
		line-height: 2.15;
		background: url(images/p3_icon_5.png)top 10px left no-repeat;
		padding: 0 0 0 20px;
	}

	.business_h2_4 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_6.png)center top no-repeat;
	}

	.business_box05 {
		gap: 40px 2%;
	}

	.business_box05_col {
		width: 32%;
	}

	.business_box05_col_img img {
		border-radius: 12px;
	}

	.business_box05_bottom {
		background: #d2f2c1;
		padding: 10px 5px;
		text-align: center;
		border-radius: 6px;
	}

	.business_h2_5 {
		text-align: center;
		line-height: 1.2;
		padding-top: 43px;
		background: url(images/p3_icon_7.png)center top no-repeat;
	}

	.business_box06 {
		gap: 40px 2%;
	}

	.business_box06_col {
		width: 18.4%;
	}

	.business_h2_6 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_8.png)center top no-repeat;
	}



	/* ブログ 設定
------------------------------------------------------------*/
	.blog_contents {
		width: calc(100% - 230px);
	}

	.blog_cat_area {
		width: 190px;
	}

	.blog_cat_area_title {
		padding: 4px 5px 3px;
		border: 0;
		color: #fff;
		background: url(images/p3_border_1.png)center center no-repeat;
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
		border-radius: 10px;
	}

	.blog_cat_area_list li {
		border-bottom: 1px dotted #cbcbcb;
		padding: 5px 0;
		font-size: 14px;
		color: #282828;
		line-height: 2.15;
	}

	.blig_list_col_img {
		width: 240px;
	}

	.blig_list_col_img a {
		display: block;
		width: 240px;
	}

	.blig_list_col_img a img {
		width: 240px;
		height: 200px;
		object-fit: cover;
	}

	.blig_list_col_txt {
		width: calc(100% - 260px);
		padding-top: 30px;
	}

	.blig_list_col_title {
		font-size: 20px;
		color: #666666;
		line-height: 1.5;
		margin: 0 0 7px 0;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
	}

	.blig_list_col_title a {
		text-decoration: none;
	}

	.blig_list_col_title a:hover {
		text-decoration: none;
	}

	.blog_h2_1 {
		text-align: center;
		font-size: 30px;
		color: #666666;
		line-height: 1.2;
		background: url(images/p2_bg_t1.png)center bottom no-repeat;
		padding-bottom: 45px;
	}

	/* 下層 設定
------------------------------------------------------------*/

	/* 会社案内 */

	.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
		justify-content: space-between;
	}

	.elementor-8933 .elementor-element.elementor-element-ddbf04d>.elementor-element-populated .elementor-widget-image {
		width: 33%;
	}


}

/*===============================================
●画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {

	/*ヘッダー設定
------------------------------------------------------------*/
	.main_header {
		width: 100%;
		background-image: url("images/hd_bg_1.png");
		background-repeat: no-repeat;
		background-position: right 50px top;
	}

	.main_header_innner {
		max-width: 1100px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 0px 30px;
		gap: 0px 55px;
		background-image: url("images/hd_bg_2.png");
		background-repeat: no-repeat;
		background-position: left 280px top;
	}

	.header_logo {
		width: 322px;
	}

	.header_r {
		width: 520px;
	}

	.header_tel {
		color: #dd6c96;
		text-decoration: none;
	}

	a.header_mail {
		text-decoration: none;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		line-height: 1;
		padding: 11px 23px;
		background-image: url("images/mail_bg.png");
	}

	a:hover.header_mail {
		text-decoration: none;
	}

	.main_nav {
		width: 100%;
		height: 70px;
		background-repeat: repeat-x;
		background-position: center top;
		margin-bottom: 0px;
	}

	#nav_wrap {
		max-width: 1100px;
		margin: 0 auto;
		border-right: 1px solid #e3e3e3;
	}

	ul#menu {
		display: flex;
		justify-content: center;
		margin: 0 auto;

	}

	ul#menu li {
		position: relative;
		margin: 0 0px;
		text-align: center;
		display: block;
		height: 70px;
		border-left: 1px solid #e3e3e3;
		width: 9.8%;
		padding: 0;
	}

	ul#menu li:nth-child(2) {
		width: 14.81%;
	}

	ul#menu li:nth-child(3) {
		width: 14.72%;
	}

	ul#menu li:nth-child(4) {
		width: 14.81%;
	}

	ul#menu li:nth-child(5) {
		width: 16.09%;
	}

	ul#menu li:nth-child(6) {
		width: 14.81%;
	}

	ul#menu li:nth-child(7) {
		width: 14.96%;
	}

	ul#menu li a {
		text-decoration: none;
		box-sizing: border-box;
		height: 70px;
		width: 100%;
		opacity: 1;
		display: block;
		color: #666666;
	}

	ul#menu li a:hover {
		opacity: 1;
	}

	ul#menu li a span {
		display: block;
	}

	ul#menu li a:after {
		position: absolute;
		bottom: 0px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #dd6c96;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}

	ul#menu li a:hover::before {
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translate(-50%, 0%);
		content: '';
		background-image: url("images/menu_on_bg.png");
		background-repeat: no-repeat;
		height: 43px;
		width: 43px;
		z-index: -1;
	}

	ul#menu li a:hover::after {
		transform: scale(1, 1);
	}

	ul#menu ul {
		z-index: 100;
		display: none;
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	ul#menu ul li {
		height: 40px;
		border: none;
		width: 150px;
	}

	ul#menu ul li:nth-child(2) {
		width: 150px;
	}

	ul#menu li:nth-child(3) ul li {
		width: 200px;
	}

	ul#menu li:nth-child(3) ul li:nth-child(2) {
		width: 200px;
	}

	ul#menu ul li a {
		display: block;
		color: #111;
		text-decoration: none;
		padding: 0px 5px;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px dashed #dd6c96;
		opacity: 0.9;
		background-color: #fff;
		text-align: center;
		width: 100%;
		transform-origin: center top;
		transition: transform .3s;
		position: relative;
		font-size: 14px;
		font-weight: bold;
	}

	ul#menu ul li:last-child a {
		/*border: none;*/
	}

	ul#menu ul li a::after {
		bottom: -1px;
	}

	.humberger_pc_none {
		display: none;
	}

}

/*===============================================
●画面の横幅が999pxまで
===============================================*/
@media screen and (max-width:999px) {
	.main_header {
		width: 100%;
	}

	.main_header_innner {
		max-width: 1100px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 0px 30px;
		gap: 0px 55px;
		background-image: url("images/hd_bg_2.png");
		background-size: 250px auto;
		background-repeat: no-repeat;
		background-position: center top;
		flex-wrap: wrap;
	}

	.header_logo {
		width: 100%;
		text-align: center;
	}

	.header_logo img {
		width: 200px;
		margin: 0 auto 5px;
	}

	.header_r {
		width: 100%;
	}

	.header_r_bottom {
		gap: 0 20px;
	}

	.header_tel {
		color: #dd6c96;
		text-decoration: none;
	}

	a.header_mail {
		text-decoration: none;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		background-image: url("images/mail_bg.png");
		border-radius: 8px;
		line-height: 1;
		padding: 11px 23px;
		max-width: 280px;
		margin: 0 auto;
	}

	a:hover.header_mail {
		text-decoration: none;
	}

	.main_nav {
		display: none;
	}


	nav {
		z-index: 1000;
	}

	#humberger {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 999;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		padding: 13px 10px 10px;
		cursor: pointer;
		background-color: #FDEDEE;
	}

	.iconBar {
		height: 2px;
		background: #000;
		display: block;
		margin-bottom: 3px;
		-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
		transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
		/* easeInOutExpo */

		-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		/* easeInOutExpo */
		z-index: 1000;
	}

	dl.accordion_spnav dt.open3 #humberger .iconBar {
		background: #000;
		box-shadow: none;
	}

	dl.accordion_spnav dt.open3 #humberger :nth-child(1) {
		transform: translate(0, 8px) rotate(45deg);
		-webkit-transform: translate(0, 8px) rotate(45deg);
		margin-bottom: 9px;
		margin-top: -2px;
	}

	dl.accordion_spnav dt.open3 #humberger :nth-child(2) {
		transform: translate(-20px, 0);
		-webkit-transform: translate(-20px, 0);
		opacity: 0;
	}

	dl.accordion_spnav dt.open3 #humberger :nth-child(3) {
		transform: translate(0, -8px) rotate(-45deg);
		-webkit-transform: translate(0, -8px) rotate(-45deg);
	}

	.accordion_spnav dd {
		display: none;
		color: #FFF;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: #fff;
		width: 100%;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha( opacity=90 )";
		z-index: 997;
		padding-top: 70px;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		box-sizing: border-box;
		padding-bottom: 40px;
		background: url(images/sp_navi_bg.jpg) no-repeat right bottom #FFF;
		background-size: contain;
	}

	.accordion_spnav dd a {
		text-decoration: none;
	}

	.sp_nav_list li {
		display: block;
		text-align: center;
		width: 200px;
		margin: 10px auto 10px;
	}

	.sp_nav_list_main {
		border-bottom: 1px solid #111;
		padding: 10px 0 10px;
	}

	.sp_nav_list_main span {
		display: block;
	}

	.sp_navi_info_wrapper {
		background: rgba(233, 82, 115, 0.3);
		margin: 0 20px 20px;
		padding: 20px;
	}

	.sp_navi_info_wrapper a span {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4);
	}

	.sp_navi_info {
		text-align: center;
	}

	.sp_navi_info dt {
		margin-bottom: 10px;
	}

	.sp_navi_info dt img {
		width: 60%;
	}

	.sp_navi_info dd {
		display: contents;
		color: #272727;
	}

	/*
.accordion_spnav dd a{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 5px 10px;
	font-size:18px;
}


.accordion_spnav dd a.nav_wrap_sp_home{
	border-top:1px solid #111;
}

.accordion_spnav2 div{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 40px 10px 5px;
	font-size:18px;
	position:relative;
}

.accordion_spnav2 ul{
	display:none;
}

.accordion_spnav2 ul li{
	background-color:#eee;
}

.accordion_spnav2 ul li a{
	padding-left:2em;
	color:#1b1b1b;
}

.humberger2{
	width:20px;
	position:absolute;
	right:10px;
	top:15px;
	z-index:1000;
}


.iconBar2{
	height: 3px;
	background: #1b1b1b;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.iconBar2:nth-child(1){
	transform:translate(0,8px) rotate(90deg);
	-webkit-transform:translate(0,8px) rotate(90deg);
}

div.accordion_spnav2 div.open2 span.iconBar2:nth-child(1){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
*/

	/*フッター設定
------------------------------------------------------------*/
	.footer_left {
		display: none;
	}

	.footer_right {
		display: none;
	}

	/* ホーム設定
------------------------------------------------------------*/

	.top_taser {
		position: relative;
		max-width: 1200px;
		margin: 0 auto 80px;
	}

	.top_taser_img {
		width: 200%;
	}

	.top_taser_txt {
		position: absolute;
		bottom: 10vw;
		right: 5%;
		writing-mode: vertical-rl;
		text-align: left;
	}

	.top_taser_txt1 {
		font-size: 8vw;
		line-height: 1.2;
		margin: 0 0 0 1vw;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
	}

	.top_taser_txt2 {
		font-size: 5vw;
		line-height: 1.3;
		padding: 4vw 0 0;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
	}

	.top_taser_txt2 span {
		display: block;
		padding: 2vw 0 0;
	}

}

/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px) {

	body {}

	.body_fixed {
		position: fixed;
		width: 100%;
	}

	.sp_none {
		display: none;
	}

	.sp_center {
		text-align: center;
	}

	.sp_left {
		text-align: left;
	}

	.sp_right {
		text-align: right;
	}

	.sp_float_l {
		float: left;
	}

	.sp_float_r {
		float: right;
	}


	.d_flex_sp {
		display: flex;
	}

	.flex_wrap_sp {
		flex-wrap: wrap;
	}

	.j_content_c_sp {
		justify-content: center;
	}

	.j_content_en_sp {
		justify-content: flex-end;
	}

	.j_content_sb_sp {
		justify-content: space-between;
	}

	.a_items_c_sp {
		align-items: center;
	}

	.a_items_en_sp {
		align-items: flex-end;
	}

	.f-direction_re_sp {
		flex-direction: row-reverse;
	}

	a.link_disabled_sp {
		pointer-events: none;
	}


	/*===============================================
●マージンボトム設定
===============================================*/

	.mb0_sp {
		margin-bottom: 0px !important;
	}

	.mb5_sp {
		margin-bottom: 5px !important;
	}

	.mb10_sp {
		margin-bottom: 10px !important;
	}

	.mb15_sp {
		margin-bottom: 15px !important;
	}

	.mb20_sp {
		margin-bottom: 20px !important;
	}

	.mb25_sp {
		margin-bottom: 25px !important;
	}

	.mb30_sp {
		margin-bottom: 30px !important;
	}

	.mb35_sp {
		margin-bottom: 35px !important;
	}

	.mb40_sp {
		margin-bottom: 40px !important;
	}

	.mb45_sp {
		margin-bottom: 45px !important;
	}

	.mb50_sp {
		margin-bottom: 50px !important;
	}

	.mb55_sp {
		margin-bottom: 55px !important;
	}

	.mb60_sp {
		margin-bottom: 60px !important;
	}

	.mb65_sp {
		margin-bottom: 65px !important;
	}

	.mb70_sp {
		margin-bottom: 70px !important;
	}

	.mb75_sp {
		margin-bottom: 75px !important;
	}

	.mb80_sp {
		margin-bottom: 80px !important;
	}

	.mb85_sp {
		margin-bottom: 85px !important;
	}

	.mb90_sp {
		margin-bottom: 90px !important;
	}

	.mb95_sp {
		margin-bottom: 95px !important;
	}

	.mb100_sp {
		margin-bottom: 100px !important;
	}


	/*===============================================
●ボタン
===============================================*/


	/*===============================================
●フォントサイズ・カラー設定
===============================================*/

	.font_10px_sp {
		font-size: 10px;
		line-height: 1.7em;
	}

	.font_14px_sp {
		font-size: 14px;
		line-height: 1.7em;
	}

	.font_20px_sp {
		font-size: 20px;
		line-height: 1.7em;
	}

	.font_28px_sp {
		font-size: 28px;
		line-height: 1.7em;
	}

	.font_40px_sp {
		font-size: 40px;
		line-height: 1.7em;
	}


	/*wrap設定
------------------------------------------------------------*/

	.wrap {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.wrap930 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.next_taser {
		max-width: 1220px;
		margin: 0 auto 50px;
		position: relative;
	}

	.next_taser_img {
		width: 100%;
		height: 180px;
		overflow-x: hidden;
	}

	.next_taser_img_inner {
		position: relative;
		width: 1220px;
		height: 180px;
		display: block;
		overflow: hidden
	}

	.next_taser_img_inner img {
		position: absolute;
		top: 0;
		left: calc(50% - 1180px);

	}

	.next_taser_txt_area {
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: 1000px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}


	/*フッター設定
------------------------------------------------------------*/
	.main_footer {
		background-image: url("images/ft_bg_1.png");
		padding-top: 60px;
	}

	.main_footer a {
		text-decoration: underline;
	}

	.footer_top {
		max-width: 890px;
		margin: 0 20px 87px;
		background: rgba(255, 255, 255, 0.45);
		padding: 50px 10px;
		position: relative;
		border-radius: 12px;
	}

	.footer_top a {
		text-decoration: none;
	}

	.footer_bt1 {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer_txt5 {
		display: inline-block;
		background-color: #fad8d8;
		border-radius: 12px;
		padding: 5px 20px;
	}

	.footer_txt6 {
		max-width: 500px;
		margin: -18px auto 0;
		font-size: 14px;
		color: #282828;
		line-height: 2;
		padding: 22px 10px 14px;
		background: #fff;
		border: 2px solid #fad8d8;
		border-radius: 8px;
		text-align: center;
	}

	.footer_left {
		position: absolute;
		bottom: 80px;
		left: -35px;
	}

	.footer_right {
		position: absolute;
		top: 15px;
		right: -35px;
	}

	.footer_bottom {
		background: #dd6c96;
		position: relative;
		color: #fff;
		padding-bottom: 80px;
	}

	.footer_bottom a {
		color: #fff;
	}

	.footer_bottom::before {
		content: "";
		display: block;
		background-image: url("images/copy_wave.png");
		background-position: center top;
		height: 45px;
		width: 100%;
		position: absolute;
		top: -45px;
		left: 0;
	}

	.footer_nav {
		gap: 5px;
		width: 100%;
	}

	.footer_copyright_area {
		padding: 0px 0;
		width: 100%;
	}

	.footer_copyright_wrap {
		text-align: center;
	}

	.footer_copyright_wrap small {
		font-size: 13px;
		color: #fff;
	}

	.PageTopBtn_pc {
		display: none;
	}

	.sp-footer-icons-container {
		display: flex;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		z-index: 4;
		right: 0;
		left: 0;
		bottom: 2px;
	}

	#footerwrap .sp-footer-icons-container a {
		text-decoration: none;
	}

	.sp-footer-icons-container a {
		position: relative;
		width: 33%;
		border-top: 1px solid #FFF;
		background-color: #FDEEEE;
	}

	.sp-footer-icons-container a:hover {
		text-decoration: none;
	}

	.sp-footer-icons-container a i {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	.sp-footer-icons-container a i p {
		font-size: 1.0rem;
		line-height: 1;
		text-align: center;
		font-weight: 400;
		margin-top: 10px;
	}

	.fa-phone::before {
		content: "\f095";
	}

	.fa,
	.far,
	.fas {
		font-family: "Font Awesome 5 Free";
	}

	.fa.fa-map-marker::before {
		content: "\f3c5";
	}

	.fa-chevron-up::before {
		content: "\f077";
	}

	/* ホーム設定
------------------------------------------------------------*/
	.top_area1 {}

	.top_h2_1 {
		line-height: 1.55;
		background: url("images/bg_t1.png") center bottom no-repeat;
		padding: 0 0 50px 0;
	}

	.top_area2 {
		background: url(images/top_bg_4.png)top left -100px no-repeat, url(images/top_bg_5.png)top right -100px no-repeat, url(images/top_bg_6.png)center center;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.top_h2_2 {
		text-align: center;
		background: url(images/top_icon_5.png)center top no-repeat;
		font-size: 30px;
		line-height: 1.3;
		color: #666666;
		margin: 0;
		padding: 32px 0 0;
	}

	.top_area2_box1 {
		max-width: 890px;
		margin: 0 10px 40px;
	}

	a.top_area2_box1_link {
		display: block;
		text-decoration: none;
		width: 100%;
		position: relative;
	}

	a:hover.top_area2_box1_link {
		text-decoration: none;
	}

	.top_area2_box1_link_img img {
		width: 100%;
		border-radius: 12px;
	}

	.top_area2_box1_link_col1 {
		display: block;
		width: 250px;
		border: 1px solid #dd6c96;
		background: url(images/top_arrow_1.png)center left 20px no-repeat, #fff;
		border-radius: 8px;
		font-size: 18px;
		color: #666666;
		text-decoration: none;
		line-height: 1.5;
		padding: 9px 0 10px 25px;
		text-align: center;
		margin: 0 auto;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.top_area2_box2 {
		max-width: 890px;
		margin: 0 auto 0px;
		gap: 20px;
	}

	.top_area2_box2_col1 {
		font-size: 20px;
		color: #ffffff;
		line-height: 1.25;
		margin: 0 auto;
		margin-right: auto;
		margin-left: auto;
		text-shadow: 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35);
		text-align: center;
		background: url(images/bg_t2.png)center top no-repeat;
		background-size: auto;
		width: 277px;
		padding: 28px 10px 34px;
		background-size: contain;
	}

	.top_area2_box2_col2 {
		gap: 20px;
	}

	a.top_area2_box2_link1 {
		display: block;
		text-decoration: none;
		width: 277px;
		margin: 0 auto;
		font-size: 17px;
		color: #666666;
		line-height: 1;
		background: url(images/top_arrow_2.png)bottom 10px right 10px no-repeat, url(images/top_icon_2.png)center left 50px no-repeat, #fff;
		text-align: center;
		padding: 0 10px;
		border-radius: 10px;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		padding: 24px 0 25px 56px;
	}

	a:hover.top_area2_box2_link1 {
		display: block;
		text-decoration: none;
	}

	a.top_area2_box2_link2 {
		background: url(images/top_arrow_2.png)bottom 10px right 10px no-repeat, url(images/top_icon_3.png)center left 50px no-repeat, #fff;
		text-align: center;
	}

	.top_area3 {}

	.top_area3_wrap {
		background: url(images/top_bg_7.png)top 3px right 0px no-repeat;
	}

	.top_h2_3 {
		text-align: center;
		background: url(images/top_icon_4.png)center top no-repeat;
		font-size: 30px;
		line-height: 1.3;
		color: #666666;
		margin: 0 0 40px;
		padding: 40px 0 0;
	}

	.top_area3_box1 {
		gap: 30px 4%;
	}

	.top_area3_box1_col {
		width: 100%;
	}

	.top_area3_box1_col_img {
		text-align: center;
	}

	.top_area3_box1_col_img img {
		border-radius: 12px;
		width: 300px;
		height: 225px;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		font-family: "object-fit: cover;";
	}

	img.def_img {
		border-radius: 12px;
		border: 1px solid #CCC;
	}

	.top_area3_box1_col_cat li {
		color: #fff;
		vertical-align: middle;
		pointer-events: none;
		background: #68b63d;
		padding: 0 12px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 6px;
	}

	.top_area3_box1_col_day {
		width: 120px;
	}

	.top_area3_box1_col_title {
		width: 100%;
	}

	a.top_bt1 {
		display: block;
		width: 250px;
		border: 1px solid #68b63d;
		background: url(images/top_arrow_3.png)center left 20px no-repeat, #fff;
		border-radius: 8px;
		font-size: 18px;
		color: #666666;
		text-decoration: none;
		line-height: 1.5;
		padding: 9px 0 10px 25px;
		text-align: center;
		margin: 0 auto;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
	}

	a:hover.top_bt1 {
		text-decoration: none;
	}

	/* 問い合わせ 設定
------------------------------------------------------------*/

	.info_box5 {
		margin-bottom: 10px;
	}

	.info_box5 div:nth-child(1) {
		margin-bottom: 5px;
	}


	/* ギャラリー 設定
------------------------------------------------------------*/

	.gallery_h2_1 {
		line-height: 1.2;
		background: url(images/gallery_icon_1.png)center top no-repeat;
		padding-top: 43px;
	}

	.gallery_h2_2 {
		background: url(images/gallery_icon_2.png)center top no-repeat;
	}

	.gallery_h2_3 {
		background: url(images/gallery_icon_3.png)center top no-repeat;
	}

	.gallery_box1 {
		gap: 40px 2%;
	}

	.gallery_box1 li {
		display: block;
		width: 48%;
	}

	.gallery_box1_img img {
		width: 100%;
		height: 30vw;
		object-fit: cover;
		border-radius: 12px;
	}

	.gallrey_area1 {
		background: url(images/top_bg_6.png)center top repeat;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.gallrey_area1_box1 {
		padding: 40px 40px 40px;
		background: #fff;
		border-radius: 15px;
		margin-bottom: 40px;
	}

	.gallrey_area1_box1_l {
		width: 100%;
		margin-bottom: 30px;
	}

	.gallrey_area1_box1_r {
		width: 100%;
	}

	.gallrey_area1_title1 {
		background: url(images/gallery_bg_1.png)center center no-repeat;
		width: 141px;
		height: 141px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}

	.gallrey_area1_title1_jp {
		color: #f468aa;
		font-size: 52px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.gallrey_area1_box1_table1 {
		border-left: 1px solid #a0a0a0;
		border-top: 1px solid #a0a0a0;
		width: 100%;
	}

	.gallrey_area1_box1_table1 th {
		border-right: 1px solid #a0a0a0;
		border-bottom: 1px solid #a0a0a0;
		padding: 6px 0px 6px 0px;
		text-align: center;
		width: 80px;
		box-sizing: border-box;
	}

	.gallrey_area1_box1_table1 td {
		border-right: 1px solid #a0a0a0;
		border-bottom: 1px solid #a0a0a0;
		padding: 6px 10px 6px 30px;
		width: calc(100% - 80px);
		box-sizing: border-box;
	}

	.gallrey_area1_box1_l_main img {
		width: 100%;
		height: auto;
		border-radius: 12px;
	}

	.gallrey_area1_box1_l_sub {
		display: flex;
		gap: 2%;
	}

	.gallrey_area1_box1_l_sub li {
		width: 23.5%;
	}

	.gallrey_area1_box1_l_sub li img {
		width: 100%;
		max-height: 100px;
		height: 10vw;
		object-fit: cover;
		border-radius: 12px;
		cursor: pointer;
	}

	.gallrey_area1_box1_l_sub li img:hover {
		opacity: 0.7;
	}


	/* 事業案内 設定
------------------------------------------------------------*/

	.business_h2_1 {
		text-align: center;
		line-height: 1.2;
		background: url(images/p2_bg_t1.png)center bottom no-repeat;
		padding-bottom: 45px;
	}

	.business_box01_r {
		width: 100%;
		text-align: center;
	}

	.business_box01_r img {
		border-radius: 12px;
	}

	.business_box01_l {
		width: 100%;
		background: url(images/p3_border_1.png)center center no-repeat;
		background-size: auto;
		background-size: cover;
		padding: 30px;
		border-radius: 15px;
		position: relative;
		margin-bottom: 30px;
	}

	.business_box01_l::before {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		z-index: 2;
		background: url(images/p3_bg_1.png)center top no-repeat;
		height: 62px;
	}

	.business_box01_l_col1 {
		border: 22px solid transparent;
		border-image: url(images/p3_bg_2.png) 22 fill;
		padding: 35px 0 23px;
	}

	.business_box01_l_col1 ul li {
		font-size: 18px;
		line-height: 1.7;
		margin: 0 0 10px;
		background: url(images/p3_icon_2.png)top 9px left no-repeat;
		padding: 0 0 0 34px;
	}

	.business_box02 {
		background: url(images/top_bg_3.png)top left;
		line-height: 1.5;
		border-radius: 5px;
		padding: 10px;
	}

	.business_box03_1 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_1.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35), 0 0 7px rgba(55, 193, 241, 0.35);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_box03_2 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_2.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(17, 105, 2, 0.21), 0 0 7px rgba(17, 105, 2, 0.21), 0 0 7px rgba(17, 105, 2, 0.21);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_box03_3 {
		line-height: 1.25;
		width: 277px;
		margin: auto;
		background: url(images/p3_bt_3.png)center center no-repeat;
		background-size: 100%;
		text-align: center;
		text-shadow: 0 0 7px rgba(255, 138, 0, 0.38), 0 0 7px rgba(255, 138, 0, 0.38), 0 0 7px rgba(255, 138, 0, 0.38);
		height: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.business_area01 {
		background-image: url("images/top_bg_3.png");
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.business_h2_2 {
		text-align: center;
		line-height: 1.2;
		background: url(images/p3_icon_3.png)center top no-repeat;
		padding-top: 46px;
	}

	.business_area01_white {
		background: rgba(255, 255, 255, 0.45);
		border-radius: 15px;
		padding: 50px 20px;
	}

	.business_h3_1 {
		line-height: 1.5;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
	}

	.business_area01_box1 img {
		border-radius: 12px;
	}

	.business_sche_col {
		width: 100%;
	}

	.business_h4_1 {
		text-align: center;
		line-height: 1.5;
		border-radius: 8px;
		padding: 10px;
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
		background-color: #fff;
	}

	.business_sche_l_list li {
		margin-bottom: 60px;
		display: block;
		position: relative;
	}

	.business_sche_l_list li::after {
		position: absolute;
		bottom: -30px;
		margin: auto;
		content: "";
		display: block;
		vertical-align: middle;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 15px;
		height: 15px;
		border-top: 2px solid #d96892;
		border-right: 2px solid #d96892;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.business_sche_r .business_sche_l_list li::after {
		border-top: 2px solid #68b63d;
		border-right: 2px solid #68b63d;
	}

	.business_sche_l_list li:last-child {
		margin-bottom: 0px;
	}

	.business_sche_l_list li:last-child::after {
		display: none;
	}

	.business_sche_l_list_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.business_sche_l_list_img img {
		border-radius: 10px;
		width: 100%;
	}

	.business_sche_l_list_txt {
		width: 100%;
	}

	.business_bt1 li {
		margin-bottom: 50px;
	}

	.business_bt1 li:last-child {
		margin-bottom: 0px;
	}

	.business_bt1 li a {
		display: block;
		width: 100%;
		text-decoration: none;
		border: 1px solid #dd6c96;
		border-radius: 7px;
		line-height: 1.7;
		text-align: center;
		background: url(images/p3_arrow_3.png)center left 10px no-repeat, #fff;
		padding: 8px 10px 8px 30px;
		margin: 0 auto;
		background-color: #fff;
		color: #666666;
		font-size: 1.0rem;
	}

	.business_bt1 li a:hover {
		text-decoration: none;
	}

	.business_h2_3 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_4.png)center top no-repeat;
	}

	.business_box04 {
		width: 100%;
	}

	.business_h3_2 {
		line-height: 1.5;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
	}

	.business_box04 ul li {
		line-height: 2.15;
		background: url(images/p3_icon_5.png)top 10px left no-repeat;
		padding: 0 0 0 20px;
	}

	.business_h2_4 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_6.png)center top no-repeat;
	}

	.business_box05 {
		gap: 40px 2%;
	}

	.business_box05_col {
		width: 100%;
		margin-bottom: 40px;
	}

	.business_box05_col_img {
		text-align: center;
	}

	.business_box05_col_img img {
		border-radius: 12px;
	}

	.business_box05_bottom {
		background: #d2f2c1;
		padding: 10px 5px;
		text-align: left;
		border-radius: 6px;
	}


	.business_h2_5 {
		text-align: center;
		line-height: 1.2;
		padding-top: 43px;
		background: url(images/p3_icon_7.png)center top no-repeat;
	}

	.business_box06 {}

	.business_box06_col {
		width: 100%;
	}

	.business_h2_6 {
		text-align: center;
		line-height: 1.2;
		padding-top: 41px;
		background: url(images/p3_icon_8.png)center top no-repeat;
	}


	/* ブログ 設定
------------------------------------------------------------*/
	.blog_contents {
		width: 100%;
		margin-bottom: 50px;
	}

	.blog_cat_area {
		width: 100%;
	}

	.blog_cat_area_title {
		padding: 4px 5px 3px;
		border: 0;
		color: #fff;
		background: url(images/p3_border_1.png)center center repeat;
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
		border-radius: 10px;
	}

	.blog_cat_area_list li {
		border-bottom: 1px dotted #cbcbcb;
		padding: 5px 0;
		font-size: 14px;
		color: #282828;
		line-height: 2.15;
	}

	.blig_list_col_img {
		width: 240px;
		margin: 0 auto;
	}

	.blig_list_col_img a {
		display: block;
		width: 240px;
	}

	.blig_list_col_img a img {
		width: 240px;
		height: 200px;
		object-fit: cover;
	}

	.blig_list_col_txt {
		width: 100%;
		padding-top: 10px;
	}

	.blig_list_col_title {
		font-size: 20px;
		color: #666666;
		line-height: 1.5;
		margin: 0 0 7px 0;
		background: url(images/p2_line_1.png)bottom left repeat-x;
		padding-bottom: 13px;
	}

	.blig_list_col_title a {
		text-decoration: none;
	}

	.blig_list_col_title a:hover {
		text-decoration: none;
	}

	.blog_h2_1 {
		text-align: center;
		font-size: 20px;
		color: #666666;
		line-height: 1.2;
		background: url(images/p2_bg_t1.png)center bottom no-repeat;
		padding-bottom: 25px;
	}

	/* 下層 設定
------------------------------------------------------------*/

	/* 放課後デイサービス */

	.business_area01_box1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.business_area01_box1 div {
		width: 46%;
	}

	/* 会社案内 */

	.elementor-8933 .elementor-element.elementor-element-ddbf04d>.elementor-element-populated {
		gap: 20px;
	}

	.elementor-8933 .elementor-element.elementor-element-8547c5b>.elementor-element-populated {
		display: flex;
		justify-content: center;
	}

	.next_taser_ico {
		margin-left: 20px;
	}

	.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
		justify-content: center;
	}


}