@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.post_content h2,
.post_content h3 {
	margin: 0;
	font-weight: 900 !important;
}
.dis_none {
	display: none;
}
/* ----英数字font---- */
.en_ft {
	font-family: "Bebas Neue", serif;
	font-weight: 400;
	font-style: normal;
}
/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_iconcap {
	background: url(../../uploads/2025/02/icon_book.svg) no-repeat left center / 35px 32px;
	padding-left: 50px;
    font-size: 1.8rem !important;
}


/* ----ボタン---- */
.cmn_btn {
    width: 430px;
	margin: 0 auto;
}
.cmn_btn a{
	width: 430px;
	box-shadow: none;
	background: #fff;
	border: 3px solid #000;
	padding: 22px 10px;
	position: relative;
	transition: .3s;
	color: #000 !important;
	font-size: 1.4rem !important;
	letter-spacing: 0.15rem;
}
.cmn_btn a strong {
	font-weight: 900 !important;
}
.cmn_btn a::after{
    content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
	bottom: 0;
    right: 25px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.cmn_btn a:hover {
	background: var(--color_main);
	transition: .2s;
}
.cmn_btn a:hover .has-swl-main-color{
	color: #fff !important;
}
.cmn_btn a:hover::after{
    right: 21px;
	transform: rotate(45deg);
}

/* ----ヘッダー---- */
.l-header {
	background: rgba(255, 184, 0, .9);
}
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__inner {
	height: 120px;
    max-width: 1470px;
    padding: 0 1vw;
}
.l-header__bar {
	padding: 3px 0;
}
.l-header__bar .c-catchphrase {
	font-size: 0.8rem;
}
.-series .c-headLogo {
	margin-right: 0;
	min-width: 23vw;
}
.-series .l-header__logo {
	margin-right: 1.4vw;
	padding: 8px 0;
}
.l-fixHeader {
	height: 88px;
}
.l-fixHeader__inner  {
    max-width: 1470px !important;
	transform: scale(0.8);
	padding: 0;
    width: 100%;
    height: 110px;
    margin: 0 auto;
	justify-content: center;
    transform-origin: top center;
}
.l-fixHeader__logo {
	padding: 8px 0;	
}
.l-fixHeader__gnav .c-gnav>.menu-item>a {
	padding: 54px 0px 0;
    background-position: top 22px center !important;
}
.l-fixHeader__gnav .c-gnav>.menu-item.tel::before {
	top: 15px;
}
.c-gnav>.menu-item.n_dis {
	display: none;	
}
.c-gnav>.menu-item {
	width: 10vw;
    max-width: 114px;
	letter-spacing: 0.05rem;
}
.c-gnav>.menu-item>a{
	transition: .2s;
	border-right: 1px solid #000;
	padding: 57px 12px 0;
}
.c-gnav>.menu-item:first-child>a{
	border-left: 1px solid #000;
}
.c-gnav>.menu-item:last-child>a{
	border-right: none;
}
.c-gnav>.menu-item>a::after {
	background: var(--color_main) !important;
}
.c-gnav>.menu-item>a .ttl {
	font-size: clamp(0.7rem, 0.5864rem + 0.4545vw, 0.95rem);
	font-weight: 800;
	line-height: 1.2;
}
.c-gnav>.menu-item.flow>a{
	background: url(../../uploads/2025/02/i_flow.svg) no-repeat center top 25px / 31px 33px;
}
.c-gnav>.menu-item.corp>a{
	background: url(../../uploads/2025/02/i_company.svg) no-repeat center top 25px / 35px 35px;
}
.c-gnav>.menu-item.genre>a{
	background: url(../../uploads/2025/02/i_book.svg) no-repeat center top 25px / 31px 35px;
}
.c-gnav>.menu-item.high>a{
	background: url(../../uploads/2025/02/i_high.svg) no-repeat center top 25px / 33px 37px;
}
.c-gnav>.menu-item.shop>a{
	background: url(../../uploads/2025/02/i_man.svg) no-repeat center top 25px / 42px 37px;
}
.c-gnav>.menu-item.mail>a{
	background: url(../../uploads/2025/02/i_mail.svg) no-repeat center top 25px / 37px 30px;
	background-color: #FF7263;
}
.c-gnav>.menu-item.line>a{
	background: url(../../uploads/2025/02/i_line.svg) no-repeat center top 25px / 37px 35px;
	background-color: #8DCE88;
}
.c-gnav>.menu-item>a:hover{
	background-color: #FFA900;
}
.c-gnav>.menu-item.mail>a:hover{
	background-color: #ff6450;
}
.c-gnav>.menu-item.line>a:hover{
	background-color: #82c86e;
}
.c-gnav>.menu-item.tel{
	width: 220px;
	position: relative;
	margin-left: 1.6vw;
	max-width: none;
	letter-spacing: 0.025rem;
}
.c-gnav>.menu-item.tel::before{
	font-family: "Noto Sans JP", sans-serif;
	background: #000;
	content: "お気軽にお問い合わせください！";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto 5px;
	padding: 2px;
	color: var(--color_main);
	font-size: 0.8rem;
}
.c-gnav>.menu-item.tel .s_time{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7rem;
    letter-spacing: 0.1rem;
	display: block;
}
.c-gnav>.menu-item.tel>a{
	padding: 32px 0 0;
}
.c-gnav>.menu-item.tel a .ttl{
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 0.9;
}
.c-gnav>.menu-item.tel a:hover{
	background: none;
}
.c-gnav .sub-menu a {
	color: var(--color_main);
	transition: .2s;
}
.c-gnav .sub-menu a:hover {
	background: var(--color_main);
	color: #fff;
	transition: .2s;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 260px;
	position: relative;
    font-size: clamp(2rem, 1.1rem + 1.5vw, 2.3rem) !important;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
	color: #000 !important;
}
.c-pageTitle {
	margin-top: -20px;
    letter-spacing: 0.2rem;
    font-size: 4.4rem;
    font-weight: 900;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: self-end;
    line-height: 1;
}
.c-pageTitle__subTitle {
	visibility: visible;
    display: block;
    position: relative;
    font-size: 1rem;
    top: 20px;
    right: 0;
    left: 0;
    letter-spacing: 0;
    order: 1 !important;
    margin: 0 auto;
    opacity: 1;
    font-style: normal;
    background: var(--color_main);
    width: auto;
    max-width: max-content;
    padding: 14px 25px;
    border-radius: 30px;
	font-weight: 700;
}
.c-pageTitle__subTitle::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent var(--color_main);
    transform: rotate(-90deg);
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}

