@charset "UTF-8";

/* -----------------------------------
CSSのカスタマイズはここで！
----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
/*詩の明朝体webフォント*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  background: #fbfbfb;
  color: #41515f;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

h1.maintitle a {
 
  font-weight: bold;
}

h1.maintitle {
  margin-bottom: 0px;
}

small {
  text-align: center;
  font-size: 10px;
}

.mainguide {
  font-family: "Montserrat", serif;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 30px;
}

p.kategori a {
  font-size: 85%;
  color: #b5b5b5;
  font-family: sans-serif;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 5px;
  margin: 10px 0.5em 0px;
  display: inline-block;

}

p.kategori a::before {
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f07b";
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
}

/* 記事の余白下部分（広くしてる）*/
.onelogbox p.oneloginfo {
  margin-top: 30px;
}

.onelogbox a[href="#readclose"] {
  display: inline-block;
  margin-top: 40px;
}

img {
  border: solid 1px #bababa;
}

/* 詩のフォント指定*/
.decoration1 {
  font-size: 15px;
  font-family: "Hiragino Mincho ProN W3", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* タイトル*/
.decoration2 {
  display: inline-block;
  font-size: 20px;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}

/* 大きく */
.decoration3 {
  font-size: 18px;
  font-weight: bold;
}

.onelogbox p.oneloginfo a {
  letter-spacing: 0.1em;
}

/*リストスタイル */
.onelogbox ul.decorationL li:before {
  top: 0.8em;
  border-radius: 50%;
  /* 要素を丸くする */
}


/*ピンク系統のデザイン*/
h1.maintitle a {
  background-image: url("top.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(255, 255, 255, 0);
}

/*色全般 */
details,
a,
.mainguide a,
p.pagenums a.pagenumlink {
  color: #f09ad0;
}

a:hover,
.onelogbox p.oneloginfo .categories a.categorylink:hover,
p.pagenums a.pagenumlink:hover,
p.mainguide a:hover {
  color: #eecce1;
}

p.pagenums a.pagenumlink:hover {
  background: #faf3f6;
}

.onelogbox ul.decorationL li:before,
.onelogbox em.decorationE {
  background: #eecce1;
}

.onelogbox a[href="#readmore"],
.onelogbox a[href="#readclose"] {
  background: #f7f7f7;
}

.onelogbox a[href="#readmore"] ,
.onelogbox a[href="#readclose"] {
  color: #f1bbde;
}

.onelogbox a.taglink {
  background: #f1f5f6;
}

ul.hashtaglist li {
  color: #8b8b8b;
}

.subarea,
.subarea a {
  color: #b5b5b5;
}

.sidebar_icons a {
  color: #dfdfdf;
}

footer a {
  color: #ffffff;
}

input.submitbutton {
  background-image: url("top.jpg");
}


/*表示崩れ防止のクラス名 */
#hoge {
  display: none;
}




@media (min-width: 1030px) {
  .container {
    width: 800px;
  }
  }

footer {
  background: #ffffff;
}
footer p.poweredby {
  color: #575757;
}

footer a {
  color: #f09ad0;
}