@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
*/
:root {
    --first-color: #333;
    --second-color: #BFA154;
    --base-color: #F8F8F8;
    --point-color: #D30052;
}
html{
  scroll-behavior: smooth;
}
a,a img {
    transition: 0.2s;
}
.entry-content,
.blog div#content{
    max-width: 900px;
    margin: 0 auto 3em;
}
.blog div#content {
    margin: 1em auto 3em;
}
.wp-block-cover.alignwide,
.wp-block-cover.alignfull {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-width: unset;
    width: 240px;
    padding-top: 4px;
}
.wp-block-cover.is-light {
    min-height: auto;
}
.align-c{
	text-align:center;
}
.notation {
    font-size: .86em;
    color: #666;
}
.author-info {
    display: none;
}
.footer {
	color:#fff;
    background: #3c3c3c;
}

/*header*/
.logo.logo-header.logo-image img.site-logo-image.header-site-logo-image {
    width: 180px;
}

div#navi-in ul#menu-main_menu {
    column-gap: 1%;
    min-height: 70px;
}
div#navi-in ul#menu-main_menu li {
    width: auto;
    height: auto;
}
div#navi-in ul#menu-main_menu li a {
    font-feature-settings: 'palt';
    padding: 10px;
}
div#navi-in ul#menu-main_menu li a:hover {
    transform: translatey(-4px);
    background: none;
    border-bottom: solid 3px var(--first-color);
}

/*HOME*/
.home .article h1.entry-title {
    display: none;
}
.home .article h1.entry-title {
    display: none;
}
.no-sidebar .content .main {
    padding: 0;
}
div#content {
    margin: 0;
}
figure.eye-catch {
    margin-bottom: 0;
}
div#content-in.wrap {
    width: 100%;
}

/*見出し*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
    position: relative;
}
.article h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 2em;
}

h2.wp-block-heading.has-text-align-center,
h3.wp-block-heading.delegate{
    background: none;
    padding: 20px 0 30px;
    font-size: 2em;
    font-weight: 600;
    position: relative;
}
main#main h2.blog-title {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0;
    padding-bottom: 20px;
    position: relative;
}
h2.wp-block-heading:after,h3.wp-block-heading.delegate::after,
main#main h2.blog-title::after{
    content:'';
    background: var(--second-color);
    display: block;
    height: 4px;
    width: 16%;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
h3.wp-block-heading {
    border: none;
    padding: 0 0 12px;
    margin: 0;
}
h4.wp-block-heading.bb-gld {
    border: none;
    font-size: 1.4em;
}
h3.wp-block-heading.bb-gld,
h4.wp-block-heading.bb-gld{
    border-bottom: solid 2px var(--second-color);
    padding-bottom: 8px;
    margin-bottom: 10px;
}
h3.wp-block-heading.delegate{
    font-size:1.3em;
    margin-bottom: .6em;
}
h3.wp-block-heading.delegate::after {
    right: auto;
    top: 2em;
}

.entry-card .cat-label,
.eye-catch .cat-label{
    border: none;
    background: var(--second-color);
    font-size: 12px;
    border-radius: 2px;
}
.eye-catch .cat-label{
	max-width:unset;
}
.admin-pv {
    display: none;
}
.entry-card-content .entry-card-snippet.card-snippet {
    line-height: 1.7em;
}


/*faq*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li{
    display: block;
    font-size: 100%;
    line-height: 1.8;
    margin-bottom: 10px;
}
ul.faq li:first-child::before {
    content: "Q.";
    margin-right:6px;
}

ul.faq li:first-child {
    border: solid 2px;
    padding: 8px 20px;
    font-weight: bold;
}
ul.faq li:last-child {
    margin: 0 26px;
}


/*保証*/
.wp-block-columns.no-box.is-layout-flex {
    border: solid 2px;
    padding: 20px;
}
.wp-block-columns.no-box.is-layout-flex {
    border: solid 2px;
    padding: 20px;
    align-items: stretch;
}
.wp-block-columns.no-box .number {
    min-width: 80px;
    height: 100%;
    border-right: solid 2px;
}
.wp-block-columns.no-box .wp-block-column:not(.number) {
    flex-basis: 80%;
}
.wp-block-columns.no-box .number p {
    font-size: 2.2em;
    color: #555;
}

