body {
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif !important;
}

.main {
    background-color: transparent !important;
    min-height: 500px; /*本文が短い場合もフッターが下部に来るよう調整*/
}

a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

a {
    color: #000000;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

/*縦が短い時にフッターが上にいかない*/
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    flex: 1;
}

/*PCSP改行分け*/
/* デフォルトでは改行させる（表示） */
.pcbr {
  display: block;
}
/* 480px以下では非表示にして改行しない */
@media screen and (max-width: 480px) {
  .pcbr {
    display: none;
  }
}

/* デフォルトでは非表示（PCなど）＝改行しない */
.spbr {
  display: none;
}

/* スマホ（480px以下）でだけ改行する */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}


/*PCSP出し分け*/
/* 初期設定：PC表示のみ */
.pc-only { display: block; }
.sp-only { display: none; }

/* スマホだけ表示切り替え */
@media screen and (max-width: 480px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}


/*グローバルナビ*/
@media screen and (min-width: 1023px) {
div#header-container {
    display: flex;
    align-items: center;/*縦真ん中に*/
    height: 90px;/*ナビの高さ*/
}
}
.navi-in > ul > li:not(:last-child) > a:hover {
  background-color: initial !important;
}

.navi-in > ul {
    justify-content: flex-end !important;
}

.header-container-in #navi .navi-in>ul>li>a {
    padding: 0 1em;
    font-size: 15px;
}

/*スマホメニュー*/
@media screen and (max-width: 1023px) {

span.fa.fa-close {/*ばってんを変更*/
    font-family: initial !important;
    font-size: 0 !important;
    background-image: url('/wp-content/themes/cocoon-child-master/assets/hopecrew/img/icon-close.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

#navi-menu-content .menu-close-button {
    font-size: 1em;
    margin-bottom: 20px;
}

.menu-drawer a {
    font-size: 18px;
    color: var(--cocoon-text-color);
    padding: 13px 11px 11px 11px !important;
    text-align: right;
}

.menu-drawer a:hover {
    /* background-color: #f5f8fa; */
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}

/*ハンバーガーメニューの大きさ調整*/
.mobile-menu-buttons .menu-icon {
    font-size: 25px !important;
}

/*お問い合わせのボタン装飾 スマホのみ*/
li.menu-sp-ctabtn.menu-item {
    background: #37AE37;
    border-radius: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

li.menu-sp-ctabtn.menu-item a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 90px !important;
    padding-left: 90px !important;
    white-space: nowrap;
}

li.menu-sp-ctabtn.menu-item a::after {
    content: '';
    background-image: url(/wp-content/themes/cocoon-child-master/assets/hopecrew/img/icon-11.png);
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
}

@media screen and (max-width: 1080px) {
.header-container-in #navi .navi-in>ul>li>a {
    padding: 0 0.9em;
    font-size: 14px;
}
}

.header-container-in #navi .navi-in>ul>li:last-child>a {
    background: #37AE37;
    border-radius: 30px;
    height: 50px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 1.4em 3px;
    margin-top: 5px;
}
#navi .navi-in>ul>li:last-child {
    margin-left: 20px;
}
#navi .navi-in > ul > li:last-child > a::after {
    content: '';
    background-image: url(/wp-content/themes/cocoon-child-master/assets/hopecrew/img/icon-11.png);
    display: inline-block;
    width: 28px;
    height: 32px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*フッターウィジェット左*/
.footer-logo {
  max-width: 280px;
  height: auto;
}

.footer-cta {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}

.door {
  width: 30px;
  height: 32px;
  transform: rotate(360deg);
  transform-origin: top left;
}

/*テスト*/
.footer-cta-cover {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  height:58px;
  padding: 10px 10px 12px 10px;
  background: #37AE37;
  border-radius: 33px;}

.footer-cta-text {
  font-weight: bold;
  color: white;
  font-size: 16px;
}

