.site-header {
    background-color: #e25117;
}
h1.site-header-logo span {
        color: #fff;
}
.site-header-logo {
display :none;
}


body #site-header {
    background-color:
		rgba(226,81,23,0.5);
}

body.header_scrolled #site-header {
    background-color:
		rgba(226,81,23,0.5);
}


/*上に戻るボタンカスタマイズ*/
.page_top_btn {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e25117;
	box-shadow: none !important;
	background-image: url("https://t-heiwa.net/bb-test/wp-content/uploads/2025/07/topup.png");
}



body:not(.header_scrolled) #site-header {
    position: absolute;
}

body .page-header {
    min-height: min(360px, 50vw);
    padding-top: 80px;
}

/* スクロールしてグローバルナビがページ上部に固定表示されるタイミングでカックンとなることを防ぐ。 */
body .page-header {
    margin-top: 0 !important;
}

.infomation-a{
	    padding: 0px 0px; 
}


.global-nav-list>li {
    float: left;
    background-color: #e25117;
    margin: 5px 5px; 
    /* color: #fff; */
		font-size: clamp(17px, 6dvw, 33px);
	border-radius: 8px;
box-shadow: 0 0 5px #fff;
	
}
.nav li a, nav li a {
    color: #fff;
    text-decoration: none;
	
}

.ltg-slide-text-set {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.mini-content-container-1 .btn {
    color: #000;
    text-shadow: 0 0 2px #fff;
    background: #ffffff;
    transition: .3s;
    border-color: #ffffff;
    box-shadow: 0 0 2px #090a5b;
	font-size: clamp(16px, 3dvw, 22px);
}
.ltg-slide .btn-ghost {
    padding: .4em 2em .4em;
    border: 2px solid;

}


.site-footer {
    border-top: 1px solid #e25117;
}

@media screen and (max-width:768px){
.ltg-slide-text-set {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
	.ltg-slide-text-title{
	font-size: clamp(17px, 6dvw, 33px);
}
.ltg-slide-text-caption {
    margin-bottom: 0;
    font-size: clamp(13px, 3dvw, 19px);
    line-height: 1.5;
}
.mini-content-container-1 .btn {
    color: #000;
    text-shadow: 0 0 2px #fff;
    background: #ffffff;
    transition: .3s;
    border-color: #ffffff;
    box-shadow: 0 0 2px #090a5b;
	font-size: clamp(16px, 5dvw, 28px);
}

}







 /*フェード*/

.fade-in {
 opacity: 0;
  transform: translate(0, 30%);
  transition: 2s;
}
.fade-in.show {
  transform: translate(0, 0);
  opacity: 1;
}









.site-footer-copyright p:nth-child(2) {
    display: none;
}

.furu-wrap{
  display:flex;
  align-items:center;
}
.furu-img{
  position:relative;
  left:20px;
}
.furu-text{
    background: rgb(255 255 255 / 80%)!important;
  padding: 40px 40px;
  position:relative;
  left:-20px;
  z-index:1;
	font-size:1.5em;
}

.page_top_btn {
    /* position: fixed; */
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
    /* background: rgba(0, 0, 0, .8); */
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(0, 0, 0, .8);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}

@media screen and (max-width:768px){
  .furu-wrap{
    display:block;
  }
  .furu-img{
    left:-15px;
  }
  .furu-text{
    top:-30px;
    left:15px;
			font-size:1em!important;
  }
}




.has-black-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
img.wp-block-cover__image-background.wp-image-3468 {
    display: none;
}


img.wp-block-cover__image-background.wp-image-428.size-full {
    object-fit: contain;
	background-color:#e25012;
}
img.wp-block-cover__image-background.wp-image-754.size-full,
img.wp-block-cover__image-background.wp-image-743.size-full{
    object-fit: contain;
	background-color:#fff;
	height:auto;
}

.has-white-background-color {
    background: rgb(255 255 255 / 80%)!important;

}


@media only screen and (max-width: 1023px){
img.wp-block-cover__image-background.wp-image-740.size-full,
img.wp-block-cover__image-background.wp-image-125.size-full,
	img.wp-block-cover__image-background.wp-image-440.size-full
	{
height:auto;
		object-fit:cover;
		background-color:#fff;
	}
img.wp-image-756,
img.wp-image-87,
img.wp-image-752,
img.wp-image-762
	{
    width: 60% !important;
}

img.wp-image-733,
img.wp-image-744
	{
    width: 50% !important;
}
}