/* ----パンくずー---- */
.p-breadcrumb__text .__home:before {
	display: none;
}

/* ----コンテンツ---- */
.swell-block-fullWide__inner {
	padding: 0;
}
.post_content h2 {
	margin: 1em 0;
	font-weight: 900;
}

.box_list .swell-block-columns__inner {
	justify-content: center;
}
.box_list .swell-block-column {
    border: 3px solid #000;
    position: relative;
}
.box_list .swell-block-column::before {
    content: "";
    position: absolute;
    background: var(--color_main);
    height: 8px;
    width: 100%;
    top: 0;
}
.box_list .swell-block-column .wp-block-group {
    height: 100%;
    padding: 40px 1.5vw;
}
.box_list .swell-block-column .wp-block-list {
    margin-left: -0.5em;
}
.box_list .swell-block-column .wp-block-list li {
    font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem);
    line-height: 1.9 !important;
    margin: 0;
}
.box_list  h3 .swl-fz {
    font-size: clamp(1.8rem, 1.2rem + 1vw, 2rem) !important;
}
.box_list .swell-block-column .wp-block-list li::marker {
    width: 0px !important;
    margin: 0;
    padding: 0;
    display: none;
    content: "・";
    font-size: 1rem;
}

.word_list {
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0.8em;
}
.word_list li {
    background: #fff;
    padding: 10px 1vw;
    list-style: none;
    border: 2px solid #000;
    font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem);
}

