@charset "utf-8";
/* ===================
 reset
=================== */
@import 'html-5-reset-stylesheet.css';
/* ===================
 font-family
=================== */
html{
font-size: 62.5%;
}
body{
font-family : -apple-system, "BlinkMacSystemFont", "Noto Sans Japanese", "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", osaka, sans-serif;
line-height:1.4;
color:#333;
-webkit-user-select: none;
-webkit-text-size-adjust: 100%;
width: 100%;
min-width: 1200px;
font-size: 16px; font-size: 1.6rem;
-webkit-text-size-adjust: 100%;
background:url(../img/bg.jpg);
}
*{
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  body {
  min-width: 100%;
  }
}
/* ===================
 reset-add
=================== */
a:active {
color: #000;
}
a {
color: #333;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
ol, ul {
list-style: none;
}
img {
max-width:100%;
vertical-align: bottom;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
box-sizing: border-box;
}

/* ===================
 common
=================== */
.nest {
width: 1200px;
padding: 0 75px;
margin: 0 auto;
}
.nest01 {
width: 1200px;
margin: 0 auto;
}
.cf:after {
content: "";
clear: both;
display: block;
}
@media only screen and (max-width: 768px) {
  .nest,.nest01 {
  width: 100%;
  }
  .nest {
  padding: 0 3%;
  }
}
#t_tweet iframe { width: 740px !important; }
/* ===================
 header
=================== */
body{
position: relative
}
header nav{
margin: 0 6.25%;
}
header ul{
font-size: 0;
margin-top: 10px;
}
header ul li{
display: inline-block;
width: 16.19%;
margin: 0 0.57% 0 0;
text-align: center;
}
header ul li:last-child{
margin: 0;
}
header ul li a{
display: block;
line-height: 50px;
transition: all .3s;
color: #999;
font-size: 16px; font-size: 1.6rem;
letter-spacing: 0.1em;
border-bottom: 1px solid #999;
position: relative;
}
header ul li:nth-child(4) a{
letter-spacing: 0;
}
header ul li a:hover{
color: #000;
font-weight: bold;
border-bottom: 1px solid #000;
}
header ul li a:hover:after  {
content: ' ';
width:0;
height: 0;
position:absolute;
border:5px solid transparent;
border-bottom-color:#000;
bottom:0;
left:48%;
}
@media only screen and (max-width: 768px) {
  header h1 img{
  width: 100%;
  }
  header ul{
  font-size: 0;
  margin-top: 10px;
  }
  header ul li{
  width: 87.5%;
  }
  header ul li a{
  border-bottom: 1px solid #fff;
  }
  header ul{
  text-align: center;
  margin-top: 90px;
  padding-bottom: 50px
  }
  header ul li{
  display: block;
  margin: 0 0 0 0;
  font-size: 20px;
  }
  header ul li a{
  line-height: 50px;
  color: #fff;
  }
  header ul li a:hover{
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  }
  header ul li a:hover:after  {
  content: ' ';
  position:absolute;
  border:none;
  }
}

.content{
padding: 75px 0 0 0;
background:url(../img/bg-footer.png) repeat-x 0 bottom;
}
.main{
width: 71.43%;
float: right;
padding-bottom: 75px;
}
.side{
width: 22.86%;
float: left;
}
.main h2{
margin-bottom: 35px;
}
#t_diary ul{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
#t_diary ul li {
width: 48%;
background: #fff;
border-radius: 8px;
list-style:none;
padding: 1.6% 1.6% 3%;
margin-bottom: 30px;
}
#t_diary ul li:nth-child(2n+1){
margin-right:4%;
}
#t_diary ul li a{
display: block;
}
#t_diary ul li dt{
font-size: 20px; font-size: 2.0rem;
margin-bottom: 10px
}
#t_diary ul li dt p{
padding: 0 2%;
font-weight: bold;
}
#t_diary ul li dt > div{
width: 100%;
padding-top: 78%;
background-size: 100% auto;
background-repeat: no-repeat;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#t_diary ul li dd{
font-size: 14px; font-size: 1.4rem;
position: relative;
padding: 0 2%;
}
#t_diary ul li dd span{
position: absolute;
top:-2px;right:-4%;
padding:2px 22px;
letter-spacing: 0.05em;
transition: .3s
}
#t_diary ul li a:hover dd span{
background: #bf0008;
color: #fff;
}
p.more{
width: 185px;
text-align: center;
margin: 45px auto 0;
font-size: 20px; font-size: 2.0rem;
}
p.more a{
display: block;
color: #fff;
line-height: 45px;
transition: all .3s;
background:#000 url(../img/icon-more.png) no-repeat 92% 50%;
border-radius: 22px;
padding-right: 5%;
}
p.more a:hover{
color: #000;
background:#fff url(../img/icon-more-on.png) no-repeat 92% 50%;
}
.side section{
background: #fff;
border-radius: 8px;
padding: 6.25%;
margin-bottom: 30px;
background:#fff url(../img/side-bg-h3.png) no-repeat 92% 6px;
font-size: 13px; font-size: 1.3rem;
}
.side section h3{
border-bottom:1px solid #d3d3d4;
margin-bottom: 10px;
padding-bottom: 8px;
font-size: 16px; font-size: 1.6rem;
}
#side_character{
position: relative;
height: 300px;
}
#side_character img{
position: absolute;
top:40px;
left:-12px;
width: 252px!important;
}
@media only screen and (max-width: 768px) {
  .content{
  padding: 6% 0 0 0;
  background:url(../img/bg-footer.png) repeat-x 0 bottom;
  background-size: 200% auto;
  }
  .main{
  width: 100%;
  float: none;
  padding-bottom: 8%;
  }
  .side{
  width: 100%;
  float: none;
  }
  .main h2{
  margin-bottom: 5%;
  }
  #t_diary ul li {
  margin-bottom: 4%;
  }
  #t_diary ul li dt{
  font-size: 18px; font-size: 1.8rem;
  }
  #t_diary ul li dd{
  font-size: 12px; font-size: 1.2rem;
  }
  #t_diary ul li dd span{
  padding:2px 15px;
  background: #bf0008;
  color: #fff;
  }
  p.more{
  margin: 8% auto 0;
  font-size: 16px; font-size: 1.6rem;
  }
  .side{
  padding-bottom: 24%;
  }
  .side section{
  padding: 3%;
  margin-bottom: 3%;
  background:#fff url(../img/side-bg-h3.png) no-repeat 96% 10px;
  }
}
@media only screen and (max-width: 425px) {
  #t_diary ul li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  list-style:none;
  padding: 1.6% 1.6% 5%;
  margin-bottom: 30px;
  }
  #t_diary ul li:nth-child(2n+1){
  margin-right:0;
  }
  #t_diary ul li dd span{
  top:-2px;right:-2%;
  }
}


