@charset 'UTF-8';

/*
COLORS
================================================ */
:root {
    --light-blue: #4db1ec;
    --blue: #1665cc;
    --purple: #b473bf;
    --pink: #ffb2c1;
    --orange: #ff9f67;
    --yellow: #ffd673;
    --light-green: #a2e29b;
    --green: #00a2af;
    --grey: #333;
    --white: #fff;
}

/*
GENERAL STYLING
================================================ */
html {
    font-size: 100%;
    /* スムーズスクロール */
    scroll-behavior: smooth;
}
body {
    /* 文章のフォント */
	color: var(--grey);
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ　Pro W3","Hiragino Kaku Gothic Pro",sans-serif;   
}

/*
COMMON
================================================ */
p {
    line-height: 1.7;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}
h1,
h2 {
    text-align: center;
}
header,
h1,
h2,
.hero-date {
    /* タイトルフォント */
    font-size: 2.5rem;
}

/* Layout */
.wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

/*
HEADER
================================================ */
header {
    background: var(--grey);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
header .wrapper {
    display: flex;
    justify-content: space-between;
}
header a {
    color: var(--white);
    font-size: 1.25rem; /* ロゴ（Enjoy the Outdoors）のサイズ変更 */
}
.btn-menu { /* メニューボタンの設定 */
    position: absolute;
    top: 12px; /* メニューボタンの垂直位置 */
    right: 12px; /* メニューボタンの水平位置 */
    border: 1px solid rgba(255,255,255,.5);
    color: var(--white);
    padding: .25rem .5rem; /* メニューボタン枠の大きさ */
    font-size: 1.25rem; /* メニューボタンの大きさ */
}
.main-nav { /* ナビゲーション設定 */
    background: var(--grey);
    width: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    overflow: hidden;
    transition: .5s;
}
.main-nav li {
    text-align: center;
    margin: 2rem 0;
}
.main-nav a {
    display: block;
    font-size: 1.25rem; /* ナビゲーション設定 */
}
.main-nav.open-menu {
    width: 100%; /* メニュー（旅の記録　旅の道具　趣味の部屋　ぷーの記録）幅の変更 */
}

/*
tabi25
================================================ */
#tabi25 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/img_23712.jpeg') no-repeat center / cover; */
    background-image: url('../tabi2025/img_23712.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi25 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi24
================================================ */
#tabi24 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/img_0643.jpeg') no-repeat center / cover; */
    background-image: url('../tabi2024/img_0643.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi24 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi23
================================================ */
#tabi23 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/img_0286.jpeg') no-repeat center / cover; */
    background-image: url('../tabi2023/img_0286.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi23 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi22
================================================ */
#tabi22 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/sunset_0289.jpg') no-repeat center / cover; */
    background-image: url('../tabi2022/img_1991.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi22 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi21
================================================ */
#tabi21 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/nabana_9835.jpg') no-repeat center / cover; */
    background-image: url('../tabi2021/IMG_1259.JPG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi21 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi20
================================================ */
#tabi20 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/flower_4943.jpg') no-repeat center / cover; */
    background-image: url('../tabi2020/img_4943.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi20 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi19
================================================ */
#tabi19 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/alley_9556.jpg') no-repeat center / cover; */
    background-image: url('../tabi2019/img_3788.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi19 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi18
================================================ */
#tabi18 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/sunset_9415.jpg') no-repeat center / cover; */
    background-image: url('../tabi2018/img_9415.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi18 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi17
================================================ */
#tabi17 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/bamboo_1192.jpg') no-repeat center / cover; */
    background-image: url('../tabi2017/img_3259.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi17 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
tabi16
================================================ */
#tabi16 {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background: var(--light-blue) url('../images/river_8463.jpg') no-repeat center / cover; */
    background-image: url('../tabi2016/img_4227.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh; /* 画像の高さ */
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#tabi16 h1 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/*
COMMON
================================================ */
.container {
    max-width: 900px; /* ブログ（2カラム）の幅設定 */
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff; /* 白色 */
}

/* 記事一覧 */
.post-home {
    margin-bottom: 3rem; /* 文章とページングの間隔 */
}
.post-title-sub {
    padding-bottom: 10px;
    background-size: 6px 6px;
    margin-bottom: 1.5rem;
}
.post-title-sub h2 {
    background: #fff; /* 白色 */
    padding: 0 0 .5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.875rem; /* メイン画像と小見出しの間隔 */
    margin-bottom: 0rem;
    text-align: left;
}
.post-title-sub a {
    color: #949087; /* やや灰色い黄系の色 */
    text-decoration: none;
}
.post-title-sub a:hover {
    color: #605c55;
}

/* 日付と水平線_B（各ブログに使用している水平線） */
.post-cat-sub {
  display: flex;
  align-items: center; /* 日付と水平線の垂直中心 */
  font-size: .75rem;
  margin-bottom: -20px; /* 日付と水平線の下余白 */
}
.post-cat-sub::after {
  border-top: 1px solid; /* 直線 */
  content: "";
  width: 100%; /* 水平線の長さ */
  margin-left: 1rem; /* 日付と水平線のスペース */
}

/* 画像_B（各ブログに使用している画像 720×480 72×72） */
.post-thumb-sub {
    margin: 0 0 1rem 0;
    position: relative;
}
.post-img-sub {
    width: 100%;
    height: auto;
}
/* 記事内部 */
article h3,
article h4,
article h5,
article h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    margin: 3rem 0 1rem;
}
article h3 {
    font-size: 1.5rem;
    border-top: #ccc dotted 2px;
    border-bottom: #ccc dotted 2px;
    padding: .75rem;
    line-height: 1.4;
}
article h4 {
    font-size: 1.5rem;
}
article h5 {
    font-size: 1.375rem;
}
article h6 {
    font-size: 1.25rem;
}
article p {
    margin-bottom: 1rem;
}
article a {
    color: #93d8d0; /* ライトグリーン */
    text-decoration: underline;
}
article a:hover {
    color: #7ac69f; /* 淡いグリーン */
}
article img {
    max-width: 100%;
}

/*
ページ送り
================================================　*/
.pagination {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
}
.pagination a:hover {
    background: green; /* グリーン色 */
    color: #fff;
}
.pagination a,
.pagination .current {
    border-radius: 50%;
    padding-top: 11px;
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 6px;
}
.pagination .current {
    background: orangered; /* オレンジレッド色 */
    color: #fff; /* 白色 */
}

/*
ASIDE
================================================ */
aside {
    margin-top: 1.25rem; /* カテゴリー枠の高さ位置 */
}
.side-box {
    margin-bottom: 4rem; /* メイン画像とカテゴリー枠の間隔 */
    padding: .875rem;
}
.side-box::before {
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    top: -1rem;
}

.side-box a:hover {
    color: orangered; /* 各カテゴリーにマウスを当てた時の色はオレンジレッド */
}

/* 見出し */
.side-box h3 { /* カテゴリー設定 */
    font-size: 1.25rem;
    letter-spacing: .1rem;
    text-align: left; /* カテゴリー水平位置 */
    margin: .875rem 0 1.125rem;
}

/* リスト */
.side-box li {
    border-bottom: 1px dashed #ccc; /* ライトグレー */
    padding: .75rem .25rem;
    display: flex;
}
.side-box li:first-child {
    padding-top: 0;
}
.side-box li:last-child {
    padding-bottom: .5rem;
    border-bottom: 0;
}
.side-box li::before {
    display: inline-block;
    content: '';
    background: orangered; /* ドットの色はオレンジレッド */
    width: 8px;
    height: 8px;
    margin: 6px 10px 0 0;
    border-radius: 50%;
}
.side-box li a {
    flex: 1;
    line-height: 1.4;
}
.side-box li p {
  line-height: 1.4;
}

/* 人気記事 */
.popular-posts {
    margin-bottom: 2rem;
}

/*
TICKET（お問い合わせ）
================================================ */
#ticket {
    background-image: linear-gradient(#f5bc2d, #e6551e);
    padding: 6rem 1rem 2rem;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

/*
FOOTER（お問い合わせ　コピーライト）
================================================ */
.footer {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 2rem;
    text-align: center;
    font-size: 1.25rem;
    color: var(--white);
}
.footer a {
    text-decoration: underline;
}

/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {
/* Common */
    h2 {
        font-size: 5rem;
    }
    a:hover,
    .ticket-btn:hover {
        transition: .3s;
    }
    a:hover {
        color: var(--blue);
    }
    .ticket-btn:hover {
        background: var(--blue);
    }

/* Header */
    .btn-menu {
        display: none;
    }
    .main-nav {
        width: 100%;
        position: static;
        display: flex;
    }
    .main-nav li {
        margin: 0 0 0 1.5rem;
    }
/*
tabi
================================================ */
    #tabi25 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi25 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi24 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi24 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi23 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi23 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi22 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi22 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi21 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi21 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi20 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi20 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi19 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi19 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi18 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi18 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi17 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi17 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    #tabi16 {
        height: 50vh; /* 画像の高さ */
    }
    #tabi16 h1 {
        font-size: 3.5rem; /* タイトルのフォントサイズ */
    }

    /* 2カラムのLayout*/
    .container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem;
        padding: 1rem 2.5rem 2.5rem;
    }

    /* Main */
    main {
        width: 68%;
        margin-bottom: 0;
    }

    /* 画像_B（各ブログに使用している画像 720×480 72×72） */
    .post-thumb-sub {
        margin: 0 0 1rem 0; /* 画像の余白 === 下辺のみ余白指定 */
        float: left;
    }
    .post-img-sub {
        max-width: 100%; /* 画像の幅 === 高さの数値により幅が自動で変更 */
        height: auto; /* 画像の高さ === ほぼ元画像サイズと同じ */
    }

    /* Aside */
    aside {
        width: 26%;
    }

    /* 人気記事 */
    .popular-posts {
        position: sticky;
        top: 2.5rem; /* スクロールの固定位置 */
    }
}

