@charset "UTF-8";
/* CSS Document */

/* stylelint-disable selector-list-comma-newline-after */
body {
    font-size: 14px;
    line-height: 1.2em;
    color: #666666;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1 {
    font-size: 12px;
    line-height: 1em;
    padding: 0px 0px 0px;
}

nav {
    background-color: #33cc66;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.35);

}

a {
    color: #33cc66;
}

.btn-link {
    color: #33cc66;
}

.jumbotron-top {
    background: url(../image/shop-in.jpg) center no-repeat;
    background-size: cover;
    color: aliceblue;
    border-top-color: aliceblue;
    font-family: "M PLUS Rounded 1c";
    text-shadow: 1px 1px 2px black;
}

.jumbotron-voice {
    background: url(../image/voices.jpg) center no-repeat;
    background-size: cover;
    color: #ccb333;
    font-family: "M PLUS Rounded 1c";
    text-shadow: 2px 2px 4px silver;
    text-align: center;
}

.modal-title {
    color: #666666;
    text-shadow: none;
    text-align: left;
    font-family: "M PLUS Rounded 1c";
}

.modal-body {
    color: #666666;
    text-shadow: none;
    text-align: left;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.voices-title {
    border-left: 5px solid #33cc66;
    border-bottom: 1px solid #33cc66;
    text-align: left;
    font-family: "M PLUS Rounded 1c";
    color: #33cc66;
    font-size: 18px;
    padding: 2px 8px 0px;
    position: relative;
    margin-top: 10px;
}

/*-----------------------------------------*/
/* メインコンテンツ部分全体の設定 */
div#main-contents {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.subtitle {
    border-bottom: 2px solid #33cc66;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    color: #33cc66;
    font-size: 26px;
    padding: 0px 0px 0px;
    position: relative;
}

/*-----------------------------------------*/
/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    z-index: 999;
}

/*-----------------------------------------*/
/* Welcome */

/*-----------------------------------------*/
/* Suggest */
div#suggest h3 {
    font-size: 1.1rem;
    padding-top: 1rem;
    color: #33cc66;
    border-bottom: 1px solid #33cc66;
    font-family: "M PLUS Rounded 1c";
}

div#suggest h3 + p {
    padding-bottom: .5rem;
}

div#suggest h4 {
    font-size: 1.1rem;
    padding-top: 1rem;
    color: #cc9933;
    border-bottom: 1px solid #33cc66;
}

/*-----------------------------------------*/
/* Course */
div#course h3 {
    font-size: 1.1rem;
    padding-top: 1rem;
    color: #33cc66;
    border-bottom: 1px solid #33cc66;
    font-family: "M PLUS Rounded 1c";
}

div#course h3 + p {
    padding-bottom: .5rem;
}

div#course h4 {
    font-size: 1.1rem;
    padding-top: 1rem;
    color: #cc9933;
    border-bottom: 1px solid #33cc66;
}

/*-----------------------------------------*/
/* Access */
div#access #map_canvas {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div#access #map_canvas iframe,
div#access #map_canvas object,
div#access #map_canvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------*/
footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
    margin-bottom: 0;
}

/*-----------------------------------------*/
