@charset "utf-8";
/* CSS Document */
/* a {
	pointer-events: none;
} */
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	-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: 2px;
	background-color: var(--color_main);
}
.open #menu_btn span {
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 15px;
}
#menu_btn span:nth-of-type(2) {
	top: 21px;
}
#menu_btn span:nth-of-type(3) {
	top: 27px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 17px;
}
.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: 24px;
}
#menu_btn em {
	font-size: 11px;
	color: var(--color_main);
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
.open #menu_btn em {
	color: #fff;
}
#menu {
    background: rgb(152 123 105 / 90%);
    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;
    color: #fff;
}
.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.1rem;
	/* 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 h4, .open #menu #info a, .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 h4, #menu #info a, #menu #info #head_contact {
	opacity: 0;
	color: #75643b;
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info h4, .open #menu #info a {
	transition-delay: 0.48s;
	color: #fff;
}
.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: 2em 0 0.5em;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
/* #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: 1px;
	text-align: center;
}
#menu #info #menu_logo {
  line-height: 1.2;
  margin: 1em auto 1em;
	width: 250px;
}
#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;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
}
.post_content h2, .post_content h3 {
	color: var(--color_main);
}
#breadcrumb {
	display: none;
}
.post_content .ttl {
	margin-bottom: 3em;
}
.post_content .ttl p {
	font-family: 'Libre Baskerville', 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #b09857;
    margin: 0 0 0 2px !important;
    font-size: 1.1rem;
}
.post_content .ttl h2:not(.p-postList__title) {
	margin: 0 0 1em;
	font-size: 2.2rem !important;
	font-weight: normal;
}
.p-postList__meta :before {
	display: none;
}
.c-widget .-type-list.-w-ranking .p-postList__item:before {
	background: var(--color_main);	
}
.has-border, div.has-background, p.has-background {
    padding: 4em 0;
}
figure.round, .p-postList__item figure {
	border-radius: 15px;
	overflow: hidden;
}
footer#footer {
	margin-top: 4em;
	background: url(../../../../uploads/bg.gif) top left;
	background-size: auto;
	color: unset;
}
footer#footer #f_line {
	background: #f6f2f0;
	text-align: center;
	padding: 4em 0;
}
footer#footer #f_line h2 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.75em;
}
footer#footer #f_line a.btn {
	background: url(../../../../uploads/icon_line.png) no-repeat center left 3em #5dc075;
	background-size: 22px;
	border: none;
	padding: 20px 20px 18px 40px;
	color: #fff;
}
footer#footer #f_line a.btn:hover {
	background: url(../../../../uploads/icon_line.png) no-repeat center left 3em #0fce3c;
	background-size: 22px;
}
footer#footer #f_line a.btn span::before, footer#footer #f_line a.btn span::after {
	display: none;
}
footer .l-container {
	padding-top: 2em;
	padding-bottom: 2em;
}
footer#footer #f_contact ul li a.btn, #head_contact ul li a.btn {
	min-width: 350px;
	border: #fff solid 1px;
	padding: 24px 20px 22px 20px;
	background: url(../../../../uploads/icon_mail.png) no-repeat center left 3em;
	background-size: 22px;
}
footer#footer #f_contact ul li a.line, #head_contact ul li a.line {
	background: url(../../../../uploads/icon_line.png) no-repeat center left 3em;
	background-size: 22px;
}
footer#footer #f_contact ul li a.btn:hover, #head_contact ul li a.btn:hover {
	background: url(../../../../uploads/icon_mail.png) no-repeat center left 3em var(--color_main);
	background-size: 22px;
	border: var(--color_main) solid 1px;
}
footer#footer #f_contact ul li a.line:hover, #head_contact ul li a.line:hover {
	background: url(../../../../uploads/icon_line.png) no-repeat center left 3em var(--color_main);
	background-size: 22px;
	border: var(--color_main) solid 1px;
}
footer#footer #f_contact ul li a.btn span::before, footer#footer #f_contact ul li a span::after,#head_contact ul li a.line span::before, #head_contact ul li a span::after {
	display: none;
}
footer .l-footer__inner {
	background: #9b7e6c;
	color: #fff;
}
#cta_btn {
	position: fixed;
	right: 4vw;
	bottom: 4vw;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
}
[data-scrolled=true] #cta_btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
#cta_btn li a {
	background: url(../../../../uploads/icon_shop.png) no-repeat center top 30px rgb(149 120 102 / 50%);
    background-size: 20px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 130px;
    height: 130px;
    font-size: 0.9rem;
	line-height: 1.3;
    padding-top: 15px;
}
#cta_btn li#btn_line a {
	background: url(../../../../uploads/icon_line.png) no-repeat center top 18px rgb(109 180 126 / 70%);
    background-size: 20px;
	line-height: 1.5;
	padding-top: 20px;
}
#cta_btn li a:hover {
	background: url(../../../../uploads/icon_shop.png) no-repeat center top 32px rgb(149 120 102 / 80%);
    background-size: 20px;
}
#cta_btn li#btn_line a:hover {
	background: url(../../../../uploads/icon_line.png) no-repeat center top 20px rgb(109 180 126 / 90%);
    background-size: 20px;
}
/* #cta_btn li#btn_shop a span {
	background: url(../../../../uploads/icon_mail.png) no-repeat center top;
    background-size: 22px;
} */
#cta_btn li#btn_line {
	margin-top: -20px;
}
/* #cta_btn li#btn_line a span {
	background: url(../../../../uploads/icon_line.png) no-repeat center top;
    background-size: 22px;
} */
footer .l-footer__inner #ft_r .l-footer__nav .sub-menu {
	display: none;
}