/* ----投稿---- */
.l-topTitleArea .c-categoryList,
.l-topTitleArea .c-tagList {
	color: #000;
}
.l-topTitleArea .c-categoryList__link,
.l-topTitleArea .c-tagList__link {
	background: #f7f7f7;
	color: #000;
}
.archive .l-article {
	max-width: 1280px;	
}
.p-postList.p-postList {
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}
.-type-card::after {
	content:"";
	display: block;
    width: calc(100% / 3 - 1.5vw) !important;
}
.-type-card .p-postList__item {
    background: #fff;
    width: calc(100% / 3 - 1.5vw) !important;
    border: 3px solid #000;
    padding: 0;
}
.-type-card .p-postList__item .c-postThumb__figure {
    aspect-ratio: 3 / 2;
}
.-type-card .p-postList__item .p-postList__body {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 200px;
}
.-type-card .p-postList__item .p-postList__body::after {
    content: "詳しく見る";
    background: var(--color_main);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 24px 0;
    left: 0;
    font-size: clamp(1rem, 0.9091rem + 0.3636vw, 1.2rem);
    text-align: center;
}
.-type-card .p-postList__item .p-postList__body::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(45deg);
    position: absolute;
    bottom: 32px;
    right: 30px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.-type-card .p-postList__item a:hover .p-postList__body::before {
    right: 26px;
    transition: .2s;
}
.-type-card .p-postList__item a:hover .p-postList__body::after {
    color: #000;
}
.-type-card .p-postList__item .p-postList__title {
    font-size: clamp(0.9rem, 0.8091rem + 0.3636vw, 1.1rem) !important;
    font-weight: 900;
    order: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.-type-card .p-postList__item .p-postList__times {
    padding: 0 0 6px;
    font-size: clamp(1rem, 0.9545rem + 0.1818vw, 1.1rem);
    color: #000;
}
.-type-card .p-postList__item .p-postList__meta :before {
    display: none;
}
.-sidebar-on .l-content {
	flex-direction: column;
}
.-sidebar-on .l-mainContent {
	width: 100%;
}
.-sidebar-on #sidebar {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
#sidebar .c-widget+.c-widget {
	margin: 0;
}
#sidebar .c-widget {
	width: calc(100% / 3 - 20px);
}
.archive_sideBox h4 {
	position: relative;
	padding-bottom: 10px;
}
.archive_sideBox h4::before,
.archive_sideBox h4::after {
    box-sizing: inherit;
    display: block;
    height: 1px;
    position: absolute;
    z-index: 0;
}
.archive_sideBox h4::before {
	content: "";
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: 1;
    background: var(--color_main);
}
.archive_sideBox h4::after {
	content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color_border);
}
.archive_sideBox .p-postList {
	border-top: 0;
}
.archive_sideBox .-type-simple .p-postList__link {
	padding: 0.6em .25em;;
}

