@charset "UTF-8";
/* ==========================================
   Template: modern（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}
ol.list,
ul.list {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 768px) {
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1030px) {
  .container {
    max-width: 800px;
  }
}

body {
  background: #eeedf1;
  color: #242424;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.container {
  background: white;
  padding-top: 0px;
  padding-bottom: 0px;
}

h1 {
  margin: 0px 0px 0px 5px;
}

h2 {
  border-bottom: 3px solid #f5f5f5;
  position: relative;
  margin-bottom: 1.5em;
}

h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #bddcea;
  position: relative;
  top: 3px;
}

h3 {
  border-left: 3px solid #bddcea;
  padding: 0px 15px;
  margin: 2em 0 1em;
}

a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a:focus, a:visited, a:active {
  color: #242424;
}

a:hover {
  color: #bddcea;
}

p {
  margin: 1em 0;
}

header {
  margin: auto;
}

header p {
  text-align: center;
  font-size: 12px;
}


/* ==========================================
  ヘッダー
   ========================================== */
header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 50px;
  background: #ffffffad;
  /* 透明 */
  backdrop-filter: blur(8px);

}

header .container {
  height: 50px;
}

header .row {
  background: transparent;
}

header .header_wrapper {
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 50px;
  position: relative;
}

header h1 {
  color: #929292;
  padding: 0;
  font-size: 90%;
  line-height: 50px;
  font-family: "Kosugi Maru", sans-serif;
}

header ul#navmenu {
  display: -webkit-box;
  display: flex;
  margin: 0;
}

header ul#navmenu li {
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

header ul#navmenu li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 50px;
  color: #333333;
}

header ul#navmenu li a:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #bddcea;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

header ul#navmenu li a:hover {
  color: inherit;
}

header ul#navmenu li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


/* ヘッダー背景 */

.header {
  background-color: #bddcea;
  background-image: url(https://plum.moo.jp/header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

/* アイコン */

.header img.icon {
  display: block;
  margin: auto
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 50%;
  border: solid 6px #ffffff;
  position: absolute;
  bottom: -50px;
  left: 0.8em;
  right: 0;
  z-index: 1;
}

/* DMボタン */

ul.dm {
  display: flex;
  -webkit-box-pack: justify;
          justify-content: right;
  position: relative;
  bottom: -170px;
  margin: 5px 5px 5px 10px;
}

ul.dm li {
  margin-bottom: .3em;
  padding-left: 5px;
  padding-right: 5px;
}

ul.dm li a {
  font-size: 12px;
  border: 1px solid;
  color: #688c9c;
  padding: 4px 6px;
  border-radius: 20px;
}

ul.dm li a:hover {
  background: #bddcea;
  color: #688c9c;
}

ul.dm li a.twitter:hover {
  background: #bddcea;
  border: 2px solid #688c9c;
  color: #688c9c;
}


/* プロフィール */

p.profile {
    font-size: 90%;
    margin: 0px 0px 0px 15px;
}

a.profilelink {
    color: #929292;
}

a.profilelink:hover {
    color: #bddcea;
    }

/* メニュー */

p#menubtn {
  color: #333333;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  position: absolute;
  color: #333333;
  top: 5px;
  right: 10px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 99999;
  display: none;
}



/* ==========================================
  てがろぐ ベース設定
   ========================================== */

section.tegalog {
  max-width: 768px;
    margin: 0px auto 0;
}
iframe {
    max-width: 100%;
}
.postarea form {
    background: #f6f6f6;
    padding: 10px;
}

/* 投稿編集*/
.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.6em;
}

.postarea p.line-textarea {
    margin: 0;
}
.postarea p.line-control {
    margin: 20px 0 0;
}

/* 投稿ボタン*/
.postarea input.postbutton {
    background: #688c9c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #bddcea;
}
.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin: 0 2px 10px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}
ul.cattree {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border: 1px solid #d6d6d6;
    padding: 15px;
    border-radius: 2px;
    position: relative;
}
ul.cattree li {
	font-size: 90%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}
ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 2px;
}
ul.hashtaglist li {
	font-size: 85%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}
