@charset "utf-8";
/* WordPress Main CSS
Theme Name: Gokokuji Original
Theme URI: 
Description: 
Author: Atsushi Arakawa
Version: 4.1
Tags: 
License: MIT License
*/


/*
 * All items common section
 */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ 
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

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

blockquote {
  margin: 20px 30px;
  padding: 5px 5px 5px 15px;
  border-left: 20px solid #b8c597;
  border-radius: 5px;
}

archive {
    display: block;    /* もしインライン要素扱いならブロックへ */
    overflow: hidden;  /* これが一番手軽な解決策（Clearfixの代わり）ですわ */
}

archive::after {
    content: "";
    display: block;
    clear: both;
}

/*
 * All items common section
 */
#container {
  width: 100%;
}

#container {
    overflow-x: hidden; /* はみ出したものは、存在しないものとして扱いますわ！ */
}

/*
 * Header Part
 */
#header-title {
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100px;
    padding: 10px 0;
    margin: 0;
    display: block;
    z-index: 100;
    position: fixed;
    /* ここも念のため！ */
    top: 0;
    left: 0;
}

/** Unspecified size in the "Media Queries" **/
.bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bxslider li {
    /* ここで共通のサイズや表示方法を定義しますの */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important; /* これが一番の特効薬ですわ */
  border: 0 none !important;
  box-shadow: none !important;
  background: transparent !important; /* 背景色も透明にしておきますの */
}

#header-box {
//  background: #ff0000;
  padding: 189px 0 0 0;
  margin: 0 0 0 0;
}

.main-breadcrumbs-blank {
//  background: #b8c597;
//  width: 100%;
//  height: 25px;
//  padding: 5px 0;
//  margin: 0 0 0 0;
//  display: block;
}

.main-breadcrumbs {
    background: #b8c597;
    width: 100%;
    height: 25px;
    padding: 5px 0;
    margin-top: -5px !important;
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.3);
    position: relative; /* z-indexを効かせるため */
    z-index: 10;
}

.main-breadcrumbs.transform {
  margin: 0;
  position: fixed;
  top: 210px; 
  left: 0;
  width: 100%;
  z-index: 99;
}

.breadcrumbs {
  width: 780px;
  margin: 3px auto 0;
}

.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

#topimage-box {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0; /* 行間による数ピクセルの隙間も許しませんわ */
}

#topimage-box img {
  width: 100%;
  height: 270px;
  margin: 0 0 0 0;
  object-fit: cover;
}

/*
 * MainMenu Part
 */
#pc-navigation-block {
    background: #ffffff;
    width: 100%;
    padding: 15px 0;
    margin: 120px 0 0 0;
    display: block;
    z-index: 100;
    position: fixed;
    /* --- ここを追加ですわ！ --- */
    top: 0;
    left: 0;
    box-sizing: border-box; /* パディングによる幅の膨張を防ぎますの */
}

#smf-navigation-block {
  display: none;
}

.main-menu-block-jp,
.main-menu-block-njp {
  font-size: 14px;
  width: 1100px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  word-wrap: break-word;
  list-style-type: none;
  display: table;
}

.main-menu-block-njp {
  width: 912px;
}

.main-menu-block-jp li,
.main-menu-block-njp li {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  width: 155px;
  height: 55px;
  margin: 0 0 0 -2px;
  float: left;
  border-right: solid 2px #eaf3d8;
  border-left: solid 2px #eaf3d8;
  position: relative;
  display: table-cell;
}

.main-menu-block-njp li {
  width: 226px;
}

.main-menu-block-jp li a,
.main-menu-block-njp li a  {
  color: #000;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.5;
  width: 25%;
  height: 55px;
  padding: 0 10px;
  margin: 0;
  display: table-cell;
}

.main-menu-block-jp li:hover,
.main-menu-block-njp li:hover {
  background-color: #eaf3d8;
  border-right: solid 2px #b8c597;
  border-left: solid 2px #b8c597;
}

