@charset "utf-8";

/* ---------------------------------------------------------
	設定
--------------------------------------------------------- */

/* 色
--------------------------------------------------------- */
:root {
    --primary-color: #;
    --second-color: #;
    --accent-color: #;
    --text-color: #222;
    --border-color: #707070;
    --blue: #4A88AE;
    --blue: #1c73a6;
    /*--blue:   #2E7BB6;*/
    --lblue: #1588c9;
    --red: #EC6D74;
    --yellow: #F6AD54;
    --green: #2EB6AA;
    --white: #fff;
    --gray: #aaa;
    --cyan: #37BEF0;
    --product-01: #ec6d74;
    --product-02: #54c3f1;
    --product-03: #25b7aa;
    --product-04: #4f86c5;
    --product-05: #6abbcd;
    --product-06: #f6ad54;
    --product-07: #cc7eb2;
    --product-08: #8c98c5;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}

.info {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

a:hover {
    text-decoration: none;
    color: #5cadda;
}


/* テーブル01：文字センター
--------------------------------------------------------- */
.table01 {
    line-height: 20px;
    letter-spacing: 1px;
    width: 795px;
    margin: 0 auto;
    margin-top: 5px;
    border-collapse: collapse;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0;
    border: solid #595757 1px;
    border-collapse: collapse;
}

    .table01 th {
        border: solid #595757 1px;
        border-collapse: collapse;
        border-top-width: 1px;
        padding: 10px 0;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        width: 250px;
        background-color: #fffaf4;
    }

    .table01 td {
        border: solid #595757 1px;
        border-collapse: collapse;
        padding: 10px 25px;
        font-size: 15px;
        text-align: left;
    }


/* その他パーツなど
--------------------------------------------------------- */

.text-min {
    font-size: 12px;
}

.text-max {
    font-size: 18px;
}

.text-title {
    margin: 30px 0 0 0;
    color: #162f6f;
    font-size: 22px;
    text-align: center;
}

.text-center {
    line-height: 22px;
    font-size: 15px;
    text-align: center;
}

.text-left {
    width: 995px;
    padding: 30px 0;
    line-height: 22px;
    font-size: 15px;
    text-align: left;
    border: dashed #595757 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

h5 {
    border-bottom: 1px solid #565656;
    background: url(../img/h1_bg.png) no-repeat;
    margin: 40px 0 20px 0;
    padding: 5px 0px 5px 25px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}

.btn-map {
    background: #1c73a6;
    border-radius: 5px;
    margin: 8px 0 10px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px 25px;
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

    .btn-map:hover {
        background: #1588c9;
        color: #ffffff;
    }



iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-list__cat {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0.4em 0.5em;
    font-size: 0.85rem;
    min-width: 100px;
    max-width: 180px;
    color: #fff;
    background-color: var(--gray);
    line-height: 1;
}

    .info-list__cat + .info-list__text {
        margin-left: calc( 26px + 0.5em );
    }

    .info-list__cat.red {
        background-color: var(--red);
    }

    .info-list__cat.green {
        background-color: var(--green);
    }