.door-icon {
  width: 24px;
  height: auto;
}
.footer-cta-cover {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*
.button {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;

}

.footer-cta-cover {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 31px;
  display: inline-flex;
}
*/
.footer-widgets {
    margin: 30px auto -40px;
}

/*フッター下部*/
.footer-bottom-content .navi-footer-in > .menu-footer li:last-child {
    border-right: inherit;
}
.footer-bottom-content .navi-footer-in > .menu-footer li {
    width: 120px;
    border-left: inherit;
}
div#navi-footer-in a, .source-org.copyright {
    color: #fff !important;
}
.navi-footer-in a:hover {
    background-color: transparent !important;
    opacity: 0.6;
}
.source-org.copyright {
    font-size: 12px !important;
}
@media screen and (max-width: 480px) {
.footer-logo {
    width: 250px;
    height: auto;
    margin: 0 auto;
}
.container .footer {
    padding-top: 15px;
}
.footer-bottom {
    margin-top: 0px;
}
}


/*フッターウィジェット調整*/
.footer-center {
    display: none;
}
.footer-left {
    max-width: 24%;
}
/*
.footer-widgets {
    gap: 60px;
}
*/
ul#menu-footer {
    display: flex;
    gap: 50px;
}
li.menu-footer-item a {
    color: #fff !important;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*フッター*/
.container .footer {
    padding-top: 40px;
}

#menu-footer.menu-footer {
  display: flex;
  flex-wrap: wrap; /* 折り返し有効 */
  list-style: none;
}
/*綺麗に折り返して整列*/
@media screen and (max-width: 1130px) {
  #menu-footer {
    justify-content: center; /* 中央揃えにしたい場合 */
    gap: 0.5em;               /* 間隔も追加（任意） */
  }

  #menu-footer li {
    flex: 1 1 40%;        /* 幅は40%で折り返す（2列） */
    text-align: center;
  }

  #menu-footer a {
    display: inline-block;
    white-space: nowrap;  /* 改行させない（任意） */
  }

}
#menu-footer li {
    text-align: left;
}
@media screen and (max-width: 1130px) {
  .footer-right {
    justify-content: flex-start;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1140px) {
ul#menu-footer {
    gap: 20px;
    margin-left: 70px;
}}

/* 親要素をFlexにして中央寄せを強制 */
.footer-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
/* Footer content */
.site .content-footer {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0ebe2;
}

footer#footer {
    background: #6D5D46;
}
.item-label {
    font-weight: 700;
}

/*モバイル*/

  li.search-menu-button.menu-button {
    display: none !important;
}

@media screen and (max-width: 1023px) {
ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 60px;
    flex-direction: row-reverse;
}
}

.mobile-menu-buttons .menu-button {
    justify-content: flex-start !important;
    width: 37px !important;
}


/*------------
 コンタクトページ
------------*/

/*左カラム*/
.contact-title {
  font-size: 36px;
  line-height: 150%;
  font-weight: 700;
}
.contact-description {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 500;
}
.contact-phone-box {
  background: #fff;
  padding: 20px 30px;
  margin-top: 30px;
}
.contact-phone-label {
    background-color: #E59D00;
    color: #fff;
    border-radius: 21px;
    padding: 0px 15px 1px;
    display: block;
    font-weight: 500;
}
.contact-phone-number {
  font-size: 36px;
  color: #E59D00;
  font-weight: 700;
}
@media screen and (max-width: 480px){
.contact-phone-number {
    font-size: 33px;
}}
.contact-phone-number a {
  color: #E59D00;
}
.contact-phone-hours {
    font-size: 16px;
    font-weight: 500;
}

.contact-phone-hours span {
    font-size: 12px;
}

@media screen and (max-width: 834px) {
.contact-title {
    font-size: 30px;
    font-weight: 700;
}
}

