@charset "utf-8";
/* CSS Document */
@media (max-width: 959px){
	.pc, header .tel {
		display:none!important;
	}
	p {
		line-height: 1.6;
		margin-top: 0;
	}
	#body_wrap header + #btn_cta {
		position: fixed;
		right: 0;
		top: unset;
		bottom: -100px;
		width: 100%;
		height: 60px;
		display: flex;
		-moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
	}
	[data-scrolled="true"] #body_wrap header + #btn_cta {
        bottom: 0;
    }
	#body_wrap header + #btn_cta li {
		width: 50%;
		position: relative;
		margin: 0;
	}
	/* #body_wrap header + #btn_cta li:nth-child(2) {
		width: 16%;
	} */
	#body_wrap header + #btn_cta li a {
        font-size: 0.95rem;
        height: 60px;
        background: url(../../assets/img/icon_mail.svg) no-repeat left 7% center var(--color_main);
        background-size: 16px;
        color: #fff;
        padding: 0;
        width: 100%;
        right: unset;
        border-radius: 0;
        padding: 0 0 0 20px;
        display: flex;
        align-items: center;
        top: unset;
        bottom: 0;
        position: absolute;
        min-width: unset;
	}
	/* #body_wrap header + #btn_cta li a:hover {
		background: url(../../assets/img/icon_mail.svg) no-repeat center left 10px #395cb3;
		background-size: 20px;
	} */
	#body_wrap header + #btn_cta li:nth-child(2) a {
        background: url(../../assets/img/icon_tel_wh.svg) no-repeat left 7% center var(--color_link);
        background-size: 16px;
	}
	/* #body_wrap header + #btn_cta li:nth-child(3) a {
		background: url(../../assets/img/icon_mail.svg) no-repeat left 7% center 15px var(--color_main);
		background-size: 16px;
	} */
	/* #body_wrap header + #btn_cta li:nth-child(2) a:hover {
		background: url(../../assets/img/icon_tel_wh.svg) no-repeat center left 10px #bba000;
		background-size: 20px;
	} */
	#menu_btn {
        top: 5px;
        right: 4vw;
	}
	#menu_btn em {
        font-size: 0.8rem;
        bottom: 9px;
	}
	header#header {
		height: 70px;
	}
	header#header .l-header__logo #logo {
        width: 240px;
        display: block;
        margin: 16px 0 0 4vw;
	}
	header#header .l-header__logo #logo a {
		color: var(--color_text);
	}
	header#header .l-header__logo #logo small {
		font-size: 1rem;
		display: block;
	}
	header#header .l-header__logo h1, header#header .c-headLogo {
	}
	header#header .l-header__logo h1 a, header#header .-img .c-headLogo__link {
		padding: 5px 0 0;
		margin-top: 8px;
	}
	header .c-iconBtn__icon::before, .c-iconBtn__label {
	  color: #f29600;
	}
	header .l-header__menuBtn {
		display: none;
	}
	header .l-header__inner h1.c-catchphrase {
		position: absolute;
		left: 155px;
		top: 0;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3;
		width: calc(100% - 235px);
		height: 70px;
		display: flex;
		align-items: center;
		text-align: left;
		font-size: 0;
	}
	header .l-header__inner h1.c-catchphrase br {
		display: none;
	}
	header .l-header__inner .c-catchphrase span {
		display: none;
	}
	header#header #sns {
    right: 70px;
    top: 29px;
	}
	header#header #sns li a#btn_line img {
    width: 60px;
	}
	header#header #head_contact {
		display: none;
	}
	header #contact_btn {
		position: fixed;
    right: 7px;
    top: calc(50% - 79px);
    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;
	}
	header #contact_btn a {
		background: #e0ec67;
		color: #333;
		font-size: 0.95rem;
		letter-spacing: 0.1em;
		padding: 20px 13px;
		border-radius: 15px 0px 0px 15px;
	}
	header #contact_btn a:hover {
		background: #f5ff87;
	}
	.c-gnav .sub-menu a::before, .c-spnav a::before, .widget_archive a::before, .widget_categories a::before, .widget_nav_menu a::before, .widget_pages a::before, .wp-block-archives a::before, .wp-block-categories a::before, .icon-close-thin::before {
		color: #ffe77a;
	}
	footer.l-footer {
		color: unset;
		background: #fff;
	}
	footer .l-footer__foot {
		text-align: center;
	}
	footer .l-footer__inner > section {
		display: inline-block;
		text-align: center;
	}
	footer#footer #f_contact {
		padding: 8vw 4vw 0;
		background: #f9f7d7;
		text-align: center;
		position: relative;
		color: var(--color_text);
		border-radius: 20px;
		border: solid 2px var(--color_main);
		margin: 4em 4vw 0;
	}
	footer#footer #f_contact::before {
		/* content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: rgb(4 62 103 / 75%);
		position: absolute;
		top: 0;
		left: 0; */
	}
	footer#footer #f_contact > section {
		position: relative;
	}
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup p {
		color: var(--color_link);
		margin: 0 0 0.6em;
		font-size: 1.2rem;
		font-weight: 900;
		line-height: 1;
	}
	footer#footer #f_contact hgroup h2 {
		text-align: center;
		font-size: 2rem;
		line-height: 1.4;
		font-weight: bold;
	}
	footer#footer #f_contact hgroup p + img {
		width: 300px;
		margin: 1em 0 1em;
	}
	footer#footer #f_contact p {
		font-size: 1.1rem;
		margin: 0 0 1.5em 0;
		text-align: center;
		line-height: 1.6;
		/* color: var(--color_main); */
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
		margin-bottom: 1.5em;
	}
	footer#footer #f_contact ul li a {
		width: 100%;
		max-width: 380px;
        padding: 25px 20px 25px 30px;
		letter-spacing: 1px;
	}
	footer#footer #f_contact ul li#btn_tel a, #menu #info #head_contact .btn.tel {
        background: url(../../assets/img/icon_tel_wh.svg) no-repeat left 25px center var(--color_link);
        background-size: 20px;
        font-size: 1.2rem;
		padding: 25px 20px 25px 30px;
		letter-spacing: 1px;
	}
	footer#footer #f_contact ul li a.btn, #menu #info #head_contact .btn {
		background: url(../../assets/img/icon_mail.svg) no-repeat left 25px center var(--color_main);
		background-size: 20px;
		padding: 25px 20px 25px 30px;
		letter-spacing: 1px;
	} 
	/* 
	footer#footer #f_contact ul li#btn_tel a em {
		font-size: 1.6rem;
	}
	footer#footer #f_contact ul li#btn_tel a span {
        display: block;
        font-size: 0.9rem;
        color: #fff;
        font-weight: 600;
        color: var(--color_text);
    }
	*/
	footer .l-footer__inner {
		text-align: center;
	}
	footer #ft_l {
		margin-bottom: 2em;
	}
	footer #ft_l #f_logo {
        display: block;
        width: 70%;
        margin: 15px auto 10px;
        color: #fff;
        font-size: 1.2rem;
        max-width: 180px;
	}
	footer #ft_l #f_logo strong {
		display: block;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.4;
	}
	footer .l-footer__inner #ft_l ul li:nth-child(n+3) {
		display: inline-block;
		vertical-align: middle;
		margin: 0 3px;
	}
	footer .l-footer__inner #ft_l ul li a.icon-instagram, footer .l-footer__inner #ft_l ul li a#note {
		padding: 10px;
		background: #e4405f;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		position: relative;
		top: 10px;
		font-size: 1.2rem;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}
	footer .l-footer__inner #ft_l ul li a.icon-instagram::before {
		color: #fff;
	}
	footer .l-footer__inner #ft_l ul li a#note {
		background: #fff;
		border: solid 1px #e4e4e4;
		padding: 2px;
	}
	footer .l-footer__inner #ft_l ul li a#note:hover {
		background: #e4e4e4;
	}
	footer #ft_l address {
		font-style: normal;
		margin: 1.5em 0 0.1em;
	}
	footer .l-footer__inner {
		padding: 20px 4vw 30px;
	}
	.l-footer__inner #ft_l dl dd {
		margin-bottom: 0.6em;
  }
	footer #btn_tel {
		margin-bottom: 1.5em;
	}
	footer .l-footer__inner #ft_r h3 {
		font-size: 1.1rem;
		line-height: 1.7;
		font-weight: bold;
	}
	footer #fi_r p.first {
		margin: 0.5em 0 2em;
		font-size: 0.9rem;
		text-align: center;
	}
	footer .l-footer .copyright {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 3em;
	}
	footer .l-footer__nav {
		display: inline-block;
		text-align: center;
		margin: 2em 0;
	}
	footer .l-footer__nav a {
		font-size: 1.1rem;
		padding: 0.5em;
		border: none !important;
		line-height: 1.4;
	}
	footer .copyright {
		padding: 0 0 40px;
	}
	footer#footer #f_contact dl dt, footer#footer #unei dt {
    	padding: 0.25em 1em;
	}
	footer #info #f_logo img {
		width: 320px;
		margin: 1em auto;
	}
	footer#footer dl dt, footer#footer dd, footer #info ul li {
		line-height: 1.7;
	}
	footer #info ul li {
		display: block;
	}
	footer #info #unei + dl dt {
		font-weight: bold;
		margin-top: 1em;
	}
	footer#footer #f_contact dl dt, footer#footer #f_contact dl dd {
		margin: 0.25em 1em;
	}

	.p-fixBtnWrap {
		bottom: 70px !important;
	}

	.post_content h2 {
		font-size: 1.55rem;
		line-height: 1.7;
	}
	.post_content h3 {
	}

	/* #content .wp-block-group.ttl {
		text-align: center;
	}
	#content .wp-block-group.ttl p, hgroup p {
		margin: 0;
		letter-spacing: 1px;
		font-family: 'Charm' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
		font-size: 1.7rem;
		line-height: 1.2;
	}
	#content .wp-block-group.ttl h2, hgroup h2 {
		margin: 0;
	} */
	#before_footer_widget {
		margin-top: 0;
		margin-bottom: 0;
		background: #e1edc4;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#before_footer_widget .post_content td, #before_footer_widget .post_content th {
		font-size: 0.9rem;
		vertical-align: middle;
	}

	#content .post_content h2 {
		font-size: 1.55rem !important;
	}
	#content .post_content .ttl h2 {
		margin: 0;
	}
	#content .post_content h3 {
		font-size: 1.3rem;

	}
	#content h4 {
		font-size: 1.15rem;
	}
	#content h5 {
		font-size: 1.1rem;
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link, footer #btn_tel a {
		background: url(../../assets/img/arrow_wh.svg) no-repeat center right 20px var(--color_main);
		background-size: 25px;
		color: #fff !important;
		font-size: 1.1rem;
		font-weight: bold;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		line-height: 1.3;
		padding: 25px 40px 25px 20px;
		width: 100%;
		max-width: 380px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		border-radius: 50px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	/* .btn:hover, .wp-block-button__link:hover {
		filter: brightness(130%);
	} */
	.swell-block-button.line a {
		background: url(../../assets/img/arrow.svg) no-repeat center right 10px #00b900;
		background-size: 25px;
	}
	[class*=is-style-btn_] a:hover {
		filter: brightness(130%);
		box-shadow: none;
	}
	/* footer #btn_tel a {
		background: url(../../assets/img/icon_tel.svg) no-repeat center right 10px #fff;
    background-size: 22px;
    font-size: 1.2rem;
	} */
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.bg {
		padding-top: 50px;
	}
	.bg > section {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.flex_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#menu #info #menu_logo {
		margin: 1em auto 2em;
		width: 220px;
	}
	.p-postList figure.c-postThumb__figure {
		margin-bottom: 0;
	}
	.post_content #service #service_img01 {
		display: none;
	}

	#menu #info #head_contact li:nth-last-child(-n+2) a span {
		/* position: absolute;
		top: -9px;
		background: #f9d300;
		border-radius: 50px;
		color: var(--color_main);
		padding: 4px 12px;
		font-size: 0.85rem;
		margin-left: -15px;
		font-weight: bold;
		left: calc(50% - 42px); */
	}
	#menu #info #head_contact li:nth-last-child(-n+2) a.delivery span {
		left: calc(50% - 65px);
	}
	.post_content #service > .wp-block-group__inner-container {
		padding: 3em 1em 2em;
		margin: 0;
	}
	.alignfull>.wp-block-group__inner-container {
		margin: 0 4vw;
	}
	.post_content ul.is-style-check_list li {
	    font-size: 1.2rem;
	}
	.post_content ul.is-style-check_list li::before {
		top: -1px;
	}
	#content .post_content .ttl p {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.post_content #feat .swell-block-column {
		background: #fbfad8;
		border-radius: 30px;
		padding: 1em 2em 1.5em;
	}
	.wp-block-table>table tr>:first-child:not(.-no1) {
		max-width: 100%;
	}
}
@media all and (max-width: 768px){
	#tel_btn {
		width: 60px;
		height: 60px;
		position: fixed;
		right: 60px;
		top: 0;
		z-index: 1000;
		cursor: pointer;
		background: url(../../assets/img/common/icon_tel_new.png) no-repeat center top 3px #fff100;
    	background-size: 28px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	#tel_btn em {
		text-align: center;
		font-style: normal;
		position: absolute;
		font-size: 1rem;
		bottom: 4px;
		width: 100%;
	}
	#menu > div {
		width: 90%;
		display: block;
		overflow-y: scroll;
		padding: 2em 0;
	}
	#menu ul.c-gnav {
		border-bottom: solid 1px var(--color_main);
		border-right: none;
		text-align: left;
		padding: 0 0 4%;
		margin: 0 auto 6%;
		max-width: 13em;
	}
	#menu ul.c-gnav li {
		padding: 0;
	}
	#menu ul.c-gnav li a {
		padding: 1em 0 0.5em;
		margin-bottom: 0.5em;
}
	#menu ul.c-gnav li a .ttl {
		font-weight: bold;
		font-size: 1.3rem;
		color: var(--color_main);
	}
	#menu #info {
		text-align: center;
	}
	#menu #info #ccopy {
		font-size: 4vw;
		letter-spacing: 0;
		text-align: left;
		line-height: 1.4;
		max-width: 350px;
		margin: 1em auto;
		display: inline-block;
		font-weight: bold;
		text-align: center;
		/* color: var(--color_main); */
	}
	/* #menu #info #ccopy br {
		display: none;
	} */
	#menu #info #menu_logo {
		margin: 0.5em auto 0;
		width: 270px;
	}
	#menu #info #head_contact h3 {
		font-size: 1.2rem;
		margin: 0 auto 0.5em;
	}
	#menu #info #head_contact #head_tel {
		background: url(../../assets/img/icon_tel_wh.png) no-repeat center left 55px var(--color_main);
		background-size: 20px;
		color: #fff;
		font-size: 1.7rem;
		font-weight: normal;
		letter-spacing: 3px;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		line-height: 1.3;
		padding: 16px 30px 16px 50px;
		margin: 0.3em 0;
		border: none;
		border-radius: 40px;
		width: 100%;
		max-width: 350px;
		display: inline-block;
		text-align: center;
	}
	.post_content #service .swell-block-columns__inner {
        margin-left: calc(1.5rem * -1);
    }
    .post_content #service .swell-block-columns .swell-block-column {
        margin: 0 0 2rem 1.5rem;
		width: calc(var(--swl-fb) - 1.5rem);
    }
	.post_content #worry .swell-block-columns {
		margin-bottom: 0;
	}
	.post_content #worry .swell-block-columns .swell-block-column {
		margin-bottom: 0;
		margin-top: -1em;
	}
	#content .post_content .swell-block-column h3 {
    	/* font-size: 1.05rem; */
	}
	#content .post_content .swell-block-column p {
		font-size: 1rem;
		line-height: 1.4;
	}
	.post_content #service > .wp-block-group__inner-container {
        background: url(../../../../uploads/frame_bind.svg) no-repeat center top, url(../../../../uploads/ill_omakase.png) no-repeat right 30% bottom;
        background-color: #fff;
        background-size: contain, 60%;
        padding-bottom: 95%;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}
