html {
	font-family: "Zen Kaku Gothic New", serif !important;
}

body {
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
}

h2 {
	font-family: "Zen Kaku Gothic New", serif !important;
}

h3 {
	font-family: "Zen Kaku Gothic New", serif !important;
}

h3.h3type02 {
    background-color: #f97d3d;
    padding: 5px 10px;
    color: #fffff2;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0px;
    font-size: 1.6rem;
}

h4 {
	font-family: "Zen Kaku Gothic New", serif !important;
}

h4.h4type01 {
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #f97d3d;
    color: #fffff2;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
}

p {
	font-family: "Zen Kaku Gothic New", serif !important;
}

p {
    color: #786d5c;
    font-weight: 500;
    margin-bottom: 0;
}

tr {
	font-family: "Zen Kaku Gothic New", serif !important;
}

td {
	font-family: "Zen Kaku Gothic New", serif !important;
}

a {
	font-family: "Zen Kaku Gothic New", serif !important;
}

li {
	font-family: "Zen Kaku Gothic New", serif !important;
}

span {
	font-family: "Zen Kaku Gothic New", serif !important;
}

span.emp02 {
    color: #fc681b;
    font-weight: 900;
}



.width1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.width800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}




.h2Box {
    max-width: 1400px;
    margin: 0 auto 50px;
}

.h2Box h2 {
    font-size: 4.5rem;
    font-weight: 600;
    color: #786d5c;
}

.h2Box span {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffad49;
}

.h2Box h2 {
  display: flex;
  align-items: center;
  text-align: left;
}

.h2Box h2::after {
    content: '';
    width: 10%;
    height: 3px;
    border-radius: 999px;
    background-color: #d0c3b3;
}

.h2Box h2::after {
  margin-left: 20px;
}

.contact-band-title {
    font-weight: 700;
    text-align: center;
    font-size: 4rem;
    color: #594729 !important;
    margin-bottom: 40px;
}

h3.h3type01 {
    font-weight: 900;
    color: #548991;
    padding: 15px 0 10px;
    margin-bottom: 10px;
    border-bottom: 2px dashed #bdb1a3;
    text-align: center;
}



/* ======tablepress====== */

.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #fffff2;
    background-color: #ffad49;
}

.tablepress tbody td.column-2 {
    width: 70%;
    background-color: #fff !important;
    font-family: "Zen Kaku Gothic New", serif !important;
    font-weight: 500;
    color: #786d5c;
}





/* ======スライドイン====== */

/* 右からスライドイン */
.slide-in-right {
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.8s ease-out;
}

/* 左からスライドイン */
.slide-in-left {
    opacity: 1;
    transform: translateX(-100%);
    transition: transform 0.8s ease-out;
}

/* 画面内に入ったら移動 */
.slide-in-right.active,
.slide-in-left.active {
    transform: translateX(0);
}




/* ======フェードイン====== */

.fade-in-under {
    opacity: 0;
    transform: translateY(50px); /* 下から出てくる */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-under.visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
}

/* 右からフェードイン */
.fade-in-right {
    opacity: 0;
    transform: translateX(50px); /* 右からスライド */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻る */
}

/* 左からフェードイン */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px); /* 左からスライド */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻る */
}



/* ======アコーディオン====== */

.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #786d5c;
    line-height: 1;
    width: 1em;
    height: 3px;
    background: currentColor;
    border-radius: .1em;
    position: relative;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

p.faq-a {
    display: none;
}

.faq-q {
    margin-bottom: 0;
    padding: 10px 10px 10px 45px;
    border-bottom: 2px dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/02/faq_q.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px 50%;
}

.faq-a {
    margin-bottom: 0;
    padding: 10px 10px 10px 45px;
    border-bottom: 2px dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/02/faq_a.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px 50%;
}

ul.com-faq01-list li:last-of-type .faq-q {
    border-bottom: none;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-top: 2px dashed #cdc4b7;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-bottom: none;
}





/* ======動画埋め込み====== */

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px !important;
}




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

