@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  display: flex;
  -webkit-font-smoothing: antialiased;
  flex-direction: column;
  background-color: #ffffd6;
}
body .page-wrapper {
  flex: auto;
  background-size: contain;
}
#contentBody {
  background-color: #FFF;
  border: 1px solid #413a3a;
  border-top-width: 0;
  border-bottom-width: 0;
}

img, figure {
  max-width: 100%;
  height: auto;
}

.font-cursive {
  font-family: "Yuji Mai", serif, cursive;
}

.adblock {
  background-color: #CCC;
}

.color-white {
  color: #FFF;
}

.color-pink {
  color: #FC4C76;
}

.color-lightpink {
  color: rgb(252.8406593407, 126.1593406593, 156.3901098901);
}

.color-green {
  color: #009532;
}

.color-gray {
  color: #666;
}

.color-orange {
  color: #FFB100;
}

.color-blue {
  color: #3294E7;
}

.color-red {
  color: #cc0000;
}

.color-brown {
  color: #966908;
}

a {
  text-decoration: none;
}

a i {
  display: inline-block;
}

/*------------- Header Navigation ------------*/
#globalHeader {
  border-bottom: 1px solid #413a3a;
}
#globalHeader #siteId {
  max-width: 210px;
}
@media (max-width: 575.98px) {
  #globalHeader #siteId {
    display: none;
  }
}
#globalHeader #headUtil {
  flex-grow: 4;
  text-align: center;
  align-content: end;
}
#globalHeader #headUtil nav.navbar {
  padding: 0;
  background-color: #966908;
  position: relative;
  justify-content: end;
}
#globalHeader #headUtil nav.navbar:after, #globalHeader #headUtil nav.navbar:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
}
#globalHeader #headUtil nav.navbar:after {
  bottom: 1px;
}
#globalHeader #headUtil nav.navbar:before {
  top: 2px;
}
#globalHeader #headUtil nav.navbar .navbar-brand {
  font-size: 0.9rem;
  color: #FFF;
}
#globalHeader #headUtil nav.navbar ul.navbar-nav > li > a {
  font-size: 0.86rem;
}
#globalHeader #headUtil nav.navbar ul.navbar-nav > li > a.nav-link {
  color: #FFF;
  padding: 0.8rem;
}
#globalHeader #headUtil nav.navbar ul.navbar-nav > li > a.nav-link i {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.3rem;
}

button.navbar-toggler {
  background-color: #FFF;
  margin: 0.3rem;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
}
button.navbar-toggler .navbar-toggler-icon {
  width: 1.2em;
  height: 1em !important;
  color: #FFF;
}

ul.dropdown-menu > li {
  border-top: 1px solid #CCC;
}
ul.dropdown-menu > li > a {
  font-size: 0.86rem;
  line-height: 1.1;
  display: block;
  padding: 0.5rem;
  color: #000;
  text-decoration: none;
}
ul.dropdown-menu > li > a:hover {
  background-color: #D3E7F5;
}

#offcanvasNavbar {
  width: 80wv;
}

#offcanvasNavbar.show {
  background-color: #D3E7F5;
}
#offcanvasNavbar.show a {
  color: #000 !important;
}
#offcanvasNavbar.show a:hover {
  background-color: #D3E7F5;
}
#offcanvasNavbar.show a i {
  color: #3294E7 !important;
}