.main-menu-block-jp li:hover > a,
.main-menu-block-njp li:hover > a {
  color: #000;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 1);
  padding: 0 10px;
  margin: 0;
}

.main-menu-block-jp ul.sub-menu  {
  top: 55px;
  width: 100%;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.main-menu-block-jp ul li,
.main-menu-block-njp ul li {
  background: #ffffff;
}

.main-menu-block-jp .menu-order-5:hover ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

#simple-menu {
  display: none;
}

/*
 * Entry Part
 */
#main-block {
  width: 100%;
  padding: 0;
  margin: 35px auto 50px;
}

.title-block {
  background: #b8c597;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.title-block-border {
  margin: 0 auto 0 15px;
  border-left: solid 20px #888866;
}

h3.post-title {
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: normal;
  width: auto;
  padding: 10px 10px 10px 15px;
  margin: 0;
}

h3.page-title {
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: normal;
  width: auto;
  padding: 10px 10px 10px 15px;
  margin: 0;
}

.entry-page-title {
  color: #000;
  background: #b8c597;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: normal;
  width: 780px;
  padding: 10px 10px 10px 15px;
  margin: 0;
  border-radius: 5px;
}

.title-ml {
  color: #000;
  font-size: 16px;
  padding: 10px 10px 0 15px;
  margin: 0;
}

h3.post-title a,
h3.page-title a {
  color: #000;
  text-decoration: none;
}

h3.post-title a:hover,
h3.page-title a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.5;
}

.entry-data {
  width: 800px;
  padding: 0;
  margin: 0;
  visibility: hidden; 
  display: none;
}

.post-block {
  width: 800px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.post-content {
  width: 780px;
  font-size: 18px;
  line-height: 180%;
  padding: 0px;
  margin: 10px auto;
}

table {
  font-size: 90%;
  width: auto;
  margin: 0;
}

table .tpt_left {
  width: 27%;
  text-align: right;
  vertical-align: top;
  padding: 5px;
  margin: 3px;
}

table .tpt_center {
  width: 3%;
  vertical-align: top;
  padding: 5px;
  margin: 3px;
}

table .tpt_right {
  width: 70%;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  margin: 3px;
}

.alignleft {
  margin: 10px;
  float:left;
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin: 10px;
  float:right;
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.wp-caption {
  font-size: 12px;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  padding: 4px 0 0 0;
  margin: 15px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 3px;
  border: 0 none;
}

.wp-caption-text {
  font-size: 12px;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.ep-title {
  font-size: 1.2em;
  width: 770px;
  height: 30px;
  line-height: 32px;
  padding: 0 0 0 5px;
  border-left: solid 5px #b8c597;
}

.ep-line {
  width: 765px;
  line-height: 150%;
  margin: 5px -15px 20px 15px;
  display: block;
}

.ep-line-list {
  width: 730px;
  margin: 5px 0px 30px 40px;
  display: block;
}

.ep-line-list ul {
//  margin: 0 0 20px; 0;
}

.ep-line-list ul li {
  margin: 5px 0px 5px 30px;
  list-style-image: url("./icon/makeup_list_icon.png");
}

.event-title {
  font-size: 1.2em;
  width: 795px;
  height: 30px;
  line-height: 32px;
  padding: 0 0 5px 5px;
  border-left: solid 5px #b8c597;
}

.event-time {
  width: 780px;
  line-height: 130%;
  text-align: right;
  margin: -30px 0 15px 0;
}

.event-body {
  width: 750px;
  line-height: 130%;
  margin: 5px 15px 20px 15px;
  display: block;
}

.info-title {
  font-size: 1.2em;
  width: 630px;
  height: 30px;
  line-height: 32px;
  padding: 0 0 0 5px;
  border-left: solid 5px #b8c597;
}

.info-time {
  width: 770px;
  line-height: 130%;
  text-align: right;
  padding: 0 5px 0 0;
  border-top: solid 2px #b8c597;
  border-right: solid 5px #b8c597;
}

.info-body {
  width: 770px;
  line-height: 130%;
  padding: 5px 5px 15px 5px;
}

#history_map {
  font-size: 90%;
  width:98%;
  margin:10px 0 0 0;
}

#history_map .ad {
  width: 10%;
  text-align: center;
  float: left;
}

#history_map .name_an_era {
  width: 10%;
  text-align: center;
  float: left;
}