ul.cattree li:before, ul.cattree li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}

div.onelogbox {
    max-width: 768px;
    margin: 30px auto;
    border-bottom: 1px dashed #ccc;
}


p.situation {
    font-size: 90%;
    color: #ccc;
}


/* ------------------ */
/* ▼文字装飾ボタン群 */
/* ------------------ */

/* 掲載領域全体 */
.decoBtns {
  display: inline-block;
  margin-top: 0.5em;
}

/* 全ボタン装飾 */
.decoBtns input {
  min-width: 20px;
  min-height: 20px;
  margin: 1px;
  background-color: #eee;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: text-top;
}

/* マウス載る際 */
.decoBtns input:hover {
  background-color: #e5f1fb;
  border-color: #0078d7;
}

/* 記事NO */
span.situation-postno {
    border: 1px solid;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.6em;
}

/* 日付 */
p.dateseparator {
    display: none;
    font-size: 90%;
    color: white;
    background: #ccc;
    width: fit-content;
    padding: 3px 5px;
    line-height: 1.6em;
    margin: 0 auto -20px 0;
}
p.dateseparator.fixedseparator {
    display: block;
}


/* 投稿記事 */

p.postinfo {
    text-align: left;
    margin: 15px;
    font-size: 80%;
    color: #979797;
}

p.post {
    margin: 5px 30px 5px 30px;
    font-size: 90%;
}

p.oneloginfo {
    text-align: right;
    margin: 15px;
    font-size: 80%;
	color: #979797;
}



/* ページ番号リンク */

p.pagenums {
    text-align: center;
}
a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
a.pagenumlink.pagenumhere {
    background: #ccc;
}


/* 続きを読む */

a.readmorebutton {
    text-decoration: none;
    color: #242424;
    text-align: center;
    background-color: transparent;
    }

a.readmorebutton:hover {
    background-color: #f3f3f3;
    }

a.readmorebutton.readmoreclose {
    margin: 0 3px;
    border: 1px solid;
    text-decoration: none;
    color: #242424;
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5em;
    background: transparent;
}



/* 検索フォーム */

.queryinput {
  margin: 15px 5px 15px 10px;
  font-size: 16px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: calc(60% - 30px);
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-transition: .2s;
  transition: .2s;
}

.queryinput:focus {
  outline: none;
  background: #ffffff;
}

.submitbutton[type="submit"] {
  width: 80px;
  margin: 0px auto 20px;
  padding: 10px 0;
  border-radius: 5px;
  background: #688c9c;
  color: #ffffff;
  border: none;
}

.submitbutton[type="submit"]:focus, .queryinput[type="submit"]:hover {
  background: #bddcea;
}


/* 鍵付き投稿PASS入力フォーム */

.passkeyinput {
  margin: 15px 5px 15px 40px;
  font-size: 16px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: calc(50% - 20px);
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-transition: .2s;
  transition: .2s;
}

.passkeyinput:focus {
  outline: none;
  background: #ffffff;
}

.passkeysubmit[type="submit"] {
  width: 80px;
  margin: 0px auto 20px;
  padding: 10px 0;
  border-radius: 5px;
  background: #688c9c;
  color: #ffffff;
  border: none;
}

.passkeysubmit[type="submit"]:focus, .clap input[type="submit"]:hover {
  background: #bddcea;
}

/*ナビゲーション */
p.pagelinks {
    text-align: center;
    font-size: 90%;
    color: #688c9c;
}

/* ==========================================
  フッター
   ========================================== */

footer {
  background: #eeedf1;
  overflow: hidden;
  margin-top: 20px;
}

p.poweredby {
    text-align: right;
    margin: 5px 5px 5px 10px;
    color: #929292;
    font-size: 11px;
}


/*絵文字用 */
img.emoji {
  height: 1em;
  width: 1em;
  vertical-align: -0.10em;
  background: none;
  border: none;
  box-shadow: none;
}




