﻿/************************************************************
    共用CSS：PC/タブレット/スマホ
************************************************************/


/*Zen Antique Soft*/
@font-face {
    font-family: 'ZenAntique';
    src: url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
    font-weight: normal;
    font-style: normal;
}

/*手書き明朝体フォント「テゴミン」*/
@font-face {
    font-family: 'YujiSyuku';
    src: url('/fonts/YujiSyuku-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Noto Sans Japanese*/
@font-face {
    font-family: 'NotoSansJapanese';
    /*src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');*/
    src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
    font-weight: normal;
    font-style: normal;
}


* {
    background-color: #2b180a;
    /* 日本語フォント：手書き明朝体フォント「テゴミン」 */
    font-family: 'ZenAntique', serif;
    /*font-family: 'YujiSyuku', sans-serif;*/
    /*font-family: 'NotoSansJapanese', sans-serif;*/
}

body {
    margin: 0;
    padding: 0;

    color: white;

    /* 日本語フォント：手書き明朝体フォント「テゴミン」 */
    /*font-family: 'YujiSyuku', sans-serif;*/
    
    /* フォント */
    font-size: 12px;
}

header {
    background-image: url("../img/bg/bamboo.png");
    background-repeat: no-repeat;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 auto;
}

/*PC*/
@media screen and (min-width: 835px) {

    header {
        /*width: 100%;*/
        max-width: 1100px;
        background-size: 1100px 40px;
    }

    /*メニュー*/
    .menu-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 5px;
    }

    /*ヘッダ画像*/
    .header_image {
        width: 100%;
        max-width: 1100px;
        margin-top: 10px;
    }

    /*パンくずリスト*/
    .breadcrumblist-container {
        width: 1100px;
        margin: 0 auto;
    }

    .breadcrumb-container {
        width: 90%;
        margin: 0 0 10px 5px;
        border-bottom: solid 1px #e42502;
        font-size: 14px;
    }

    .breadcrumb-list {
        list-style: none;
        display: flex;
        padding: 0 0 0 15px;
        margin-left: 15px;
    }

    .breadcrumb-list li {
        margin-right: 15px;
        font-size: 14px;
        position: relative;
    }

    .breadcrumb-list li:before {
        content: ">";
        position: absolute;
        left: -10px;
        color: #ccc; /* 矢印の色 */
        font-size: 14px;
    }
}

/*Tablet / iPhone Pro Max(横): 832(w) */
@media screen and (min-width: 601px) and (max-width: 834px) {

    header {
        /*background-size: 834px 40px;*/
    }

    /*メニュー*/
    .menu-container {
        width: 100%; /*800px;*/
        margin: 0 auto;
        padding-top: 5px;
        padding-left: 30px;
    }

    /*ヘッダ画像*/
    .header_image {
        width: 100%;
        /*max-width: 800px;*/
        margin-top: 6px;
    }

    /*パンくずリスト*/
    .breadcrumblist-container {
        /*        width: 800px;
        margin: 0 auto;*/
    }

    .breadcrumb-container {
        width: 90%;
        margin: 0 0 10px 5px;
        border-bottom: solid 1px #e42502;
        font-size: 12px;
    }

    .breadcrumb-list {
        list-style: none;
        display: flex;
        padding: 0 0 0 15px;
        margin-left: 15px;
    }

    .breadcrumb-list li {
        margin-right: 15px;
        font-size: 12px;
        position: relative;
    }

    .breadcrumb-list li:before {
        content: ">";
        position: absolute;
        left: -10px;
        color: #ccc; /* 矢印の色 */
        font-size: 12px;
    }
}

/*iPhone Pro Max(縦): 428(w) */
@media screen and (max-width: 600px) {

    header {
        background-size: 600px 40px;
    }

    /*メニュー*/
    .menu-container {
        width: 100%; /*500px;*/
        margin: 0 auto;
        padding-top: 5px;
        padding-left: 30px;
    }

    /*ヘッダ画像*/
    .header_image {
        width: 100%;
        /*max-width: 500px;*/
        margin-top: 6px;
    }

    /*パンくずリスト*/
    .breadcrumblist-container {
        /*        width: 500px;
        margin: 0 auto;*/
    }

    .breadcrumb-container {
        width: 90%;
        margin: 0 0 10px 5px;
        border-bottom: solid 1px #e42502;
        font-size: 9px;
    }

    .breadcrumb-list {
        list-style: none;
        display: flex;
        padding: 0 0 0 15px;
        margin-left: 15px;
    }

    .breadcrumb-list li {
        margin-right: 15px;
        font-size: 9px;
        position: relative;
    }

    .breadcrumb-list li:before {
        content: ">";
        position: absolute;
        left: -10px;
        color: #ccc; /* 矢印の色 */
        font-size: 9px;
    }
}


.breadcrumb-list li:hover a {
    text-shadow: 0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,255,255,0.8), 0 0 30px rgba(255,255,255,0.8);
    font-weight: bold;
}