/*------------- Footer ------------*/
footer {
  border-top: 1px solid #999;
  padding-top: 1px;
  position: relative;
  padding: 20px;
  background: linear-gradient(to bottom, #36a4eb 0%, #b9e1f7 100%);
}
footer:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
footer p.site-name {
  background: url(../img/footer-logo.png) no-repeat;
  height: 25px;
  padding-left: 250px;
}
@media (max-width: 767.98px) {
  footer p.site-name {
    height: auto;
    padding-left: 0px;
    padding-top: 28px;
    margin-bottom: 2rem;
  }
}

div#bottom-pageup {
  position: fixed;
  bottom: -1px;
  right: -1px;
  z-index: 1;
}
div#bottom-pageup a {
  color: #666;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  border: 1px solid #666;
  flex-direction: column;
  text-align: center;
  width: 80px;
  height: 80px;
  border-top-left-radius: 100%;
  line-height: 1;
  font-size: 0.7rem;
  padding: 20px 0 0 20px;
  text-decoration: none;
}
div#bottom-pageup a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0aa";
  font-weight: bold;
  display: block;
  font-size: 2rem;
  margin-bottom: 3px;
}
div#bottom-pageup a:hover {
  background-color: #D3E7F5;
}
@media (max-width: 991.98px) {
  div#bottom-pageup {
    display: none;
  }
}

.nav.foot-nav {
  margin-left: 242px;
}
.nav.foot-nav li a {
  font-size: 0.8rem;
  color: #000;
  padding: 0.5rem;
}
.nav.foot-nav li a i {
  color: #FFF;
  margin-right: 0.3rem;
}
@media (max-width: 767.98px) {
  .nav.foot-nav {
    margin-left: 0;
  }
}

/*------------- Side bar ------------*/
#sidebar {
  height: 100%;
  padding: 15px;
  background: url(../img/side-bottom.gif) no-repeat bottom left;
  background-color: #D3E7F5;
  border-left: 1px solid #666;
}
#sidebar .search-panel .search-query {
  border-radius: 30px;
  border: 1px solid #999;
}
#sidebar .search-panel .search-query ::-webkit-input-placeholder {
  color: #CCC;
}
#sidebar .search-panel button.search-btn {
  border-radius: 20px;
  width: 38px;
  height: 38px;
  background-color: #966908;
}
#sidebar .search-panel button.search-btn i {
  color: #FFF;
}
#sidebar .util-link-panel ul {
  list-style: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 0;
  margin: 2rem 0 1rem;
}
#sidebar .util-link-panel ul li a {
  display: block;
  border-bottom: 1px solid #CCC;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}
#sidebar .util-link-panel ul li a .small {
  font-weight: normal;
  color: #3d3d3d;
  font-size: 0.7rem;
}
#sidebar .util-link-panel ul li a:hover {
  background-color: rgb(231.7777777778, 242.3333333333, 249.7222222222);
}

.side-twitters {
  background-color: #EBF4FA;
  margin: 10px 0;
  border: 2px solid #FFF;
  border-radius: 6px;
  font-size: 13px;
}
.side-twitters .pub-account {
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  padding: 0 10px;
  margin: 0 10px;
}
.side-twitters .member-account {
  margin: 10px 10px 20px;
  border-top: 2px dotted #FC4C76;
  padding-top: 1rem;
}
.side-twitters h4 {
  font-size: 0.85rem;
  padding: 0.5rem 0;
}
.side-twitters h5 {
  font-size: 0.85rem;
  color: #444444;
}
.side-twitters .tw-account ul {
  list-style: none;
  padding: 0;
}
.side-twitters .tw-account ul li {
  margin-bottom: 0.5rem;
}

.side-banners ul {
  list-style: none;
  padding: 0;
}
.side-banners ul li {
  margin-bottom: 0.5rem;
}

.side-comments {
  font-size: 13px;
  padding: 10px;
}
.side-comments ul {
  list-style: none;
  padding: 0;
}
.side-comments ul li {
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 5px;
}
.side-comments ul li a {
  display: block;
  padding: 10px;
  background: #ebf6fe;
  text-decoration: none;
}
.side-comments ul li a .title {
  color: #666;
}
.side-comments ul li a .title i {
  color: #966908;
}
.side-comments ul li a span.comment {
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
  color: #666;
}

.side-auther {
  margin: 0 20px;
  font-size: 13px;
  line-height: 18px;
}

.side-auther h4 {
  border-bottom: 1px solid #CCC;
}

