@charset "UTF-8";

/* ------------------------------ */
/* 基本設定 */
/* ------------------------------ */
/* ホーム以外、フッターのスライダー非表示 */
:not(.home) > footer > .p-footer-slider {
  display: none;
}

.min-column {
  max-width: 800px;
  margin: auto;
}

.min-gap {
  gap: 8px !important;
}

.min-line-height {
  line-height: 1.6 !important;
}

/* scrollの記述 */
.scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
    .scroll-pc-off {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
	.scroll-pc-off img {
    display: inline-block;
    max-width: 824px!important;
  }
}
@media screen and (min-width: 769px) {
	.pc-hide {
	display: none;
}
}
@media screen and (max-width: 768px) {
	.sp-hide {
	display: none;
}
}

.mb0 {
	margin-bottom: 0!important;
}


/* ------------------------------ */
/* テーマ上書き */
/* ------------------------------ */
body p,
body li,
body dd,
body dt,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #111;
}

/* テキストブロックh2 */
.p-entry__body h2 {
  font-size: 32px !important;
}

/* テキストブロックh3 */
.p-entry__body h3 {
  font-size: 20px !important;
}

/* テーブルブロック */
.p-entry__body td, .p-entry__body th {
  font-size: 16px !important;
  line-height: 1.8;
}

/* テキストブロック */
.p-entry__body p {
  margin-bottom: 20px;
}

/* 画像周りの余白 */
figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-entry__body h2 {
    font-size: 24px !important;
  }

  .p-entry__body h3 {
    font-size: 20px !important;
  }
}

/* 追加したパンくずの上の余白 */
.archive .p-breadcrumb,
.blog .p-breadcrumb,
.page .p-breadcrumb,
.error404 .p-breadcrumb {
  height: auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .archive .p-breadcrumb,
  .blog .p-breadcrumb,
  .page .p-breadcrumb,
  .error404 .p-breadcrumb {
    height: 45px;
  }
}



@media screen and (max-width: 768px) {
	/* スマホメニューボタン */
.p-menu-btn.c-menu-btn {
  color: #fff;
}
	.p-global-nav a {
	color: #fff!important;
}

}
@media screen and (max-width: 991px) {
	.p-global-nav .menu-item-has-children > a > .sub-menu-toggle::before {
	border-color: #fff!important;
}
}



/* ------------------------------ */
/* トップページ .home */
/* ------------------------------ */
/* セクションの余分な部分非表示 */
.home #cb_1 .p-block04,
.home #cb_2 .p-index-section__content,
.home #cb_2 .p-visual,
.home #cb_2 .p-recommended-plan__title {
  display: none;
}

   #cb_1 .p-section-header__upper,
#cb_5 .p-section-header__upper{
        background-size: cover!important;
    }


.p-section-header__headline,
.p-entry__body h1{
	font-size: 24px!important;
}

@media screen and (max-width: 768px) {
	.p-section-header__headline,
.p-entry__body h1{
	font-size: 16px!important;
}
}

/* 文字数多い四角文字 */
@media screen and (max-width: 767px) {
  .home #cb_1 .p-section-header__headline {
    font-size: 16px !important;
  }
}



/* 非表示にした分の調整 */
.home #cb_2 {
  padding-top: 40px;
}

/* セクションの縦タイトル */
.home .p-section-header__title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home .p-section-header__title {
    font-size: 22px !important;
  }
}

.p-section-header__title,
.p-page-header__title {
	opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
	text-shadow: 0 0 0 #ffffff !important;
}

/* カラム数変更 */
.home #cb_2 .p-recommended-plan__list-item {
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .home #cb_2 .p-recommended-plan__list-item {
    width: 100%;
  }
}

/* 創のカード内テキスト調整 */
.home #cb_3.p-entry__body p {
  margin-bottom: 0;
  line-height: 1.6;
}
.home #cb_3.p-entry__body h3 {
  margin-bottom: 0.6em;
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  .home #cb_3.p-entry__body .p-article09__excerpt {
    display: block;
  }
}

/* お知らせの日付フォント */
.home .p-article10__date {
  font-family: "Times New Roman",Times,"Yu Mincho","游明朝","游明朝体","Hiragino Mincho Pro",serif;
}

/* 追加ボタンをデフォルトボタンに合わせる */
.home #cb_3.p-entry__body  .p-cb__item-btn a {
  color: #fff;
}
.home #cb_3.p-entry__body  .p-cb__item-btn a:hover {
  text-decoration: none;
}


