/* 本文のテキスト */
@media  screen and (max-width:639px) {
  p {
    font-size: 16px;
	  margin-top:15px!important;
  }
}

/* h2タイトル */
h2,.h2 {
  font-size: 46px!important;
  font-weight: 900;
}
@media screen and (max-width:1023px) {
  h2,.h2 {
    font-size: 38px!important;
  }
}
@media screen and (max-width:639px) {
  h2,.h2 {
    font-size: 30px!important;
  }
}
/* h3タイトル */
h3,.h3 {
  font-size: 38px!important;
}
@media screen and (max-width:1023px) {
  h3,.h3 {
    font-size: 28px!important;
  }
}
@media screen and (max-width:639px) {
  h3,.h3 {
    font-size: 22px!important;
  }
}
/* h4タイトル */
h4 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  h4,.h4 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  h4,.h4 {
    font-size: 22px!important;
  }
}
/* h5タイトル */
h5 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  h5,.h5 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  h5,.h5 {
    font-size: 20px!important;
  }
}
:where(h2,h3,h4,h5,h6) {
  font-weight: normal!important;
}


.sp-show {
	display:none;
}
@media screen and (max-width:639px) {
	.sp-show {
	display: block;
}
}

.sp-none {
	display:inline-block;
}
@media screen and (max-width:639px) {
	.sp-none {
	display:none;
}
}




/* 目次 */
.wpco {
	background:#fff;
}
.wpco__title {
	font-size:20px!important;
	font-weight:bold;
	display:none;
}
@media screen and (max-width:639px) {
.wpco .contents-outline a {
	font-size:16px;
}
}


/* リストの番号 */

ul.is-style-vk-numbered-square-mark li:before, ol.is-style-vk-numbered-square-mark li:before {
	line-height:1.4!important;
}




/* セクションサブタイトルのfont-size  */
.smb-section__subtitle {
  font-size: 18px;
}


/* 投稿ページのタイトルデザインとフォントサイズ */

.single:not(.single-tel)  article time {
  font-size: 20px;
}
.single:not(.single-tel) article {
  padding: 30px 30px;
  background-color: #ececec;
}

@media screen and (max-width:639px) {
  .single:not(.single-tel)  article time {
    font-size: 16px;
  }
  .single:not(.single-tel) article {
    padding: 15px;
  }
}

