@charset 'UTF-8';
/* import */
@import url(reset-skeleton.css);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);


/* basic */
html { font-size: 62.5%; }

/* frame */
html:before, html:after, body:before, body:after {
  position: fixed;
  z-index: 1;
  display: block;
  content: '';
  background: url(../img/bg01.jpg) repeat 40% 40%;
  background-size: 1000px auto;
}
/* top */
html:before { top: 0; left: 0; width: 100vw; height: 6px; }
/* right */
html:after { top: 0; right: 0; width: 6px; height: 100vh; }
/* bottom */
body:before { bottom: 0; left: 0; width: 100vw; height: 6px; }
/* left */
body:after { top: 0; left: 0; width: 6px; height: 100vh; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  color: #020000;
}

a { color: #020000; }
a:hover { color: #edb918; border-bottom: 1px solid #edb918; }
.kikaku a:hover, .saisin a:hover {
  border-bottom: none;
  background: none;
}
.kikaku a { background: rgba(238, 238, 238, .9); }

header {
  width: 100%;
  height: 250px;
  margin: 0 auto -40px;
  padding: 90px 0 30px;
  text-align: center;
}

section {
  margin: 20px auto 40px;
  padding: 40px 0;
}

.container { padding: 20px 2% 200px; }

.same { color: #fff; }
.new {
  font-weight: 600;
  color: #edb918;
}
.rensai:last-child, .tanpen:last-child, .tanpen li:last-child, .kikaku:last-child {
  margin-bottom: 0;
}
.rensai, .kikaku { margin-bottom: 30px; }
.rensai:after {
  display: block;
  margin: 30px auto;
  content: '‥‥';
  text-align: center;
}
.rensai:last-child:after { content: none; }
.tanpen { line-height: 2; margin: 0 0 20px .8em; }
.tanpen li, .link li { display: inline; margin-right: 1.0em; }
.bkm { display: inline-block; vertical-align: -.09em; }
.re { vertical-align: -.28em; }

/* typo */
h1 {
  font-family: 'Satisfy', cursive, 'Hiragino mincho ProN', 'MS Mincho', serif;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  letter-spacing: 1px;
}
h1:before, h1:after {
  position: absolute;
  top: 22%;
  display: inline-block;
  width: 40px;
  height: 2px;
  content: '';
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
h1:before { left: 0; }
h1:after { right: 0; }
h1 span {
  font-size: 1.2rem;
  display: block;
  margin: 4px 0;
  text-align: center;
  color: #222;
}

h2 {
  font-family: 'Hiragino mincho ProN', 'MS Mincho', serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding: .08em 0;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #efefef;
}
h2 span {
  font-size: 1.2rem;
  display: block;
  margin: 8px 0;
  text-align: center;
  color: #bbb;
}

h4 {
  font-family: 'Hiragino mincho ProN', 'MS Mincho', serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.same { color: #fff; }
.meta {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #ddd;
}
.rensai, .tanpen { color: #999; }

/* cat-tag */
.tag {
  font-size: 9px;
  margin: 7px 0 5px;
}
.tag span {
  line-height: 2.4;
  margin-right: 8px;
  padding: 2px 7px;
  color: #999;
  border: 1px solid;
  border-color: rgba(238, 238, 238, .2);
  border-radius: 7px;
  background: rgba(238, 238, 238, .6);
}

/* marker */
.my {
  background: -webkit-linear-gradient(transparent 60%, #ff8 0%);  /* Safari */
  background:    -moz-linear-gradient(transparent 60%, #ff8 0%);  /* Firefox */
  background:      -o-linear-gradient(transparent 60%, #ff8 0%);  /* Opera */
  background:     -ms-linear-gradient(transparent 60%, #ff8 0%);  /* IE */
  background:         linear-gradient(transparent 60%, #ff8 0%);  /* Default */
}
.saisin a {
  background: -webkit-linear-gradient(transparent 70%, #eee 0%);  /* Safari */
  background:    -moz-linear-gradient(transparent 70%, #eee 0%);  /* Firefox */
  background:      -o-linear-gradient(transparent 70%, #eee 0%);  /* Opera */
  background:     -ms-linear-gradient(transparent 70%, #eee 0%);  /* IE */
  background:         linear-gradient(transparent 70%, #eee 0%);  /* Default */
}

/* input */
/* input */
/* 見た目に合わせて上品な明朝風＋枠の装飾 */
legend { display: none; }

form.changeName input[type="text"] {
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  padding: 0.5em 0.8em;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #aaa;
  width: 120px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s ease;
}

form.changeName input[type="text"]:focus {
  border-color: #000;
  color: #000;
  outline: none;
}

/* 「はい」ボタン */
form.changeName button.dream_set[value="input"],
form.changeName button.dream_set[value="reset"] {
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  padding: 0.5em 1.1em;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #aaa;
  cursor: pointer;
  background-color: transparent;
}

/* hover時に色変化 */
form.changeName button.dream_set[value="input"]:hover,
form.changeName button.dream_set[value="reset"]:hover {
  border-color: #000;
  color: #000;
  transition: all 0.2s ease;
}

/* 配置（ボタンやテキスト並び） */
form.changeName ul {
  float: left;
  list-style: none;
  padding-left: .8em;
  margin: 0 0 0.8em;
  display: flex;
  gap: 0.6em;
}

form.changeName ul li {
  display: inline-block;
}

/* pagetop */
#pagetop a:hover { color: #999; border-bottom: none; }
#pagetop a {
  font-size: 3.4rem;
  position: fixed;
  z-index: 70;
  right: 8%;
  bottom: 5%;
  padding: 10px;
  text-align: center;
  color: #020000;
  background: transparent;
}

/* archive-log */
.history {
  overflow: hidden;
  max-width: 550px;
  margin: 30px auto;
  padding: 30px 0 60px;
}
dt {
  float: left;
  clear: both;
  width: 15%;
}
dd {
  width: 85%;
  margin-left: 15%;
}
.center {
  margin-top: 50px;
  text-align: center;
}
.arc, .old, .year {
  margin-right: auto;
  margin-left: auto;
}
#arc, #old { margin: 50px auto; }
.old { display: none; }
.year {
  width: 65px;
  margin-top: 2em;
  padding: 1em 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-left: none;
}
#old h2.year:hover { cursor: pointer; color: #999; }
.tojiru {
  margin: 50px auto;
  padding: 5px 10px;
  border-bottom: none;
  background: rgba(238, 238, 238, .9);
}

/* tablet - mobile */
@media (max-width: 768px) {
  .container { max-width: 600px; }
  .four.col, .eight.col { width: 100%; }
  .four.col, .eight.col { margin-right: 0; }
  .changeName { width: 100%; }
  .bg01 {
    background-attachment: scroll;
    background-position: center;
  }
}

@media (max-width: 600px) {
  .tanpen li { display: block; }
}

@media (max-width: 414px) {
  .container {
    width: 88%;
    padding: 20px 6% 200px;
    background: #fff;
  }
  .att { margin-bottom: 1em; }
  textarea { width: 99%; height: 80px; }
  input[type='submit'] { width: 20%; height: 40px; }
}