/*table*/
figure.wp-block-table, figure.wp-block-table th, figure.wp-block-table td, figure.wp-block-table tr {
    border: none;
    background: none;
}
figure.wp-block-table th, figure.wp-block-table td {
    border-bottom: solid 1px #666;
}
figure.wp-block-table th {
    border-color: var(--second-color);
    white-space: nowrap;
}
.wp-block-table td span.badge,
.wp-block-column.is-layout-flow span.badge{
    font-size: .8em;
    padding: 2px 10px;
    background: var(--second-color);
}

/*flowtable*/
figure.wp-block-table.flowTbl table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
    list-style: none;
    border-left: 2px dotted #999;
    padding-left: 0;
}
.article #flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 0 4%;
    position: relative;
}
figure.wp-block-table.flowTbl table td:first-child::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--second-color);
    position: absolute;
    left: -12px;
    top: 1em;
}
figure.wp-block-table.flowTbl table td:first-child::before {
  content: "";
  border-bottom: 1px solid;
  width: 1em;
  background: #666;
  position: absolute;
  top: 1.5em;
  left: 4px;
}

figure.wp-block-table.flowTbl table td {
    vertical-align: text-bottom;
    width: auto;
    border: none;
}
figure.wp-block-table.flowTbl table td {
    padding: 0 0 6px;
    padding-left: 2em;
    line-height: 1.6em;
    display: block;
}
figure.wp-block-table.flowTbl table td:last-child {
    font-size: .9em;
    padding-bottom: 2em;
}
figure.wp-block-table.flowTbl table td:first-child strong {
    font-size: 1.3em;
}


/*btn*/
.wp-block-button.normalBtn,
.wp-block-buttons.normalBtn {
    display: block;
}

.wp-block-button .wp-element-button {
    border: 2px solid var(--first-color);
    border-radius: 0;
    background: #fff;
    color: var(--first-color);
    -webkit-box-shadow: 4px 4px 0 #CCC;
    box-shadow: 4px 4px 0 #CCC;
    position: relative;
    padding: 10px;
}
.wp-block-button .wp-element-button:hover {
    -webkit-box-shadow: 1px 1px 0 var(--first-color);
    box-shadow: 1px 1px 0 var(--first-color);
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
    color: var(--second-color);
}
.wp-block-button .wp-element-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    right: 1em;
    color: var(--second-color);
    font-size: 1.2em;
    line-height: 1.5em;
}

/*list*/
ul.checkList li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    margin-right: 10px;
    color: var(--second-color);
}
ul.checkList li,ul.checkList {
    list-style: none;
    padding-left: 0;
}
 li {
    font-size: 1.1em;
    margin-bottom: 10px;
}

ul.wp-block-list.checkList.col2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
    margin: 0 20px;
}
ul.wp-block-list.checkList.col2 li {
    width: 49%;
    margin: 0;
}
ul.wp-block-list.checkList.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.wp-block-list.checkList.col3 li {
    width: 32%;
    text-align: center;
    white-space: nowrap;
}

/*blog*/
ul.wp-block-latest-posts__list.wp-block-latest-posts li a {color: var(--first-color);text-decoration: unset;}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a:hover {
    color: var(--second-color);
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    border-bottom: dashed 1px #CCC;
    padding: 8px 0;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f144';
    margin-right: 10px;
    color: var(--second-color);
}

/*cta*/
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button {
    border: none;
    border-radius: 6px;
    padding: 16px 10px;
    min-width: 380px;
}
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button::after,
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button:hover,
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button:hover::after {
    color: #FFF;
}
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button:hover {
    background: #b90047 !important;
}

.wp-block-cover.ctaFoot,
.wp-block-cover.cta-s{
    margin: 0 calc(50% - 50vw);
    padding-bottom: 0;
    width: 100vw;
}
.wp-block-cover.ctaFoot .wp-block-cover__inner-container {
    background: url(/sb/wp-content/uploads/2025/09/trainer.png) no-repeat right bottom;
    background-size: 200px;
    max-width: 840px;
    width: 100%;
}

.wp-block-cover.ctaFoot h2.wp-block-heading::after,
.wp-block-cover.cta-s h2.wp-block-heading::after{
    content: none;
}
.wp-block-cover.ctaFoot h2.wp-block-heading,
.wp-block-cover.cta-s h2.wp-block-heading{
    margin-bottom: 0;
}
.wp-block-cover.ctaFoot {
    margin-bottom: -4.2em;
}
.wp-block-button.cta-btn a.wp-element-button {
    color:#FFF;
}