.btn01 {
    border: none;
    background-color: #ffad49;
	border-radius: 15px;
}

.btn01:hover {
    color: #fff;
    background-color: #ffc784;
}

.btn01:hover .btn-arrow {
    fill: #fff;
}


a.linkBtn01 {
    display: block;
    background-color: #a7b97f;
    color: #fefefe;
    padding: 10px;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    width: 30%;
    min-width: 275px;
    margin: 0 0 0 auto;
    transition: .3s;
    box-shadow: 0 2px 5px 0 #00000050;
}

a.linkBtn01:hover {
    background-color: #bdc9a4;
    transition: .3s;
}

a.linkBtn02 {
    display: block;
    background-color: #ffad49;
    color: #fefefe;
    padding: 10px;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    width: 40%;
    min-width: 290px;
    margin: 35px auto;
    transition: .3s;
    box-shadow: 0 2px 5px 0 #00000050;
}

a.linkBtn02:hover {
    background-color: #ffc784;
    transition: .3s;
}

a.linkBtn03 {
    display: block;
    background-color: #ffad49;
    color: #fefefe;
    padding: 10px;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    width: 40%;
    min-width: 290px;
    max-width: 350px;
    margin: 35px auto 0;
    transition: .3s;
    box-shadow: 0 2px 5px 0 #00000050;
    background-image: url(/wp-content/uploads/2025/02/paper-plane-solid_02.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
}

a.linkBtn03:hover {
    background-color: #ffc784;
    transition: .3s;
}



/* ======google map====== */

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}


/* ======sub-header====== */

.sub-header {
    width: 97%;
    border-radius: 50px;
    margin: 30px auto;
}

.sub-header-txt {
    padding: 10px 25px;
    color: #786d5c;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    background-color: #fffff2aa;
    border-radius: 15px;
    font-family: 'Zen Kaku Gothic New';
}

#breadcrumbs ul li a, #breadcrumbs ul li {
    font-size: 1.5rem;
    font-weight: 700;
    color: #786d5c;
}



/* =======================================================
 * header
 * ======================================================= */

header {
    background-color: #8ec31f;
    border-radius: 0 0 50px 50px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 3px #00000050;
}

.header-content02 {
    padding: 30px 0;
}

.header-box01 {
    margin-bottom: 0;
}

.header-box01 .logo {
    max-width: 310px;
    width: 30%;
}

.header-sub-box.header-sub-box01 {
    width: 70%;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    color: #ffad49;
    background-color: #fffff2;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    font-size: 1.5rem;
    padding: 5px 25px 5px 50px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #ffefe1;
    background-color: #ffad49;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    margin: 0;
    background-image: url(/wp-content/uploads/2025/02/paper-plane-solid_02.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    margin-bottom: 10px;
}

.header-menu {
    border-radius: 15px;
    border: 3px solid #fffff270;
    background-color: #fff5dc;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
}

.header-menu > li a {
    font-size: 1.6rem;
    color: #786d5c;
    padding: 0 2vw;
    border-right: #bdb1a3 3px dotted;
}

#hamburger {
    background-color: #fffff2;
    border-radius: 9999px;
    top: 25px;
    right: 25px;
    box-shadow: 0 0 0 2px #786d5c;
}

#hamburger span {
    background-color: #786d5c;
}

.mobile-logo {
    background-color: #8ec31f;
    padding: 20px 10px;
    box-shadow: 0 0 5px 3px #00000050;
    width: 97%;
    border-radius: 25px;
    margin: 10px auto;
}

.mobile-sub-nav {
    display: none;
}

#mobile-nav {
    left: 0;
}

.sp-header-inner .logo img {
    margin-left: 0;
}

.sp-header-inner .logo {
	margin: auto;
}

.mobile-nav-wrap {
	width: 90%;
    max-width: 500px;
    margin: 15px auto;
}

.mobile-menu-tel {
	width: 100%;
    max-width: 500px;
    margin: auto;
    padding: auto;
}

