@charset "UTF-8";

html {
    overflow-y: scroll;

}

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

* {
    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: #006699;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #768bb6;
}

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

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

/*header
--------------------------------------*/

.header {
    position: relative;
    height: 450px;
    background: url(../images/bg-header.png) no-repeat center top;
    padding: 300px 50px 50px;
    background-size: cover;

}

.header-title {
    position: absolute;

}

.header-title p {
    font-size: 1.8rem;
    line-height: 2.0;
    color: white;
}

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


}

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;
    top: 11px;
    left: 25px;
}


/*global navigation
---------------------------------------*/
.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;
}


/*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;
    color: #23688d;
    margin: 5px;

}


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

}

.height {
    font-size: 1.9rem;

}

h4 {
    font-size: 1.8rem;
    color: white;
    background-color: steelblue;
    line-height: 1.5;
    text-shadow: 1px 1px 1px black;
    padding-left: 10px;
}



.comment {
    width: 90%;
    max-width: 1200px;
    color: #23688d;
    background-color: #f5f9fc;
    border: solid 1px #dee9f5;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-character;
}

.comment2 {
    width: 90%;
    max-width: 1200px;
    color: slategrey;
    background-color: #ffffff;
    border: solid 1px darkgrey;
    border-radius: 5px;
    padding: 8px 15px 8px 15px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-character;
}

.about {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 7px;
}

.about_a {
    padding-bottom: 6px;
    font-size: 1.6rem;
}

.data {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    justify-content: center;
    align-content: flex-start;

}

.data_item {
    display: block;


}

img.map {
    max-width: 720px;
    border: solid 1px grey;
    align-content: center;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.map-c {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;

}

.map-d {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;

}

.table {
    max-width: 720px;
    border: solid 1px grey;
    margin: 0;
}

.data1 {
    width: 350px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border: solid 1px lightsteelblue;
    align-content: center;
}

.data2 {
    width: 350px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0px;
    border: solid 1px #bbd0db;
}


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


.comment-old {
    width: 85%;
    max-width: 1200px;
    color: #23688d;
    background-color: #f5f9fc;
    border: solid 1px #dee9f5;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-character;
}


.data-old {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px 40px 0px;
    justify-content: center;
    align-content: flex-start;

}

.data3 {
    width: 85%;
    max-width: 1200px;
    font-size: 1.5rem;
    line-height: 1.3;
    border: solid 1px #bbd0db;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;

}

.data3 tr th {
    min-width: 120px;
    border: solid 1px #dddddd;
    padding: 5px;
}

.data3 tr td {
    border: solid 1px #dddddd;
    padding: 5px;
    font-weight: normal;
}

.data4 {
    width: 85%;
    max-width: 800px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #23688d;

}

.data4 tr th {
    min-width: 120px;
    border: solid 0px #ffffff;
    padding: 5px;
}




.p-item-old {
    width: 300px;
    margin: 0px 15px;
    text-align: center;

}

.p-item-old img {
    width: 300px;
    height: 225px;

}


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

.p-item-old2 img {
    width: 225px;
    height: 300px;
    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: 475px;
    margin-left: auto;
    margin-right: auto;

}

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

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

}

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

.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;
}


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


caption {
    line-height: 1.7;
    background-color: #bbd0db;
    color: white;
    text-shadow: 1px 1px 2px #808080;
    border-top: solid 1px lightsteelblue;
    border-right: solid 1px lightsteelblue;
    border-left: solid 1px lightsteelblue;

}

table tr th {
    padding-right: 10px;
    font-weight: normal;
}

table tr td {
    padding-left: 5px;
    font-weight: bold;
    color: #666666;

}

.time {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.time-day {
    border-bottom: double 2px steelblue;
    border-left: solid 15px steelblue;
    margin: 7px 10px 0 10px;
    padding-bottom: 5px;
    line-height: 1.1;

}

.route {
    padding: 4px 12px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.day-line {
    width: 100%;
    max-width: 750px;
    margin-top: 20px;
    margin-bottom: 15px
}

.day-line-old {
    width: 630px;
    margin-top: 10px;
    margin-bottom: 15px
}

.day-line2 {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: solid 2px black;
    color: steelblue;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
}

.day-line-back {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: double 2px #555555;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;

}

.day-line-top {
    font-size: 1.9rem;
    font-weight: bold;
    border-bottom: solid 3px steelblue;
    margin-bottom: 0px;
    margin-top: 20px;
    color: steelblue;

}

.day-line-next {
    font-size: 1.9rem;
    font-weight: bold;
    border-bottom: solid 3px steelblue;
    margin-bottom: -3px;
    margin-top: 40px;
    color: steelblue;

}

/* パンくずリスト----------------------------*/
.pankuzu {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;

}

