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

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: unset;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn, #tel_fix_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 1000;
	cursor: pointer;
	background: var(--color_main);
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu_btn:hover {
	filter: brightness(130%);
}
.open #menu_btn {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	opacity:1;
}
#menu_btn span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 1px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 12px;
}
#menu_btn span:nth-of-type(2) {
	top: 18px;
}
#menu_btn span:nth-of-type(3) {
	top: 24px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 14px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	top: 21px;
}
#menu_btn em, #tel_fix_btn em {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
#menu {
	background: rgb(255 255 255 / 95%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
	transform: scale(0.9);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.open #menu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#menu > div {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > div p {
	color: #fef0e1;
}
#menu ul.c-gnav {
	display: block;
	height: auto;
	text-align: left;
	border-right: solid 1px #eaeaea;
	padding-right: 10%;
	margin-right: 10%;
}
#menu ul.c-gnav li {
  margin: 0;
	padding: 1em 0;
  opacity: 0;
  transition: opacity .1s ease;
  transform: translateX(10px);
}
#menu ul.c-gnav li a {
	padding: 0.3em 0 0.8em;
	display: inline-block;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.3rem;
	font-weight: bold;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu ul.c-gnav li a:hover .ttl {
	color: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_main);
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p, .open #menu #info #head_contact {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
}
.open #menu ul.c-gnav li:nth-child(2) {
	transition-delay: 0.25s;
}
.open #menu ul.c-gnav li:nth-child(3) {
	transition-delay: 0.3s;
}
.open #menu ul.c-gnav li:nth-child(4) {
	transition-delay: 0.35s;
}
.open #menu ul.c-gnav li:nth-child(5) {
	transition-delay: 0.4s;
}
.open #menu ul.c-gnav li:nth-child(6) {
	transition-delay: 0.45s;
}
.open #menu ul.c-gnav li:nth-child(7) {
	transition-delay: 0.5s;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: #3e3a39;
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #head_contact h3 {
	position: relative;
	max-width: 380px;
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 1.05rem;
	font-weight: 500;
}
/* #menu #info #head_contact h3::before, #menu #info #head_contact h3::after {
	content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
#menu #info #head_contact h3::after {
	transform: rotate(25deg);
} */
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
  line-height: 1.2;
  margin: 1em auto 1em;
width: 200px;
}
#menu #info small {
	font-size: 0.9rem;
	position: relative;
	top: -4px;
	margin-right: 3px;
}
#menu #info #menu_tel {
  font-size: 2.4rem;
  font-weight: 500;
	color: #3e3a39;
  margin-left: 10px;
  letter-spacing: 1px;
  text-align: left;
}
#menu #info #menu_tel + p {
	font-size: 0.8rem;
	margin: -12px 0 40px 38px;
}
#menu #info ul li span {
  color: var(--color_main);
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header #head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
#head_contact h3 {
	color: var(--color_main);
	font-weight: normal;
}
#head_contact #head_tel {
	font-size: 1.67rem;
	font-weight: bold;
	letter-spacing: 3.5px;
	padding-left: 33px;
	background: url(../../assets/img/icon_tel.png) no-repeat center left;
	background-size: 26px;
	color: #493c3c;
	line-height: 1.2;
}
#head_contact address {
	font-size: 0.83rem;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
}
#content .p-postList h2 {
	background: none;
	font: var(--font-wf-all);
	font-size: 1.15rem;
	margin-bottom: 0.5em;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	margin: 2em 0 1em;
}
/* .post_content h2 {
	margin: 2em 0 1em;
}
.post_content h3 {
	margin: 2em 0 1em;
}
.post_content h4 {
	margin: 2em 0 1em;
}
.page .post_content h5 {
} */

.post_content > .wp-block-group {
	padding-top: 5em;
	padding-bottom: 5em;
}
.post_content > .wp-block-group:first-child {
	padding-top: 0;
}
.post_content > .wp-block-group:last-child {
	padding-bottom: 0;
}
.post_content > .wp-block-group.has-background {
	padding-bottom: 5em !important;
}
/* header#header #head_contact {
    position: absolute;
    right: 2vw;
    top: 3px;
} */
#header ul.btn_sns {
    position: absolute;
    right: 30px;
    top: 32px;
}
ul.btn_sns {
    display: flex;
}
ul.btn_sns li {
    margin-right: 5px;
}
ul.btn_sns li a {
	font-size: 1.1rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #3b5998;
}	
ul.btn_sns li a.icon-instagram {
	background: #e4405f;
}
ul.btn_sns li a.icon-tiktok {
    background: #000;
}
ul.btn_sns li a.icon-youtube {
	background: #ea3323;
}
ul.btn_sns li a.icon-line {
    background: #00c300;
}
ul.btn_sns li a.icon-x {
    background: #000;
}
ul.btn_sns li a:hover {
	filter: brightness(120%);
}
ul.btn_sns li a::before {
	color: #fff;
}