nav#mobile-nav {
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
    color: #786d5c;
    font-weight: 700;
    font-size: 1.6rem;
    border-top: 2px dashed #bdb1a3;
}

.moblie-menu-head {
    width: 100%;
    font-weight: 900;
    color: #fffff2 !important;
}

.moblie-menu-time {
    font-size: 1.4rem;
    text-align: center;
    color: #786d5c !important;
}

.mobile-sns-icon-title p {
    color: #786d5c !important;
}

.mobile-sns-icon-title p span {
    color: #786d5c !important;
}

.moblie-menu-tel-number {
    color: #786d5c;
}

ul.sub-menu {
    border-radius: 15px;
    border: 3px solid #fffff270;
    background-color: #fff5dc;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
}

.header-menu .sub-menu li {
    border-bottom: 2px dashed #bdb1a3;
}

.header-menu .sub-menu li:last-of-type {
    border-bottom: none;
}

.header-menu .sub-menu a {
    background-color: transparent;
    color: #786d5c;
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem;
}

.sp-header-inner .logo {
    width: 100%;
}

ul.mobile-menu-list .sub-menu {
    border: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
    background-color: #f97d3d;
    border-radius: 10px;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu li:nth-of-type(2) a {
    background-color: #3eb134;
}







/* =======================================================
 * slider
 * ======================================================= */

.n2_clear {
    padding: 1.5vw 5vw 0;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
}

.n2-ss-slider-2.n2-ow {
    border-radius: 50px !important;
}

section.slider >.n2_clear {
    position: relative;
}

section.slider >.n2_clear:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(/wp-content/uploads/2025/02/ytdc06.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -100px;
    left: 5px;
    z-index: 5;
}

section.slider >.n2_clear:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background-image: url(/wp-content/uploads/2025/02/ytdc07.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 50px;
    z-index: 5;
}

div#n2-ss-2item1 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;!i;!;
}

div#n2-ss-2item2 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;!i;!;
}

div#n2-ss-2item3 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;!i;!;
}




/* =======================================================
 * news
 * ======================================================= */

section#news {
    padding: 50px 0 150px;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl01-02.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

.tab-panel-b .tab-group {
    justify-content: center;
    gap: 0 10px;
    margin-left: 0;
}

.tab-panel-b .tab {
    width: 15%;
    min-width: 175px;
    padding: 10px;
    margin: 0;
	border-radius: 10px 10px 0 0;
}

.panel-group {
    position: relative;
    margin-bottom: 75px;
}

.panel-group:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/02/lbg02.png);
    background-size: contain;
    top: 0;
    left: -20px;
}

.panel-group:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2025/01/grs01.png);
    background-size: contain;
    bottom: -55px;
    right: -55px;
}

.tab-panel-b .panel-inner {
    border-radius: 15px;
	padding: 40px 55px;
}

.news-list01 li {
    border-bottom: 2px solid #efeae4;
}

.news-list01 li .date {
    font-family: "Urbanist", serif;
    font-weight: 900;
    color: #8d8a85;
}

.news-list01 li .news-cat a {
    background-color: #786d5c;
    border: none;
    padding: 7px 10px;
}

.news-list01 li .news-cat a:hover {
    background-color: #e2d3ad;
    color: #786d5c;
}

.news-list01 li .news-txt a {
    font-weight: 600;
}

.tab-panel-b .tab:first-of-type.is-active {
    background-color: #f97d3d;
    color: #fefefe;
}

.tab-panel-b .tab:first-of-type:hover {
    background-color: #f97d3d;
    color: #fefefe;
}

.tab-panel-b .tab:first-of-type {
    color: #d99877;
    background-color: #ffb591;
}