#history_map .month {
  width: 13%;
  text-align: center;
  float: left;
}

#history_map .own_mark {
  width: 57%;
  float: left;
}

#history_map .age {
  width: 10%;
  text-align: right;
  float: left;
}

.post-content a {
  color: #b8c597;
  text-decoration: underline;
}

.post-content a:hover {
  color: #b8c597;
  text-decoration: underline;
}

.post-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.post-content ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
}

.post-content ul li ul {
  margin: 5px 0 5px 20px;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.post-content ul li ul li {
  margin: 0;
  padding: 0;
  list-style-image: url("./icon/makeup_list_icon.png");
}

.post-content ul li ul li ul{
  margin: 5px 0 5px 20px;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.post-content ul li ul li ul li {
  margin: 0;
  padding: 0;
  list-style-image: url("./icon/makeup_list_icon.png");
}

.post-content li a:link,
.post-content li a:visited {
  color: #000000;
  text-decoration: none;
  display: block;
}

.post-content li a:active,
.post-content li a:hover {
  color: #b8c597;
  text-decoration: none;
/*  border-bottom: solid 3px #7a7a7a;*/
}

.more-link {
  width: 100%;
  text-align: end;
}

/*
 * Pager (for Single page)
 */
#post-navi {
  width: 800px;
  margin: 0 auto;
  display: table;
}

.ppl-triangle {
  width: 0;
  height: 0;
  margin: 4px 0 0 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #b8c597 transparent transparent;
  float: left;
  display: table-cell;
}

.previous-pl {
  width: 790px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  float: right;
  display: table-cell;
}

.previous-pl a {
  color: #000000;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.npl-triangle {
  width: 0;
  height: 0;
  margin: 4px 0 0 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #b8c597;
  float: right;
  display: table-cell;
}

.next-pl {
  width: 790px;
  line-height: 30px;
  text-align: right;
  padding: 0;
  margin: 0;
  float: left;
  display: table-cell;
}

.next-pl a {
  color: #000000;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.previous-pl a:hover,
.next-pl a:hover {
  color: #b8c597;
}

/*
 * Pager (for Archive page)
 */
.wp-pagenavi {
  color: #b8c597;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 30px auto;
  display: block;
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #b8c597;
  text-decoration: none;
  padding: 3px 10px;
  margin: 2px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-size: 13px;
  font-weight: bold;
  border: 0;
  margin: 0px -3px 0;
}

.wp-pagenavi .smaller,
.wp-pagenavi .larger {
  color: #000000;
  border: 2px solid #b8c597;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #ffffff;
  background: #b8c597;
  border: 2px solid #b8c597;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi .smaller,
.wp-pagenavi span.current,
.wp-pagenavi .larger,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 20px;   /* Firefox用 */  
}

/*
 * CSS for Contact Form
 */
#wpcf7-f872-p16-o1 table {
  width: 100%;
}

#wpcf7-f872-p16-o1 table tr {
}

#wpcf7-f872-p16-o1 table th {
  text-align: right;
  width: 40%;
  padding: 5px;
}

#wpcf7-f872-p16-o1 table td {
  width: 60%;
  padding: 5px;
}

#wpcf7-f872-p16-o1 input[type="text"]{
  color: #000000;
  padding: 2px;
}

#wpcf7-f872-p16-o1 textarea {
  padding: 5px;
}

#wpcf7-f872-p16-o1 .required_mark {
  color: #ff0000;
}

#wpcf7-f872-p16-o1 input[type="text"]:focus,
#wpcf7-f872-p16-o1 input[type="text"]:hover,
textarea:hover {
}