div#entryCta .ctaFoot {
    margin-bottom: -4.8em;
}

/*Footer*/
.widget_nav_menu ul li a, .widget_block ul li a {
    padding: 4px 10px;
    font-size: .9em;
    color: #CCC;
}
.footer-right .foot_flex {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 3%;
    align-items: center;
    margin-bottom: 1em;
}
.footer-right .foot_flex img {
    max-width: 76px;
}
.footer-right .foot_flex h3 span.ttl-sub {
    font-size: .8em;
    display: block;
}
.footer-right .foot_flex h3 {
    line-height: 1.4em;
}
.footer-right  .foot_info {
    font-size: 0.8em;
    line-height: 1.4em;
}
.footer-right .foot_info p {
    margin-bottom: 1em;
}



/*CTA PC*/
div#fix-cta {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 20%;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease,
        transform 0.4s ease;
  opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
}
div#fix-cta a {
    writing-mode: vertical-rl;
    display: block;
    width: 82px;
    padding: 32px 5px 52px;
    text-decoration: unset;
    background: var(--point-color);
    color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: .2em;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    border-radius: 4px 0 0 4px;
}
div#fix-cta a span.sub-ttl {
    display: block;
    color: #EE0;
    font-size: .6em;
}
div#fix-cta a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f101';
    position: absolute;
    right: 24%;
    bottom: 12px;
}
div#fix-cta a:hover {
    background: #ee005b;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
}
.wp-block-media-text.is-stacked-on-mobile {
    column-gap: 22px;
}

div#youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div#youtube iframe {
    width: 100%;
    height: 100%;
}
.wp-block-cover.ctaFoot.youtube .wp-block-cover__inner-container,
.wp-block-cover.ctaFoot.youtube span.wp-block-cover__background{
    background-image: none;
}

.wp-block-cover.ctaFoot.youtube .wp-block-cover__inner-container{
    max-width: 600px;
}
div#youtube .video-container {
    max-width: unset;
}

/*BLOG*/
.single.single-post .eye-catch-wrap figure.eye-catch, .date-tags,
div#breadcrumb,header.article-header.entry-header h1.entry-title{
    max-width: 900px;
    margin: 0 auto;
}
header.article-header.entry-header h1.entry-title {
    margin: 0.8em auto;
}
header.article-header.entry-header .date-tags {
    margin-bottom: 2em;
}
div#breadcrumb {
    text-align: right;
}
.entry-content.cf div#toc {
    display: block;
}

@media screen and (max-width: 600px){
	
    div#fix-cta {
        right:auto;
        top:auto;
		bottom:0;
        width: 100%;
    }
div#fix-cta a {
        writing-mode: unset;
    width: 100%;
    padding:10px;
    font-size: 1.1em;
        line-height: 2em;
	letter-spacing:.02em;
	text-align:center;
        box-shadow: 0 0 6px 1px rgb(0 0 0 / 60%);
    border-radius: 0;
}
	div#fix-cta a span.sub-ttl {
    display: inline-block;
        font-size: .8em;
        padding-right: 6px;
}
	div#fix-cta a::after {
    right: 10px;
}
	.wp-block-columns.menuList {
    row-gap: 1em;
}
	
	.wp-block-cover__inner-container iframe {
    width: 100% !important;
}
	.footer-bottom.fdt-up-and-down.fnm-text-width.cf {
    margin: 0 0 3em;
    padding: 0;
}
	aside#nav_menu-2, aside#nav_menu-5 {
    margin-bottom: 10px;
}
.main figure.wp-block-table.alignfull table,.main figure.wp-block-table.alignfull table tbody,.main figure.wp-block-table.alignfull table tr,.main figure.wp-block-table.alignfull table th,.main figure.wp-block-table.alignfull table td {
    display: block;
    font-size: 16px;
}
.main figure.wp-block-table.alignfull table th {
    background: #f5f4ed;
}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	ul.mobile-header-menu-buttons li.search-menu-button.menu-button {
    display: none;
}
	.logo-menu-button img {
    width: 240px !important;
    margin: 10px auto 0;
	}
	body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: 70px;
}
}