.tab-panel-b .tab:nth-of-type(2).is-active {
    background-color: #3eb134;
    color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(2):hover {
    background-color: #3eb134;
    color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(2) {
    color: #87a884;
    background-color: #b1d4ae;
}

.tab-panel-b .tab:nth-of-type(3).is-active {
    background-color: #786d5c;
    color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(3):hover {
    background-color: #786d5c;
    color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(3) {
    color: #a79b89;
    background-color: #e2d3ad;
}

.tab-panel-b .tab.is-active {
    background-color: #786d5c;
    color: #fefefe;
}

.tab-panel-b .tab:hover {
    background-color: #786d5c;
    color: #fefefe;
}

.tab-panel-b .tab {
    color: #a79b89;
    background-color: #e2d3ad;
}

.news-list01 li .news-txt {
    color: #999;
}





/* =======================================================
 * greet
 * ======================================================= */

section#greet {
    background-color: #8ec31f;
    padding-top: 0;
    padding-bottom: 15px;
    overflow: hidden;
}

section#greet .h2Box h2 {
    color: #fffff2;
}

.ytBox {
    background-image: url(/wp-content/uploads/2025/02/ytdc01.png), url(/wp-content/uploads/2025/02/ytdc02.png);
    background-repeat: no-repeat;
    background-size: 350px, 350px;
    background-position: 8% 100%, 92% 100%;
}

.officeBox.flex {
    margin: 75px 0;
}

a.officeItems {
    width: 49vw;
    color: #fff;
    font-weight: 900 !important;
    text-align: center;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
    position: relative;
    transition: .3s;
}

a.officeItems:hover {
    filter: brightness(1.1);
    transition: .3s;
}

.officeBox.flex a.officeItems:nth-of-type(2) h3 {
    background-color: #3eb134;
    left: 8.5vw;
    right: auto;
}

.officeBox.flex a.officeItems:nth-of-type(1) .ofIf {
    width: 60%;
    max-width: 550px;
    margin: 40px 3vw 0 auto;
}

a.officeItems:nth-of-type(1) {
    border-radius: 0 100px 100px 0;
    box-shadow: 0 0 10px 5px #00000050;
}

.officeBox.flex a.officeItems:nth-of-type(2) .ofIf {
    width: 60%;
    max-width: 550px;
    margin: 40px auto 0 0;
}

a.officeItems:nth-of-type(2) {
    border-radius: 100px 0 0 100px;
    box-shadow: 0 0 10px 5px #00000050;
}

a.officeItems h3 {
    font-weight: 600;
    max-width: 600px;
    font-size: 1.8rem;
    background-color: #f97d3d;
    border-radius: 20px;
    color: #fefefe;
    position: absolute;
    bottom: 17px;
    right: 14rem;
    padding: 5px 80px;
}

.officeImg img {
    border-radius: 50px;
    box-shadow: 0 0 0 10px #fefefecc;
}

.officeBox.flex a.officeItems:nth-of-type(1) .ofIf .officeImg img {
    margin: 50px 3vw 50px auto;
}

.officeBox.flex a.officeItems:nth-of-type(2) .ofIf .officeImg img {
    margin: 50px auto 50px 3vw;
}

.officeTxt {
    max-width: 800px;
    margin: auto;
    background-color: #fffff2;
    padding: 40px 55px;
    border-radius: 30px;
    position: relative;
}

.officeTxt:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/02/grs03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 85px;
    bottom: -20px;
    left: -20px;
}

.officeTxt:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/02/grs02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 85px;
    bottom: -20px;
    right: -20px;
}

.officeTxt p {
    color: #786d5c;
    font-weight: 500;
}





/* =======================================================
 * reason
 * ======================================================= */

section#reason {
    padding-top: 200px;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/02/pl02-02.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100%, 100%, 200px;
    background-position: 50% 100%, 50% -100px, 50% 50%;
}

.reasonBox.flex {
    justify-content: space-around;
    gap: 50px 0;
    margin-bottom: 75px;
}

.reasonItems {
    width: 30%;
    position: relative;
}

.reasonItems:before {
    position: absolute;
    content: "01";
    font-size: 8rem;
    font-weight: 700;
    font-family: "Urbanist", serif;
    font-style: italic;
    top: -40px;
    left: -20px;
    color: #ffad49cc;
    text-shadow: 3px 3px #00000020;
}

.reasonBox .reasonItems:nth-of-type(2):before {
    content: "02";
}