#wpcf7-f872-p16-o1 input[type="submit"]{
  font-size: 12px;
  width: 80px;
  float: right;
  padding: 2px 5px;
  margin-left: 12px;
}

#wpcf7-f872-p16-o1 ul li {
  width: 80px;
  height: 20px;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  vertical-align:middle;
  display: block;
}

/*
 * Access Map
 */
#access_map {
  width: 620px;
  margin: 10px;
  list-style-type: none;
}

#google_map {
  width: 600px;
  margin: 20px auto 0;
}

/*
 * Site Map
 */
#sitemap_left {
  width: 290px;
  margin: 0 10px 0 20px;
  float: left;
}

#sitemap_right {
  width: 290px;
  margin: 0 10px 0 20px;
  float: left;
}

#sitemap_left .sitemap_chapter,
#sitemap_right .sitemap_chapter {
  margin: 5px 10px 0 0;
}

#sitemap_left .sitemap_section {
  margin: 0 0 0 5px;
}

#sitemap_leftsitemap_sectionul li a:link,
#sitemap_left ul li a:visited,
#sitemap_right ul li a:link,
#sitemap_right ul li a:visited {
  color: #000000;
  list-style-type: none;
  text-decoration: none;
}

#sitemap_left ul li a:active,
#sitemap_left ul li a:hover,
#sitemap_right ul li a:active,
#sitemap_right ul li a:hover {
  color: #a7a7a7;
  list-style-type: none;
  text-decoration: none;
}

/*
 * Footer
 */
#footer-inclusion-block {
  color: #000;
  font-size: 14px;
  /* 先に半透明の白、その下に画像を重ねる（先書きが前面） */
  background:
    linear-gradient(0deg, rgba(255,255,255,.8), rgba(255,255,255,.8)),
    url('images/footer-background.jpg') no-repeat center center;
  background-size: cover, cover;
  width: 100%;
  margin: 0;
  border-top: 2px solid #afafaf;
  display: block;
  clear: both !important;
}

#footer-inclusion-block a {
  text-decoration: none;
}

#footer-main-block {
//  background: rgba(255, 255, 255, .8);
  width: 100%;
  padding: 25px auto 10px;
  margin: 0;
}

#footer-logo-block {
  width: 1000px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}

#footer-site-logo {
  width: 480px;
  padding: 0;
  margin: 10px auto;
  display: block;
}

#footer-address-block {
  width: 1000px;
  height: 35px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}

#footer-temple-name {
  font-size: 20px;
  text-align: right;
  width: 485px;
  margin: 8px 15px 0 auto;
  float: left;
}

#footer-address {
  font-size: 12px;
  width: 500px;
  line-height: 16px;
  padding: 0;
  margin: 0 auto;
  float: left;
}

#footer-wa-block {
  width: 900px;
  margin: 0 auto;
}

#footer-blank-block {
  width: 250px;
  display: table-cell;
}

#footer-title-block {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#footer-copyright-block {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}

#footer-copyright {
  text-align: center;
  font-size: 13px;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 10px auto 0;
  display: table;
}

#footer-copyright a {
  color: #000;
}

#footer-menu-block {
  font-size: 12px;
  vertical-align: middle;
//  width: 650px;
  display: table-cell;
}

.footer-menu {
  width: 260px;
  padding: 20px 0;
  margin: 0;
  display: table-cell;
}

.footer-label {
  width: 220px;
  font-size: 12px;
  padding: 3px 0 3px 3px;
  margin: 10px 0 5px 0px;
  border-bottom: 2px solid #b8c597;
  border-left: 2px solid #b8c597;
}

#footer-language .footer-label {
  width: 130px;
}

#footer-sub-menu {
  width: 260px;
  padding: 20px 0;
  margin: 0;
  display: table-cell;
}

#footer-language {
  width: 130px;
  padding: 20px 0;
  margin: 0;
  display: table-cell;
}

#footer-language img {
//  display: none;
}

