@charset "utf-8";

/*
Theme Name: テーマの名前（必須）
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/


/* -----------------------------------------------

       全体設計

--------------------------------------------------*/

body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.5;
}


.h2 {
  font-size: 32px;
  font-weight: bold;
}

a {
  color: #000;
}

.sp-sidebar {
  display: none;
}

.post-button {
  width: 120px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 0px;
  background-color: #7abbff;
  border-radius: 6px;
  color: #fff;
}

/* パンくずリストのＣＳＳ */

.bcn {
  background-color: #F5F5F5;
  padding-top: 15px;
  padding-left: 50px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: auto;
  margin-top: 140px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* パンくずリストのＣＳＳ ここまで　*/

/* スリックの記述 */
.slick-wrapper {
  max-width: 1400px;
  margin: auto;
  background-color: #F5F5F5;
  padding-top: 20px;
  position: relative;
}

.slider4-wrap {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-top: 141px;
}

.slider-4 .slick-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.5;
  overflow: hidden;
}

.slider-4 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* スリックの記述 　ここまで*/

/* -----------------------------------------------

        header

--------------------------------------------------*/
/* スクロール途中でヘッダーが表示＆非表示するためのCSS ここから */


#header-wrapper {
  max-width: 1400px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header {
  max-width: 1200px;
  height: 140px;
  margin: auto;
  color: white;
  background-color: #fff;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  border: 1px solid #f5f5f5;
  border-bottom: none;
}

.header-icon {
  width: 33%;
}

.header-icon p {
  width: 50px;
  display: inline-block;
  margin-right: 15px;
}

.header-icon p img {
  width: 100%;
}

.logo a {
  width: 490px;
  display: block;
  margin: auto;
}

.logo img {
  width: 100%;
}

.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: end;
}

.hamburger span {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 3px 0;
  transition: 0.4s;
}

.hamburger span:nth-of-type(2) {
  width: 37px;
}


nav {
  width: 350px;
  position: absolute;
  top: -500vh;
  right: 0;
  background-color: #fff;
  transition: top 0.5s ease-in-out;
  z-index: 1000;
}

nav.active {
  top: 100px;
  height: auto;
}

.g-nav-inner .top-h2-wrapper {
  margin-left: 30px;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ul li a {
  text-decoration: none;
}

.g-nav-inner {
  padding: 30px 10px 30px 10px;
}

.navigation-list li {
  text-align: start !important;
}

.navigation-list li a {
  width: 280px;
  padding: 20px 20px 20px 55px;
}



.g-nav-inner .footer-right {
  width: 280px;
  margin-top: 30px;
}


/* ハンバーガーをクリックしたら✕に */
.hamburger.batu span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.hamburger.batu span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.batu span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/* ハンバーガーをクリックしたら✕に 　ここまで*/



/* スクロール途中でヘッダーが表示＆非表示するためのCSS ここまで */



/* -----------------------------------------------

      TOP NEWS  

--------------------------------------------------*/
main {
  max-width: 1400px;
  margin: auto;
  padding: 50px 21px 80px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: #F5F5F5;
}

.TOPIC-NEWS-left {
  width: 74%;
}

.top-h2-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-left: 40px;
  line-height: 0.9;
}

.top-h2-wrapper2 {
  margin-top: 50px;
  margin-left: 40px;
  text-align: left;
}

.top-h2-wrapper .h2 {
  margin-bottom: 10px;
  line-height: 1.1;
}

.top-h2-wrapper::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 70px;
  border-radius: 5px;
  background-color: #009343;
  position: absolute;
  top: -5px;
  left: -20px;
}

.top-h2-wrapper p:last-of-type {
  color: #009343;
}

.home-h2 {
  margin-left: 20px;
  margin-bottom: 50px;
}

.news-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 72px;
}

.category-post::after {
  content: "";
  display: block;
  width: 285px;
}

.news-content1 {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #e1e1e1;
  position: relative;
}