/*右カラム*/
span.require {
    font-size: 11px;
    padding: 0 5px 1px 5px;
    background: #E59D00;
    margin-left: 8px;
    margin-bottom: 5px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #37AE37;
    height: 77px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 11px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit {
  height: 50px;
  border: none !important;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    gap: 28px;
}

/* 834px以下：タブレット縦 */
@media screen and (max-width: 834px) {
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

.contact-info {
    width: 100%;
    max-width: 589px !important;
}
.form-group {
    width: 100%;
    max-width: 100%;
}
/*右側空け*/
.page-template-contact-form .contact-section {
    padding: 10px 15px 40px 0;
}
}


.contact-info {
  max-width: 511px;
}

.form-group {
  width: 589px;
}

.form-group-in {
    margin-bottom: 20px;
}
.form-policy span {
    margin-bottom: 23px;
    margin-left: 0px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    transform: scale(1.3);
    cursor: pointer;
    vertical-align: middle;
    margin-right: 4px;
}
.form-policy a {
    border-bottom: 1px solid;
    color: #000000;
}

textarea {
    height: 200px;
}

.wpcf7-list-item {
    margin: 0 0 0 0em;
}
/*------------
 コンタクトページここまで
------------*/

/*------------
 サイドバー
------------*/
#sidebar .widget h2 {
    font-size: 18px;
}
#sidebar h2.wp-block-heading {
    background-color: #6D5D46;
    padding: 10px;
    color: #ffffff;
}
.sidebar {
    background-color: transparent !important;
}
/*------------
 サイドバーここまで
------------*/


/*------------
 ブログページ
------------*/
.wp-singular .entry-title {
    font-size: 32px;
}

.wp-singular h1 {
    font-size: 30px;
}

.wp-singular .article h2 {
    padding: 25px 0px 0px;
    background-color: inherit;
}

.wp-singular .article h3 {
    border-left: 3px solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 22px;
    padding: 0px 10px;
}

.wp-singular .article h4 {
    border-top: none;
    border-bottom: 1px solid #000000;
    padding: 9px 0px;}

.wp-singular .article h5, .wp-singular .article h6 {
    font-size: 18px;
    padding: 9px 0px 0px;
    border-bottom: none;
}

.wp-singular .article h2, .wp-singular .article h3, .wp-singular .article h4, .wp-singular .article h5, .wp-singular .article h6 {
    margin-bottom: 1em;
    margin-top: 40px;
}

/*テーブル*/
.wp-singular table:not(.has-border-color) :where(th, td) {
    border: 1px solid #000000;
}
.wp-singular table tr:nth-of-type(2n+1) {
    background-color: #beae97;
}
@media screen and (max-width: 480px) {
.wp-singular .content .main {
    padding: 37px 29px;
}

.wp-singular .entry-title {
    font-size: 30px;
    padding: 0.6em 0em;
    line-height: 160%;
    padding: 0.6em 0em;
}

.wp-singular h1 {
    font-size: 26px;
}

.wp-singular .article h2 {
    font-size: 23px;
    padding: 0.6em 0.8em;
}

.wp-singular .article h3 {
    font-size: 20px;
}
.wp-singular .article h4 {
    font-size: 18px;
}
}


/*------------
 ブログページここまで
------------*/


/*------------
 ブログ一覧ページ
------------*/
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .widget_block ul li a:hover {
    background-color: transparent !important;
}

@media screen and (max-width: 480px) {
    .entry-card-thumb {
        width: 100% !important;
    }
}

body.archive.date .entry-card-thumb{ /*画像横空き*/
margin-right: 3%;
}

/*------------
 ブログ一覧ページここまで
------------*/

/*------------
 プライバシーポリシーページ
------------*/
.privacy-policy .article h2 {
    font-size: 18px;
    padding: 0px !important;
    background-color: inherit !important;
}
.privacy-policy .article h2 {
    margin-bottom: 0.62em;
}

.privacy-policy .entry-content>* {
    margin-bottom: 2.3em;
}

.privacy-policy ul.wp-block-list {
    margin-top: -20px;
}

.privacy-policy .date-tags {
    display: none;
}

.privacy-policy h1.entry-title {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .privacy-policy h1.entry-title {
    margin-top: 10px;
}
    .privacy-policy .entry-title, .article h2 {
        font-size: 20px;
        padding: 0em 0em !important;
    }
    .privacy-policy .article h2 {
    font-size: 16px;
    }
}
/*------------
 プライバシーポリシーページここまで
------------*/

/*------------
 サンクスページ
------------*/
.thankyou-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 60px 0px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-title {
  margin-bottom: 20px;
}

.thankyou-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.thankyou-message p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 480px) {
.thankyou-message p {
  text-align: left;
}
}
/*------------
 サンクスページここまで
------------*/

/*リキャプチャ*/
.grecaptcha-badge {
    visibility: hidden !important;
}
.hope-recap p {
    color: #858585;
    font-size: 10px;
    font-weight: 300;
    margin-top: -20px;
}