.side-auther h4 img {
  margin-bottom: 5px;
}

.side-auther h4 a {
  display: inline-block;
}

.side-auther a {
  color: #ff6688;
}

.side-auther .avatar-img {
  border: 1px solid #CCC;
  padding: 1px;
  background-color: #FFF;
  margin-left: 10px;
}

.side-auther .avatar-img img {
  max-width: 90px;
}

.side-recents {
  margin: 20px 10px 0;
}

.side-recents p.recent-h {
  margin-left: 20px;
  margin-bottom: 0;
}

.side-recents h4 {
  margin: 0;
}

.side-recents h4.img-notset {
  padding: 5px;
  text-align: center;
}

.side-recents .inner {
  background-color: #FFF;
}

.side-recents .posts-links {
  margin: 0;
}

.side-recents .posts-links li {
  border-top: 1px solid #CCCCCC;
  list-style: none;
  font-size: 14px;
  padding: 1px;
}

.side-recents .posts-links li > a {
  display: block;
  padding: 8px;
  padding-left: 30px;
  background: url(../img/arrow_01.png) no-repeat;
  background-position: 6px 10px;
}

.side-recents .posts-links li > a > .post-date {
  color: #999;
}

.side-recents .posts-links li > a:hover {
  background-color: #eff8fd;
  text-decoration: none;
}

/*------------- buttons ------------*/
.btn {
  font-family: "M PLUS 1", sans-serif !important;
}

.btn-outline {
  border: 1px solid #3294E7;
  background-color: #f5f5f5;
}
.btn-outline:hover {
  border: 1px solid #3294E7;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12.69px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #2187ad;
}

ul.share {
  font-family: "M PLUS 1", sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  list-style: none;
}
ul.share li {
  margin-left: 1rem;
}
ul.share li.headding {
  font-size: 1rem;
  margin-left: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
ul.share li.headding i {
  font-size: 2rem;
  margin-right: 1rem;
  color: #666;
}
@media (max-width: 575.98px) {
  ul.share li.headding {
    width: 100%;
    justify-content: end;
  }
}
ul.share a {
  width: 2rem;
  height: 2rem;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
ul.share a i {
  font-size: 1.2rem;
  color: #FFF;
}
ul.share a:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
ul.share #shareFacebook {
  background-color: #1877F2;
}
ul.share #shareTwitter {
  background-color: #000000;
}
ul.share #shareLine i {
  color: #00C300;
  font-size: 2rem;
}

#mainContent .document {
  padding: 0 2rem;
}
@media (max-width: 575.98px) {
  #mainContent .document {
    padding: 0 1rem;
  }
}
#mainContent h1 {
  text-shadow: 1px 1px 1px #CCC;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
}
#mainContent h1.page-title {
  margin-top: 0;
  letter-spacing: 0.05em;
}
#mainContent h1.page-title.img-notset {
  background: url(../img/css-head_page.png) no-repeat;
  background-size: 100% auto;
}
#mainContent h1.page-title.img-notset .page-name {
  display: block;
  font-size: 28px;
  line-height: 36px;
  padding-left: 203px;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 4px 4px 3px rgba(0, 0, 0, 0.15);
  padding-bottom: 2em;
}
#mainContent h1 .auther-name {
  border-bottom: 1px solid #999;
}
#mainContent p.category-link-btn {
  text-align: end;
}
#mainContent p.category-link-btn a {
  font-size: 13px;
  display: inline-block;
  background-color: #af9660;
  color: #FFF;
  border-radius: 6px;
  padding: 2px 8px;
  margin-right: 30px;
  margin-top: -20px;
}
#mainContent p.post-info {
  text-align: right;
  color: #999;
  font-size: 15px;
}