.reasonBox .reasonItems:nth-of-type(3):before {
    content: "03";
}

.reasonBox .reasonItems:nth-of-type(4):before {
    content: "04";
}

.reasonBox .reasonItems:nth-of-type(5):before {
    content: "05";
}

.reasonImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    border-radius: 15px;
}



/* =======================================================
 * お問い合わせ帯
 * ======================================================= */

.contact-band {
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2025/02/27674246_m.jpg);
    background-size: 1900px;
    background-position: center;
    background-attachment: fixed;
}

.contact-band-inner {
    padding: 30px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    background-color: #ffffffaa;
    border-radius: 50px;
}

a.cf-tel-number {
    color: #695b44;
    font-family: 'Urbanist' !important;
    font-weight: 700;
}

.cf-cb-time {
    text-align: center;
    font-weight: 600;
    color: #695b44;
}

.contact-band-tel-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.cf-cb-txt {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
    color: #594729;
}


/* =======================================================
 * footer
 * ======================================================= */

.footer {
    background-color: #8ec31f;
    padding: 100px 0 15px;
}

.footer-logo {
    padding-bottom: 25px;
    border-bottom: 2px dashed #f4e7d7;
    margin-bottom: 25px;
}

.footer-address p, .footer-address a {
    color: #fff;
    font-weight: 700;
    transition: .3s;
}

.footer-address a:hover {
    color: #548991;
    transition: .3s;
}

.footer-menu-title {
    background-color: #fffff2;
    color: #786d5c;
    font-weight: 900;
    padding: 2px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 2rem;
}

.footer-menu a {
    color: #fefefefe;
    font-weight: 600;
}

.footer-menu > li > a {
    border-bottom: 2px dashed #f4e7d7;
}

.footer-menu-title {
    background-color: #fffff2;
    color: #786d5c;
    font-weight: 700;
    padding: 3px 0 1px;
    border-radius: 15px;
    text-align: center;
    font-size: 2rem;
    font-family: 'Urbanist' !important;
    margin-bottom: 25px;
}

.footer-logo a img {
    max-width: 350px;
    text-align: center;
}


/* =======================================================
 * jiritsu
 * ======================================================= */

section#jiritsu-menu {
    padding: 0;
}

.menuBox.flex {
    justify-content: space-around;
    gap: 25px 0;
}

a.menuItems {
    width: 23%;
    background-color: #f97d3d;
    text-align: center;
    padding: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    border-radius: 15px;
    transition: .3s;
    box-shadow: 0 0 5px 0px #00000050;
}

a.menuItems:hover {
    filter: brightness(1.2);
    transition: .3s;
}



section#jiritsu-guide {
    padding-top: 0;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

.greetBox.flex {
    align-items: center;
}

.greetImg {
    width: 30%;
}

.greetImg img {
    width: 100%;
}

.greetTxt {
    width: 60%;
    background-color: #fffff2;
    padding: 30px 50px;
    border-radius: 50px;
    position: relative;
}

.greetTxt:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/02/grs02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    bottom: -25px;
    right: -10px;
}

.guideImg {
    padding: 50px;
    background-color: #fff;
    border-radius: 50px;
    border: 20px solid #fff6e5;
}

.page-id-1882 .guideImg {
    padding: 25px;
}

.guideBtnBox.flex {
    gap: 10px;
}

.guideBtnBox.flex a.linkBtn02 {
    margin: 30px auto 0;
}

section#jiritsu-feature {
    background-color: #f97d3d;
}

#jiritsu-feature .h2Box h2 {
    color: #fffff2;
}

.featureBox.flex {
    padding: 50px 60px;
    border-radius: 50px;
    background-color: #fffff2;
    gap: 50px 30px;
    justify-content: space-around;
}

.featureItems {
    width: 30%;
}

.ftImg img {
    width: 100%;
}

.serviceBox.flex {
    padding: 50px 60px;
    border-radius: 50px;
    background-color: #fffff2;
    gap: 50px 0;
}