/* post_query */
.post_queryBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0;
	width: 90vw;
	margin: 0 auto;
}
.post_queryBox ul::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1.5vw);
}
.post_queryBox ul li.wp-block-post {
    background: #fff;
    width: calc(100% / 3 - 1.5vw) !important;
    border: 3px solid #000;
    padding: 0;
	list-style: none;
	margin-bottom: 40px;
	position: relative;
}
.post_queryBox ul li.wp-block-post::after {
    position: absolute;
    content: "詳しく見る";
    text-align: center;
    background: var(--color_main);
    bottom: 0;
    padding: 24px 10px;
    font-size: clamp(1rem, 0.9091rem + 0.3636vw, 1.2rem);
    display: block;
    width: 100%;
    transition: .2s;
}
.post_queryBox ul li.wp-block-post:hover::after {
	opacity: .7;
    transition: .2s;
}
.post_queryBox ul li.wp-block-post::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(45deg);
    position: absolute;
    bottom: 32px;
    right: 30px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.post_queryBox ul li.wp-block-post:hover::before {
    right: 26px;
    transition: .2s;
}
.post_queryBox ul li.wp-block-post figure {
    aspect-ratio: 3 / 2;
	overflow: hidden;
}
.post_queryBox ul li.wp-block-post figure img {
    object-fit: cover;
    object-position: center;
    height: -webkit-fill-available;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post:hover figure img {
	transform: scale(1.05);
	transition: .2s;
	opacity: .7;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date {
	transition: .2s;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 20px 30px 5px;
	color: #444;
	display: block;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
    margin: 0;
	font-size: clamp(0.9rem, 0.8091rem + 0.3636vw, 1.1rem) !important;
    font-weight: 900;
    order: 2;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
    padding: 0 30px 30px;
    height: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 100px;
}
.post_queryBox ul li.wp-block-post:hover .wp-block-post-date, 
.post_queryBox ul li.wp-block-post:hover h2.wp-block-post-title {
	transition: .2s;
	opacity: .7;
}
.post_queryBox .wp-block-query-pagination {
	justify-content: center;
	margin-top: 2em;
}
.post_queryBox .wp-block-query-pagination-numbers {
	display: flex;
    align-items: center;	
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 0 0;
}


.faqBox .swell-block-accordion__item {
    margin-bottom: 30px;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__title {
    border: 3px solid #000;
    background: #fff;
    padding: 20px 40px;
    font-weight: 800;
    font-size: clamp(1rem, 0.9091rem + 0.3636vw, 1.2rem);
    transition: .2s;
}
.faqBox .swell-block-accordion__item.is-opened .swell-block-accordion__title {
    background: #efefef;
    transition: .2s;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__title::before {
    content: "Q";
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8rem;
    line-height: 1;
    margin-right: 30px;
}
.faqBox .swell-block-accordion__title .icon-caret-up:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px var(--color_main);
    border-left: solid var(--color_main);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0px;
    margin: auto;
    z-index: 1;
}
.faqBox .swell-block-accordion__title .icon-caret-down:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0px;
    margin: auto;
    z-index: 1;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body {
    background: #fff;
    padding: 25px 44px 30px;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body p {
    display: flex;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body p::before {
    content: "A";
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8rem;
    line-height: 1;
    margin-right: 30px;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body p a {
    display: contents;
    color: var(--color_main);
}

/* ----フッター---- */
#dify-chatbot-bubble-button {
	background: #FF9000 !important;
	bottom: 0 !important;
    width: 340px !important;
    height: 40px !important;
	border-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.p-fixBtnWrap {
	/*bottom: 11em;*/
	bottom: 1em;
    right: 1em;
}
.fix_chatimg {
	position: fixed;
	bottom: 3.4em;
    right: 1em;
}
.c-fixBtn {
	opacity: 1;
	border: 3px solid #000;
	color: #000;
}
.c-fixBtn__icon {
	font-size: 30px;
}
.icon-chevron-small-up:before, .icon-chevron-up:before {
	font-weight: 900;
}
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.bn_shopArea {
	padding-bottom: 12em !important;
}
.ft_bnArea {
	position: relative;
}
.ft_bnArea::before {
    content: "";
    position: absolute;
    background: url(../../uploads/2025/02/sec_book.png) no-repeat center / cover;
    top: -82px;
    width: 100vw;
    height: 102px;
}
.bn_mailArea,
.bn_lineArea{
	border: 3px solid #000;
	padding: 70px 7vw 60px !important;
}
.bn_mailArea {
    background: var(--color_main) url(../../uploads/2025/02/i_mail_w.svg) no-repeat center right 70px / 354px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bn_lineArea {
    background: #fff url(../../uploads/2025/02/i_line_y.svg) no-repeat center right 100px / 329px;
	border-left: 1px solid #000;
}
.bn_mailArea .top_cap,
.bn_lineArea .top_cap{
    font-size: clamp(2.1rem, 0.9rem + 2vw, 2.5rem);
	position: relative;
	line-height: 1.4;
	font-weight: 900;
}
.bn_mailArea .top_cap::before,
.bn_lineArea .top_cap::before{
    content: "";
    position: absolute;
    background: url(../../uploads/2025/02/txt_accent.png) no-repeat center / cover;
    left: -40px;
    top: -20px;
    width: 42px;
    height: 41px;
}
.bn_mailArea .cmn_btn {
	max-width: 500px;
	width: 100%;
	margin: 0 auto 0 0;
}
.bn_mailArea .cmn_btn a {
	width: 100%;
	padding: 30px 10px;
}
.bn_lineArea .wp-block-media-text__content {
	line-height: 1;
}
.bn_lineArea .swl-fz:nth-child(2){
	font-weight: 700;
    line-height: 1.5;
}
#footer .wp-block-list{
    list-style: none;
}
#footer .post_content li {
	line-height: 2.6;
	margin: 0;
}
#footer .swell-block-columns__inner {
    font-size: clamp(1rem, 0.9545rem + 0.1818vw, 1.1rem);
	font-weight: 600;
}
#footer .w-footer__box {
	width: 100%;
}
.f_logo .swell-block-linkList.is-style-default.-flex {
	--the-gap: 0 5px;	
}
.f_logo .sns_link .swell-block-linkList__link{
	color: #fff;
	transition: .2s;
}
.f_logo .sns_link .swell-block-linkList__link:hover{
	opacity: .7;
	transition: .2s;
}
.f_link .wp-block-columns {
	gap: 0 !important;
}
.f_link .wp-block-columns .wp-block-column {
	max-width: 220px;	
}
.f_link .wp-block-columns .wp-block-column:nth-child(2) {
	max-width: 280px;	
}
.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list li a {
	transition: .2s;
}
.footer-list li a:hover {
    opacity: .7;
	transition: .2s;
}
.footer-list li .swl-inline-icon:after {
	background: #fff;
	margin-left: 5px;
}
.l-footer__foot .l-container {
	padding: 0;
}
.l-footer .copyright {
	font-size: 0.85rem;
    text-align: left;
    letter-spacing: 0.15rem;
	padding-bottom: 50px;
	font-weight: 600;
}


@media screen and (max-width: 1419px) {
.l-header {
	height: 116px;	
}
.-series .l-header__inner{
	transform: scale(0.8);
	padding: 0;
    width: 100%;
    height: 110px;
    margin: 0;
	justify-content: center;
    transform-origin: top center;
}
.c-gnav>.menu-item>a {
	padding: 54px 0px 0;
    background-position: top 22px center !important;
}
.c-gnav>.menu-item.tel::before {
	top: 15px;
}
}

@media screen and (max-width: 1279px) {	
.swell-block-fullWide__inner {
	padding: 0 2vw;
}
.word_list {
    gap: 0.5em;
    max-width: 100vw;
}	
.-sidebar-off .-type-card.-pc-col3 .p-postList__item {
    padding: 0;
}
.ft_bnArea .swell-block-fullWide__inner {
	padding: 0;
}
.bn_mailArea,
.bn_lineArea{
    padding: 5vw 6vw 4vw !important;
}
.bn_mailArea {
    background: var(--color_main) url(../../uploads/2025/02/i_mail_w.svg) no-repeat center right 40px / 40%;
}
.bn_lineArea {
    background: #fff url(../../uploads/2025/02/i_line_y.svg) no-repeat center right 40px / 40%;
}
.bn_mailArea .cmn_btn {
	width: 350px;
	margin: 0 auto;
}
.bn_mailArea .cmn_btn a {
	width: 350px;
	letter-spacing: 0.1rem;
}
.f_logo {
	width: 49% !important;
}
.f_link {
	width: 51% !important;
}
.l-footer .copyright {
	padding: 0 2vw 50px;		
}
}
/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.l-header {
	height: auto;
}
.-series .l-header__inner {
    transform: none;
	justify-content: space-between;
	height: 80px;
}
.-series .l-header__logo {
	padding: 8px 0 8px 3vw;
}
.p-spMenu__inner::before {
	background: var(--color_main);
}
.c-widget__title.-spmenu {
	color: #000;
	font-family: "Bebas Neue", serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: .5em .45em;
	
}
.c-spnav>.menu-item>a .br_pc{
	display: none;
}
.c-spnav>.menu-item.tel{
	display: none;
}
.c-spnav a {
	color: #000;
	border-bottom: none;
	font-size: 1.35rem;
	padding: 0.5em 1em .5em 1.5em;
}
	
/* tel_icon */
.l-header__customBtn {
	margin-right: 100px;
    margin-left: auto;
}
.l-header__customBtn .c-iconBtn {
	display: flex;
    flex-wrap: nowrap;
	width: 11.1em;
	margin-left: 0;
}
.l-header__customBtn .c-iconBtn__label {
	font-family: "Bebas Neue", serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1.8rem;
}
.c-pageTitle {
	font-size: clamp(3.2rem, 1.1944rem + 5.3482vw, 4.4rem);
}
	
.box_list .swell-block-column .wp-block-group {
    padding: 30px 3vw 40px;
}
.word_list {
    padding: 0;
	gap: 0.5em !important
}
.word_list li {
    margin-bottom: 0;
}

.p-postList.p-postList {
    max-width: 700px;
}
.-type-card .p-postList__item {
    width: calc(100% / 2 - 1.5vw) !important;
}
.-type-card .p-postList__item .p-postList__body {
    height: 180px;
    padding: 15px 20px;
}
.-type-card .p-postList__item {
    margin-bottom: 15px;
}
.-sidebar-on #sidebar {
	flex-direction: column;
}	
#sidebar .c-widget+.c-widget {
	margin-bottom: 40px;
}
#sidebar .c-widget {
	width: 100%;
	margin-bottom: 40px;
}
	
