@charset "utf-8";
/*
theme Name: らくだ🐫のさいとのテーマ
Author: らくだ
Description: original theme
version： 1.0.0
*/

body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #FFF8EF;
  color: #473422;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

/* ボタン */
.btn {
  display: block;
  border: 1px solid #473422;
  width: 120px;
  color: #473422;
  text-decoration: none;
  background: url("images/sharp_arrow_right_black_24dp.png") no-repeat 115px;
  font-size: 0.857em;
  line-height: 1;
  padding: 10px;
  float: right;
  transition: all 1s;
}

.btn:hover {
  background: #473422 url("images/sharp_arrow_right_white_24dp.png") no-repeat 115px;
  color: #FEFFFF;
}

header {
  background-color: #B68C58;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-inner,
.container,
.footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.container {
  margin-top: 100px;
}

.contents,
#sidebar {
  margin: 20px 0;
}

/* カラム設定 */
.container:after {
  display: block;
  clear: both;
  content: '';
}

.contents {
  float: left;
  width: 70%;
  margin-right: 2%;
}

#sidebar {
  float: left;
  width: 28%;
}

/*ヘッダー*/
.header-inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*タイトルを画像にする場合*/
/* .site-title {
  text-align: left;
}

.site-title h1 {
  line-height: 1;
  margin: 0;
  padding: 10px 5px 0;
}

.site-title h1 img {
  width: auto;
  height: 70px;
}

.site-title a {
  display: block;
} */

/*タイトルを文字列にする場合*/
.site-title h1 {
  display: inline-block;
  background-color: #FEFFFF;
  color: #B68C58;
  font-size: 1.25em;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 1.0s;
}

.site-title h1:hover {
  background-color: rgba(255, 239, 239, 0.8);
}

.site-title h1 a {
  color: #B68C58;
  text-decoration: none;
}

/*ヘッダーナビ*/

.header-nav {
  padding-left: 10px;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav li a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: #FEFFFF;
  font-size: 0.5em;
  font-weight: bold;
  padding-right: 3px;
}

.header-nav li a {
  display: block;
  padding: 15px 5px;
  color: #FEFFFF;
  font-size: 0.5em;
  text-decoration: none;
  border-radius: 5px;
  transition: all 1.0s;
}

.header-nav li a:hover {
  background-color: rgba(255, 239, 239, 0.8);
}

/*ヘッダーメニュー*/
.header-nav {
  padding: 0 10px;
  box-sizing: border-box;
}

.header-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.header-nav li {
  display: inline-block;
  width: auto;
}

.header-nav li a {
  font-size: 1.1em;
  padding: 5px 10px;
}

#navbutton {
  display: none;
}


/*------フッター------*/
footer {
  background-color: #77BA57;
}

/*フッターメニュー*/
.footer-inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav li {
  float: right;
  width: 50%;
  text-align: center;
}

.footer-nav li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #FEFFFF;
  transition: all 1.0s;
}

.footer-nav li a:hover {
  border-radius: 5px;
  background-color: rgba(255, 239, 239, 0.5);
}

/*コピーライト*/
.copyright p {
  font-size: .9em;
  margin: 0;
  text-align: center;
  color: #fff;
}

.footer-nav li {
  width: auto;
  text-align: left;
}

.footer-nav li a {
  font-size: 1em;
  padding: 10px 20px;
}

/*コピーライト*/
.copyright p {
  text-align: right;
}

/*------サイドバー------*/
.sidebar-wrapper {
  margin-bottom: 1.8em;
  padding: 10px;
}

.sidebar-wrapper h4 {
  font-size: 1.2em;
  color: #473722;
  padding-left: 7px;
}

@media (min-width: 828px) {
  .sidebar-wrapper:not(#search-3):not(.widget_search) h4 {
    margin: 30px 0 10px 0;
    padding: 30px 7px 10px 7px;
    background: url("./images/lineLong.png") no-repeat;
  }
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li,
.widget_nav_menu li {
  padding-left: 25px;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #473722;
}

.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #473722;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #473722;
  border: 1px solid #473722;
  border-radius: 3px;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f304';
  color: #464646;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/* HTMLウィジェット */
.textwidget a {
  text-decoration: none;
  color: #473722;
}

.textwidget a:hover {
  opacity: 0.6;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}

/*ループのCSS*/
.kiji-list {
  margin: 0 0 15px;
  border: solid 1px rgba(182, 140, 88, 0.8);
  background-color: #FEFFFF;
}

.kiji-list a {
  display: block;
	/* position: relative; */
  padding: 20px;
  text-decoration: none;
  color: #473722;
}

.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}


.kiji-list a:hover:before {
    content: "";
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAF7F4;
    opacity: 0.25;
}

.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}

.kiji-list .text {
  width: auto;
  margin-left: 250px;
}

.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}

.kiji-date , .breadcrumbs {
  font-size: .8em;
  margin-bottom: 8px;
  color: #473722;
}

.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #473722;
}

.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}

.contents h1 {
  font-size: 1.5em;
  margin: 0 20px;
}

/*ページネーション*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a,
.pagination li>span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #473722;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li>span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #473722;
  border-color: transparent;
  background-color: transparent;
}

/*記事のCSS*/
.kiji {
  font-size: 1em;
  margin: 0;
  padding: 0 25px 25px;
}

.kiji-info .cat-data a {
  text-decoration: none;
  color: #fff;
}

.kiji-info .cat-data a:hover {
  opacity: .8;
}

.kiji-img {
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
}

/* prev nextボタン */
.paging {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/*タグ*/

.kiji-tag {
  text-align: right;
}

.kiji-tag ul {
  list-style: none;
}

.kiji-tag li {
  display: inline-block;
  color: #464646;
}

.kiji-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}

.kiji-tag li a:hover {
  opacity: .8;
}

.kiji p {
  margin-top: 0;
  margin-bottom: 30px;
}

.kiji h1 {
  display: block;
  background-color: rgba(182, 140, 88, 0.6);
  font-size: 1.7em;
  margin: 10px 0 50px 0;
  padding: 0.3em 1em;
  border-radius: 1.15em;
  position: relative;
  line-height: 2em;
  padding-left: 3em;
}

.kiji h1::before {
  position: absolute;
  left: 10px;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("images/cactus.png") no-repeat;
  background-size: contain;
}

/* .kiji h1::after {
  content: url("images/desert.png");
  color: #FFF8EC;
  margin-left: 10px;
  padding-top: 5px;
} */

.kiji h2 {
  font-size: 1.5em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding-left: 0.3em;
  border-left: solid 10px rgba(119, 186, 87, 0.6);
  border-bottom: solid 2px rgba(119, 186, 87, 0.6);
}

.kiji h3 {
  font-size: 1.35em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  border-left: solid 10px rgba(119, 186, 87, 0.6);
  background: transparent;
}

.kiji h4 {
    font-size: 1.2em;
    border-left: solid 5px rgba(119, 186, 87, 0.6);
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: 0 .5em;
    background: transparent;
}

.kiji h5 {
  font-size: 1.1em;
  margin: 0 0 .3em;
}

/* イメージセンタリング用 */
.aligncenter {
  display: block;
  margin: 100px auto;
}

/* top用固定ページ */
/* オーバーレイ */
#introductionBox {
  height: 380px;
  position: relative;
  margin: 50px auto;
}

#introductionBoxText {
  padding: 30px;
  width: 450px;
  background-color: rgba(254, 255, 255, 0.8);
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#introductionBox img {
  width: 450px;
  height: 300px;
  vertical-align: bottom;
}

.contents a {
  color: #473722;
}

.contents a:hover {
  opacity: 0.6;
}
