@charset "UTF-8";
/*!
Theme Name: Urabandai One Dhamma Site V1.0
Theme URI: https://onedhamma.com/
Author: onedhamma.com
Author URI: https://onedhamma.com/
Description: スターターテーマ Underscores を使用して新たにテーマを作成した。
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 3rem;
  margin: 0.67rem 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ededed;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0;
  padding-left: 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

article {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
}

/* Links
--------------------------------------------- */
a {
  color: #1a0dab;
  text-decoration: none;
}
a:visited {
  color: #660099;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Mobile navigation
--------------------------------------------- */
.drawer-open-menu {
  position: fixed;
  z-index: 3;
  left: 0;
  height: 6.5rem;
  width: 6.5rem;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.menu_icon {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 5.5rem;
  height: 5.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
}

.close_icon1 {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0.5rem;
  left: 1rem;
  width: 5.5rem;
  height: 5.5rem;
  max-width: none;
  text-align: center;
  cursor: pointer;
}

.drawer-open-menu span:before {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.drawer-content-menu {
  padding-bottom: 10rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 2;
  top: 6.5rem;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  overflow-y: scroll;
}

ul.drawer-list {
  list-style-type: none;
  margin: 0;
  padding-left: 1rem;
  line-height: 3rem;
}

ul.drawer-list > li {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
ul.drawer-list > li:not(:first-child) {
  border-top: 1px solid rgb(158, 158, 158);
}
ul.drawer-list > li:last-child {
  border-bottom: 1px solid rgb(158, 158, 158);
}
ul.drawer-list > li > a {
  text-decoration: none;
  width: auto;
}

.drawer-list > li:has(> ul.sub-menu).active > a::after {
  white-space: pre-wrap;
  content: "   ▼";
}

.drawer-list > li:has(> ul.sub-menu) > a::after {
  white-space: pre-wrap;
  content: "   ▶";
}

ul.sub-menu {
  display: inline-grid;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0rem;
}

.drawer-list ul.sub-menu > li {
  margin-left: 1rem;
  width: auto;
}

.drawer-list ul.sub-menu > li > ul.sub-menu > li {
  margin-left: 2rem;
}

.drawer-list ul.sub-menu > li::before {
  content: "・";
}

/*
  .drawer-list ul.sub-menu > li > a {
    // text-decoration: underline;
    // background: linear-gradient(transparent 65%, #ffd600 0%);
    // background: linear-gradient(transparent 70%, #ffd600 0%);
  }
  */
.no-child::before {
  content: "　" !important;
}

.label-menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer-check-menu:checked ~ .drawer-content-menu {
  right: 0;
}

#drawer-check-menu:checked ~ label .menu_icon {
  opacity: 0;
}

#drawer-check-menu:checked ~ label .label-menu {
  opacity: 0;
}

input[type=checkbox]:checked ~ label .close_icon1 {
  opacity: 1;
}

label.drawer-open-menu > div {
  position: relative;
  top: 4.5rem;
  left: 0.5rem;
  color: black;
  font-size: 1rem;
  text-align: center;
}

.drawer-content-progress {
  padding-top: 1rem;
  padding-bottom: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 2;
  position: fixed;
  top: 6.5rem;
  right: -120%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  margin: 0;
}
.drawer-content-progress h2 {
  font-size: 1.45rem;
  padding: 1rem 0 1rem 0;
  margin: 0;
  border-radius: 0.8rem;
  text-align: center;
  background: #ffe9cd;
  color: #111;
}
.drawer-content-progress ul {
  margin: 0;
  margin-top: 1rem;
  padding-left: 1rem;
}
.drawer-content-progress p {
  margin: 0;
}
.drawer-content-progress hr {
  margin-top: 0;
  margin-bottom: 0;
}
.drawer-content-progress aside > div.sodw_content {
  background: #fff;
}
.drawer-content-progress .sodw-text {
  color: #404040;
  line-height: 1.4em;
  list-style-type: none;
  text-decoration: none;
  padding: 0 0.8em;
}
.drawer-content-progress .sodw-location {
  color: #404040;
  list-style-type: none;
  text-decoration: none;
  text-align: right;
  padding: 0;
}

.drawer-content-progress ul {
  list-style: none;
}
.drawer-content-progress li {
  margin-bottom: 10px;
}

.drawer-open-progress {
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

.icon_for_progress {
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  max-width: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.close_icon_progress {
  top: 0.5rem;
  right: 0.5rem;
  width: 5.5rem;
  height: 5.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  max-width: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.drawer-open-progress span:before {
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

.label-progress {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer-check-progress:checked ~ .drawer-content-progress {
  right: 0;
}

#drawer-check-progress:checked ~ label .icon_for_progress {
  opacity: 0;
}

#drawer-check-progress:checked ~ label .label-progress {
  opacity: 0;
}

#drawer-check-progress:checked ~ label .close_icon_progress {
  opacity: 1;
}

label.drawer-open-progress > div {
  position: relative;
  top: 4.5rem;
  color: black;
  font-size: 1rem;
  text-align: center;
}

.info-button-wrapper {
  display: none;
}

.drawer-content-info {
  padding-bottom: 10rem;
  z-index: 2;
  position: fixed;
  top: 6.5rem;
  right: -120%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer-content-info h2 {
  font-size: 1.45rem;
  padding: 1rem 0 1rem 0;
  margin: 0;
  border-radius: 0.8rem;
  text-align: center;
  background: #ffe9cd;
  color: #111;
}
.drawer-content-info ul {
  margin: 0;
  padding-left: 1rem;
}
.drawer-content-info p {
  margin: 0;
}
.drawer-content-info hr {
  margin-top: 0;
  margin-bottom: 0;
}

.drawer-open-info {
  right: 6.5rem;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

.info_icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  max-width: none;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.close_icon3 {
  top: 0;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  max-width: none;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.drawer-open-info span:before {
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

.label-info {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer-check-info:checked ~ .drawer-content-info {
  right: 0;
}

#drawer-check-info:checked ~ label .info_icon {
  opacity: 0;
}

#drawer-check-info:checked ~ label .label-info {
  opacity: 0;
}

#drawer-check-info:checked ~ label .close_icon3 {
  opacity: 1;
}

label.drawer-open-info > div {
  position: relative;
  top: 4rem;
  color: black;
  font-size: 1rem;
  text-align: center;
}

.widget-podcast-area-pc-image1 {
  float: left;
}

.widget-podcast-area-mobile-image1 {
  float: left;
}

div.facebook-page-widget-wrapper-mobile > div > span {
  max-width: none !important;
  width: auto !important;
}

.facebook-page-widget-wrapper-mobile iframe {
  border: solid #ccc !important;
  max-width: none !important;
  width: auto !important;
}

.schedule-button-wrapper {
  display: none;
}

.drawer-content-schedule {
  padding-bottom: 10rem;
  z-index: 2;
  position: fixed;
  top: 6.5rem;
  right: -120%;
  width: 70%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer-content-schedule h2 {
  font-size: 1.45rem;
  padding: 1rem 0 1rem 0;
  margin: 0;
  border-radius: 0.8rem;
  text-align: center;
  background: #ffe9cd;
  color: #111;
}
.drawer-content-schedule ul {
  margin: 0;
  padding-left: 1rem;
}
.drawer-content-schedule p {
  margin: 0;
}
.drawer-content-schedule hr {
  margin-top: 0;
  margin-bottom: 0;
}
.drawer-content-schedule aside > div.sodw_content {
  background: #fff;
}
.drawer-content-schedule .sodw-text {
  color: #404040;
  line-height: 1.4em;
  list-style-type: none;
  text-decoration: none;
  padding: 0 0.8em;
}
.drawer-content-schedule .sodw-location {
  color: #404040;
  list-style-type: none;
  text-decoration: none;
  text-align: right;
  padding: 0;
}

.drawer-open-schedule {
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

.calendar_icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  max-width: none;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.close_icon_schedule {
  top: 0;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  max-width: none;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.drawer-open-schedule span:before {
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

.label-schedule {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer-check-schedule:checked ~ .drawer-content-schedule {
  right: 0;
}

#drawer-check-schedule:checked ~ label .calendar_icon {
  opacity: 0;
}

#drawer-check-schedule:checked ~ label .label-schedule {
  opacity: 0;
}

#drawer-check-schedule:checked ~ label .close_icon_schedule {
  opacity: 1;
}

label.drawer-open-schedule > div {
  position: relative;
  top: 4rem;
  color: black;
  font-size: 1rem;
  text-align: center;
}

.header-background-image {
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 550px;
}

.header-image {
  position: relative;
}
.header-image > a > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.header-image .site-branding {
  position: absolute;
  display: inline;
  bottom: 0rem;
}
.header-image .site-branding > a > img {
  height: auto;
  width: auto;
}
.no-header-image {
  position: static;
}

.site-title {
  background-color: orange;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.drawer {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: 1px solid;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.drawer-input-hidden {
  display: none;
}

.drawer--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 999px) {
  .header-image {
    margin-top: 6.5rem;
  }
  .drawer {
    height: 6.5rem;
    display: block;
  }
  #site-navigation {
    display: none;
  }
  #mobile-sidebar-schedule > aside > div.sodw_content {
    font-size: 1.6rem;
    color: #111;
  }
  #mobile-sidebar-schedule > aside > div.sodw_content ul {
    color: #111;
  }
  #mobile-sidebar-schedule > aside > div.sodw_content ul li {
    color: #111;
  }
}
.site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
  margin: 0 auto;
}

.site {
  background-color: rgb(243, 243, 243);
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
  margin: 0 auto;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
  margin: 26px;
  padding: 15px 15px 15px 15px;
  border-radius: 4px;
  background-color: #fff;
}

article {
  padding: 0;
}

p {
  line-height: 2.6rme;
}

.background-h1 {
  border-bottom: 2px solid #494949;
  margin-bottom: -2px;
}
.background-h1 h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0;
}

.background-h2 {
  border-radius: 8px;
  padding: 5px;
  background: #ffe9cd;
  border-left: solid 10px #ffc55e;
}
.background-h2 h2 {
  font-size: 2.6rem;
  margin: 0;
}

h3 {
  font-size: 2.4rem;
}

.widget-area {
  grid-area: sidebar;
  border-radius: 4px;
  margin: 26px 26px 26px 0;
  padding: 15px 20px 25px 20px;
  list-style-type: none;
  color: #111;
  background-color: #fff;
}
.widget-area h2 {
  display: block;
  font-size: 1.45rem;
  padding: 1rem 0 1rem 0;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 0.8rem;
  text-align: center;
  background: #ffe9cd;
  color: #111;
}
.widget-area ul {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}
.widget-area p {
  margin: 0;
}
.widget-area hr {
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs {
  margin-top: 10px;
}

.tabContents article {
  border-bottom: none;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
  list-style-type: disc;
  padding-left: 2rem;
}

a.widget_text_link {
  color: #f90;
  font-weight: bold;
  text-decoration: none;
}

a.widget_text_link:hover {
  text-decoration: underline;
}

.onedhamma_podcasts {
  margin-top: 1rem;
}

.onedhamma_podcasts_img {
  vertical-align: top;
  border-radius: 5px;
}

div.asl_m {
  z-index: 1 !important;
}

.su-tabs {
  padding: 0 !important;
  border-radius: 5px !important;
}

.su-tabs-pane {
  padding: 0 !important;
}

.wp-playlist {
  padding-bottom: 0 !important;
}

span.wp-playlist-item-meta.wp-playlist-item-title {
  white-space: normal !important;
}

.wrapper_playlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.wp-playlist-item {
  width: 100%;
}

.wp-playlist-caption {
  white-space: normal !important;
  max-width: 100% !important;
}

a.wp-playlist-caption {
  line-height: 2;
}

.wp-playlist-item-artist {
  font-size: 14px !important;
}

.wp-playlist-item-length {
  right: 0;
  position: relative !important;
  display: inline;
  margin-left: 1rem;
}

.file_download_icon {
  border-top: 1px solid #ccc;
}
.file_download_icon > a > img {
  vertical-align: text-bottom;
  width: 2.5rem;
  height: 2.3rem;
}

.am_single_grid {
  height: 100%;
  display: block;
}

.am__col-2or3 .am_grid_col {
  margin: 0;
  margin-bottom: 1rem;
  -ms-flex: 0 0 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.am_thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 56.25%;
  width: 100%;
}

.am_grid_col {
  padding: 0;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.am_posts_navigation {
  margin: 0;
  margin-bottom: 0.5rem;
}

.asr-ajax-container {
  position: unset;
}

.grid_posts_description {
  display: inline;
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.asr-filter-div {
  display: none;
}

h2.am__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}

.am_cont {
  padding: 0 1rem 0rem 1rem;
}

.am__excerpt {
  display: none;
}

.am__readmore {
  display: none;
}

#am_posts_navigation_init > .pagination-pc > .navigation-buttons > .page-numbers {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.8rem;
  line-height: 3.3rem;
}

#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.first,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.first {
  width: auto;
  border: none;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.first:hover,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.first:hover {
  background: none;
  text-decoration: underline;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.prev,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.prev {
  width: auto;
  border: none;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.prev:hover,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.prev:hover {
  background: none;
  text-decoration: underline;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.next,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.next {
  width: auto;
  border: none;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.next:hover,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.next:hover {
  background: none;
  text-decoration: underline;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.last,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.last {
  width: auto;
  border: none;
}
#am_posts_navigation_init > .pagination-pc > .navigation-buttons > a.page-numbers.last:hover,
#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul > li > a.page-numbers.last:hover {
  background: none;
  text-decoration: underline;
}

#am_posts_navigation_init > .pagination-mobile > .first_last_and_current_page_number > ul {
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#am_posts_navigation_init > .pagination-mobile > .navigation-buttons > .page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  line-height: 2.9rem;
}

#am_posts_navigation_init > .pagination-mobile {
  display: none;
}

.am_posts_navigation {
  text-align: center;
}

.site-footer {
  grid-area: footer;
}

.grecaptcha-badge {
  visibility: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-inner {
  display: none;
  padding: 10px 60px;
  background-color: #fff;
  text-align: center;
}

#open-btn,
#close-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #eee;
  border: solid #ccc 1px;
  cursor: pointer;
}

.acd-check {
  display: none;
}

.accordion-label {
  border-radius: 5px;
  font-size: 1.6rem;
  cursor: pointer;
  background: #0068b7;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
}

.accordion-label-last {
  margin-bottom: 0px;
}

.accordion-label:after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #0052b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 5px 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
}

.acd-check:checked + .accordion-label:after {
  content: "\f068";
}

.acd-check:checked + .accordion-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 4px 5px 5px 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: visible;
}

.acd-content > ul {
  margin: 0;
}

.acd-title {
  background: #0068b7;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.acd-title:after {
  background: #0052b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-open:after {
  background: #0052b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

dd.acd-cnt {
  display: none;
  border: 1px solid gray;
  padding: 10px;
  margin: 0;
}

p.paypal-send {
  margin: 0 0 0 0;
  padding: 10px;
  border-radius: 4px;
  color: black;
  font-weight: bold;
  border: solid 1px #000;
}

.paypal-button {
  display: block;
  margin: 5px auto 10px auto;
  border: solid 1px #494949;
  border-radius: 5px;
  padding: 2px 8px 2px 8px;
  width: 120px;
  cursor: pointer;
}

table.commission {
  width: auto;
  margin: 0 auto 0 auto;
  border: 1px solid black;
  border-collapse: collapse;
}
table.commission th,
table.commission td {
  border: 1px solid black;
}

p.bank-account,
p.atm {
  margin: 0 40px 0 40px;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  color: black;
  font-weight: bold;
  border: solid 1px #000;
}
p.bank-account.in-the-text,
p.atm.in-the-text {
  margin-top: 6px;
  margin-bottom: 6px;
}
p.bank-account.in-the-text span.receipt,
p.atm.in-the-text span.receipt {
  font-size: 13px;
  font-weight: normal;
}

.acd-content > ul {
  margin: 0;
  padding-left: 2rem;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  margin-bottom: 40px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.wp-block-gallery {
  gap: 15px;
}

figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 16px;
  background: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
}

.wp-element-caption {
  display: block !important;
  text-shadow: none !important;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

@media screen and (max-width: 999px) {
  .wp-block-image {
    width: 100% !important;
  }
  .site {
    grid-template-columns: auto 0;
  }
  .site-main {
    padding: 0 1rem 0 1rem;
  }
  .onedhamma_podcasts {
    margin-top: 0.5rem;
  }
  .widget-area {
    display: none;
  }
  .am__col-2or3 .am_grid_col {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .tabContents {
    width: 100%;
    margin: 0 auto;
  }
  .tab_box {
    width: 100%;
    margin: 0 auto;
  }
  .sody_ys_month {
    width: 31.9%;
  }
}
@media screen and (max-width: 767px) {
  .am__col-2or3 .am_grid_col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  h2.am__title {
    font-size: 1.4rem;
  }
  .sody_ys_month {
    width: 48.6%;
  }
}
@media screen and (max-width: 399px) {
  .p-normal {
    margin: 0;
  }
  #am_posts_navigation_init > .pagination-pc {
    display: none;
  }
  #am_posts_navigation_init > .pagination-mobile {
    display: block;
  }
  .tab_box {
    font-size: 1.6rem;
  }
  .sody_h3 {
    font-size: 1.6rem;
  }
  .sody_ys_month {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .month_printadm {
    font-size: 1.9rem;
  }
  .wrapper-remittance {
    width: 100%;
    margin: 10px auto 10px auto;
  }
}
.wp-block-separator {
  border-top: 1px;
}

.am_ajax_post_grid_wrap {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .wrapper-h1 {
    margin-left: 0;
  }
  .widget-title-mobile {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  h2.widget-title-mobile {
    font-size: 2.4rem;
    line-height: 0.5;
  }
  #table-of-contents-mobile > ol > li > ol > li > ol > li::before {
    content: "・";
  }
  #table-of-contents-mobile {
    margin: 0 0 10px 1rem;
    position: -webkit-sticky;
    position: sticky;
    padding-left: 0;
  }
  #table-of-contents-mobile > div:nth-child(2) {
    margin: 5px 0 5px 0;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
  }
  #table-of-contents-mobile .table-of-contents-js-mobile {
    margin-top: 0;
  }
  #table-of-contents-mobile ol {
    counter-reset: item;
  }
  #table-of-contents-mobile li {
    display: block;
    margin-bottom: 7px;
  }
  #table-of-contents-mobile li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  #table-of-contents-mobile > ol > li > ol {
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 5px;
    background-color: #95e1ff;
  }
  #table-of-contents-mobile > ol > li > ol > li > ol {
    padding-left: 0;
    margin-left: 2rem;
  }
  #table-of-contents-mobile .open-menu {
    display: block;
  }
  #table-of-contents-mobile > ol > li:nth-child(3) > a {
    text-decoration: none;
  }
  #table-of-contents-mobile > ol > li:nth-child(3) > a::after {
    white-space: pre-wrap;
    content: "   ▶";
  }
  #table-of-contents-mobile > ol > li.open-menu:nth-child(3) > a::after {
    white-space: pre-wrap;
    content: "   ▲";
  }
  #table-of-contents-mobile > ol > li:nth-child(4) > a {
    text-decoration: none;
  }
  #table-of-contents-mobile > ol > li:nth-child(4) > a::after {
    white-space: pre-wrap;
    content: "   ▶";
  }
  #table-of-contents-mobile > ol > li.open-menu:nth-child(4) > a::after {
    white-space: pre-wrap;
    content: "   ▼";
  }
  body {
    font-size: 16px;
  }
  #table-of-contents-mobile > ol {
    padding-left: 0;
  }
  .embedded-pdf-wrapper-01,
  .embedded-pdf-wrapper-02 {
    margin-left: 5vh;
    margin-right: 5vh;
  }
  #toc-widget-2 {
    top: 0;
    margin-top: 0px;
  }
  #secondary {
    display: none;
  }
  .site {
    grid-template-columns: auto 0;
  }
  .site-main {
    margin: 0;
    padding: 0 16px 0 16px;
  }
  article {
    background-color: white;
  }
  p {
    margin: 16px 0 16px 0;
    line-height: 2.6rme;
  }
  .content-accordion p {
    margin: 0 0 0 0;
  }
  .heading-check:checked + label + .content-accordion p {
    margin: 16px 0 16px 0;
  }
  .wrapper-h1 {
    padding: 0;
    margin-bottom: 10px;
  }
  .wrapper-h1.greeting-or-prospectus {
    border-bottom: 0px solid #494949;
    padding: 5px 10px 0px 10px;
  }
  .background-h1 h1 {
    font-size: 2.4rem;
  }
  .background-h2 h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
  }
  .heading-and-content {
    border: solid 1px #494949;
    padding: 0 10px 0 10px;
  }
  .h2-heading-and-content {
    border-bottom: 1px solid #494949;
  }
  .heading-and-content-break {
    margin-bottom: 10px;
  }
  .heading-check + label > .wrapper-h2::after {
    padding: 8px 16px;
  }
  .heading-check + label > .wrapper-h3::after {
    padding: 8px 16px;
  }
  .pdf-wrapper {
    padding: 0 0 0 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 10px !important;
  }
  .photos-link {
    font-size: 18px;
  }
  .photos-group2-links > p {
    font-size: 18px;
  }
  .photos-group4-links > p {
    font-size: 1.6rem;
  }
  .slider-photos6 {
    margin: auto 0;
    width: auto;
    text-align: center;
  }
  .slick-dots {
    bottom: -11px !important;
  }
  .slider-3d-image {
    width: 85%;
  }
  .slider-schedule {
    margin: auto 0;
    width: auto;
    text-align: center;
  }
  p.bank-account,
  p.atm {
    margin: 0 20px 0 20px;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: black;
    font-weight: bold;
  }
  p.bank-account.in-the-text,
  p.atm.in-the-text {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  p.bank-account.in-the-text span.receipt,
  p.atm.in-the-text span.receipt {
    font-size: 13px;
    font-weight: normal;
  }
  .one-character-line-break p {
    margin: 16px 0 16px 0;
  }
  .wrapper-greeting > p {
    margin-bottom: 15px;
  }
  .wrapper-prospectus > p {
    margin-bottom: 15px;
  }
  .wrapper-remittance p {
    margin: 0;
  }
  .heading-label {
    font-size: 1.6rem;
    cursor: pointer;
    color: black;
    display: block;
    position: relative;
  }
  .heading-label > h1 {
    font-size: 1.6rem;
    color: black;
    margin: 0;
    border: none;
  }
  .wrapper-profile {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #494949;
    border-radius: 5px;
  }
  .wrapper-profile figure {
    margin: 0 auto 15px auto;
  }
  .wrapper-profile figure img {
    min-width: unset;
    width: 85%;
  }
  .wrapper-profile .explanation-in-block {
    margin: 0;
    padding-left: 0;
  }
  .wrapper-prospectus-fig {
    width: auto;
    text-align: center;
    margin: 15px 0 15px 0;
  }
  .wrapper-prospectus-fig figure {
    margin: 0;
  }
  .wrapper-prospectus-fig p {
    margin: 0;
  }
  .wrapper-japan-map {
    max-width: none;
    width: 80%;
  }
  .wrapper-meeting .wrapper-meeting-figure-and-block {
    display: block;
  }
  .wrapper-meeting .wrapper-meeting-figure-and-block > p {
    text-align: center;
    font-size: 2rem;
  }
  .wrapper-meeting .wrapper-meeting-figure-and-block figure {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .wrapper-meeting .wrapper-meeting-figure-and-block .explanation-in-block {
    margin: 0;
    padding-left: 0;
  }
  p.operation-method {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .wrapper-meiyokaiki {
    display: block;
  }
  .wrapper-meiyokaiki figure {
    margin: 0 auto 15px auto;
  }
  .wrapper-meiyokaiki figure img {
    min-width: unset;
    width: 85%;
  }
  .wrapper-meiyokaiki .explanation-in-block {
    margin: 0;
    padding-left: 0;
  }
  .wrapper-meiyokaiki-photos {
    margin-bottom: 15px;
    display: block;
  }
  .wrapper-meiyokaiki-photos figure {
    margin: 0 auto 15px auto;
    text-align: center;
    width: 85%;
  }
  .wrapper-meiyokaiki-photos figure.meiyokaiki-photos-leftmost {
    margin: 0 auto 15px auto;
    text-align: center;
    width: 85%;
  }
  .wrapper-meiyokaiki-photos figure.meiyokaiki-photos-rightmost {
    margin: 0 auto 15px auto;
    text-align: center;
    width: 85%;
  }
  .wrapper-meiyokaiki-photos figcaption {
    text-align: center;
  }
  .wrapper-progress-photos {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrapper-progress-photos figure.kussaku {
    margin: 0 7px 0 7px;
    width: 100%;
  }
  .wrapper-progress-photos figure.kaitai {
    margin: 0 7px 0 7px;
    width: 100%;
  }
  .wrapper-progress-photos figure.leftmost {
    margin: 0 7px 0 0;
  }
  .wrapper-progress-photos figure.rightmost {
    margin: 0 0 0 7px;
  }
  .wrapper-progress-photos figcaption {
    text-align: center;
  }
  #one-content-inquiry {
    padding: 0px 0 15px 0;
  }
  .wrapper-inquiry {
    border: none;
    width: 100%;
    padding: 0px 0px 0px 10px;
  }
  .wrapper-inquiry p {
    white-space: nowrap;
  }
  .wrapper-inquiry p.last-in-wrapper {
    margin-bottom: 0;
  }
  #goto-page-top-mobile {
    display: none;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    opacity: 0.8;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 1px;
    border-radius: 25%;
    -webkit-box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  }
  #goto-page-top-mobile-2 {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    opacity: 0.8;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 1px;
    border-radius: 25%;
    -webkit-box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  }
}
.site-footer {
  color: #fbf7c7;
  background: #333333;
}