.sub-menu {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

.footer-menu ul li,
#footer-language ul li {
  width: 220px;
  line-height: 17px;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 5px 0 7px 5px;
  display: block;
}

.footer-menu ul li ul li,
#footer-language ul li ul li {
  line-height: 17px;
  list-style-type: none;
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
  display: block;
}

.footer-menu a,
.footer-menu a:hover,
#footer-language a,
#footer-language a:hover {
  color: #000;
}

.footer-menu a:before,
#footer-language a:before {
  color: #eaf3d8;
  font-size: 14px;
  padding: 0 5px 0 0;
  margin: 0;
  content: "■";
}

.footer-menu a:hover:before,
#footer-language a:hover:before {
  color: #b8c597;
  font-size: 14px;
  padding: 0 5px 0 0;
  margin: 0;
  content: "■";
}

/*
 * qtranslate
 */
#language-menu {
  font-size: 13px;
  width: 50%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: table-cell;
}

#qtranslate-chooser {
  width: 130px;
  padding: 0px;
  margin: 0;
}

#qtranslate-chooser li {
  padding: 0 2px;
  text-align: left;
  list-style-type: none;
  float: none;
  display: block;
}

#qtranslate-chooser li a:link,
#qtranslate-chooser li a:visited {
  color: #000000;
  text-decoration: none;
  display: block;
}

#qtranslate-chooser li a:active,
#qtranslate-chooser li a:hover {
  color: #0d0d0d;
  text-decoration: none;
  display: block;
}

/*
 * NewsLetter
 */
h1.newsletter {
  font-size: 30px;
  line-height: 30px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

h2.newsletter {
  font-size: 25px;
  line-height: 25px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

h3.newsletter {
  font-size: 20px;
  line-height: 20px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

div.news_letter p {
  margin: 10px 0;
  line-height: 130%;
}

.nl_right {
  text-align: right;
}

/*
 * If the width of the screen is 768px following
 */
@media screen and (max-width:768px) {

  .bxslider li.image01 {
    height: 200px;
  }

  .bxslider li.image02 {
    height: 200px;
  }

  .bx-wrapper {
    padding: 50px 0 0 0;
  }

  #pc-navigation-block {
    display: none;
  }

  #smf-navigation-block {
    background: #fff;
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 50;
  }

  #simple-menu {
    width: 100%;
    height: 50px;
    padding: 5px 0 5px 5px;
    margin: 0;
    display: block;
  }

  .smf-title {
    background: #fff;
    width: 100%;
    height: 50px;
    display: table-cell;
    z-index: 55;
  }

  #footer-main-block {
    width: 480px;
    display: block;
  }

  #footer-title-block {
    width: 450px;
    height: auto;
    padding: 0;
    margin: 30px auto 0;
    display: table-cell;
  }

  #footer-menu-block {
    display: none;
  }

  #footer_lng_menu {
    font-size: 10px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    width: 480px;
    padding: 10px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    display: block;
  }

}

/*
 * If the width of the screen is 480px following
 */
@media screen and (max-width:480px) {

  .bxslider li.image01 {
    height: 150px;
  }

  .bxslider li.image02 {
    height: 150px;
  }

  #footer-main-block {
    width: 350px;
  }

  #footer-menu,
  #footer-sub-menu {
    display: none;
  }

  #footer-title-block img {
    width: 350px;
    height: auto;
  }
  
  #footer-title-block {
    width: 350px;
    height: auto;
    padding: 0;
    margin: 30px auto 0;
    display: table-cell;
  }

  #footer-site-logo {
    width: 60px;
    padding: 0;
    margin: 30px auto 0;
    display: block;
  }

  #footer-site-title {
    width: 350px;
    padding: 0;
    margin: 0 auto 15px;
    display: block;
  }
  
  #footer_lng_menu {
    display: none;
  }

  #footer_lng_menu {
    font-size: 10px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    width: 350px;
    padding: 10px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    display: block;
  }

}