.category_list {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.category_list a {
  color: #fff;
  padding: 5px;
}

.category_list .kyoto-temple {
  background-color: rgb(197 177 255);
}

.category_list .kyoto-shrine {
  background-color: rgb(255, 186, 186);
}

.category_list .nara-temple {
  background-color: rgb(131 215 177);
}

.category_list .nara-shrine {
  background-color: rgb(209 202 0);
}

.category_list .other-prefectures {
  background-color: #9f9f9f;
}
.category_list .shikoku-88-temples {
  background-color: #427827;
}




.news-content1:hover {
  opacity: 0.5;
}

.permalink-a {
  display: flex;
  justify-content: space-between;
}

.news-list {
  width: 285px;
  position: relative;
  margin-bottom: 20px;
}

.news-content2 {
  border: solid 1px #e1e1e1;
}


.news-content2-wrapper:hover {
  opacity: 0.5;
}

.news-content1 .news-img {
  width: 59%;
  aspect-ratio: 5 / 3;
}

.news-content1 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content1 .news-content-right {
  padding: 20px;
  width: 39%;
}

.news-title a {
  color: #000099;
}

.news-excerpt {
  margin-bottom: 10px;
}

.news-content1 .news-content-right .news-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000099;
}

.news-content1 .permalink-a .news-day {
  color: #949494;
  margin: 10px 0;
}

.news-content1 .news-content-right .news-day {
  color: #949494;
}

.news-content2-wrapper {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}

.news-content2 .news-img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3.25;
}

.news-content2 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content-right2 {
  padding: 10px;
}

.news-content-right2 .news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000099;
}

.news-content-right2 .news-day {
  color: #949494;
  margin-bottom: 30px;
}

.TOPIC-NEWS-right {
  width: 23%;
}

.page-navi {
  text-align: center;
  margin-bottom: 50px;
}

/* -----------------------------------------------

      サイドバー

--------------------------------------------------*/
.category-h2-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-left: 20px;
  line-height: 0.9;
}

.category-h2-wrapper .h2 {
  margin-bottom: 10px;
  line-height: 1.1;
}

.category-h2-wrapper::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 70px;
  border-radius: 5px;
  background-color: #009343;
  position: absolute;
  top: -5px;
  left: -20px;
}

.category-h2-wrapper p:last-of-type {
  color: #009343;
}

.archive_list {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}

.archive_list li:first-of-type {
  border-top: 2px dotted #B0B0B0;
}

.archive_list li {
  width: 80%;
  margin: auto;
  border-bottom: 2px dotted #B0B0B0;
  font-size: 18px;
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}

.archive_list .prof {
  text-align: left;
  font-size: 14px;
}

.sidebar-widget-area {
  margin-top: 20px;
}

.sidebar-widget-area figure {
  width: 100%;
  margin-bottom: 15px;
}

.sidebar-widget-area figure img {
  width: 100% !important;
  object-fit: cover;
}

.sidebar-widget-area figure img:hover {
  opacity: 0.5;
}

.sidebar-link {
  margin-top: 15px;
}

.sidebar-link li {
  width: 100%;
  margin-bottom: 15px;
}

.sidebar-link li:hover {
  opacity: 0.6;
}


.sidebar-link li img {
  width: 100%;
}

.archive_list .blogmura {
  display: flex;
  justify-content: space-around;
}

.archive_list .blogmura a {
  font-size: 12px;
  padding: 0;
}

.blog-link a {
  color: #6565ff;
  text-decoration: underline;
  padding: 0;
}

.navigation-list li .blog-link a {
  color: #6565ff;
  text-decoration: underline;
  padding: 0;
}




/* -----------------------------------------------

      footer

--------------------------------------------------*/
footer {
  background-color: #1E1E1E;
  padding-bottom: 30px;
}

.footer-inner {
  max-width: 1400px;
  margin: auto;
  padding: 60px 100px;
  box-sizing: border-box;
}

.footer-contents1 {
  margin-bottom: 50px;
  text-align: center;
}

.footer-contents1 p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

.footer-contents1 ul {
  display: flex;
  justify-content: center;
}

.footer-contents1 ul a {
  color: #ffffff;
  display: block;
  border-right: 1px solid #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer-contents1 ul a:first-of-type {
  padding-left: 0;
}

.footer-contents1 ul a:last-of-type {
  border-right: none;
}