.single:not(.single-tel) main h1  {
  font-size: 30px!important;
}
@media screen and (max-width:1023px) {
  .single:not(.single-tel) main h1  {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .single:not(.single-tel) main h1  {
    font-size: 22px!important;
  }
}

.single:not(.single-tel) main h2 {
  font-size: 22px!important;
  margin-bottom: 15px!important;
}
@media screen and (max-width:1023px) {
  .single:not(.single-tel) main h2  {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  .single:not(.single-tel) main h2  {
    font-size: 20px!important;
  }
}

.single:not(.single-tel) main h3  {
  font-size: 20px!important;
  margin-bottom: 15px!important;
}
@media screen and (max-width:1023px) {
  .single:not(.single-tel) main h3  {
    font-size: 20px!important;
  }
}
@media screen and (max-width:639px) {
  .single:not(.single-tel) main h3  {
    font-size: 18px!important;
  }
}

.single:not(.single-tel) main h4  {
  font-size: 18px!important;
  margin-bottom: 15px!important;
}




/* 赤のボタン */
.red-btn a{
  padding-right: 90px!important;
position: relative;
font-size: 24px!important;
}
.red-btn a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(https://takumi-lauren.co.jp/wp-content/uploads/2025/02/yagirushi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.red-btn a:hover::after {
right: 0px;
transition: 0.3s;
}

@media  screen and (max-width:639px) {
  .red-btn-wrapper {
    justify-content: center!important;
  }
  .red-btn a{
    padding-right: 60px!important;
  font-size: 18px!important;
  }
  .red-btn a::after {
    content: "";
    width: 30px;
    height: 13px;
    right: 20px;
  }
  .red-btn a:hover::after {
    right: 10px;
    transition: 0.3s;
    }
}
@media  screen and (max-width:639px) {

}


/* 白のボタン */
.white-btn a{
  padding-right: 90px!important;
position: relative;
font-size: 24px!important;
}
.white-btn a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(https://takumi-lauren.co.jp/wp-content/uploads/2025/02/black-yagirushi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.white-btn a:hover::after {
right: 0px;
transition: 0.3s;
}

@media  screen and (max-width:639px) {
  .white-btn a{
    padding-right: 60px!important;
  font-size: 18px!important;
  }
  .white-btn a::after {
    content: "";
    width: 30px;
    height: 13px;
    right: 20px;
    top: 60%;
  }
  .white-btn a:hover::after {
    right: 10px;
    transition: 0.3s;
    }
}


/* ------セクションのタイトル------- */
/* ホームページ */
h2.smb-section__title {
  font-weight: 900!important;
}







/* セクションのタイトル下の線 */
.smb-section__title:after {
  height: 50px;
  width: 2px;
  background-color: var(--wp--preset--color--sm-accent)!important; 
}

/* セクションリード文の余白 */
.smb-section__lede-wrapper {
  margin-top: 20px!important;
}

/* セクションリード文のフォント */
.smb-section__lede {
  font-size: 18px;
}
@media screen and (max-width:639px) {
  .smb-section__lede {
    font-size: 16px;
  }
}


/* セクション下のマージンの調整 */
.smb-section__body:nth-child(2) {
  margin-top: 60px !important;
}
@media screen and (max-width:1023px) {
  .smb-section__body:nth-child(2) {
    margin-top: 40px !important;
  }
}
@media screen and (max-width:639px) {
  .smb-section__body:nth-child(2) {
    margin-top: 30px !important;
  }
}


.wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2){
  margin-top: 30px !important;
}
@media screen and (max-width:1023px) {
  .wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width:639px) {
  .wp-block-snow-monkey-blocks-section-break-the-grid .smb-section__body:nth-child(2) {
    margin-top: 20px !important;
  }
}



/* パネルのpadding 調整*/
@media screen and (max-width:1023px) {
  .smb-panels__item__body {
    padding: 20px 15px;
  }
}

/* vkプラグイン　ボックスのpadding調整 */
@media screen and (max-width:1023px) {
  .vk_borderBox_body {
padding: 15px!important;
font-size: 16px!important;
  }
}
/* カバーのpadding調整 */
@media screen and (max-width:1023px) {
  .wp-block-cover {
      padding: 20px 15px!important;
  }
  
  }
  /* boxのpadding調整 */
  @media screen and (max-width:1023px) {
  .wp-block-snow-monkey-blocks-box {
    padding: 20px 15px!important;
  }
  
  }
/* 背景テキスト */
.smb-section__background-text__text {
  line-height: 2;
  font-family:"Montserrat",sans-serif!important;
}
@media screen and (max-width:1023px) {
  .smb-section__background-text__text {
   font-size: 60px;
   line-height: 3.5;
  }
}
@media screen and (max-width:639px) {
  .smb-section__background-text__text {
   font-size: 50px;
   line-height: 1;
   top: 30px;
   left: 10px;
  }
}


/* publishプラグインのホバー時のboxshadow削除 */
.wp-block-advgb-button .wp-block-advgb-button_link:hover {
  box-shadow: none;
}



.c-drawer {
  background-color: #000!important;
}
.l-header .c-hamburger-btn__bar {
  background-color: #fff!important;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2) {
  background-color: #000!important;
}


.drawer-btn {
  max-width: 200px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}


.l-header__content {
  background-color: #000;
  color: #fff;
}
.c-navbar__submenu .menu-item {
  font-size: 14px!important;
}
.c-navbar__submenu .menu-item a {
	padding-left:10px;
	padding-right:10px;
}

/* フッター */
.l-footer p {
	font-size:18px;
}
.l-footer a {
	font-size:18px;
}
.l-footer .c-ic-angle-right:before {
	border-color:#fff!important;
}
@media screen and (max-width:639px) {
	.l-footer p {
	font-size:16px;
}
.l-footer a {
	font-size:16px;
}
}
.l-footer .l-footer-widget-area{
  padding: 90px 0!important;
  background-color: #000;
  color: #fff!important;
  font-weight: bold;
}
@media  screen and (max-width:639px) {
  .l-footer .l-footer-widget-area{
    padding-bottom: 40px!important;
  }
}
.l-footer .c-widget .c-container{
  padding: 0;
}
.l-footer .hed-subtitle{
  font-size: 11px;
}
.l-footer .menu-item {
  margin-bottom: 20px;
}
.l-footer .menu-item a >span{
  display: flex;
  flex-direction: column!important;
}
.l-footer  .sub-nemu {
position: relative;
padding-left: 20px;
}
.l-footer  .sub-nemu::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #fff;
  }

  .l-footer .contact-btn {
    margin-top: 40px;
  }
  .l-footer .contact-btn a{
    padding: 10px!important;
    box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  border: 2px solid #fff!important;
  font-size: 18px!important;
  }
