@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap");
@import url("../font/fontawesomeV5pro/all.min.css");
@import url("tplMain.css");
@import url("tplWysiwyg.css");
/* ////////////////////////////////////////////////////////////////////
	sakeblog
//////////////////////////////////////////////////////////////////// */
body#sakeblog {
  /* -------------------------
  	common
  ------------------------- */
  /* common parts */
  /* layout */
  /* -------------------------
  	list
  ------------------------- */
  /* -------------------------
  	detail
  ------------------------- */
}
body#sakeblog .tag {
  display: inline-block;
  padding: 0.25em 0.5em 0.4em;
  margin-bottom: 0.25em;
  line-height: 1em;
  border-radius: 0.25em;
  background-color: #333;
  color: #fff;
}
body#sakeblog .button {
  display: inline-block;
  padding: 1em 1em;
  line-height: 1em;
  background-color: #004EA2;
  color: #fff;
}
body#sakeblog #head {
  background-color: transparent;
}
body#sakeblog #head #logo {
  background-color: #fff;
  max-width: 200px;
}
body#sakeblog #head #gNavMenu {
  display: none;
}
@media screen and (max-width: 1000px) {
  body#sakeblog #head .categoryTags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 2rem 2rem;
  }
  body#sakeblog #head .categoryTags > li {
    margin: 0 0.5em 0.5em 0;
  }
}
body#sakeblog #main #billboard a {
  color: #fff;
  display: inline-block;
}
body#sakeblog #main #content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
body#sakeblog #main #content #category {
  width: 300px;
  padding: 2rem;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
  border-right: 1px #333 solid;
}
body#sakeblog #main #content #category .categoryList {
  position: sticky;
  top: 8.5rem;
}
body#sakeblog #main #content #category .categoryList > dt {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
body#sakeblog #main #content #category .categoryList > dt:first-of-type {
  margin-top: 0;
}
body#sakeblog #main #content #category .categoryList .categoryTags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body#sakeblog #main #content #category .categoryList .categoryTags > li {
  margin: 0 1em 1em 0;
}
body#sakeblog #main #content #category .categoryList .categoryTags > li.all {
  width: 100%;
  margin-bottom: 2em;
}
body#sakeblog #main #content #category .categoryList .categoryTags > li.all a {
  display: block;
  padding: 0.5em 1em 1em 0;
  line-height: 1em;
}
body#sakeblog #main #content #category .categoryList .categoryTags > li.all a .tag {
  display: block;
}
body#sakeblog #main #content #article {
  width: calc(100% - 300px - 1px);
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
body#sakeblog #main #content #cta {
  width: 100%;
  text-align: center;
}
body#sakeblog #main #content #cta a {
  width: 100%;
  padding: 2em 2em;
  font-size: 2.4rem;
}
body#sakeblog #main #content #cta p {
  margin: 1em 0 0;
}
@media screen and (max-width: 1000px) {
  body#sakeblog #main #content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  body#sakeblog #main #content #category {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
  body#sakeblog #main #content #category .categoryList > dt {
    margin-top: 0;
    text-align: center;
  }
  body#sakeblog #main #content #category .categoryList .categoryTags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body#sakeblog #main #content #category .categoryList .categoryTags > li {
    margin: 0 0.5em 0.5em 0;
  }
  body#sakeblog #main #content #article {
    width: 100%;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
  }
  body#sakeblog #main #content #cta {
    width: 100%;
    text-align: center;
  }
  body#sakeblog #main #content #cta a {
    width: 100%;
    padding: 2em 1em;
    font-size: 2.4rem;
  }
  body#sakeblog #main #content #cta p {
    margin: 1em 1em 0;
  }
}
body#sakeblog.list #main #content #lead {
  width: 100%;
  margin: 3em auto;
}
body#sakeblog.list #main #content #lead .text {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1000px) {
  body#sakeblog.list #main #content #lead .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body#sakeblog.list #main #content #lead .title {
  margin-bottom: 1em;
  font-size: 4rem;
  text-align: center;
}
body#sakeblog.list #main #content #lead .attention {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  body#sakeblog.list #main #content #lead {
    margin: 1em auto 0;
  }
  body#sakeblog.list #main #content #lead .title {
    font-size: 1.8rem;
  }
  body#sakeblog.list #main #content #lead .attention {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.8em;
  }
}
body#sakeblog.list #main #content #article #articleList > li {
  border-bottom: 1px #333 solid;
  line-height: 1.4em;
}
body#sakeblog.list #main #content #article #articleList > li:last-of-type {
  border-bottom: none;
}
body#sakeblog.list #main #content #article #articleList > li .link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 3em;
  transition: all 0.5s ease;
}
body#sakeblog.list #main #content #article #articleList > li .link:hover {
  position: relative;
  opacity: 1;
  background-color: #ddd;
}
body#sakeblog.list #main #content #article #articleList > li .link:hover .photo {
  border-radius: 2em;
}
body#sakeblog.list #main #content #article #articleList > li .photo {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-color: #F4F4F4;
  transition: all 0.5s ease;
}
body#sakeblog.list #main #content #article #articleList > li .photo img {
  max-width: none;
  width: 100%;
}
body#sakeblog.list #main #content #article #articleList > li .photo .pdf {
  border: 1px #b3b3b3 solid;
}
body#sakeblog.list #main #content #article #articleList > li .text {
  position: relative;
  width: 60%;
  padding-left: 2em;
  padding-right: 3em;
}
body#sakeblog.list #main #content #article #articleList > li .title {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.4em;
  position: relative;
}
body#sakeblog.list #main #content #article #articleList > li .summary {
  margin: 1em auto 0;
  font-weight: normal;
  line-height: 1.8em;
}
body#sakeblog.list #main #content #article #articleList > li .tagList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1em auto 0;
}
body#sakeblog.list #main #content #article #articleList > li .tagList > li {
  margin-right: 0.5em;
}
body#sakeblog.list #main #content #article #articleList > li .date {
  display: inline-block;
  line-height: 1em;
  position: absolute;
  right: -4em;
  top: calc(50% - 4em);
  transform-origin: left;
  transform: rotate(90deg);
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  body#sakeblog.list #main #content #article #articleList > li:last-of-type {
    border-bottom: none;
  }
  body#sakeblog.list #main #content #article #articleList > li .link {
    padding: 2em;
  }
  body#sakeblog.list #main #content #article #articleList > li .photo {
    width: 100%;
  }
  body#sakeblog.list #main #content #article #articleList > li .text {
    position: relative;
    width: 100%;
    padding: 0;
  }
  body#sakeblog.list #main #content #article #articleList > li .title {
    margin-top: 0.5em;
    font-size: 1.8rem;
  }
  body#sakeblog.list #main #content #article #articleList > li .date {
    position: static;
    transform: none;
    margin: 1em 0 0 0;
    font-size: 1.1rem;
  }
}
body#sakeblog.detail #main #content #article #entry {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 5em;
}
@media screen and (max-width: 1000px) {
  body#sakeblog.detail #main #content #article #entry {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body#sakeblog.detail #main #content #article #entry .title {
  margin-bottom: 0.5em;
  font-size: 4rem;
  line-height: 1.4em;
  padding-bottom: 0.25em;
  border-bottom: 4px #000 solid;
}
body#sakeblog.detail #main #content #article #entry .tagList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1em auto 0;
}
body#sakeblog.detail #main #content #article #entry .tagList > li {
  margin-right: 0.5em;
}
body#sakeblog.detail #main #content #article #entry .date {
  margin-top: 1em;
}
body#sakeblog.detail #main #content #article #entry .photo {
  text-align: center;
  margin-bottom: 3em;
}
body#sakeblog.detail #main #content #article #entry .summary > dt {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2.4rem;
}
body#sakeblog.detail #main #content #article #entry .index {
  padding: 2em 3em;
  background-color: #F4F4F4;
}
body#sakeblog.detail #main #content #article #entry .index > dt {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2.4rem;
}
body#sakeblog.detail #main #content #article #entry .wysiwyg {
  margin-bottom: 4em;
}
body#sakeblog.detail #main #content #article #entry .wysiwyg i {
  font-style: normal;
}
body#sakeblog.detail #main #content #article #entry .wysiwyg img {
  max-width: 100%;
  width: auto;
}
body#sakeblog.detail #main #content #article #entry .pageNav {
  margin: 3em auto;
  text-align: center;
}
body#sakeblog.detail #main #content #article #cta {
  margin-bottom: 3em;
}
@media screen and (max-width: 1000px) {
  body#sakeblog.detail #main #content #category {
    display: none;
  }
  body#sakeblog.detail #main #content #article #entry {
    padding-top: 2em;
  }
  body#sakeblog.detail #main #content #article #entry .title {
    font-size: 1.8rem;
  }
  body#sakeblog.detail #main #content #article #entry .summary > dt {
    font-size: 1.8rem;
  }
  body#sakeblog.detail #main #content #article #entry .index {
    padding: 2rem;
  }
  body#sakeblog.detail #main #content #article #entry .index > dt {
    font-size: 1.8rem;
  }
  body#sakeblog.detail #main #content #article #cta {
    margin-bottom: 3em;
  }
  body#sakeblog.detail #main #content #article #cta .button {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=sakeblog.css.map */