/* post_query */
.post_queryBox ul {
	max-width: 700px;
}
.post_queryBox ul li.wp-block-post {
    width: calc(100% / 2 - 1.5vw) !important;
}	
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
	padding: 15px 20px 5px;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
	padding: 0px 20px 15px;
    height: 45px;
}


.faqBox .swell-block-accordion {
    padding: 0 2vw;
    margin-bottom: 3em !important;
}
.faqBox .swell-block-accordion__item {
    margin-bottom: 20px;
}

.p-fixBtnWrap {
	bottom: 3.5em;
}
#dify-chatbot-bubble-button {
	width: 280px !important;
}
.fix_chatimg {
	display: none;
}
.f_logo {
	width: 100% !important;
    padding: 0 2vw !important;
}
.f_link {
	display: none;
}
.ft_bnArea::before {
	top: -58px;
    height: 70px;
}	
.bn_mailArea,
.bn_lineArea {
	padding: 50px 70px 40px !important;
}
.bn_mailArea{
	border-bottom: 1px solid #000;
}
.bn_lineArea {
	border-left: 3px solid #000;
}
.l-footer .copyright {
	padding: 0 4vw 50px;		
}
.sp_fixbtn {
	display: none;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.swell-block-fullWide__inner {
	padding: 0;
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
	
.cmn_btn {
    width: 320px;
}
.cmn_btn a{
	width: 320px;
	padding: 18px 10px;
	font-size: 1.2rem !important;
}
.h2_iconcap {
	font-size: 1.5rem !important
}
.-series .l-header__inner {
	height: 60px;
}
.c-headLogo {
	height: 50px;
}
	
/* tel_icon */
.l-header__customBtn {
	margin-right: 10px;
    margin-left: 0;		
}
.l-header__customBtn .c-iconBtn {
	width: 9.2em;
}
.c-iconBtn__icon {
	font-size: 1rem;
}
.l-header__customBtn .c-iconBtn__label {
	font-size: 1.5rem;		
}
.l-header__menuBtn {
	width: 50px;
}
	
.swell-block-fullWide__inner.l-container {
    width: 90vw;
}
.box_list h3 .swl-fz {
    font-size: 1.5rem !important;
}
.box_list .swell-block-column .wp-block-list li::marker {
    width: 1em;
}
.box_list .swell-block-column .wp-block-group {
    padding: 25px 3vw 30px;
}
.word_list {
	margin-bottom: 30px !important;
}
.word_list li {
    padding: 8px 1.5vw;
}
	
.-type-card .p-postList__item .p-postList__body {
	height: 20vh;
    padding: 10px;
}
.-type-card .p-postList__item .p-postList__body::before {
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    bottom: 21px;
    right: 12px;
}
.-type-card .p-postList__item .p-postList__body::after {
    padding: 14px 0;
}
.archive_sideBox h4 {
	margin-bottom: 10px !important;
}
	
/* post_query */
.post_queryBox ul li.wp-block-post {
	margin-bottom: 20px;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
	padding: 10px 10px 5px;
	font-size: 1rem;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
	padding: 0 10px 10px;
	height: 3em;
	margin-bottom: 60px;
}
.post_queryBox ul li.wp-block-post::after { 
    padding: 14px 0;
}
.post_queryBox ul li.wp-block-post::before {
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    bottom: 21px;
    right: 12px;
}
.post_queryBox .wp-block-query-pagination-numbers {
	flex-wrap: wrap;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 6px 0;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers:last-child {
	margin-bottom: 6px !important;
}
.post_queryBox .wp-block-query-pagination-prev,
.post_queryBox .wp-block-query-pagination-next {
	margin-bottom: 6px;
}
	
.faqBox .swell-block-accordion__item .swell-block-accordion__title {
    padding: 15px;
    font-size: 1.1rem;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__title::before {
    margin-right: 20px;
    font-size: 3rem;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body {
    padding: 15px 20px 20px;
}
.faqBox .swell-block-accordion__item .swell-block-accordion__body p::before {
    font-size: 3rem;
    margin-right: 20px;
}
.faqBox .swell-block-accordion__item {
    margin-bottom: 15px;
}
	
.bn_shopArea {
	padding: 2em 2vw 7em !important;
}
.p-fixBtnWrap {
	bottom: 6em;
}
.c-fixBtn {
	transform: scale(0.7);
}	
#dify-chatbot-bubble-button {
	width: 45vw !important;
	height: 30px !important;
}
.ft_bnArea::before {
	top: -38px;
    height: 50px;
}
.bn_mailArea, .bn_lineArea {
	padding: 40px 40px 30px !important;
}
.bn_mailArea .top_cap,
.bn_lineArea .top_cap {
	font-size: 1.8rem; 
}
.bn_mailArea .top_cap::before,
.bn_lineArea .top_cap::before {
    left: -25px;
    top: -18px;
    width: 32px;
    height: 31px;
}
.bn_mailArea .cmn_btn {
	max-width: 80vw;
    width: 100%;
}
.bn_mailArea .cmn_btn a {
	max-width: 80vw;
    width: 100%;
	padding: 20px 10px;
}
.bn_lineArea .wp-block-media-text {
	grid-template-columns: 30% auto !important;	
}
.bn_lineArea .swl-fz:first-child{
    font-size: 1.2rem !important;
}
.bn_lineArea .swl-fz:nth-child(2){
    font-size: 2rem !important;
}
.cmn_btn a::after {
	width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.cmn_btn a:hover::after {
	right: 16px;
}
	
/* ----コンテンツヘッダー---- */
.l-topTitleArea {
	height: 200px;
	min-height: auto;
}
.l-topTitleArea img {
	display: block;
    height: 100% !important;
    object-fit: none;
    width: 100vw !important;
    object-position: bottom;
    background: #fff;
}
.c-pageTitle {
	font-size: 2.25rem;		
}
.c-pageTitle__subTitle {
	font-size: 0.9rem;
	padding: 14px 22px;
}
	
.p-blogParts .swell-block-columns {
	margin-bottom: 0;
}
.f_logo	.u-mb-30 {
	margin-bottom: 1em !important;
}
.l-footer .copyright {
	width: 90vw;
	padding: 0 8vw 90px;	
}
.sp_fixbtn {
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 9999;
}
.sp_fixbtn .swell-block-box-menu__item {
	margin: 0 !important;
	width: calc(100% / 2);
}
.sp_fixbtn .swell-block-box-menu__link {
	flex-flow: row !important;
	align-items: center;
	padding: 15px !important;
}
.sp_fixbtn .swell-block-box-menu__figure {
	margin-bottom: 0 !important;	
}
.sp_fixbtn .swell-block-box-menu__text {
	font-size: 0.9rem;
}
}