.breadcrumb {
    margin: 0;
    padding: 10px;
    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
------------------------------------------*/

.sidebar {
    min-width: 340px;
    align-items: flex-start;

    margin-top: 70px;
    margin-bottom: 30px;


}

.sidebar-item {
    width: 300px;
    border: solid 1px #cccccc;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;

}

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

}

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

}


.sidebar-item img {
    width: 270px;
    height: 180px
}

.sidebar-item:first-child {
    margin-top: 30px;
}

.sidebar-item:last-child {
    margin-bottom: 150px;

}

.border_radius {
    border-radius: 10px;
}

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

}

h3 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    color: firebrick;

}

.news {
    width: auto;
    max-width: 300px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin: 3px;


}

.news2 {
    width: auto;
    max-width: 300px;
    text-align: left;
    padding: 0px 10px 0px 10px;
    margin: 3px;
    font-size: 1.3rem;

}


.btn-title {
    text-align: center;
    padding: 1px 6px;
    background-image: linear-gradient(0deg, #dddddd, white);
    border: solid 1px #cccccc;
    border-radius: 0.3em;
    display: inline-block;


}

.sidebar-quote {
    width: 300px;
    background-color: #F3F4F2;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.4rem;
    margin-left: 0px;
    margin-right: auto;
    padding: 10px;
    text-align: justify;
    text-justify: inter-character;
}

.sidebar-quote2 {
    width: 300px;
    background-color: #FFFCE8;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.4rem;
    margin-left: 0px;
    margin-right: auto;
    padding: 7px
}

.sidebar-quote h5 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 3px
}


.sidebar-quote h6 {
    text-align: right;
    font-size: 1.4rem;
    padding-top: 5px;
    font-weight: normal
}

.sidebar-quote2 h5 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 3px
}


.sidebar-quote2 h6 {
    text-align: right;
    font-size: 1.4rem;
    padding-top: 5px;
    font-weight: normal
}

.my-left {
    font-size: 1.1rem;
    color: #8F8F8F;
    padding-right: 10px;

}

.my-right {
    font-size: 1.1rem;
    color: #8F8F8F;
    padding-left: 4px
}

/*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;
}

/* ページトップへ----------------------------*/
#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;
}



/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    height: 50px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #4F4F48;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
    left: 60%;
    /* メニューを画面に入れる */
    top: 40px;

}


/*メディアクエリ
-------------------------------------------*/
@media screen and (max-width: 1120px) {
    .container {
        display: block;

    }

    .sidebar {
        width: 100%;
        align-content: center;
    }

    .sidebar-pickup {
        margin-left: auto;
        margin-right: auto
    }

    .sidebar-item,
    .sidebar-quote,
    .sidebar-quote2 {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-item:last-child {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 820px) {
    .mt-container {
        display: block;
        width: 600px;
    }


    img.contain {
        width: 540px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    img.contain2 {
        width: 540px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
    }

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

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

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

    img.contain3 {
        height: 480px;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }


    .sidebar-item img {
        width: 270px;
        height: 180px
    }

}



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

    .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.5rem;
        line-height: 130%;
        color: white;
        text-shadow: 2px 2px 1px #000000;
    }

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

    .stamp {
        width: 100px;
    }

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

    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        background: #ffffff;

    }

    /* メニューのデザイン*/
    .nav_content {
        position: fixed;
        top: 0;
        left: 100%;
        /* メニューを画面の外に飛ばす */
        min-width: 200px;

    }

    img.map {
        width: 550px;

    }

}


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


    .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 {
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }


    .pickup {
        margin-top: 0;
    }

    .map {
        width: 400px;
    }

    img.map {
        width: 400px;


    }

    .map-c {
        max-width: 400px;
        text-align: justify;
        text-justify: inter-character;
    }

    img.contain,
    contain2 {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .day-line {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

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

    }

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

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



    .comment {
        width: 90%;
    }


}

