@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font: 1.6rem/1 "ヒラギノ角ゴ Pro W3";
	font-feature-settings: "palt";
    color: #333;
}
p {
    line-height: 1.5;
}
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
}
.site-logo:hover,
a:hover,
.hm-btn:hover,
.related-link li:hover,
.road-info-link li:hover,
.sns-link:hover,
.foot-comp li:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}
/*----------------------------------------

ヘッダー

----------------------------------------*/
#header{
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
}

#header p{
    line-height: 1.4;
}

.head-wrap {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 120px; */
    /* border-top: 4px dashed #68b89a; */
    background-color: #00453e;
}
.head-wrap-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 16px;
}
/* グローバルナビゲーション */
.gnav {
    display: flex;
}
.gnav li:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #fff;
}
.gnav li a {
    color: #fff;
}
/* ハンバーガーメニュー */
#hm-tgl {
    display: none;
}
.hm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
}
.hm-btn span,
.hm-btn span::before,
.hm-btn span::after {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #0f7e55;
}
.hm-btn span::before {
    bottom: 8px;
}
.hm-btn span::after {
    top: 8px;
}
.hm-menu {
    position: fixed;
    top: 0;
    left: -100%;/* メニューを画面外へ */
    width: 280px;
    height: 100%;
    /* margin-bottom: 40px; */
    padding: 16px 0;
    text-align: center;
    background-color: #0f7e55;
    transition: 0.5s;
}
.hm-gnav {
    margin-bottom: 80px;
}
.hm-gnav li a {
    display: block;
    font-weight: bold;
    position: relative;
    padding: 16px 0;
    color: #fff;
}
.hm-gnav li a:hover {
    background-color: #2d9e75;
    opacity: 1;
    transform: translate(16px);
}
#hm-tgl:checked ~ .hm-menu {
    left: 0;/* メニューを画面内へ */
}
.hm-close {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#hm-tgl:checked ~ .hm-close {
    display: block;
    opacity: 0.2;
}
/* ファーストビュー */
.first-view {
    max-width: 960px;
    margin: auto;
    animation: appear 2s;
}
@keyframes appear {
    0% {
        opacity: 0;
    }
}
/*----------------------------------------

メイン

----------------------------------------*/
.main-wrap {
    width: calc(100% - 32px);
    max-width: 800px;
    margin: auto;
}
/*----------------------------------------

index.html

----------------------------------------*/
/* 関連リンク */
.related-link-title,
.road-info-link-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 40px;
    font-size: 3.2rem;
    color: #fff;
    border-radius: 0 16px;
}
.related-link-title {
    background-color: #0f7e55;
}
.related-link-title::after,
.road-info-link-title::after {
    padding-top: 8px;
    font-size: 1.6rem;
}
.related-link-title::after {
    content: "／シーニックの関連情報をお届け！";
}
.related-link {
    margin-bottom: 120px;
}
.related-link li {
    margin-bottom: 24px;
}
/* 道路情報リンク */
.road-info-link-title {
    background-color: #424992;
}
.road-info-link-title::after {
    content: "／お出かけに役立ててください！";
}
.road-info-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.road-info-link li {
    width: 380px;
    margin-bottom: 24px;
}
.link-suppl {
    padding-top: 4px;
}
/* SNS */
.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.sns-intro {
    margin-right: 8px;
    font: 2rem "ふい字";
    color: #424992;
}
.sns-link {
    width: 48px;
    height: 48px;
}
/*----------------------------------------

about.html

----------------------------------------*/
.sect-wrap {
    margin-bottom: 160px;
}
/* ルートストーリー */
.intro-title {
    margin-bottom: 64px;
    padding: 16px;
    text-align: center;
    font: 2rem/1 "ヒラギノ角ゴ Pro W6";
    color: #fff;
    border-top: 8px solid #ffda94;
    border-radius: 0% 0% 32% 32%;
    background-color: #e69c15;
}
.intro-title span {
    display: block;
    padding-top: 8px;
    font-size: 4rem;
    font-family: "ヒラギノ明朝 Pro W6";
}
.intro-text {
    max-width: 560px;
    margin: 0 auto 64px;
    font-family: "ヒラギノ明朝 Pro W6";
    color: #a34040;
}
.story-list li:not(:last-child) {
    margin-bottom: 56px;
}
.story-list li:not(:last-child)::after {
    display: block;
    content: "";
    position: relative;
    bottom: -32px;
    width: 4px;
    height: 56px;
    margin: auto;
    background-color: #e69c15;
    z-index: -1;
}
.story-list-title {
    margin-bottom: 24px;
    text-align: center;
    font: 4rem/1 "Century Gothic";

}
.story-list-title span {
    padding-left: 16px;
    font: 2.4rem/1 "ヒラギノ明朝 Pro W3";
}
.story-list-title span::before {
    display: inline-block;
    content: "■";
    margin-right: 4px;
    transform: scaleY(0.1);
    z-index: -999;
}
.story-list-desc {
    margin-bottom: 16px;
}
.desc-list {
    margin-bottom: 40px;
    padding: 24px;
    background-color: #f5f0f0;
}
.desc-list div:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.desc-list dt {
    margin-bottom: 4px;
    font: 1.8rem/1 "ヒラギノ角ゴ Pro W6";
}
.desc-list dd {
    line-height: 1.5;
}
/* 概要 */
.overview-cont-title,
.overview-area,
.overview-desc {
    margin-bottom: 24px;
}
.overview-cont-title {
    padding-left: 8px;
    font-size: 2.4rem;
    border-left: 8px solid #0f7e55;
}
.overview-info-link {
    max-width: 400px;
    margin: 0 auto 80px;
}
.overview-info-link li {
    background-color: #2d93ce;
}
.overview-info-link li:not(:last-child) {
    margin-bottom: 8px;
}
.overview-info-link li a {
    display: block;
    padding: 8px;
    font: 1.8rem "ヒラギノ角ゴ Pro W6";
    color: #fff;
}
.overview-info-link li a:hover {
    background-color: #5db4e7;
    opacity: 1;
}
/*----------------------------------------

フッター

----------------------------------------*/
.foot-wrap {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    /* background-color: #0f7e55; */
    /* padding: 40px 40px 16px; */
    /* padding: 20px 0; */
}
.foot-nav,
.foot-comp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* margin-bottom: 40px; */
}
.foot-nav li {
    /* margin: 0 24px 24px; */
}
.foot-nav li a {
    color: #fff;
}
.foot-comp li {
    /* margin: 0 16px 16px; */
}

