/* 共通 */
header {
    width: 100%;
    display: flex;
    align-items: center;
}

nav ul li {
    list-style-type: none;
}

#pagetop {
    width: 90%;
}
#pagetop_nav ul {
    display: block;

}

footer {
    width: 100%;
    margin-top: 10%;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #444d62;
    background-color: #B0C4DE;
    background-image: url(trip-log-PNG/backgroudn_moyou.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
}

body {
    animation: fade 1s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

img {
    max-width: 100%;
}

/* 共通 */


/* index */
.index_background {
    background-color: #778899;
}
.index_center {
    display: block;
    text-align: center;
}

/* index */


.win {
    position: relative;
}

.tripmap {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}

.easteregg {
    position: absolute;
    left: 2%;
    z-index: 1;
}


.retun_top {
    text-align: center;
}

.retun_top a:hover {
    opacity: 0.7;
}

.map_setumei {
    margin-left: 20%;
}
.attention {
    margin-top: 2%;
    margin-left: 3%;
    width: 50%;
    max-width: 500px;
}
.member_photo {
    position: absolute;
    width: 30%;
    z-index: 50;
    right: 20px;
    bottom: 0;
}


/* リストページ */
.triplog_list_setumei {
    color: #778899;
    text-align: center;
    margin-top: 5%;
}

.triplog_list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}

.triplog_list a img {
    margin-left: 10px;
}

.triplog_list a:hover {
    opacity: 0.7;
}

.triplog_parents {
    text-align: center;
}

.triplog_list {
    display: inline-block;
}

.easteregg_triplist {
    width: 1px;
    height: 2px;
}

/* リストページ */

/* 旅記事 */
.main {
    width: 90%;
    word-break: break-all;
    margin: 0 auto;
    font-size: 10px;
}
#sub_hiden {
    display: none;
}
#sub_mobile {
    display: block;
}
/* ハンバーガー */
.hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #f0f8ff;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 1px;
}

.hamburger__line--2 {
    top: 18px;
}

.hamburger__line--3 {
    top: 36px;
}

.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
}

.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #778899;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
}

.open .sp-nav {
    right: 0;
}


.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}
.triploglist_hamburger {
    width: 60%;
}
/* ハンバーガー */

.trip_log_text {
    color: #000000;
    font-size: 2em;
}

.trip_log_text img {
    display: block;
    width: 80%;
    margin: 15px auto;
}
/* 旅記事 */

/* フォーム */
#input_message {
    width: 50%;
    border: 2px solid #778899;
}
#input_comment {
    width: 80%;
    height: 200px;
    border: 2px solid #778899;
    overflow: scroll;
}
input[type="email"] {
  width: 50%;
  border: 2px solid #778899;
}


#easteregg_triplist {
    background-color: #B0C4DE;
    border: none;
    width: 62px;
    font-size: 24px;
    font-weight: bold;
}

.triplog_list_setumei {
    color: #808080;
}

.easteregg_button {
    width: 40px;
    font-size: 20px;
    background-color: #B0C4DE;
    border: none;
    color: #808080;
    font-weight: bold;
}

/* フォーム */

/* 隠し要素ページ */
#hiden {
    visibility: hidden;
}
.main_member{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub_member {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.member_h1 {
    margin-left: 40px;
}