/* ===================
 #diary
=================== */
#diary{
padding-bottom:35px;
}
#diary article{
background: #fff;
border-radius: 8px;
margin:0 0 25px 0;
padding:20px 2.5%;
width: 100%;
word-break: break-all;
}
#diary article h3{
line-height: 1.0;
margin-bottom: 10px;
font-size: 18px;
}
#diary article h3 + p{
font-size: 12px;
color: #666;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 20px;
}
#diary article > div{
margin: 0 auto 20px;
}
#diary article > p a,
.side a{
color: #326e40;
text-decoration: underline;
}
#diary article > p a:hover,
.side a:hover{
text-decoration: none;
}
#diary article ul{
margin-top: 10px;
text-align:right;
}
#diary article li{
display: inline-block;
margin-bottom: 10px;
}
#diary > ul li{
width: 185px;
text-align: center;
margin: 18px auto 32px;
font-size: 20px; font-size: 2.0rem;
float: left;
}
#diary > ul li + li{
float: right;
}
#diary > ul li a{
display: block;
color: #fff;
line-height: 45px;
transition: all .3s;
background:#000 url(../img/icon-more.png) no-repeat 92% 50%;
border-radius: 22px;
padding-right: 5%;
}
#diary > ul li:first-child a{
padding-left: 10%;
padding-right: 0;
background:#000 url(../img/icon-prev.png) no-repeat 8% 50%;
}
#diary > ul li a:hover{
color: #000;
background:#fff url(../img/icon-more-on.png) no-repeat 92% 50%;
}
#diary > ul li:first-child a:hover{
background:#fff url(../img/icon-prev-on.png) no-repeat 8% 50%;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
@media only screen and (max-width: 768px) {
  #diary{
  padding: 0;
  }
  #diary > ul li{
  width: 150px;
  text-align: center;
  margin: 5% auto;
  font-size: 16px; font-size: 1.6rem;
  }
}
@media only screen and (max-width: 425px) {
  #diary article{
  padding:20px 5% 10px;
  }
  #diary > ul li{
  width: 130px;
  font-size: 14px; font-size: 1.4rem;
  }
  #diary > ul li a{
  line-height: 38px;
  }

}
/* ===================
 footer
=================== */
footer{
background: #fff;
padding: 60px 0 50px;
position: relative;
}
footer ul{
text-align: center;
}
footer li{
display: inline;
}
footer li:first-child{
margin-right: 24px;
}
footer > p{
padding:26px 0 0;
color: #666666;
text-align: center;
font-size: 13px;font-size: 1.3rem;
}
#page-top {
position: fixed;
bottom: 20px;
right: 50px;
width:40px;
z-index: 10;
}
@media only screen and (max-width: 768px) {
  footer > img{
  position: absolute;
  width: 30%;
  bottom: 150px;
  right: 10px;
  }
  #page-top {
  right: 25px;
  }
}
@media only screen and (max-width: 425px) {
  footer{
  padding: 30px 0 20px;
  }
  footer > img{
  bottom: 140px;
  }
  #page-top {
  right: 10px;
  }
  footer li{
  display:  block;
  margin: 0 0 10px 0;
  }
  footer li:first-child{
  margin-right:0;
  }
  footer > p{
  padding:10px 0 0;
  color: #666666;
  text-align: center;
  font-size: 10px;font-size: 1.0rem;
  }
}

@media all and (min-width:769px){
  .sp {
  display: none;
  }
  .fat-nav {
      display: block !important;
  }
  body {
      overflow: visible !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
  display: none;
  }
}