/* ------------------------------ */
/* お知らせ一覧 */
/* ------------------------------ */
/* リスト上のテキスト */
.post-type-archive-news .p-news-list {
  position: relative;
  margin-bottom: 80px;
  padding-top: 5em;
}

.post-type-archive-news .p-news-list::before {
  content: "お知らせ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .post-type-archive-news .p-news-list {
    margin-top: 80px;
    padding-top: 3em;
  }

  .post-type-archive-news .p-news-list::before {
    font-size: 130%;
  }
}

/* リストの調整 */
.p-news-list__item {
  padding: 10px;
  background-color: #d9d9d9;
  border: none;
}

.p-news-list__item.p-article07 a {
  align-items: flex-start;
  background-color: inherit;
}

.p-news-list .p-article07__img {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
}

.p-news-list__item .p-article07__content {
  padding: 12px 0 0 20px;
}

.p-news-list__item .p-article07__date {
  font-family: "Times New Roman",Times,"Yu Mincho","游明朝","游明朝体","Hiragino Mincho Pro",serif;
  font-size: 12px;
  color: #000;
}

.p-news-list__item .p-article07__category {
  font-size: 12px;
  font-weight: 700;
}

.p-news-list__item .p-article07__title {
  font-weight: 700;
  color: #000;
}


/* ------------------------------ */
/* コラム一覧 */
/* ------------------------------ */
/* 導入文部分 */
.blog .p-archive-header {
  position: relative;
  padding-top: 0;
}

.blog .p-archive-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 700;
}

.blog .p-archive-header__desc p {
  margin: auto;
  writing-mode: vertical-rl;
  text-align: start;
}

@media screen and (max-width: 767px) {
  .blog .p-archive-header {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-top: 3em;
  }

  .blog .p-archive-header::before {
    font-size: 130%;
  }

  .blog .p-archive-header__desc p {
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

/* リストの調整 */
.blog .p-article01__cat,
.blog .p-article01__date,
.archive:not(.post-type-archive) .p-article01__cat,
.archive:not(.post-type-archive) .p-article01__date {
  display: none;
}

.blog .p-blog-list,
.archive:not(.post-type-archive) .p-blog-list {
  gap: 40px 15px;
  margin-bottom: 80px;
}

.blog .p-blog-list__item,
.archive:not(.post-type-archive) .p-blog-list__item {
  width: calc((100% - 45px) / 4);
  border: none;
}

@media screen and (max-width: 899px) {
  .blog .p-blog-list__item,
  .archive:not(.post-type-archive) .p-blog-list__item {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 699px) {
  .blog .p-blog-list__item,
  .archive:not(.post-type-archive) .p-blog-list__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 0;
  }
}

.blog .p-article01__content,
.archive:not(.post-type-archive) .p-article01__content {
  padding: 20px 0 0px;
}

@media screen and (max-width: 699px) {
  .blog .p-article01__content,
  .archive:not(.post-type-archive) .p-article01__content {
    padding: 0;
  }
}

.blog .p-article01__title,
.archive:not(.post-type-archive) .p-article01__title {
  font-weight: 700;
}

/* ------------------------------ */
/* お知らせ一覧 & コラム一覧 */
/* ------------------------------ */
/* 全幅用 */
.archive .l-contents,
.blog .l-contents {
  margin-bottom: 0;
  overflow: visible;
}

.archive .full-width,
.blog .full-width {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

.archive .full-width__inner,
.blog .full-width__inner {
  width: 92.1875%;
  max-width: 1180px;
  margin: auto;
}

/* ボタン */
.archive .p-info__btn.p-btn,
.blog  .p-info__btn.p-btn {
  color: #fff;
}
.archive .p-info__btn.p-btn:hover,
.blog .p-info__btn.p-btn:hover {
  text-decoration: none;
}

.page-id-44 .p-section-header__upper {
	background-size: initial!important;
}

/* こだわりリンク（前のデザイン構成） */
/* .archive .p-section-header__upper,
.blog .p-section-header__upper {
  margin-top: 80px;
  background-image: url(https://yuzu0313.sakura.ne.jp/suitou/wp-content/uploads/2025/09/test-section03.jpg);
}

@media screen and (max-width: 767px) {
  .archive .p-section-header__upper,
  .blog .p-section-header__upper {
    height: 300px;
  }
}

.archive .p-section-header__upper .p-section-header__title,
.blog .p-section-header__upper .p-section-header__title {
  right: 53%;
  width: auto;
  transform: translate(100%, -50%);
}

.archive .p-section-header__upper .p-section-header__title--vertical span,
.blog .p-section-header__upper .p-section-header__title--vertical span {
  text-shadow: 0 0 0 #fff;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .archive .p-section-header__upper .p-section-header__title--vertical span,
  .blog .p-section-header__upper .p-section-header__title--vertical span {
    font-size: 26px;
  }
}

.archive .p-section-header__upper .p-btn,
.blog .p-section-header__upper .p-btn {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-100%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  min-width: auto;
  min-height: 220px;
  background-color: #000;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .archive .p-section-header__upper .p-btn,
  .blog .p-section-header__upper .p-btn {
    left: 40%;
  }
}

.archive .p-section-header__upper .p-btn:hover,
.blog .p-section-header__upper .p-btn:hover {
  background: #660000;
} */

/* お問い合わせボタン（前のデザイン構成） */
/* .archive .p-info__btn.p-btn,
.blog .p-info__btn.p-btn {
  color: #fff;
}

.archive .p-info__btn.p-btn:hover,
.blog .p-info__btn.p-btn:hover {
  text-decoration: none;
} */

.l-header {
	background: #111;
}


.page #tab_container_444 .wpsm_nav-tabs > li > a {
	padding: 20px 30px!important;
}
.page #tab_container_444 .tab-content {
	padding: 40px!important;
}

.tab-content > .active {
	line-height: 1.6!important;
}

.p-block05__upper .p-block05__img {
	height: 263px;
}
@media screen and (max-width: 768px) {
	.p-block05__upper .p-block05__img {
	height: 91px;
}
}

.p-block05__upper .p-block05__img img {
	height: 100%;
	object-fit: cover;
}


.p-footer-slider {
	display: none;
}

.p-global-nav > ul > li > a {
	padding: 0 6px;
}
@media screen and (max-width: 1066px) {
	.p-global-nav > ul > li > a {
	padding: 0 4px;
		font-size: 12px;
	}
}
.p-global-nav > ul > li > a:hover {
	background: #6b8f48;
}

.home #cb_2 .p-recommended-plan__list-item {
    background: #f8f0d9;
}