/* post navigation */
.post-link-panel .inner {
  border: 1px solid #CCC;
  margin: 5px 20px 30px;
  background-color: #fefdee;
  border-radius: 6px;
  padding: 0 8px;
}
.post-link-panel .inner ul {
  margin: 0;
  padding: 0;
}
.post-link-panel .inner ul li {
  list-style: none;
  border-bottom: 1px dashed #CCC;
  font-size: 14px;
  padding: 8px;
  position: relative;
}
.post-link-panel .inner ul li:last-child {
  border-bottom: none;
}
.post-link-panel .inner ul li:before {
  position: absolute;
  color: #666;
}
.post-link-panel .inner ul li:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  color: #966908;
  font-weight: bold;
  top: 10px;
}
.post-link-panel .inner ul li.prev-post {
  padding-left: 4rem;
}
.post-link-panel .inner ul li.prev-post:before {
  position: absolute;
  left: 1rem;
  content: "prev";
}
.post-link-panel .inner ul li.prev-post:after {
  left: 0;
  content: "\f0a8";
}
.post-link-panel .inner ul li.next-post {
  text-align: end;
  padding-right: 4rem;
}
.post-link-panel .inner ul li.next-post:before {
  content: "next";
  right: 1rem;
}
.post-link-panel .inner ul li.next-post:after {
  content: "\f0a9";
  right: 0;
}

/*  comment area */
/*--- comment form ---*/
#commentform {
  margin: 10px 30px;
}
#commentform .form-submit {
  text-align: right;
}
#commentform .form-allowed-tags {
  font-size: 12px;
  line-height: 16px;
}
#commentform .form-allowed-tags code {
  font-size: 12px;
  line-height: 16px;
  border: none;
  background-color: transparent;
  color: #999;
}
#commentform label {
  font-weight: bold;
}
#commentform .comment-form-author, #commentform .comment-form-email,
#commentform .comment-form-url {
  display: flex;
}
#commentform .comment-form-author label, #commentform .comment-form-email label,
#commentform .comment-form-url label {
  width: 20%;
}

#comments p {
  font-size: 15px;
  line-height: 1.5;
}

#comments p.meta {
  text-align: right;
}

#comments h3 {
  margin: 0;
  text-align: right;
}

#comments .media-list li {
  margin: 10px 30px;
  border-top: 1px solid #CCC;
  padding: 10px;
  list-style: none;
}
#comments .media-list li .media-body h4 {
  font-size: 1rem;
}
#comments .media-list li .media-body h4 cite {
  font-style: normal;
}

#comments h3#reply-title {
  margin: 10px 30px;
  background: url(../img/h_comment-form.png) no-repeat left center;
  text-align: left;
  padding-left: 40px;
}

#comments h3#reply-title .title-word {
  font-weight: normal;
  font-size: 18px;
  color: #666;
  background-color: #FFF;
}

.form-allowed-tags code {
  white-space: normal;
}

/* Archive Pages
------------------------------------------------*/
.archive-post-block {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1rem;
}

.archive-post-block .post-discription {
  padding: 0 20px;
  margin-bottom: 15px;
}

.archive-post-block .post-thumbs {
  margin-bottom: 15px;
}

h1.archive-title {
  margin: 1px 1px 30px;
  padding: 0;
  /* add Responsive */
}

.category-summary {
  margin: 0 30px;
}

.category-summary h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

