/*
Theme Name: wgw2025
Description: The theme produced by Offile Creation.
*/

/* コンテナ */


/* ヘッダー */



/* 記事 */



/* ページリンク */


/* フッター */


/* wood good work*/

.wgw-color-green {
     color: #4f8665;
}

.wgw-color-orange {
     color: #e48e00;
}

section.wgw {
     background-color: #e9e6d4;

}

section.wgw container {

}

.wgw-border-top {
     border-top: solid 3px #4f8665;
}

.bak_img {
     height: 500px;
     background-repeat: no-repeat;
     background-size: cover;
}











#wpadminbar{
     top:inherit !important;
     bottom:0 !important;
}

/* bxslider  */
#visual {
     /*position: absolute;*/
     position: fixed;
     /* 背景を固定したい場合 absolute を fixed に変える */
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
}
.bx-wrapper {
     border: 0;
     box-shadow: none;
}
.bxslider li {
     height: 100vh;
     background: center/cover no-repeat;
}
#logo {
     /* 設定値はお好みで */
     display: flex;
     align-content: center;
     justify-content: center;
     height: 100vh;
     margin: 0;
}
#logo img {
     /* 設定値はお好みで */
     display: block;
     width: 200px;
     height: auto;
}

.bg-dark {
     opacity: .9;
}

.wp-block-gallery{
     background-color: #eee;
     padding: 10px;
}

    .section_1 {
      /*height: 1080px;*/
      background-image: url(<?php bloginfo('template_url'); ?>/images/section_bak_1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    .radius_5 {
      border-radius:50%;
    }
    .shadow {box-shadow: 2px 2px 4px gray;
    }