@media all and (min-width: 960px){
	.sp, #menu_btn, #menu {
		display:none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.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;
	}

	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		/* padding: 0 2vw; */
		position: fixed;
		background: no-repeat;
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		/* max-width: none;
		padding: 0; */
		position: relative;
	}
	header#header .l-header__inner .c-catchphrase {
        position: absolute;
        line-height: 1.3;
        /* margin: 0 0 0 10px; */
        font-weight: normal;
        font-size: 0.7rem;
        opacity: 1;
        top: 10px;
        /* left: 5px; */
        opacity: 0.8;
	}
	header#header .l-header__inner .c-catchphrase br {
		display: none;
	}
	header#header .l-header__logo {
		display: block;
		padding-bottom: 0;
	}
	header#header .l-header__logo #logo {
		width: 250px;
		display: block;
		margin: 20px auto 0;
	}
	/* header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		float: left;
    margin-top: 18px;
	} */
	header #gnav {
		margin-right: 70px;
	}
	/* [data-scrolled="true"] header #gnav {
		margin-top: 5px;
	} */
	header .c-gnav {
		margin: 10px 2vw 0 0;
		max-height: 120px;
	}
	/* header .c-gnav>.menu-item:first-child {
		display: none;
	} */
	header.-parallel .l-header__gnav .c-gnav>li>a {
		padding: 19px 15px;
	}
	header .c-gnav>.menu-item {
		height: 80%;
        margin: 0 0.4em;
        display: flex;
        align-items: center;
	}
	header .c-gnav>.menu-item>a {
		height: 50%;
	}
	/* header .c-gnav>.menu-item:last-child {
		margin-left: 0.8em;
	}
	header .c-gnav>.menu-item:last-child > a {
		background: rgb(144 123 67 / 80%);
		color: #fff;
		border-radius: 50px;
		height: 35%;
		margin-top: 7px;
		padding-top: 1px;
	} */
	header .c-gnav>.menu-item>a:hover {
		color: var(--color_main);
	}
	/* header .c-gnav>.menu-item:last-child > a:hover {
		background: rgba(167, 141, 71, 0.5);
		color: #fff;
	} */
	header .c-gnav>.menu-item>a .ttl {
		font-size: 0.9rem;
		line-height: 1.3;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: var(--color_main);
	}
	header #gnav #head_tel {
		position: absolute;
		top: 17px;
		right: 0;
		text-align: center;
	}
	header #gnav #head_tel p {
		font-size: 0.7rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	header #gnav #head_tel a {
		color: var(--color_main);
		font-size: 1rem;
		line-height: 1;
	}
	header #gnav #head_tel a em {
		font-size: 160%;
		letter-spacing: 3px;
		margin-left: 5px;
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: -3px;
		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 {
		background: #f5f4e1;
		width: 34em;
	}
	.c-gnav>.menu-item>.sub-menu li {
		width: 49%;
		display: inline-block;
		vertical-align: middle;
	} */
	/* .tel span {
		font-size: 0.7rem;
		display: block;
		padding-left: 30px;
	}
	.tel a {
		font-size: 1.5rem;
		background: url(../../../../uploads/icon_tel.png) no-repeat center left;
		background-size: 24px;
		padding-left: 30px;
	} */
	header .l-header__inner h1.c-catchphrase br {
		display: none;
	}
	header .l-header__inner .c-catchphrase span {
		display: none;
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}
	#intro .wp-block-table td br {
		display: none;
	}
	header .util_btn {
		margin-top: 40px;
		position: absolute;
        right: 48px;
	}
	header .util_btn li {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.6em;
	}
	header .util_btn li a {
		background: rgb(206 195 189 / 20%);
        border-radius: 50%;
        display: block;
        width: 35px;
        height: 35px;
        padding: 7px 10px;
        box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	}
	header .util_btn li a:hover {
		filter: brightness(120%);
	}
	header .util_btn li a i {
		color: var(--color_main);
	}
	header .util_btn li a i.icon-instagram:before {
		font-size: unset;
        top: 2px;
        position: relative;
	}

	#content.l-content {
		margin-bottom: 0;
		padding-top: 7em;
	}
	.single #content.l-content {
		padding-top: 200px;
	}

	#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 #f_contact {
		padding: 5em 0;
		background: url(../../../../uploads/bg_contact.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		color: #fff;
	}
	footer#footer #f_contact h2 {
		text-align: center;
		font-size: 1.9rem;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 1em;
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 0.8rem;
		line-height: 1.7;
	}
	footer .l-footer__inner h4 {
		font-weight: normal;
		margin-top: 1em;
	}
	footer .l-footer__inner h4 + a {
		font-size: 0.9rem;
		margin: 0;
	}
	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: 280px;
		margin: 2em 0;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.3;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
    overflow: hidden;
  }
  footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
    float: left;
    margin-bottom: 0.2em;
  }
  footer .l-footer__inner #ft_l dl dt {
    width: 3em;
    clear: both;
  }
  footer .l-footer__inner #ft_l dl dd {
    width: calc(100% - 4em);
  }
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: 200px;
		position: relative;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
        font-size: 1.05rem;
        line-height: 1.8;
        font-weight: normal;
        color: unset;
		margin-top: 2em;
	}
	footer .l-footer__inner #ft_r .l-footer__nav {
        justify-content: flex-end;
        position: absolute;
        /* bottom: 10px; */
        right: -1em;
        z-index: 100;
        max-width: 30em;
        margin-top: 2em;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li {
		display: inline-block;
		width: 47%;
		vertical-align: top;
		margin-bottom: 0.5em;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a {
		border: none;
		font-weight: normal;
		font-size: 0.9rem;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a br {
		display: none;
	}
	.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: #fff ;
		font-size: 1rem;
	}
	.l-footer a.btn:hover {
		color: #fff ;
	}
	footer .l-footer__inner .l-footer__foot {
		padding: 0;
	}
	footer .l-container > .flex_cl.cl_2 {
		max-width: var(--article_size);
		margin: auto;
		opacity: 0.8;
	}
	footer #f_info #f_logo {
		width: 250px;
		margin: 0 0 2em;
	}
	footer #f_info dl {
		overflow: hidden;
		text-align: left;
		display: inline-block;
	}
	footer #f_info dl dt, footer #f_info dl dd {
		float: left;
		margin-bottom: 0.5em;
	}
	footer #f_info dl dt {
		width: 6em;
		clear: both;
	}
	footer #f_info dl dd {
		width: calc(100% - 6em);
	}
	footer .l-footer__inner .copyright {
		padding: 15em 0 5em;
		opacity: 0.8;
	}

	/* .page .post_content p {
		text-align: center;
	} */
	.page .post_content h2 {
		margin: 2em 0 1em;
		font-size:2.2rem;
		font-weight: normal;
	}
	.page .post_content h3 {
		font-size: 1.35rem;
		margin: 2em 0 1em;
		color: var(--color_main);
		color: #754929;
		font-weight: normal;
	}
	.page .post_content h2 + h3 {
		margin-top: -0.5em;
	}
	.page .post_content .p-postList__item h3 {
		text-align: left;
		font-size: 1rem;
		margin: 0;
		color: #8f8469;
		font-weight: normal;
		line-height: 1.3;
	}
	.post_content h4 {
		color: var(--color_main);
	}
	#reserve .post_content h4 {
		text-align: left;
	}
	.page .post_content h5 {
		font-size: 1.1rem;
		margin: 1.5em 0 0.5em;
		text-align: center;
	}
	.page .post_content > .wp-block-group {
		margin-bottom: 2.5em;
	}
	.page .post_content .wp-block-column h2, .page .post_content .wp-block-column h3, .page .post_content .wp-block-column h4, .page .post_content .wp-block-column h5, .page .post_content .wp-block-column dl, .page .post_content .wp-block-column p, .page .post_content .wp-block-column a {
		text-align: left;
	}
	.wp-block-group__inner-container>* {
		margin-bottom: 5em;
	}
	.wp-block-columns {
		--wp-column-gap: 4em;
		gap: 4em;
	}
	.wp-block-columns .wp-block-column {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}

	.full_r {
		margin-right: calc(50% - 26vw);
	}
	.full_l {
		margin-left: calc(50% - 26vw);
	}

	p.tel {
		margin-top: 1em;
	}
	p.tel a {
		color: var(--color_main);
		font-size: 1.1rem;
		line-height: 1;
		text-decoration: none;
		font-weight: normal;
	}
	p.tel a em {
		font-size: 190%;
		font-weight: normal;
		letter-spacing: 3px;
		margin-left: 5px;
		background: none;
	}
	.post_content .swell-block-dl p {
		line-height: unset;
	}
	.post_content .is-style-float>.swell-block-dl__dt:after {
		display: none;
	}
	.is-style-float>.swell-block-dl__dt, .is-style-float>.swell-block-dl__dd {
		margin-bottom: 1em;
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link {
		color: var(--color_main);
		background: none;
		font-size: 0.9rem;
		font-weight: normal;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		line-height: 1.3;
		padding: 20px 40px 18px 10px;
		border-radius: 20px;
		border: solid 1px var(--color_main);
		width: 100%;
		max-width: 280px;
		min-width: unset;
		display: inline-block;
		text-align: center;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	.btn:hover span::before, .swell-block-button__link:hover span::before, .wp-block-button__link:hover span::before {
		width: 35px;
		right: -5px;
		transition: 0.2s cubic-bezier(0.2, 0.54, 0.76, 1.01);
	}
	.btn:hover span::after, .swell-block-button__link:hover span::after, .wp-block-button__link:hover span::after {
		right: -5px;
		transition: 0.2s cubic-bezier(0.2, 0.54, 0.76, 1.01);
	}
	.btn span, .swell-block-button__link span, .wp-block-button__link span {
		position: relative;
		width: 100%;
		display: inline-block;
	}
	/* .link_btn:hover span {
	background: #07004a;
	} */
	.btn span::before, .swell-block-button__link span::before, .wp-block-button__link span::before {
		content: "";
		display: block;
		height: 1px;
		width: 20px;
		background: var(--color_main);
		position: absolute;
		right: 10px;
		top: 9px;
		transition: 0.2s cubic-bezier(0.2, 0.54, 0.76, 1.01);
	}
	.btn span::after, .swell-block-button__link span::after, .wp-block-button__link span::after {
		content: "";
		border-style: solid;
		border-width: 4px 0 3px 7px;
		border-color: transparent transparent transparent var(--color_main);
		display: block;
		position: absolute;
		right: 5px;
		top: 6px;
		transition: 0.2s cubic-bezier(0.2, 0.54, 0.76, 1.01);
	}
	.btn:hover span::before, .swell-block-button__link:hover span::before, .wp-block-button__link:hover span::before {
		background: #fff;
	}
	.btn:hover span::after, .swell-block-button__link:hover span::after, .wp-block-button__link:hover span::after {
		border-color: transparent transparent transparent #fff;
	}
	
	/* [class*=is-style-btn_] a:hover {
		filter: brightness(130%);
		color: #fff;
		box-shadow: none;
	} */
	.is-style-btn_normal a:hover {
		box-shadow: none;
		background: var(--color_main);
        color: #fff;
	}
	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;
	}
}

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

@media all and (min-width: 820px) and (max-width: 1220px) {
}
@media all and (min-width: 820px) and (max-width: 1130px) {
}

@media all and (min-width: 820px) and (max-width: 1050px) {
	header .c-gnav>.menu-item>a .ttl {
		font-size: 0.8rem;
		letter-spacing: -1px;
	}
}

.p-fixBtnWrap {
	right: unset;
    left: 2.5em;
}