@media all and (min-width: 960px){
	.sp {
		display:none !important;
	}
	#menu_btn, #tel_fix_btn {
		display: none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}

	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	/* header#header {
		position: fixed;
		background: none;
		top: 20px;	
	}
	[data-scrolled="true"] header#header {
		height: 75px;
	}
	header#header .l-container {
		position: relative;
		background: rgb(255 255 255 / 70%);
		border-radius: 10px;
		border: solid #fff 1px;
		max-width: calc(var(--article_size, 0px) + var(--swl-pad_container, 0px) * 2);
		padding: 0 25px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        width: calc(100% - 20px);
	}
	header#header .l-header__logo .c-catchphrase {
		writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
        position: fixed;
        left: 6px;
        top: calc(50% - 18em);
        font-size: 0.8rem;
        font-weight: normal;
		opacity: 1;
	}
	.home header#header .l-header__logo .c-catchphrase {
		left: 12px;
	}
	header#header .l-header__logo .c-catchphrase span {
		font-size: 0;
	}
	header#header .l-header__logo {
        padding: 5px 0 2px;
        height: 90px;
	}
	header#header .l-header__logo #logo {
        width: 240px;
        display: block;
        margin: 0;
	} */

	/* #body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: var(--color_main);
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
  }
  #body_wrap .c-gnav>.menu-item>a:hover::after, #body_wrap .c-gnav>.menu-item>a.current::after {
  	transform-origin: left top;
  	transform: scale(1, 1);
  }
  .c-gnav>.menu-item>.sub-menu {
	border-radius: 5px;
	width: max-content;
	margin-top: -5px;
	}
	.c-gnav>.menu-item>.sub-menu::before {
		position: absolute;
		left: 50%;
		top: -5px;
		margin-left: -10px;
		z-index: 1;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		transform: rotate(45deg);
		background: #fff;
	}
	.c-gnav>.menu-item>.sub-menu li {
		border-top:solid 1px #f3f3f3;
	}
	.c-gnav>.menu-item>.sub-menu li:first-child {
		border: none;
	}
	.c-gnav>.menu-item>.sub-menu li a {
		background: url(../../../../uploads/icon_arrow_blu.svg) no-repeat center right 10px;
		background-size: 16px;
		padding: 0.75em 40px 0.75em 1.5em;
	}
	.c-gnav>.menu-item>.sub-menu li a::before {
		display: none;
	}
	.c-gnav>.menu-item>.sub-menu li a .ttl {
		color: var(--color_text);
		font-weight: 500;
		font-size: 0.95rem;
	} */
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}

	#content.l-content {
		margin-bottom: 0;
	}

	#before_footer_widget {
		background: #e1edc4;
		margin: 0 auto 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#before_footer_widget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
	footer#footer {
		margin-top: 4em;
		background: #fff;
		color: unset;
	}
	footer#footer #f_contact {
        background: url(../../../../uploads/bg_cta.jpg) no-repeat center top 250%;
        background-size: 100%;
        color: unset;
        z-index: 10;
        padding-bottom: 380px;
    }
	footer#footer #f_contact > section > section {
        padding: 4em 0;
		background: url(../../../../uploads/bg_cta.png) no-repeat center;
        background-size: cover;
        color: #fff;
        text-align: center;
        max-width: var(--article_size);
        margin: auto;
        position: relative;
        border-radius: 10px;
    }
	footer#footer #f_contact > section {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    }
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup p {
		margin: 0;
        font-size: 1.6rem;
	}
	footer#footer #f_contact hgroup h3 {
        text-align: center;
        font-size: 2.5rem;
        line-height: 1.7;
        color: #fff;
        margin: -5px 0 1em;
	}
	footer#footer #f_contact hgroup h3 em {
        text-decoration: underline;
        text-underline-offset: 7px;
        text-decoration-thickness: 2px;
        text-decoration-color: #f3dd22;
	}
	footer#footer #f_contact p {
		font-size: 1rem;
		margin: 0 0 1.5em 0;
		letter-spacing: 1px;
		text-align: center;
	}
	footer#footer #f_contact ul.flex_cl {
		justify-content: center;
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
	}
	footer#footer #f_contact ul li a.mail {
		min-width: 350px;
		background: url(../../../../uploads/icon_arrow_blu.svg) no-repeat center right 25px #e9f6fc;
        background-size: 22px;
		border: none;
		color: var(--color_main);
		padding: 28px 70px 28px 40px;
	}
	footer#footer #f_contact ul li a.mail:hover {
		background: url(../../../../uploads/icon_arrow_wh.svg) no-repeat center right 22px var(--color_main);
        background-size: 22px;
		color: #fff;
	}
	footer#footer #f_contact a.btn_wh {
		color: var(--color_main);
        font-size: 1.15rem;
        font-weight: 500;
        background: rgb(255 255 255 / 85%);
        position: relative;
        padding: 30px 15px 30px 22px;
        border: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        line-height: 1.3;
        text-align: center;
        overflow: hidden;
        min-width: 400px;
        display: inline-block;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
	}
	footer#footer #f_contact a.btn_wh:hover {
		background: rgb(31 107 137 / 85%);
		color: #fff;
	}
	footer#footer #f_contact a.btn_wh span {
		background: url(../../../../uploads/icon_mail_blu.png) no-repeat top 2px left;
		background-size: 25px;
		padding-left: 32px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer#footer #f_contact a.btn_wh:hover span {
        background: url(../../../../uploads/icon_mail.png) no-repeat top 2px left;
        background-size: 25px;
	}
	footer .l-footer__inner {
		padding: 4em 2vw 0;
		max-width: var(--article_size);
		margin: auto;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 230px;
		margin: 0 0 2em;
		text-align: center;
	}
	footer .l-footer__inner #ft_l #f_logo span {
        display: block;
        font-size: 0.95rem;
	}
	footer .l-footer__inner #ft_l #f_logo + p {
		margin-bottom: 1em;
		font-size: 1.1rem;
		width: 200px;
		text-align: center;
	}
	footer .l-footer__inner #ft_l ul {
		margin-top: 1em;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.5;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
	}
	footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
		line-height: 1.5;
	}
	footer .l-footer__inner #ft_l dl dt {
		opacity: 0.7;
	}
	footer .l-footer__inner #ft_l dl dd {
		margin-bottom: 1em;
	}
	footer .l-footer__inner #ft_r {
		width: 42%;
        min-width: 400px;
		position: relative;
		right: -7em;
	}
	footer .l-footer__inner #ft_r > section:nth-child(1) {
		width: 40%;
	}
	footer .l-footer__inner #ft_r > section:nth-child(2) {
		width: 55%;
	}
	footer .l-footer__inner #ft_r .l-footer__nav {
        /* justify-content: flex-end;
        z-index: 100;
        position: absolute;
        width: 100%; */
		display: block;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li {
		/* width: 40%; */
		margin-bottom: 0.5em;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6201, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6753, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6754, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6755 {
		display: none;
	}
	footer .l-footer__inner #ft_r a {
		border: none;
		font-weight: 500;
		font-size: 1rem;
		text-align: left;
	}
	footer .l-footer__inner #ft_r a:hover {
		text-decoration: underline;
	}
	footer .l-footer__inner #ft_r .sub-menu {
		margin-left: 1em;
	} 
	footer .l-footer__inner #ft_r .sub-menu a {
		font-weight: normal;
	} 
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.4rem;
		color: var(--color_main);
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 1em;
	}
	.l-footer__widgetArea {
		width: 60%;
	}
	footer .l-footer__inner .w-footer__box, footer .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	footer .l-footer__inner .widget_nav_menu ul li {
		float: left;
		min-width: 12em;
	}
	footer .l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	footer .l-footer__inner .widget_nav_menu a {
		border: none !important;
	}
	footer .l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer a.btn {
        color: var(--color_text);
        padding: 25px 30px;
        border-radius: 100px;
        min-width: 380px;
        font-size: 1.3rem;
	}
	.l-footer a.btn:hover {
	}
	footer .l-footer__inner .l-footer__foot {
    padding-top: 4em;
    padding-bottom: 1em;
	}
	footer .l-footer__inner .copyright {
		padding-top: 3em;
	}
	.post_content .wp-block-columns {
		--wp-column-gap: 4em;
		gap: 4em !important;
	  }
	.full_r {
		margin-right: calc(50% - 40vw);
	}
	.full_l {
		margin-left: calc(50% - 40vw);
	}
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.full_r > figure {
		margin-right: calc(50% - 50vw) !important;
	}
	.full_l > figure {
		margin-left: calc(50% - 50vw) !important;
	}
	.post_content .al_cen, .post_content .swell-block-columns.al_cen .swell-block-column {
		align-items: center;
		display: flex;
	}
}

@media all and (min-width: 768px) {
	.flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}
	footer#footer #f_contact ul  a.tel {
		position: relative;
		top: -10px;
	}
	footer#footer #f_contact ul li a.tel {
        font-size: 3rem;
        letter-spacing: 2px;
        background: url(../../../../uploads/icon_tel.svg) no-repeat top 32px left;
        background-size: 24px;
        border: none;
        padding: 12px 0 0 35px;
        border-radius: unset;
		color: #fff;
	}
	footer#footer #f_contact ul li a.tel + p {
		margin-top: -25px;
	}
}