/*
.copyright {
    font-size: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
}
*/

.page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 0;
    width: 64px;
    height: 64px;
    font-family: "ヒラギノ角ゴ Pro W6";
    color: #fff;
    border-radius: 8px 8px 0 0;
    background-color: #e69c15;
}
.page-top::before {
    content: "";
    position: relative;
    top: 8px;
    width: 24px;
    height: 24px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}
.page-top:hover {
    background-color: #ecc049;
    opacity: 1;
}
.sp {
    display: none;
}
/*--------------------------------------------------------------------------------

ここから中間

--------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) and (min-width: 481px) {
    /*----------------------------------------

    ヘッダー

    ----------------------------------------*/
    .head-wrap-inner {
        flex-direction: column;
    }
    .site-logo {
        margin-bottom: 24px;
    }
    .gnav {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gnav li:not(:last-child) {
        margin-bottom: 16px;
    }
}
/*--------------------------------------------------------------------------------

ここからスマホ

--------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /*----------------------------------------

    メイン

    ----------------------------------------*/
    .story-list-title span {
        display: block;
        margin-bottom: 24px;
        padding-top: 16px;
    }
    .story-list-title span::before {
        display: none;
    }
    /*----------------------------------------

    フッター

    ----------------------------------------*/
    .foot-nav {
        flex-direction: column;
        text-align: center;
    }
}