.svItems {
    width: 30%;
}

.svImg img {
    width: 100%;
}

.svItems ul {
    padding-left: 20px;
}

.svItems li {
    list-style: disc;
    color: #786d5c;
    font-weight: 500;
    font-size: 1.6rem;
}

section#jiritsu-calendar {
    background-color: #f97d3d;
}

section#jiritsu-calendar .h2Box h2 {
	color: #fffff2;
}

main.jiritsu a.linkBtn01 {
    max-width: 300px;
    margin: 50px auto 0;
}

.calendarItems {
    width: 45%;
}

.calendarItems .pdfemb-viewer {
    margin: auto;
}

.staffItemsL {
    width: 25%;
}

.staffItemsL img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50px;
}

.staffItemsR {
    width: 70%;
    height: 100%;
    background-color: #f0d2ac;
    padding: 30px;
    border-radius: 30px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.staffItems.flex {
    margin-bottom: 50px;
    align-items: center;
}

.staffBox .staffItems:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.staffBox .staffItems:nth-of-type(2n) .staffItemsR {
    margin-left: 0;
	margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.siwrap {
    padding: 5px 20px;
    background-color: #f9f3e4;
    border-radius: 15px;
    margin: 0 0 25px;
}

.staffItemsR .siwrap:last-of-type {
    margin-bottom: 0;
}

section#jiritsu-overview {
    padding-top: 0;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

.ovItems {
    width: 45%;
}





/* =======================================================
 * syurou
 * ======================================================= */


section#syurou-guide {
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

section#syurou-feature {
    background-color: #3eb134;
}

section#syurou-menu {
    padding: 0;
}

main.syurou a.menuItems {
    background-color: #3eb134;
}

section#syurou-feature .h2Box h2 {
    color: #fffff2;
}

section#syurou-feature .h2Box span {
    color: #c9e391;
}

section#syurou-calendar .h2Box h2 {
    color: #fffff2;
}

section#syurou-calendar .h2Box span {
    color: #c9e391;
}

main.syurou .h2Box span {
    color: #8ec41e;
}

/*
main.syurou .greetTxt {
    width: 100%;
}
*/

section#syurou-service a.linkBtn01 {
    max-width: 300px;
    margin: 0 auto 0;
}

section#syurou-calendar {
    background-color: #3eb134;
}

h3.h3type03 {
    background-color: #3eb134;
    padding: 5px 10px;
    color: #fffff2;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0px;
    font-size: 1.6rem;
}

h4.h4type02 {
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #3eb134;
    color: #fffff2;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
}

section#syurou-ov {
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

section#syurou-employees .staffItemsR {
    background-color: #d2dcbd;
}

section#syurou-ov {
    padding-top: 0;
}

section#syurou-ov .tablepress tbody td.column-1 {
    background-color: #8ec31f;
}







/* =======================================================
 * guide
 * ======================================================= */

section#guide-flow {
    background-image: url(/wp-content/uploads/2025/02/sb01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
}

section#faq {
    padding-top: 0;
    background-color: #fff0ca;
    background-image: url(/wp-content/uploads/2025/02/pl03.png), url(/wp-content/uploads/2025/01/scribble-light.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 200px;
    background-position: 50% 100%, 50% 50%;
}

section#guide-flow {
    padding-top: 0;
}

.arw01 {
    width: 50px;
    margin: 0 auto 25px;
}

.guide-flowImg {
    width: 30%;
}

.guideTxt {
    width: 65%;
    height: auto;
}

.faqBox ul {
    background-color: #fffff2;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 0 0 0 10px #fff6e5;
}

.guide-flowItems.flex {
    background-color: #fffff2;
    padding: 40px;
    border-radius: 50px;
    margin-bottom: 25px;
    align-items: center;
}

.guide-flowImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #00000050;
}

.guideTxt span {
    max-width: 200px;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding: 5px 10px;
    background-color: #8ec31f;
    color: #fffff2;
    margin-bottom: 15px;
    display: block;
    border-radius: 10px;
}