.footer-contents2 p {
  color: #a3a3a3;
  margin-bottom: 25px;
}

.footer-contents2 ul {
  display: flex;
  color: #ffffff;
  flex-wrap: wrap;
}

.footer-contents2 ul a {
  color: #ffffff;
  display: block;
  margin-right: 50px;
  margin-bottom: 10px;
}

.footer-EC {
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  padding-top: 22px;
}

.footer-EC img {
  width: 1.5em;
  margin-right: 10px;
  vertical-align: sub;
}

.fa-cart-shopping {
  margin-right: 10px;
}

.footer-copyright {
  color: #5D5D5D;
  text-align: center;
  margin-top: 10px;
}

.footer-logo {
  width: 350px;
  margin: auto;
  margin-bottom: 50px;
}

.footer-logo img {
  width: 100%;
}

.copyright {
  text-align: center;
  color: #fff;
  font-family: serif;
  font-size: 14px;
}

/* -----------------------------------------------
------------------------------------------------------

     category.php

-------------------------------------------------
--------------------------------------------------*/
.post-wrapper {
  padding: 65px 100px;
}

.category-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 50px 21px 80px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: #F5F5F5;
}

.category-h2 {
  text-align: center;
  margin-bottom: 20px;
}

.category-h2desc {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.category-title {
  font-size: 20px;
  color: #009343;
  font-weight: 100;
  margin-top: 5px;
}

.category-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* -----------------------------------------------
------------------------------------------------------

     single.php

-------------------------------------------------
--------------------------------------------------*/
.toc-content .wp-block-image {
  margin: 20px 0;
}

.single-main {
  margin-top: 0;
}

.single-content-right .news-title {
  font-size: 32px;
  color: #000099;
}

.single-title {
  margin-bottom: 35px;
}

.tag-ul {
  display: flex;
  margin-top: 50px;
}

.tag-ul ul {
  display: flex;
}

.tag-ul ul li {
  color: chocolate;
}

.tag-ul ul li a {
  color: chocolate;
}

.previous-next {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 14px;
  color: #7373ff;
}

.previous-next a {
  color: #7373ff;
}

/* -----------------------------------------------
------------------------------------------------------

     page.contact.php

-------------------------------------------------
--------------------------------------------------*/
.category-wrapper.contact-wrapper {
  width: 100%;
}

.contact-left {
  margin: auto;
  margin-top: 0;
}

/* フォーム全体のスタイル */
.wpcf7 {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

/* ラベルのスタイル */
.wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  /* ダークグレー */
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
  background-color: #ff0000;
  /* レッド */
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
  border: 1px solid #cccccc;
  /* ライトグレー */
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #ffffff;
  /* 白 */
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
  width: 248px;
  height: 150px;
  resize: vertical;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  padding: 10px 20px;
  border-radius: 7px;
  -webkit-appearance: none;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #0056b3;
  /* 濃いブルー */
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact7-text {
  max-width: 248px;
}

/* -----------------------------------------------
------------------------------------------------------

   comments.php

-------------------------------------------------
--------------------------------------------------*/
.comments {
  border: solid 1px #818181;
  margin-top: 50px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.comment-reply-title {
  margin-top: 30px;
}

#respond label {
  display: block;
}

#respond input,
#respond textarea {
  width: 100%;
}

#respond input[type="submit"] {
  width: auto;
  -webkit-appearance: none;
}

.says {
  display: none;
}

.comment-author,
.comment-meta {
  display: inline-block;
}

.comments-title {
  font-size: 20px;
  font-weight: bold;
}

.comment-notes {
  margin: 20px 0;
  font-size: 12px;
}

#email-notes {
  display: block;
}

.comment-form-cookies-consent {
  display: flex;
  margin: 10px 0;
}

#wp-comment-cookies-consent {
  width: 7% !important;
  margin-right: 10px;
}

#respond label {
  font-size: 12px;
}

.comment-body {
  font-size: 12px;
}

/* -----------------------------------------------
------------------------------------------------------

   page-tag.php

-------------------------------------------------
--------------------------------------------------*/

.tag-wrapper {
  width: 100%;
  padding-top: 0;
}

.tag-list a {
  color: chocolate;
}