@media screen and (min-width:1024px) {
.l-footer .l-footer-widget-area__item:nth-child(1) {
  --_item-width:33%;
}
.l-footer .l-footer-widget-area__item:nth-child(2) {
  --_item-width:27%;

}
.l-footer .l-footer-widget-area__item:nth-child(3) {
  --_item-width:20%;

}
.l-footer .l-footer-widget-area__item:nth-child(4) {
  --_item-width:20%;

}
}
.l-footer .l-footer-widget-area__item:not(:nth-child(1)) {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .l-footer .l-footer-widget-area__item:nth-child(2) {
    margin-bottom: 0;
  }
  .l-footer .l-footer-widget-area__item:nth-child(3) {
    margin-bottom: 0;
  }
}

.c-copyright--inverse {
  background-color: var(--wp--preset--color--sm-sub-accent)!important;
}






.ft-bottom {
	padding:60px 20px;
	text-align:center;
	background:#000;
}
@media screen and (max-width:639px) {
	
.ft-bottom {
	text-align:left;
}
}
.ft-bottom-inner {
	max-width:1200px;
	margin:0 auto;
}
.ft-bottom-img-wrapper {
	max-width:400px;
	margin: 0 auto 30px;
	margin-bottom:30px;
}
.ft-bottom-desc {
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
}
.ft-bottom a {
	color:#fff;
	display:block;
	text-decoration:underline;
	font-size:16px;
}
.ft-bottom a:hover {
	text-decoration:underline!important;
}


/* 固定バナー */
.fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: rgba(255, 255, 255,.7);
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
  max-width: 250px;
  box-sizing: border-box;
  z-index: 9999;
}
.fixed-title {
text-align: center;
font-size: 15px;
color: #000;
letter-spacing: 0;
	margin-bottom:5px;
}
.fixed-title span {
  color: var(--wp--preset--color--sm-accent)!important;
}
.fixed a {
	max-width:200px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.fixed a:hover {
  filter: brightness(70%);
}
.fixed img{
}
.fixed-contact {
}

@media  screen and (max-width:767px) {
  .fixed {
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    padding: 5px 5px;
    max-width: 180px;
  }
  .fixed-title {
  font-size: 12px;
  }
	.fixed a {
		max-width:150px;
	}
}




/* ファーストビュー */
.cmn-fv-sec .title {
  font-size: 90px!important;
  letter-spacing: 0.07em;
  line-height: 1.2;
  font-family:"Montserrat",sans-serif!important;
}
.cmn-fv-sec .sub-title {
  font-size: 32px!important;
}

@media  screen and (max-width:639px) {
  .cmn-fv-sec .title {
    font-size: 40px!important;
    letter-spacing: 0.07em;
    line-height: 1.2;

  }
  .cmn-fv-sec .sub-title {
    font-size: 22px!important;
  }
}








/* ーーーーーーーーー各サービスページのタイトルーーーーーーーーー */
.cmn-service-sec .cmn-service-main-title span{
  position: relative;
  font-size: 52px!important;
  padding: 10px;
}
.cmn-service-sec  .cmn-service-main-desc {
  font-size: 20px;
}
@media  screen and (max-width:1023px) {
  .cmn-service-sec .cmn-service-main-title span{
    font-size: 34px!important;
  }
}
@media  screen and (max-width:639px) {
  .cmn-service-sec .cmn-service-main-title span{
    font-size: 24px!important;
    padding: 0px;
    line-height: 1.3;
  }
  .cmn-service-sec  .cmn-service-main-desc span{
    font-size: 18px!important;
  }
	.cmn-service-sec  .cmn-service-main-desc {
  font-size: 18px!important;
}
}






/* ーーーーーーーーー各サービスページの特徴ーーーーーーーーー */

  .cmn-features-sec h3 {
    line-height: 1.2;

  }
  .cmn-features-sec h3 .sme-bg-color {
  }
  .cmn-features-sec .num span{
    opacity: .6;
  }
  .cmn-features-sec img {
    aspect-ratio: 4/3;
  }
@media  screen and (max-width:1023px) {

  .cmn-features-sec .num span{
    font-size: 80px!important;
  }
}
@media  screen and (max-width:639px) {
  .cmn-features-sec h3{
padding-top: 10px!important;
padding-bottom: 10px!important;
  }
  .cmn-features-sec .num span{
    font-size: 60px!important;
  }
}



/* フォントの習字一括調整 */
/* サービス一覧ページ */
.cmn-service-sec h2 strong, .cmn-service-sec h3,.cmn-service-sec .sub-title
{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.05em;
}
.produce-sec h2 {
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
.produce-point-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}

.top-voice-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}

.cmn-features-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
.reserve-flow-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
.sns-nayami-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
.top-voice-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
.seo-faq-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}

/* 会社概要 */
.mission-sec h3,.vision-sec h3,.value-sec h3{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.05em;
}


/* レビューフォーム */
.review-form-sec  h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}

/* 資料フォーム */
.document-contact-sec h2{
	 font-family: 'TamanegiKaisho';
	letter-spacing:0.1em;
}