section#fee {
    background-color: #f0d2ac;
}

.dfBox img {
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
    border: 10px solid #fff6e5;
}

section#faq {
    padding-top: 0;
}



/* =======================================================
 * tentoumushi
 * ======================================================= */

.introBox.flex {
    align-items: center;
}

.introImg {
    width: 30%;
}

.introImg img {
    border-radius: 50px;
    box-shadow: 0 0 0 15px #fff6e5;
}

.introTxt {
    width: 65%;
    height: 100%;!i;!;
    background-color: #fffff2;
    padding: 30px 50px;
    border-radius: 50px;
    position: relative;
}

section#thought {
    padding-top: 0;
    background-image: url(/wp-content/uploads/2025/02/sb01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 101%;
}

.thoughtTxt {
    padding: 35px 45px;
    background-color: #fffff2;
    border-radius: 50px;
}

.thoughtTxt ul {
    width: 80%;
    max-width: 500px;
    margin: 25px auto;
    padding: 15px;
    background-color: #fff6e5;
    border-radius: 25px;
}

.thoughtTxt ul li {
    color: #786d5c;
    font-weight: 700;
    padding: 5px;
    list-style: disc;
    margin-left: 30px;
}

.effortBox {
    background-color: #fffff2;
    border-radius: 10px;
    padding: 5px 20px;
}

.effortBox p.faq-q {
    padding: 10px 0;
    background-image: none;
    font-weight: 900;
    color: #548991;
}

.effortBox .faq-a {
    padding: 10px 0;
    background-image: none;
}

.effortBox .faq-a span {
	display: block;
	color: #f09f4d;
	font-weight: 900;
}

.effortBox p.faq-q .plus {
	margin-left: 10px;
}


section#honbu-overview {
    padding-top: 0;
    background-image: url(/wp-content/uploads/2025/02/sb01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
}

.ovtbBox {
    margin-top: 100px;
}



/* =======================================================
 * contact
 * ======================================================= */

.contact-form01 th {
    font-size: 1.6rem;
    width: 30%;
    padding: 10px 15px;
    background-color: #ffad49;
    color: #fffff2;
    font-weight: 900;
    font-family: 'Zen Kaku Gothic New';
}

.required {
    padding: 3px 10px;
    color: #ffad49;
    background-color: #fffff2;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 10px;
}

.contact-form01 td {
    background-color: #fffff2;
}

input[type="radio"]:checked:before {
    background: #8ec31f;
}

input[type="checkbox"]:checked {
    background: #8ec31f;
    border: none !important;
}

.privacy-check .wpcf7-list-item-label {
    font-weight: 700;
    color: #786d5c;
}

.privacy-check a {
    color: #ffad49;
    font-family: 'Zen Kaku Gothic New' !important;
    font-weight: 900;
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #ffad49;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}

input[type="submit"], input[type="button"] {
    padding: 15px 20px;
    background: #ffad49;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #ffad49;
    margin: 0 auto;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 900;
    border-radius: 15px;
    transition: .2s;
}

.wpcf7-list-item-label {
    font-size: 1.4rem;
    color: #786d5c;
    font-weight: 500;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    color: #786d5c;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New';
}

.conTxtBox {
    background-color: #fffff2;
    padding: 20px 30px;
    border-radius: 35px;
    margin-bottom: 25px;
}





/* =======================================================
 * post-common
 * ======================================================= */

.sidebar h3 {
    color: #fffff2;
    background-color: #ffad49;
	border-radius: 10px;
}

.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px solid #d9c9af;
}

.side-box li a:hover, .widget_archive li a:hover {
    color: #aa9e8b;
}

.side-box li a, .widget_archive li a {
    color: #786d5c;
    font-weight: 500;
}


/* =======================================================
 * archive
 * ======================================================= */

.archive-info-list > li {
    border-top: 2px solid #d9c9af;
}

.archive-info-cat a:hover {
    background-color: #e2d3ad;
    color: #786d5c;
}

