@charset "UTF-8";

html {
    font-size: 62.5%;
    /*デフォルトが16pxなので、10pxになる*/
    overflow-y: scroll;

}

body {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #666600;
}

* {
    box-sizing: border-box;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

li {
    list-style-type: none;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #666000;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #5f9ea0;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #ff0000;
}

a:active {
    text-decoration: none;
    font-weight: bold;
    color: #90ee90;
}


/*global navigation
---------------------------------------*/
h1 {
    font-size: 2.0rem;
    line-height: 1.0;
    margin-bottom: 8px;
    text-align: center;
    color: yellow;
    text-shadow: 3px 3px 3px black;
    position: relative;
    margin-top: 11px;
    margin-left: 25px;
}


.gnav {
    display: flex;
    justify-content: space-between;
    background: #4F4F48;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 100;

}

.gnav ul {
    display: flex;
    margin: 10px;
}

.gnav ul li a,
.gnav ul li a:link,
.gnav ul li a:visited {
    color: #fff;
    padding: 0 10px;
    display: inline;
    align-content: center;

}

.gnav ul li a:hover {
    color: gold;
}

/*footer
-------------------------------------------*/
.footer {
    width: 100%;
    height: 100px;
    background: #4F4F48;
    padding: 10px 10px;

}


.footer ul {
    display: flex;
    justify-content: flex-end;
}

.footer ul li {
    margin: 0 20px 0 0;
}

.footer ul li a,
.footer ul li a:link,
.footer ul li a:visited {
    color: #ffffff;
}

.footer ul li a:hover {
    color: #cccccc;
}

.footer p {
    text-align: center;
    color: #cccccc;
}

.copyright {
    font-size: 1.4rem;
    margin-top: 10px;
}


/* main
--------------------------------------*/

.container {
    display: flex;
    justify-content: center;

}

#contents {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;

}

.title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;

}

.date {
    font-size: 1.8rem;
    margin: 0;

}

.date2 {
    font-size: 1.7rem;
    margin: 5px
}

h2 {
    font-size: 2.8rem;
    line-height: 2.0;
    color: #666600;
    text-shadow: 1px 1px 1px #ebf1de;
    text-align: center;

}

.height {
    font-size: 1.9rem;

}


.comment {
    width: 90%;
    color: #666600;
    background-color: #ebf1de;
    border: solid 1px #eee8aa;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}

.data {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: solid 1px #cccc99;
    font-size: 1.5rem;


}


caption {
    line-height: 1.7;
    background-color: #bbd0db;
    color: steelblue;
    text-shadow: 1px 1px 2px #808080;
    background-color: aliceblue;
    border: solid 1px grey;
}

table tr th {
    padding: 5px;
    font-weight: normal;

}

table tr td {
    padding: 5px;
    border: solid 1px olive;


}


/* 旧ホームページ記事----------------------*/

.mt-container-olda {
    max-width: 744px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.p-item-olda {
    width: 340px;
    margin: 0px 16px;
    text-align: center;

}

.p-item-olda img {
    width: 340px;
    height: 255px;

}

.p-item-olda2 {
    width: 340px;
    margin: 0px 16px;
    text-align: center;
}

.p-item-olda2 img {
    width: 255px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;

}

.p-item-olda3 {
    width: 712px;
    margin: 0px 16px;
    text-align: center;
}

.p-item-olda3 img {
    width: 712px;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}

.p-item-olda4 {
    width: 534px;
    margin: 0px 16px;
    text-align: center;
}

.p-item-olda4 img {
    width: 534px;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}



/* パンくずリスト----------------------------*/
.pankuzu {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
    padding: 5px;
}

.breadcrumb {
    margin: 0;
    padding: 5px;
    list-style: none;
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    margin-left: 3px;
    margin-right: 3px
}



.breadcrumb li a {
    text-decoration: none;
    color: steelblue;

}


.breadcrumb li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: blue;

}

.active {
    color: slategray;
    font-weight: bold;
}

/*登山写真---------------------------------------------------*/
.mt-container {
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;


}

.p-item {
    width: 360px;
    margin: 0px 15px;
    text-align: center;
}

.p-item2 {
    width: 750px;
    text-align: center;
}

.p-item3 {
    width: 495px;
    text-align: center;

}

.p-item4 {
    width: 360px;
    margin: 0px 15px;
    text-align: center;
}

.p-item img {
    width: 360px;
    height: 240px;
}

.p-item2 img {
    width: 750px;
    height: 500px;
}

.p-item3 img {
    width: 495px;
    height: 660px;
}

.p-item4 img {
    width: 360px;
    height: 480px;
}

.mt-comment {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 2px 5px 5px 5px;

}

.mt-comment-long {
    display: inline-block;
    border: solid 1px lightgrey;
    line-height: 1.6;
    font-size: 1.5rem;
    text-align: left;
    margin: 15px 0 35px 0;
    padding: 10px 10px;
}


/* aside
------------------------------------*/

aside {
    max-width: 300px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;


}

.sidebar-pickup {
    width: 300px;
    margin-left: 0px;
    margin-right: auto;

}

.sidebar-item2 {
    width: 300px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;

}

.pickup {
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.7rem;
    color: darkred;
    font-weight: bolder;
    line-height: 150%;

}


.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin: 0px;
}