.site-info {
  text-align: center;
}
.site-info p {
  margin: 0;
}

.recaptcha-text p {
  margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #0a0017;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #3f3f3f;
  /*
  li {
    &:hover > ul,
    &.focus > ul {
      // display: contents; // 孫要素を縦並びにする
      left: 100%;
    }
  }
  */
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li > ul, .main-navigation ul ul li > ul {
  display: contents;
  left: 100%;
}
.main-navigation ul ul li > ul > li, .main-navigation ul ul li > ul > li {
  padding-left: 2rem;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  background: #313131;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  float: left;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #fff;
  background: #3f3f3f;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5rem;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5rem 0 0 0;
}

.entry-title {
  font-size: 1.8rem;
  font-weight: normal;
}

.entry-meta {
  font-size: 1.2rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}

.dharma-talk-list {
  margin: 0;
  margin-left: 3rem;
  padding: 0;
}

ul.dharma-talk-list > li > ul {
  margin-left: 3rem;
  margin-right: 2rem;
  padding-left: 0;
}

img.ods-download-1-explanation {
  width: auto;
  height: 27px;
  position: relative;
  vertical-align: text-bottom;
}

img.ods-download-2-explanation {
  width: auto;
  height: 20px;
  position: relative;
  vertical-align: text-top;
}

/*--------------------------------------------------------------
# トップページの設定
--------------------------------------------------------------*/
#post-7853 > header > h1 {
  display: none;
}