/* 背景色 */

#cb_5 .p-block05__content {
    background: #4d722a!important;
}

.page-id-101 .p-article09__content {
	background: #f8f0d9!important;
}

.p-block05__content-title,
.p-block05__content-desc {
color: #fff;	
}

.p-cb__item:last-child {
    margin-bottom: 100px!important;
}

#cb_5 .p-section-header__upper {
	position: relative;
} 

.p-page-header__upper {
	background-attachment: initial!important;
	background-position: center;
	background-size: cover;
	margin-top: 70px;
/* 	max-width: 1200px;
    margin: 70px auto 0;
	padding-top: 0; */
}
@media screen and (max-width: 991px) {
	.p-page-header__upper {
		margin-top: 60px;
	}
}
.p-page-header__title--with-padding {
	padding-top: 0;
}
.p-page-header__title {
/* 	padding-top: 0; */
}
.page-id-44 .p-page-header__upper,
.page-id-101 .p-page-header__upper,
.page-id-115 .p-page-header__upper,
.page-id-169 .p-page-header__upper{
	position: relative;
	background-size: cover;
}

#cb_5 .p-section-header__upper::before,
.page-id-44 .p-page-header__upper::before,
.page-id-101 .p-page-header__upper::before,
.post-type-archive-news .p-page-header__upper::before ,
.page-id-115 .p-page-header__upper::before,
.page-id-169 .p-page-header__upper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.p-section-header__headline--vertical .p-section-header__headline-inner,
.p-page-header__headline--vertical .p-page-header__headline-inner{
	writing-mode: horizontal-tb!important;
}

.p-article09__content {
    text-align: center;
}

.c-logo--retina img {
	width: 80%!important;
}

.page-id-101 h3.p-article09__title {
margin-bottom: 0;
}

.page-id-101 h3.p-article09__title {
    font-size: 16px!important;
}

.page-id-101 h3.p-article09__title span {
    font-size: 20px;
		margin-bottom: 3px;
    display: inline-block;
}

.p-entry__body h1 {
	background: #651611!important;
}

.page-id-167 .p-entry__body h3 {
	padding: 12px;
}
/* .page-id-167 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p {
	color: #fff!important;
} */

.page-id-167 .is-layout-flex {
	margin-bottom: 0;
	padding: 0;
}
.is-layout-flex .text-wrapper p {
	padding-left: 12px;
}

.is-layout-flex .wp-block-heading {
	padding-left: 12px;
	padding-top: 12px;
}
@media screen and (max-width: 768px) {
	.is-layout-flex .wp-block-heading {
	padding: 12px;
}
	.is-layout-flex .text-wrapper p {
	padding: 12px;
}
}