@media screen and (max-width: 840px){
.wp-block-columns .wp-block-column {
    padding: 0 14px;
}
	div#footer-in .footer-widgets {
    display:flex;
}
    .wp-block-columns .wp-block-column {
        padding: 0;
    }
	.entry-content {
    padding: 0 16px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts {
    padding: 0 20px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    line-height: 1.4em;
    padding-left: 1.6em;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a::before {
    position: absolute;
    top: 0;
    left: -1.6em;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    position: relative;
}
	.wp-block-columns.no-box {
    display: block;
}
.wp-block-columns.no-box .number {
    width: auto;
    min-width:unset;
    position: absolute;
    height: auto;
    top: 0;
    border: none;
}
.wp-block-columns.no-box h3.wp-block-heading {
    padding-left: 2.8em;
        border-bottom: solid 2px;
        margin-bottom: 12px;
    }
.wp-block-columns.no-box .number p {
    color: #d5c6a1;
    font-style: italic;
}
.wp-block-columns.no-box.is-layout-flex {
    margin: 0 1em 20px;
    position: relative;
}
	div#footer-in .footer-widgets-mobile.cf {
    display: none;
}
	
}
@media screen and (max-width: 780px){
ul.wp-block-list.checkList.col2,
	ul.wp-block-list.checkList.col3,
	div#footer-in .footer-widgets{
    display: block;
}
	.menu-main_menu-container li, .menu-footer_menu-container li {
    margin: 0;
}
	.wp-block-buttons.sp-wrap.is-nowrap {
    flex-wrap: wrap;
}
	ul.wp-block-list.checkList.col2 li,
	ul.wp-block-list.checkList.col3 li{
    width: 100%;
    margin: 0 0 8px;
}
	.wp-block-columns.img-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}
.wp-block-columns.img-top figure.wp-block-image.size-large {
    width: 200px;
    margin: 0 auto;
}
}

@media screen and (max-width: 600px){
.wp-block-button a.wp-block-button__link.has-background.has-text-align-center.wp-element-button {
    min-width: auto;
}
	/* トップバナーSP ver. */
.home .eye-catch-wrap .eye-catch img {
    display: none;
}
.home .eye-catch-wrap .eye-catch {
    background: url(https://shape-body.com/sb/wp-content/uploads/2026/01/dd3fe4fb8f10bbef8af4f869b0f43406.png) no-repeat center top#f2f2f2;
        background-size: 100%;
        width: 100%;
        aspect-ratio: 12 / 13;
    overflow: hidden;
}
	
	.wp-block-button.cta-btn {
    width: 100%;
}
	.wp-block-cover.ctaFoot p.has-text-align-center {
        width: calc(100% - 80px);
    margin: 0 0 20px !important;
    text-align: left;
}
	.wp-block-cover.ctaFoot.youtube p.has-text-align-center {
    margin: 0 !important;
    width: 100%;
}
	.wp-block-cover.ctaFoot .wp-block-cover__inner-container{
		background:none;
	}
	.wp-block-cover.ctaFoot span.wp-block-cover__background {
    background: url(/sb/wp-content/uploads/2025/09/trainer.png) no-repeat right -20px bottom #f2f2f2;
    background-size: 200px;
}
	.wp-block-columns.no-box .wp-block-column.is-layout-flow {
    padding: 0;
}
	
figure.wp-block-gallery.nowrap figure.wp-block-image {
    width: 33% !important;
}
	    .article h4.bb-gld {
        padding-top: 0;
    }
	.article h4.wp-block-heading{
		font-size:1.4em;
	}
	
.wp-block-columns.type-wrap h4.wp-block-heading.bb-gld br {
    display: none;
}
.wp-block-columns.type-wrap h4.wp-block-heading.bb-gld span.fz-14px {
    padding-right: 6px;
}
.wp-block-columns.type-wrap h4.wp-block-heading.bb-gld {
    width: auto;
    text-align: left;
    display: inline-block;
}
h3.wp-block-heading span {
    display: none;
}
}

@media screen and (max-width: 480px){
}


#booking-package input {
    padding: 12px !important;
}
#booking-package button.book_now_button,#booking-package  button#returnToSchedules, #booking-package button#returnToCalendarButton {
    border: none;
    background: var(--second-color);
    padding: 0.6em;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
}
#booking-package button#returnToSchedules, #booking-package button#returnToCalendarButton {
    background: #555;
}
div#nextAndReturnPanel,div#paymentPanel, div#bottomPanel {
    width: 50%;
    margin: 0 auto;
}
#booking-package button.book_now_button:hover, #booking-package button#returnToSchedules:hover, #booking-package button#returnToCalendarButton:hover {
    opacity: .8;
}