div.whatsnew dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.whatsnew > dl > dt {
  white-space: nowrap;
  color: #404040;
}

div.whatsnew > dl > dd {
  width: 75%;
}

div.whatsnew .newmark {
  vertical-align: text-bottom;
  padding: 0;
  padding-left: 0hrem;
  padding-right: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.facebook_page_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

div.whatsnew .facebook_page_mark {
  vertical-align: text-bottom;
  padding: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

div.whatsnew a {
  padding: 0;
}

div.whatsnew a:hover {
  text-decoration: underline;
}

.top-page__topics {
  margin: 0;
}

.top-page__topics_dharma_talks {
  display: inline;
  margin: 0;
}

#top-page__latest-post > div > h1 {
  font-size: 1.8rem;
  margin-top: 0;
}

#top-page__latest-post {
  /* margin: 0 0 1.625em; */
  padding: 0px 0 1rem;
  border-bottom: 1px solid #ddd;
}

#mep_0 {
  z-index: 2;
}

.mejs-controls {
  z-index: 1 !important;
}

.top-page__sns-img,
.top-page__podcasts-img {
  vertical-align: top;
}

#primary > nav {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 999px) {
  .top-page__topics {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
  .page {
    margin: 0;
    padding: 0;
  }
  .entry-meta {
    text-align: right;
  }
  div.whatsnew {
    margin: 0;
  }
  div.whatsnew > dl > dd {
    width: 100%;
  }
  .facebook_page_content {
    -webkit-line-clamp: 2;
  }
  .page-title {
    margin: 0;
  }
  #top-page__latest-post {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  #top-page__latest-post > div > h1 {
    margin: 0;
  }
  .dharma-talk-list {
    margin: 0;
    margin-left: 2rem;
    padding: 0;
  }
  ul.dharma-talk-list > li > ul {
    margin-left: 2rem;
    margin-right: 1rem;
    padding-left: 0;
  }
  .comment-reply-title,
  .comment-notes,
  .comment-form-comment,
  .comment-form-author,
  .comment-form-email {
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
/* Post
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* コメントフォームのスタイル */
#commentform {
  max-width: 600px;
}

