

/* フォント設定 */
@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Extra Bold */
}

@font-face {
    font-family: 'MPLUS1p';
    src: url('../fonts/MPLUS1p-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-ExtraLight.otf') format('opentype');
    font-weight: 200; /* ExtraLight */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-Light.otf') format('opentype');
    font-weight: 300; /* Light */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-Regular.otf') format('opentype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-SemiBold.otf') format('opentype');
    font-weight: 600; /* SemiBold */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'SourceHanSerif';
    src: url('../fonts/SourceHanSerif-Heavy.otf') format('opentype');
    font-weight: 800; /* Heavy */
}


/* 共通設定 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'MPLUS1p', serif;
}

p {
    font-weight: 300;
}

.kk-fs-7 {
    font-weight: 300;
}

/* 共通コンポーネント */
a.kk-common-btn {
    padding: 10px 20px;
    background-color: #279643;
    color: #ffffff;
    text-decoration: none;
}

a.kk-common-btn:hover {
    background-color: #258c3e;
}

a.kk-common-btn-mini {
    font-size: 12px;
    padding: 5px 20px;
    background-color: #9a5b3c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

a.kk-common-btn-mini:hover {
    background-color: #ff6736;
}

/* ユーティリティ*/
.background-red {
    background-color: red;
}

.kk-bg-green {
    background-color: #279643;
    /*background-color: #50d065;*/
}

.kk-no-padding {
    padding: 0;
}

.kk-keep-all {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* ヘッダー、ここから */
div#header {
    margin: 0 0;
}

img.kk-logo-top {
    /* 612 x 58*/
    /*width: 50%;*/
    height: 30px;
    cursor: pointer;
}

/* ナビゲーション*/
.kk-nav {

}

.kk-nav-btn {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;

    /* フォント設定 */
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
}

.kk-nav-btn:hover {
    box-shadow: inset 0 0 0 3px gray; /* 内側の線 */
    color: white;
    background-color: rgba(0, 167, 126, 0.4);
}

.kk-nav-btn.active {
    font-weight: 500;
    color: white;
}

.kk-nav-btn ul.dropdown-menu li a:hover {
    color: white;
    background-color: #673939;
}

/* ハンバーガーメニュー、ここから */
.overlay-menu {
    position: fixed;
    top: 0;
    left: -250px; /* 初期位置を左に隠す */
    width: 250px;
    height: 100%;
    background-color: white;
    color: #000000;
    transition: left 0.3s ease;
    z-index: 1050;
}

.overlay-menu.active {
    left: 0; /* メニューを表示 */
}

.overlay-menu ul {
    list-style: none;
    padding: 20px;
}

.overlay-menu ul li {
    margin: 10px 0;
}

.overlay-menu ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}

.overlay-menu ul li a:hover {
    text-decoration: underline;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1049;
}

.menu-backdrop.active {
    display: block;
}
/* ハンバーガーメニュー、ここまで */

/* メインコンテンツ、ここから */
.kk-main {

}

.kk-main-content {
    /*margin-top: 40px;*/
    text-align: center;
}

.kk-main-content-aisatu {
    font-family: SourceHanSerif, serif;
    font-weight: 500;
}

/* メインコンテンツの標準画像スタイル */
img.kk-main-content-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

img.kk-main-content-img-show-all {
    height: 800px;
}

.kk-main-content-header {
    padding: 20px;
}

.kk-main-content-header-title {
    font-family: SourceHanSerif, serif;
    font-size: 2.2rem;
}

.kk-main-content-header-title-caption {
    font-family: SourceHanSerif, serif;
    font-size: 1.6rem;
}

.kk-center-message {
    font-size: 2rem;
    font-family: SourceHanSerif, serif;
    text-align: center;
    font-weight: 700;
}

.kk-center-message-caption {
    font-family: SourceHanSerif, serif;
    text-align: center;
    font-weight: 500;
}

/* トップ用のコンテンツメニュー、ここから */
.kk-contents-menu {
    font-family: SourceHanSerif, serif;
}

.kk-contents-menu-item {
    min-width: 200px;
    height: 500px;
    border: 1px solid gray;
    cursor: pointer;
}

.kk-contents-menu-item:hover {
    background-color: #f3f3f3;
}

.kk-contents-menu-item-header {
    width: 100%;
    height: 140px;
    text-align: center;
}

.kk-contents-menu-item-header-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.kk-contents-menu-item-header-caption {
    font-size: 1.2rem;
    font-weight: 500;
}