.document {
  margin-bottom: 50px !important;
  line-height: 1.7;
}
.document h1.single-title {
  font-size: calc(1.2rem + 1vw);
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.pagination ul li a {
  display: inline-block;
  padding: 5px 8px;
}

.mwform {
  border: 1px solid #CCC;
  padding: 0 1rem 1rem 1rem;
  margin-top: 2rem;
}
.mwform h3 {
  text-align: center;
  border-bottom: 1px solid #CCC;
  font-size: 1.2rem;
  margin: 0 -1rem 2rem;
  padding: 0.5rem;
  background-color: #e7d865;
}

textarea {
  max-width: 100%;
}

/* 古いフォームのスタイル対策 */
.form-horizontal .control-group {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #CCC;
  display: flex;
  padding-bottom: 0.5rem;
}
.form-horizontal .control-label {
  margin-top: 0.5rem;
  width: 160px;
  text-align: end;
  padding-right: 1rem;
}
.form-horizontal .controls {
  margin-top: 0.5rem;
  width: calc(100% - 160px);
}

.reqire {
  display: inline-block;
  background-color: #CC0000;
  color: #FFF;
  font-size: 0.8rem;
  padding: 0 3px;
}

/* 古いgrid(span)のスタイル対策 */
@media (min-width: 768px) {
  .span3 {
    width: 25%;
  }
  .span4 {
    width: 33.3%;
  }
  .span6 {
    width: 50%;
  }
  .span5 {
    width: 41.6%;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
h2 {
  font-size: 20px;
  line-height: 28px;
}

h3 {
  color: #242424;
  margin: 20px 0;
  font-size: 1.3rem;
}

.document h3 {
  border: 1px solid #CCC;
  padding: 3px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffe9;
  color: #674f1a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

h4 {
  font-size: 1.2rem;
}

.mb30 {
  margin-bottom: 30px;
}

/*--- contnents nav
----------------------------------------*/
.cont-nav h3 {
  margin: 0;
  text-align: right;
}
.cont-nav > .inner {
  margin: 0 20px;
}
.cont-nav .post-nav-panel .post-nav {
  margin: 3px 5px;
  border-top: 1px solid #CCC;
  font-size: 12px;
  line-height: 1.5;
}
.cont-nav .post-nav-panel .post-nav .post-icon .featured-img {
  max-height: 50px;
  overflow: hidden;
}
.cont-nav .post-nav-panel .post-nav .post-icon p.post-date {
  margin: 2px 0;
  background-color: #b2a17d;
  color: #FFF;
  padding: 2px;
  text-align: center;
  font-size: 0.65rem;
}
.cont-nav .post-nav-panel .post-nav.new-article .post-icon p.post-date {
  background-color: #e065a5;
}
.cont-nav .post-nav-panel .post-detail {
  padding-left: 5px;
}
.cont-nav .post-nav-panel .post-detail h5 {
  font-size: 0.8rem;
  padding-top: 3px;
}
.cont-nav .post-nav-panel .post-detail p {
  margin-bottom: 0;
}

/* Search Page
-------------------------------------------------*/
h2.search-word {
  margin: 0 20px 20px;
  padding-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

h2.search-word:before {
  content: "Keywords";
  display: block;
  font-size: 14px;
  color: #999;
}

span.post-category {
  font-size: 14px;
  margin-right: 15px;
}

/* Auther Page
------------------------------------------------*/
h1.author-name {
  text-align: center;
  border-bottom: 1px solid #999;
  margin-top: 0;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px #CCC;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.auther-img {
  width: 120px;
  background-color: #FFF;
  margin-left: 20px;
  padding: 3px 3px 8px;
  border: 1px solid #CCC;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

/*-------------------------------------------
  AdSence Banner Responsive
--------------------------------------------*/
.adsense-size1,
.adsense-size2,
.adsense-size3 {
  text-align: center;
  margin: auto;
}

.adsense-size1 {
  width: 300px;
  height: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.adsense-size1 .responsivead300 {
  width: 300px;
  height: 250px;
}

.adsense-size2 {
  width: 728px;
  height: 90px;
}

.adsense-size2 .responsivead728 {
  width: 728px;
  height: 90px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .adsense-size1 {
    width: 250px;
    height: 250px;
  }
  .adsense-size1 .responsivead300 {
    width: 250px;
    height: 250px;
  }
  .adsense-size2 {
    width: 468px;
    height: 60px;
  }
  .adsense-size2 .responsivead728 {
    width: 468px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .adsense-size2 {
    width: 320px;
    height: 50px;
  }
  .adsense-size2 .responsivead728 {
    width: 320px;
    height: 50px;
  }
}/*# sourceMappingURL=theme.css.map */