/* SNSアイコン */
.yt_icon {
    width: 50px;
}
.fb_icon {
    width: 50px;
    margin-right: 5px;
}


main {
    text-align: center;
    margin-bottom: 50px;
    /*竹（葉あり）*/
    background-image: url("../img/bg/bamboo_leaves.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 20%;
}

/*ページのサブタイトル*/
/*PC*/
@media screen and (min-width: 835px) {
    .page-sub-title {
        margin: 0 70px 50px 70px;
        font-size: 1.0em;
        color: darkgray;
        text-align: center;
    }
}

/*Tablet*/
@media screen and (max-width: 834px) {
    .page-sub-title {
        margin: 0 70px 50px 70px;
        font-size: 1.0em;
        color: darkgray;
        text-align: center;
    }
}

/*iPhone Pro Max: 428(w) */
@media screen and (max-width: 600px) {
    .page-sub-title {
        margin: 0 30px 50px 30px;
        font-size: 1.0em;
        color: darkgray;
        text-align: center;
    }
}

/*ページのタイトル*/
/*PC*/
@media screen and (min-width: 835px) {
    .page-title {
        padding-bottom: 10px;
        font-size: 1.5em;
        font-weight: bold;
    }
}

/*Tablet*/
@media screen and (max-width: 834px) {
    .page-title {
        padding-bottom: 10px;
        font-size: 1.5em;
        font-weight: bold;
    }
}

/*iPhone Pro Max: 428(w) */
@media screen and (max-width: 600px) {
    .page-title {
        padding-bottom: 10px;
        font-size: 1.5em;
        font-weight: bold;
    }
}

footer {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0 auto;
    margin-top: 150px;
}

/*Facebook プラグイン*/
/*PC*/
@media screen and (min-width: 835px) {
    .facebook-plugin {
        margin: 20px 0 20px 0;
    }
}

/*Tablet*/
@media screen and (max-width: 834px) {
    .facebook-plugin {
        margin: 20px 0 20px 0;
        padding-top: 70px;
    }
}

/*iPhone Pro Max: 428(w) */
@media screen and (max-width: 600px) {
    .facebook-plugin {
        margin: 20px 0 20px 0;
    }
}

.facebook-plugin iframe {
    border: none;
    overflow: hidden
}

/*伽藍堂ロゴ、ハンコ*/
.garando-logo, .garando-hanko {
    width: 50px;
}

/*著作権*/
.copyright {
    font-size: 0.7em;
    color: #ffffff;
    letter-spacing: -0.5px;
}

/*サイトマップ*/
.sitemap-container {
    margin: 30px 50px 30px 50px;
    padding-top: 10px;
    border-top: solid 1px #e42502;
}

/*----------------------------------------- ▼各コンポーネント*/
/*各コンポーネント（_VideoList, _RecordingList, ...）*/
.component-container {
    padding-top: 30px;
}

/*各コンポーネントのタイトル*/
.component-title h2 {
    color: white;  /*darkgrey;*/
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