.kk-contents-menu-item-content {
    width: 100%;
    height: 360px;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kk-contents-menu-item-content-first {
    background-image: url("../img/re/102.JPG");
}

.kk-contents-menu-item-content-second {
    background-image: url("../img/re/103.JPG");
}

.kk-contents-menu-item-content-third {
    background-image: url("../img/re/101.JPG");
}

/* トップ用のコンテンツメニュー、ここまで */

.insta {
    width: 80%;
}

/* 新着情報リスト、ここから */

.kk-main-content-news {
    padding: 5px;
}

.kk-main-content-news-item {
    min-height: 4rem;
    background-color: #f5f5f5;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

/* 新着情報 - 情報（未分類） */
.kk-main-content-news-item-badge-nocat {
    padding: 6px 2px;
    background-color: #ffad0a;
    border-radius: 6px;
}

/* 新着情報 - 情報（施工事例） */
.kk-main-content-news-item-badge-works {
    padding: 6px 2px;
    background-color: #81e495;
    border-radius: 6px;
}

/* 新着情報 - 情報（お知らせ） */
.kk-main-content-news-item-badge-info {
    padding: 6px 2px;
    background-color: #76aafb;
    border-radius: 6px;
}

.kk-main-content-news-item-badge-example {

}

/* 新着情報リスト、ここまで */
/* 施工事例一覧、ここから */

.kk-main-content-works-list {

}

.kk-main-content-works-list-item {
    /*border-left: solid 1px gray;*/
    margin-bottom: 10px;
}

.kk-main-content-works-list-smb {
    /* サムネイル */
    width: 100%;
    height: 160px;
    background-color: #9a5b3c;
    /*background-color: #ff8056*/
}

.kk-main-content-works-list-smb img {
    /* サムネイル */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kk-main-content-works-list-comment {
    /* コメントに対する横のボーダーだけ付与する */
    height: 260px;
    border-left: solid 3px #9a5b3c;
}

.kk-main-content-works-list-comment-title {
    text-align: left;
    height: 70px;
    font-family: 'MPLUS1p', serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px;
}

.kk-main-content-works-list-comment-article {
    height: 140px;
    font-family: 'MPLUS1p', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 5px 15px 15px 15px;
}

.kk-main-content-works-list-comment-btn {
    height: 50px;
    text-align: left;
    padding: 10px 15px;
}

/* 施工事例一覧、ここまで */
/* 共通 - メインアーティクル、ここから */
.kk-main-article {

}

.kk-main-article-header {
    height: 300px;
    color: white;
}

.kk-main-article-header-profile {
    /* 会社概要のヘッダ画像を指定 */
    background-image: url("../img/company/meeting-room-828547_1920.jpg");
    background-size: cover;
}

.kk-main-article-header-title {
    font-family: SourceHanSerif, serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.kk-main-article-header-caption {
    font-family: SourceHanSerif, serif;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}

/* 共通 - メインアーティクル、ここまで */
/* 共通 - サイドメニュー、ここから */
.kk-side-menu {
    /*margin-top: 30px;*/
}

.kk-side-menu-header {
    color: white;
    height: 250px;
    background-color: #3eaa64;
}

.kk-side-menu-header-title {
    font-family: SourceHanSerif, serif;
    font-size: 30px;
}

.kk-side-menu-header-caption {
    font-family: SourceHanSerif, serif;
    font-size: 20px;
}

.kk-side-menu-item {
    height: 60px;
    border-bottom: gray 0.4px solid;
}

.kk-side-menu-item:hover {
    background-color: #c7c7c7;
}

.kk-side-menu-item a {
    text-decoration: none;
    color: black;
}

/* 共通 - サイドメニュー、ここまで */
/* メインコンテンツ、ここまで */
/* フッター、ここから */

#footer {
    font-size: 0.9rem;
    border: 1px solid rgba(128, 128, 128, 0.3);
    margin-top: 40px;
    /*padding-bottom: 20px;*/
}

img.kk-logo-footer {
   height: 25px;
}

.kk-nav-footer-nav {
    width: 80%;
    margin: 0 auto;
}

.kk-nav-footer-btn {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;

    /* フォント設定 */
    font-size: 0.8rem;
    font-weight: 300;
    color: #3e3e3e;
}

.kk-nav-footer-btn:hover {
    font-size: 0.9rem;
}

.kk-nav-footer-btn:active {

}

/* フッター、ここまで */

/* トップスライドショー、ここから */
.carousel-item.active .carousel-caption-center {
    opacity: 1; /* アクティブなスライドのキャプションを表示 */
}

.carousel-caption-center {

    /* 描画設定 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0; /* 初期は透明 */
    transition: opacity 1s ease-in-out; /* フェードインのアニメーション */

    /* 色指定と余白 */
    background-color: rgba(196, 112, 61, 0.8);
    padding: 25px 20px 20px 20px;

    /* フォント設定 */
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    letter-spacing: 0.2rem;
}

/* トップスライドショー、ここまで */