.archive-info-cat a {
    background-color: #786d5c;
    color: #fffff2;
    border: none;
}

.archive-time-cat time {
    font-family: "Urbanist", serif;
    font-weight: 900;
    color: #8d8a85;
}

.archive-info-title a:hover {
    color: #aa9e8b;
}

.archive-info-title a {
    color: #786d5c;
    font-family: "Urbanist", serif;
    font-weight: 500;
}




/* =======================================================
 * single
 * ======================================================= */

.single-info-title {
    color: #786d5c;
    font-family: "Zen Kaku Gothic New", serif !important;
}

.single-info-date-cat time {
    font-family: "Urbanist", serif;
    font-weight: 900;
    color: #8d8a85;
}

.single-info-date-cat span a:hover {
    background-color: #e2d3ad;
    color: #786d5c;
}

.single-info-date-cat span a {
    background-color: #786d5c;
    color: #fffff2;
    border: none;
}

.page-nav > div {
    background-color: #fffff2;
    border-radius: 15px;
}

.page-nav div span {
    color: #786d5c;
}

.page-nav div img {
    border-radius: 10px;
}

.single-info-catch-img {
    display: none;
}



/*--追加--*/

.flex.svunderBox {
    justify-content: space-evenly;
    gap: 30px 10px;
    margin-top: 50px;
}

.flex.svunderBox a.linkBtn01 {
    margin: 0 auto 0;
}


.pdfemb-viewer {
	height: auto !important;
}

table#tablepress-9 tbody td.column-1 {
    width: 20%;
    font-weight: 700;
    color: #fffff2;
    background-color: #ffad49;
}

table#tablepress-9 tbody td.column-2 {
    width: 50%;
    background-color: #fff !important;
    font-family: "Zen Kaku Gothic New", serif !important;
    font-weight: 500;
    color: #786d5c;
}

table#tablepress-9 tbody td.column-3 {
    width: 30%;
    background-color: #fff !important;
    font-family: "Zen Kaku Gothic New", serif !important;
    font-weight: 500;
    color: #786d5c;
    border-left: 1px solid #f1eaea; /* 3列目の左側に灰色のボーダーを追加 */
    vertical-align: middle; /* 上下中央寄せ */
    text-align: center; /* 左右中央寄せ（必要に応じて削除） */
}

#tablepress-9-description {
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}


/* 04/04修正 */
div#n2-ss-2item4 .cutsom-mv_font {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;
}
div#n2-ss-2item4 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;!i;!;
}
/*  */
/* div.custom-g-menu div.menu-header-menu-container ul.header-menu{
	background-color: #f97d3d !important;
	border: 3px solid #fff !important;
}
div.custom-g-menu div.menu-header-menu-container ul.header-menu > li a {
    color: #fff !important;
    border-right: #fff 3px dotted !important;
}
div.custom-g-menu div.menu-header-menu-container ul.header-menu .sub-menu a {
    color: #fff !important;
}
div.custom-g-menu div.menu-header-menu-container ul.header-menu li.menu-item ul.sub-menu {
    border: 3px solid #fffff270;
    background-color: #f97d3d !important;
    background-repeat: repeat;
    background-size: 200px;
    background-position: 50% 50%;
} */



/*--2025-04-04--*/

.page-id-1882 header.header {
    background-color: #f97d3d;
}

.page-id-1882 .mobile-logo {
    background-color: #f97d3d;
}
/*--2025-04-07--*/
.fa-twitter:before {
    content: '𝕏';
}

/*--2025-04-22--*/

.jiritsu-section04 {

.featureBox.flex {
    gap: 30px 0;
}

.featureItems {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    .ftImg {
        width: 35%;

        img  {
            max-width: 400px;
            margin: 0 auto 15px;
        }
    }

    .ftTxt {
    width: 60%;
    h3.h3type01 {
    text-align: left;
}

    }

    &:nth-of-type(2) {
        flex-direction: row-reverse;
    }
}

}

/*--2025-07-15--*/
.news-button {  
    display: flex; 
    justify-content: space-between; 
}