/* ===================================================== */
/* 共通クラス */
/* ===================================================== */

.bg_skin {
	background: #fff5e7!important;
}

.bg_skin .wp-block-heading,
.bg_skin p {
	color: #000;
}

.bg_green {
	background: #4c722a!important;
}

.bg_green .wp-block-heading,
.bg_green p {
	color: #fff!important;
}

.gap0 {
	gap: 0;
}

.gap10 {
	gap: 10px;
}

.gap20 {
	gap: 20px;
}

.mb0 {
	margin-bottom: 0!important;
}

.max-initial {
	max-width: initial!important;
}

/* ===================================================== */

.wp-block-column p {
	padding-left: 12px;
}


/* 料金セクション */
.purchase-flow-wrapper {
    font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.purchase-flow-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.purchase-flow-wrapper .pf-card {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.purchase-flow-wrapper .pf-header {
    background: #a98d45;
    color: white;
    padding: 10px;
    text-align: center;
}

.purchase-flow-wrapper .pf-header h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.purchase-flow-wrapper .pf-content {
    padding: 16px;
	background: #ffedc6;
}
@media screen and (min-width: 769px) {
	.purchase-flow-wrapper .pf-content {
	min-height: 586px;
}
}

.purchase-flow-wrapper .pf-section {
    margin-bottom: 24px;
}

.purchase-flow-wrapper .pf-section:last-child {
    margin-bottom: 0;
}

.purchase-flow-wrapper .pf-section-title {
    font-size: 20px!important;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.purchase-flow-wrapper .pf-flow-list {
    list-style: none;
    counter-reset: flow-counter;
}

.purchase-flow-wrapper .pf-flow-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 16px;
}


.purchase-flow-wrapper .pf-flow-item:last-child {
    margin-bottom: 0;
}

.purchase-flow-wrapper .pf-flow-number {
    counter-increment: flow-counter;
    min-width: 36px;
    height: 36px;
    background: #4c722a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
}

.purchase-flow-wrapper .pf-flow-number::before {
    content: counter(flow-counter);
}

.purchase-flow-wrapper .pf-flow-text {
    flex: 1;
    font-size: 16px;
}

.purchase-flow-wrapper .pf-flow-text strong {
    color: #2d3748;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	.purchase-flow-wrapper .pf-flow-text {
		padding-top: 0;
	}
}

.purchase-flow-wrapper .pf-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.purchase-flow-wrapper .pf-payment-method {
    padding: 20px 24px;
    background: #f8fafc;
    color: #2d3748;
    font-size: 16px;
    border: 2px solid #e2e8f0;
}

.purchase-flow-wrapper .pf-payment-method strong {
    font-weight: 600;
    color: #1a202c;
    display: block;
    margin-bottom: 4px;
}

.purchase-flow-wrapper .pf-payment-method .pf-details {
    font-size: 14px;
    color: #718096;
}

.purchase-flow-wrapper .title {
	margin-bottom: 0;
}



.button_link a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4c722a;
	color: #fff!important;
	border-radius: initial;
	margin-top: 20px;
}


.p-copyright {
	background: #4d722a!important;
	color: #fff;
}
    
.p-index-slider__arrow,
.p-index-slider__arrow::before{
	display: none!important;
}

.adress-wrapper span {
	font-size: 18px;
	display: block;
	line-height: 1.6;
}
.adress-wrapper .title {
	font-size: 12px;
}

.adress-wrapper .adress {
	margin-bottom: 1em;
}

.adress-wrapper .tel {
	font-size: 28px;
}

.adress-wrapper br {
	display: none;
}

.wp-block-table .has-fixed-layout td, 
.wp-block-table .has-fixed-layout th {
	line-height: 1.5;
}

.c-logo img {
	vertical-align: middle;
	width: 240px;
	height: auto;
}

.p-index-slider__item-img {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.p-index-slider__item-img {
		margin-top: 60px;
	}
}
@media screen and (min-width: 992px) {
	.p-global-nav .sub-menu a {
	width: 185px;
}
}


@media screen and (max-width: 767px) {
	.p-page-header__desc--vertical,
    .p-section-header__desc--vertical {
        text-align: center;
    }
}

label br {
  display: none;
}

/* 入力文字（ユーザーが打った文字） */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  color: #333;
}

/* placeholder 文字色 */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #ccc;
  opacity: 1; /* Safari等で薄くなるの防止 */
}

/* （任意）ブラウザ互換用：古いEdge/IE系 */
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  color: #333;
}