.elementor-kit-7{--e-global-color-primary:#6B594D;--e-global-color-secondary:#CDAE92;--e-global-color-text:#6B594D;--e-global-color-accent:#A55454;--e-global-color-dfb7991:#DFCCBA;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;font-family:"Noto Serif JP", Sans-serif;font-size:16px;letter-spacing:0.05em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Noto Serif JP", Sans-serif;font-size:34px;}.elementor-kit-7 h1{font-family:"Noto Serif JP", Sans-serif;font-size:38px;}.elementor-kit-7 h2{font-family:"Noto Serif JP", Sans-serif;font-size:34px;font-weight:600;line-height:1.7em;letter-spacing:0.1em;}.elementor-kit-7 h3{font-family:"Noto Serif JP", Sans-serif;font-size:24px;}.elementor-kit-7 h4{font-family:"Noto Serif JP", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:15px;}.elementor-kit-7 h2{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*横スクロールとめる*/
#page{
	overflow:hidden;
}

/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}
/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
}
/*---PC時改行--*/
@media screen and (min-width:1021px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}

/*謎の余白*/  
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin-bottom: 0px!important;
}
.elementor-toggle-item svg{
	margin-top:2px;}
@media screen and (max-width:768px) {
.elementor-toggle-item svg{
	margin-top:5px;
}}

.elementor-button-icon svg {
	margin-top: 3px;
}

.elementor-icon svg {
	margin-top: 5px;
}


    /* 編集中のページで画像を表示 */
body.elementor-editor-active .slide-in-text  {
    opacity: 1; /* 通常の透過度に戻す */
}



 /* テキスト赤 */
.txt_red {
    color: #A55454;
}

 /* アンダーライン */
.underline {
    color: #A55454;
  background: linear-gradient(transparent 50%, rgba(205, 174, 146, 0.4) 0%);
  
  display: inline;
  padding: 0 2px 0px;
  font-weight: bold;
}

.underline2 {
  background: linear-gradient(transparent 50%, rgba(165, 84, 84, 0.25) 0%);
  
  display: inline;
  padding: 0 2px 0px;
}

/*見出しアニメーション*/
.text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* 背景アニメーション */
.bg-expand {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 0%;
  background-color: #fff;
  z-index: 1;
  animation: expandBg 1s ease forwards;
}

/* テキスト本体 */
.animated-text {
    margin: -5px 5px 0 10px;
    font-weight: 600;
    font-size: 29px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(to right, #6B594D 100%, #6B594D 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: revealText 1s ease forwards;
  animation-delay: 1s;
}

@media screen and (max-width: 480px) {
    .animated-text {
        font-size: 20px;
        padding: 10px 0;
        letter-spacing: 0;
    }
}

@keyframes expandBg {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes revealText {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

/* 遅延付き背景アニメーション */
.delay-1 .bg-expand {
  animation-delay: 0.5s;
}
.delay-2 .bg-expand {
  animation-delay: 1s;
}
.delay-3 .bg-expand {
  animation-delay: 1.5s;
}

/* 遅延付きテキストアニメーション */
.delay-1 .animated-text {
  animation-delay: 1.5s;
}
.delay-2 .animated-text {
  animation-delay: 2s;
}
.delay-3 .animated-text {
  animation-delay: 2.5s;
}

/* 背景アニメーション */
.bg-expand {
  animation: none;
}
.text-wrapper.animate .bg-expand {
  animation: expandBg 1s ease forwards;
}

/* テキストアニメーション */
.animated-text {
  animation: none;
}
.text-wrapper.animate .animated-text {
  animation: revealText 1s ease forwards;
  animation-delay: 1s;
}

/* 遅延対応も同様に修正 */
.text-wrapper.animate.delay-1 .bg-expand {
  animation-delay: 0.5s;
}
.text-wrapper.animate.delay-2 .bg-expand {
  animation-delay: 1s;
}
.text-wrapper.animate.delay-3 .bg-expand {
  animation-delay: 1.5s;
}

.text-wrapper.animate.delay-1 .animated-text {
  animation-delay: 1s;
}
.text-wrapper.animate.delay-2 .animated-text {
  animation-delay: 1.5s;
}
.text-wrapper.animate.delay-3 .animated-text {
  animation-delay: 2s;
}

/* スライドテキスト */
.slide-in-text {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示時にアニメーション開始 */
.slide-in-text.animate {
  opacity: 1;
  transform: translateX(0);
}

/*お問い合わせフォーム*/
.req {
    background-color: #A55454;
    padding: 2px 10px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
	 border-radius: 5px;
}

.nini {
    background-color: #555555;
    padding: 5px 7px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
	 border-radius: 5px;
}/* End custom CSS */