.shrine_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin-top: 15px;
    margin-bottom: 30px;



}

.n-item {
    width: 200px;
    margin: 7px 10px;
    text-align: center;
    border: solid 1px grey;
}

.c_name {
    font-size: 1.5rem;

}



h4 {
    font-size: 1.7rem;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #666600
}



/* ページトップへ----------------------------*/
#pageTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 4px 0 0 0;
    border-radius: 30px;
    width: 45px;
    height: 35px;
    background-color: #BDC0BA;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    opacity: 0.7;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.5;
}



/*メディアクエリ
-------------------------------------------*/

@media screen and (max-width: 900px) {


    aside {
        width: 100%;
        min-width: 200px;
        margin-top: 80px;
        margin-left: aute;
        margin-right: auto;
    }

    .salon_box {
        width: 150px;
        font-size: 1.4rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    h4 {
        font-size: 1.5rem;

    }


    .title {
        max-width: 400px
    }

    h2 {
        font-size: 2.4rem
    }

    .pt-item2 {
        width: 540px;
        height: 360px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    img.contain,
    contain3 {
        max-width: 540px;
        max-height: 360px;

    }




}



@media screen and (max-width: 900px) {

    .container {
        display: block;

    }



        .mt-container {
            width: 100%;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
    

}



    @media screen and (max-width: 810px) {
        .gnav {
            position: relative;

        }

        .gnav ul {
            display: block;
            z-index: 50;
        }

        .gnav li {
            background-color: rgba(70, 130, 180, 0.75);
            padding: 4px 0;

        }

        .header-catch {
            font-size: 3.0rem;
            line-height: 130%;
            color: white;
            text-shadow: 2px 2px 1px #dddddd;
        }

        .header {
            padding-top: 350px;
            padding-left: 20px;
            background-size: cover;
        }

        .footer ul li {
            margin-left: auto;
            margin-right: auto;
            font-size: 1.3rem;
        }

        .container {
            flex-direction: column;
            width: 100%;
        }

        #contents {
            width: 100%;

        }

        .title {
            margin-top: 20px;
        }

        .sidebar {
            width: 100%;

        }

    .mt-container {
        display: block;

    }

        .pickup {
            margin-top: 0;
        }

        img.map {
            width: 320px;
            height: 240px;
        }

        img.contain,
        contain2 {
            max-width: 360px;
            max-height: 270px;
            margin-left: auto;
            margin-right: auto;
        }

        .day-line {
            width: 100%;
            max-width: 318px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-item,
        .p-item2 {
            width: 318px;
            margin-left: auto;
            margin-right: auto;

        }

        .p-item3,
        .p-item4 {
            width: 225px;
            margin-left: auto;
            margin-right: auto;
        }

        img.contain3 {
            max-height: 300px;
            max-width: 225px;
            margin-left: auto;
            margin-right: auto;
        }

        .data1,
        .data2 {
            margin: 0 0 10px 0;
        }

        .comment {
            width: 90%;
        }




/* 旧ホームページ記事----------------------*/

    .p-item-olda3 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }



    .p-item-olda4 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    
    }