#commentform label {
  display: block;
  margin-bottom: 5px;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #838383;
  border-radius: 4px;
}

#commentform textarea {
  height: 150px;
}

#commentform input[type=submit] {
  background-color: #0d6efd;
  color: white;
  font-size: 1.6rem;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#commentform input[type=submit]:hover {
  background-color: rgba(13, 109, 253, 0.7019607843);
}

.comment-notes {
  color: #666;
  margin-bottom: 20px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 0 0;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Schedule OD Custom
--------------------------------------------- */
.sodw_content {
  display: block;
  font-size: 1.3rem;
  line-height: 2em;
  text-decoration: none;
  padding: 0;
  line-height: 1.625;
}
.sodw_content > ul {
  list-style-type: none;
  margin-bottom: 0;
}

.sodw_h3 {
  letter-spacing: 0.25em;
  line-height: 2em;
  color: #f90;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.sodw-text {
  color: #111;
  line-height: 1.4em;
  list-style-type: none;
  text-decoration: none;
  padding: 0 0.8em;
}

.sodw-location {
  color: #111;
  list-style-type: none;
  text-decoration: none;
  text-align: right;
  padding: 0;
}

.sod-year-month {
  font-size: 2rem;
}

/*
.sodw_line_region {
  height: 1px;
  position: relative;
}
.sodw_line_region::before {
  content: "";
  // background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 0;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}