@charset "utf-8";
/*
Theme Name: shimosakunobe
Theme URI:
Description: WordPress Original Theme
Author: shimosakunobe
 */

/*-----------------------------------------------------------
import
------------------------------------------------------------*/
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset */

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* clearfix */

/* link */
a:link {
  color: #ec6810;
  text-decoration: none;
}

a:hover {
  color: #ec6810;
  text-decoration: underline;
}

a:visited {
  color: #ec6810;
  text-decoration: underline;
}

/* link */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*** common ***/
.inner {
  width: 1040px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

.textRight {
  text-align: right;
}

.attention {
  color: #ec6810;
}

/*** /common ***/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#mainWrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #mainWrapper {
    width: 100%;
    padding-top: 56px;
    overflow: hidden;
  }
}

/* header */
#topHead {
  /*    top: -100px;
    position: absolute;*/
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 0;
  line-height: 1;
  z-index: 999;
}

#topHead a,
#topHead {
  color: #333333;
  text-decoration: none;
}

#topHead .inner {
  position: relative;
}

#topHead .Logo {
  font-size: 36px;
  float: left;
  width: 356px;
  height: auto;
}

#topHead .Logo img {
  width: 100%;
  height: auto;
}

#globalNav ul.firstNav {
  font-size: 16px;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 6px;
}

#globalNav ul.firstNav li {
  padding-right: 46px;
  float: left;
}

#globalNav ul.firstNav li:nth-child(4) {
  padding-right: 0;
}

#globalNav ul.firstNav li a {
  font-weight: bold;
}

.post-type-archive-letter #globalNav ul.firstNav>li:nth-child(2) a,
.page-template-greeting #globalNav ul.firstNav>li:nth-child(3) a,
.page-template-organization #globalNav ul.firstNav>li:nth-child(3) a,
.page-template-priority #globalNav ul.firstNav>li:nth-child(3) a,
.post-type-archive-priority #globalNav ul.firstNav>li:nth-child(3) a,
.single-priority #globalNav ul.firstNav>li:nth-child(3) a,
.page-template-hall #globalNav ul.firstNav>li:nth-child(3) a,
.blog #globalNav ul.firstNav>li:first-child a,
#globalNav ul.firstNav li a:hover {
  color: #ec6810;
  transition: 0.3s;
}

#subNav {
  display: block;
}

#subNav ul {
  position: absolute;
  right: 0;
  bottom: 44px;
}

#subNav ul li {
  float: left;
}

#subNav ul li a {
  font-size: 14px;
  background: #efefef;
  color: #333333;
  line-height: 14px;
  margin-left: 1px;
  padding: 4px 10px;
}

.page-template-guidance #subNav ul li:first-child a,
.page-template-emergency #subNav ul li:last-child a {
  background: #333333;
  color: #ffffff;
}

#subNav ul li a:hover {
  background: #333333;
  color: #ffffff;
  transition: 0.3s;
}

.page-template-guidance #subNav ul li:first-child a:hover,
.page-template-emergency #subNav ul li:last-child a:hover {
  background: #efefef;
  color: #333333;
}

/* Fixed */
#topHead.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding: 10px 0;
  height: 81px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#topHead.fixed .Logo {
  font-size: 24px;
  color: #333333;
}

#topHead.fixed #globalNav ul.firstNav li a {
  color: #333333;
  /*    padding: 0 20px;*/
}

/* Toggle Button */
#navToggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 28px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 2px;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #topHead .Logo {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {

  #topHead,
  .inner {
    width: 100%;
    padding: 0;
  }

  #topHead {
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  /* Fixed reset */
  #topHead.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobileHead {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #topHead.fixed .Logo,
  #topHead .Logo {
    width: 48%;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  #globalNav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #globalNav ul.firstNav {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #globalNav ul.firstNav li {
    text-align: left;
    float: none;
    position: static;
  }

  #subNav {
    display: none;
  }

  #topHead #globalNav ul.firstNav li a,
  #topHead.fixed #globalNav ul.firstNav li a {
    width: 100%;
    display: block;
    color: #ffffff !important;
    padding: 18px 10px;
  }

  #navToggle {
    display: block;
  }

  /* #navToggle 切り替えアニメーション */
  .open #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #globalNav スライドアニメーション */
  .open #globalNav {
    /* #globalNav top + #mobileHead height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/*** dropdown ***/
.menu>li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  background: #ffffff;
  position: absolute;
  width: 180px;
  top: 25px;
  left: -30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  li.menu__single ul.menu__second-level {
    background: #333333;
    position: static;
    width: auto;
    visibility: visible;
    opacity: 1;
    border: none;
  }
}

li.menu__single ul.menu__second-level li {
  font-size: 14px;
  padding: 15px 15px !important;
  float: none !important;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  li.menu__single ul.menu__second-level li {
    padding: 0 !important;
    border: none;
  }
}

li.menu__single ul.menu__second-level li a {
  font-weight: normal !important;
  color: #333333 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  li.menu__single ul.menu__second-level li a {
    padding-left: 20px !important;
  }

  li.menu__single ul.menu__second-level li a:before {
    font-family: FontAwesome;
    color: #ffffff;
    content: "\f105";
    margin-right: 10px;
  }
}

li.menu__single ul.menu__second-level li a:hover {
  color: #ec6810 !important;
}

li.menu__single ul.menu__second-level li a:visited {
  color: #333333 !important;
}

li.menu__single:hover ul.menu__second-level {
  top: 25px;
  visibility: visible;
  opacity: 1;
}

/*** /dropdown ***/

/*** sliderArea ***/
#topSlider {
  background: #000000;
  height: 380px;
}
#topSlider #player{
  background: #000000;
}
@media screen and (max-width: 767px) {
  #topSlider {
    height: auto;
  }
}

#topSlider .sp-slides-container {
  background: #000000;
}

#topSlider .sp-slides-container .sp-slide img {
  opacity: 0.3;
}

#topSlider .sp-slides-container .sp-slide.sp-selected {
  /*position: relative;*/
}

#topSlider .sp-slides-container .sp-slide.sp-selected img {
  opacity: 1;
}

/*** /sliderArea ***/
#mainContent {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

@media screen and (max-width: 767px) {
  #mainContent {
    width: auto;
  }
}

#mainContent .topContent {
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainContent .topContent {
    width: auto;
  }
}

#mainContent .commonTitle {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #mainContent .commonTitle {
    margin-top: 30px;
  }
}

#mainContent .commonTitle h2 {
  font-size: 34px;
  display: inline-block;
  padding: 0 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #mainContent .commonTitle h2 {
    font-size: 5vw;
    padding: 0 40px;
  }
}

#mainContent .commonTitle h2:before,
#mainContent .commonTitle h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

@media screen and (max-width: 767px) {

  #mainContent .commonTitle h2:before,
  #mainContent .commonTitle h2:after {
    width: 40px;
  }
}

#mainContent .commonTitle h2:before {
  left: 0;
}

#mainContent .commonTitle h2:after {
  right: 0;
}

#mainContent .topicsList {
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList {
    margin: 0 auto;
  }

  .page-template-top #mainContent .topicsList {
    margin-top: 15px;
  }
}

#mainContent .topicsList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList ul {
    width: auto;
    margin: 0 5px;
  }
}

#mainContent .topicsList ul li {
  width: 254px;
  margin: 0 8px 20px 0;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList ul li {
    width: 49%;
    margin: 0 2% 10px 0;
  }
}

#mainContent .topicsList ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#mainContent .topicsList ul li a {
  display: inline-block;
}

#mainContent .topicsList ul li a:hover {
  color: #ec6810 !important;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

#mainContent .topicsList ul li a figure {
  width: 254px;
  height: 160px;
  position: relative;
}

#mainContent .topicsList ul li a figure img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

#mainContent .topicsList ul li a figure span {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 12px;
  padding: 5px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

#mainContent .topicsList ul li a figure span.chounai {
  background: #0a910a;
}

#mainContent .topicsList ul li a figure span.kodomo {
  background: #da8b0f;
}

#mainContent .topicsList ul li a figure span.seinen {
  background: #165d9a;
}

#mainContent .topicsList ul li a figure span.fujin {
  background: #eb084e;
}

#mainContent .topicsList ul li a figure span.kotobuki {
  background: #814301;
}

#mainContent .topicsList ul li a p.postText {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
  padding: 5px 0 5px 5px;
  border-left: 3px solid #ec6810;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList ul li a p.postText {
    font-size: 12px;
    margin-top: 5px;
    padding: 3px 0 3px 3px;
  }
}

#mainContent .topicsList ul li a p.postText span {
  display: block;
}

#mainContent .topicsList ul li a p.postText span.postDate {}

#mainContent .topicsList ul li a p.postText span.postTitle {}

#mainContent .topicsList ul li p.Categories {
  margin-top: 0;
}

#mainContent .topicsList ul li p.Categories a {
  font-size: 12px;
  color: #333333;
  padding: 2px;
  border: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  #mainContent .topicsList ul li p.Categories a {
    font-size: 2.75vw;
  }
}

#mainContent .topicsList ul li p.Categories a:hover {
  background: #ec6810;
  color: #ffffff !important;
  border: 1px solid #ec6810;
}

#mainContent .calendarArea {
  width: 100%;
  background: #ffffff;
  margin: 20px 0 0 0;
  padding: 0;
  border: 20px solid #e5e5e5;
}

/* オブジェクト設定 */
@media screen and (max-width: 767px) {
  #mainContent .calendarArea {
    width: auto;
    margin: 10px 0 0;
    padding: 0;
  }
}

#mainContent .letterList {
  width: 1040px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #mainContent .letterList {
    width: auto;
    margin: 0 auto;
  }

  .page-template-top #mainContent .letterList {
    margin-top: 15px;
  }
}

#mainContent .commonList {
  width: 1040px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #mainContent .commonList {
    width: auto;
    margin: 10px auto 0;
  }
}

#mainContent .letterList ul,
#mainContent .commonList ul {
  border-top: 1px solid #dedede;
}

#mainContent .letterList ul li,
#mainContent .commonList ul li {
  padding: 15px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {

  #mainContent .letterList ul li,
  #mainContent .commonList ul li {
    padding: 15px 10px;
  }
}

#mainContent .letterList ul li a,
#mainContent .commonList ul li a {
  color: #333333;
}

#mainContent .letterList ul li a:hover,
#mainContent .commonList ul li a:hover {
  color: #ec6810;
  text-decoration: none;
}

#mainContent .letterList ul li a p,
#mainContent .commonList ul li a p {
  position: relative;
}

#mainContent .letterList ul li a p:before,
#mainContent .commonList ul li a p:before {
  font-family: FontAwesome;
  color: #ec6810;
  content: "\f0da";
  margin-right: 15px;
}

@media screen and (max-width: 767px) {

  #mainContent .letterList ul li a p:before,
  #mainContent .commonList ul li a p:before {
    margin-right: 5px;
  }
}

#mainContent .letterList ul li a p:after {
  content: url(img/common/pdfIcon.png);
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #mainContent .letterList ul li a p:after {
    right: 5px;
  }
}

#mainContent .letterList ul li a p span,
#mainContent .commonList ul li a p span {}

#mainContent .letterList ul li a p span.commonPostDate,
#mainContent .commonList ul li a p span.commonPostDate {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {

  #mainContent .letterList ul li a p span.commonPostDate,
  #mainContent .commonList ul li a p span.commonPostDate {
    margin-right: 10px;
  }
}

#mainContent .letterList ul li a p span.commonPostTitle,
#mainContent .commonList ul li a p span.commonPostTitle {}

#mainContent .areaHeader {
  background: #ffefe5;
  padding: 20px;
}

#mainContent .areaHeader+ul {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #mainContent .areaHeader {
    padding: 10px;
  }
}

#mainContent .areaHeader h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ec6810;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #mainContent .areaHeader h3 {
    font-size: 14px;
    line-height: 14px;
  }
}

#mainContent .areaHeader h3 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #mainContent .areaHeader h3 span {
    font-size: 12px;
  }
}

#mainContent h4 {
  font-size: 20px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  #mainContent h4 {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}

#mainContent h4:first-child {
  margin-top: 0;
}

#mainContent .contentsInner {
  margin: 20px;
}

@media screen and (max-width: 767px) {
  #mainContent .contentsInner {
    margin: 10px;
  }
}

#mainContent .contentsInner.priority h1 {
  font-size: clamp(26px, 2.3vw, 30px);
  line-height: 140%;
  margin: 64px auto 24px auto;
}

#mainContent .contentsInner.priority h2 {
  font-size: clamp(24px, 2.1vw, 28px);
  line-height: 140%;
  margin: 56px auto 24px auto;
}

#mainContent .contentsInner.priority h3 {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 140%;
  margin: 36px auto 24px auto;
}

#mainContent .contentsInner.priority h4 {
  font-size: clamp(20px, 1.83vw, 24px);
  line-height: 140%;
  margin: 32px auto 20px auto;
}

#mainContent .contentsInner.priority h5 {
  font-size: clamp(18px, 1.66vw, 22px);
  line-height: 140%;
  margin: 28px auto 18px auto;
}

#mainContent .contentsInner.priority h6 {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 140%;
  margin: 32px auto 16px auto;
}

#mainContent .contentsInner.priority p {
  font-size: clamp(15px, 1.33vw, 17px);
  line-height: 180%;
}

#mainContent .contentsInner.priority ul {
  list-style-type: disc;
  list-style-position: outside;
  text-indent: -2em;
  padding-left: 2em;
}

#mainContent .contentsInner.priority ol {
  list-style-type: decimal;
  list-style-position: outside;
  text-indent: -2em;
  padding-left: 2em;
}

#mainContent .contentsInner.priority ol li,
#mainContent .contentsInner.priority ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 8px;
}

#mainContent .contentsInner.priority .wp-block-columns {
  margin: 32px auto;
}

#mainContent .contentsInner.priority .wp-element-caption {
  text-align: center;
  font-size: clamp(15px, 1.33vw, 17px);
}

#mainContent .emergency .contentsInner img {
  width: 100%;
}

#mainContent .emergency .contentsInner table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}

#mainContent .emergency .contentsInner tr:nth-child(1) {
  background-color: #fafafa;
}

#mainContent .emergency .contentsInner td {
  border: 1px solid #ddd;
  padding: 12px;
}

#mainContent .contentsInner p+p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #mainContent .contentsInner p+p {
    margin-top: 10px;
  }
}

#mainContent .contentsInner ul.listType01 {
  margin-top: 20px;
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  #mainContent .contentsInner ul.listType01 {
    margin-top: 10px;
  }
}

#mainContent .contentsInner ul.listType01 li {
  list-style-position: inside;
}

#mainContent .pageSection {
  max-width: 1040px;
  width: 100%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #mainContent .pageSection {
    width: auto;
    margin: 0 auto;
  }
}

#mainContent .commonBtn {
  text-align: center;
}

#mainContent .commonBtn a {
  font-size: 20px;
  font-weight: 500;
  background: #ec6810;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  #mainContent .commonBtn a {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 15px;
  }
}

#mainContent .commonBtn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.3s;
}

#mainContent figure.mapImg {
  text-align: center;
  margin: 40px auto 0;
}

#mainContent figure.mapImg img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  #mainContent figure.mapImg {
    margin: 20px 0;
  }

  #mainContent figure.mapImg img {
    width: 100%;
  }
}

#mainContent .guideMenu {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  #mainContent .guideMenu {
    margin-bottom: 10px;
    border: none;
  }
}

#mainContent .guideMenu ul {
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainContent .guideMenu ul {
    width: auto;
    border-top: 1px solid #dedede;
  }
}

#mainContent .guideMenu li {
  width: 25%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mainContent .guideMenu li {
    width: 50%;
  }
}

#mainContent .guideMenu li:first-child {
  border-left: 1px solid #dedede;
}

#mainContent .guideMenu li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-right: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  #mainContent .guideMenu li a {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }
}

.page-template-greeting #mainContent .guideMenu li:first-child a,
.page-template-organization #mainContent .guideMenu li:nth-child(2) a,
.page-template-priority #mainContent .guideMenu li:nth-child(3) a,
.post-type-archive-priority #mainContent .guideMenu li:nth-child(3) a,
.single-priority #mainContent .guideMenu li:nth-child(3) a,
.page-template-hall #mainContent .guideMenu li:nth-child(4) a {
  background: #ec6810;
  color: #ffffff;
}

#mainContent .guideMenu li a:hover {
  background: #ec6810;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

#mainContent .guideMenu li a:after {
  font-family: FontAwesome;
  color: #333333;
  content: "\f105";
  margin-left: 20px;
}

.page-template-greeting #mainContent .guideMenu li:first-child a:after,
.page-template-organization #mainContent .guideMenu li:nth-child(2) a:after,
.page-template-priority #mainContent .guideMenu li:nth-child(3) a:after,
.post-type-archive-priority #mainContent .guideMenu li:nth-child(3) a:after,
.single-priority #mainContent .guideMenu li:nth-child(3) a:after,
.page-template-hall #mainContent .guideMenu li:nth-child(4) a:after,
#mainContent .guideMenu li a:hover:after {
  color: #ffffff;
}

#mainContent .chairmanArea {
  max-width: 450px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea {
    margin: 0 auto 10px;
  }
}

#mainContent .chairmanArea::after {
  display: block;
  content: "";
  clear: both;
}

#mainContent .chairmanArea figure {
  max-width: 210px;
  max-height: 248px;
  margin: 0 40px 0 0;
  float: left;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea figure {
    max-width: 40%;
    max-height: 100%;
    margin-right: 20px;
  }
}

#mainContent .chairmanArea figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea figure img {}
}

#mainContent .chairmanArea .chairmanText {
  font-family: YuMincho, "Yu Mincho", 游明朝, 游明朝体, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea .chairmanText {
    padding-top: 40px;
  }
}

#mainContent .chairmanArea .chairmanText .postText {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea .chairmanText .postText {
    font-size: 14px;
  }
}

#mainContent .chairmanArea .chairmanText .chairmanName {
  font-size: 34px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent .chairmanArea .chairmanText .chairmanName {
    font-size: 24px;
  }
}

#mainContent .greetingText {
  clear: both;
}

@media screen and (max-width: 767px) {
  #mainContent .greetingText {}
}

#mainContent .greetingText p {
  font-size: 16px;
  line-height: 1.8 !important;
}

@media screen and (max-width: 767px) {
  #mainContent p.greetingText p {
    font-size: 14px;
  }
}

#mainContent figure.chart {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  #mainContent figure.chart {
    margin: 20px auto;
  }
}

#mainContent figure.chart img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  #mainContent figure.chart img {
    width: 100%;
  }
}

#mainContent .sectionTable {}

@media screen and (max-width: 767px) {
  #mainContent .sectionTable {}
}

#mainContent .sectionTable table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  #mainContent .sectionTable table {
    font-size: 13px;
  }
}

#mainContent .sectionTable+.sectionTable {
  margin-top: 20px;
}

#mainContent .sectionTable table tr {}

#mainContent .sectionTable table tr th {
  background: #e4e4e4;
  padding: 15px;
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  #mainContent .sectionTable table tr th {
    padding: 10px;
  }
}

#mainContent .sectionTable table tr td {
  width: 25%;
  padding: 15px;
  border: 1px solid #eeeeee;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #mainContent .sectionTable table tr td {
    padding: 10px;
  }
}

#mainContent #hallMap {
  height: 400px;
}

#mainContent dl {
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #mainContent dl {
    margin-top: 10px;
  }
}

#mainContent dl dt {
  font-weight: 600;
  background: #eeeeee;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent dl dt {
    font-size: 3.25vw;
    padding: 5px;
  }
}

#mainContent dl dd {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  #mainContent dl dd {
    font-size: 3.25vw;
    padding: 10px;
  }
}

#mainContent .postWrapper {
  width: 1040px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper {
    width: auto;
    margin: 0 auto;
  }
}

#mainContent .postWrapper .singlePost {
  width: 700px;
  float: left;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost {
    width: auto;
    margin-bottom: 20px;
    float: none;
  }
}

#mainContent .postWrapper .singlePost .postMeta {
  background: #efefef;
  margin: 10px 0 0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .postMeta {
    font-size: 3vw;
    padding: 5px;
  }
}

#mainContent .postWrapper .singlePost .postMeta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

#mainContent .postWrapper .singlePost .postMeta ul li {
  margin-right: 10px;
}

#mainContent .postWrapper .singlePost .postMeta ul li:last-child {
  margin-right: 0;
}

#mainContent .postWrapper .singlePost .postMeta ul li.singlePostDate {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName.chounai {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName.seinen {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName.kodomo {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName.fujin {}

#mainContent .postWrapper .singlePost .postMeta ul li.categoryName.kotobuki {}

#mainContent .postWrapper .singlePost .articleContent {
  width: 680px;
  margin: 10px 10px 0;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .articleContent {
    width: auto;
    margin: 10px;
  }
}

#mainContent .postWrapper .singlePost .articleContent h2 {
  font-size: 20px;
  background: #efefef;
  margin: 20px 0 10px;
  padding: 10px 5px;
}

#mainContent .postWrapper .singlePost .articleContent h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .articleContent h2 {
    font-size: 4.25vw;
  }
}

#mainContent .postWrapper .singlePost .articleContent h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  padding-left: 5px;
  border-left: 3px solid #333333;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .articleContent h3 {
    font-size: 3.75vw;
  }
}

#mainContent .postWrapper .singlePost .articleContent p {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .articleContent p {
    font-size: 3.25vw;
  }
}

#mainContent .postWrapper .singlePost .articleContent img {
  max-width: 680px;
  height: auto;
}

@media screen and (max-width: 767px) {

  .single-priority #mainContent .contentsInner img,
  #mainContent .postWrapper .singlePost .articleContent img {
    width: 100%;
    height: auto;
  }
}

#mainContent .postWrapper .singlePost .articleContent iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .singlePost .articleContent iframe {
    width: 100%;
  }
}

#mainContent .postWrapper .postSide {
  width: 300px;
  float: right;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .postSide {
    width: auto;
    margin: 0 10px;
    float: none;
  }
}

#mainContent .postWrapper .postSide h2 {
  font-size: 18px;
  font-weight: 500;
  background: #eeeeee;
  color: #333333;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .postSide h2 {
    font-size: 3.75vw;
    padding: 10px 0;
  }
}

#mainContent .postWrapper .postSide ul li.widget_categories,
#mainContent .postWrapper .postSide ul li.widget_archive {
  margin-bottom: 20px;
}

#mainContent .postWrapper .postSide ul li.widget_categories ul li {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .postSide ul li.widget_categories ul li {
    font-size: 3.75vw;
  }
}

#mainContent .postWrapper .postSide ul li.widget_categories ul li a {
  display: inline-block;
  width: 100%;
  margin-top: 1px;
  padding: 15px 0;
  border: 1px solid #eeeeee;
  color: #333333;
}

@media screen and (max-width: 767px) {
  #mainContent .postWrapper .postSide ul li.widget_categories ul li a {
    padding: 10px 0;
  }
}

#mainContent .postWrapper .postSide ul li.widget_archive label {
  display: none;
}

#mainContent .postWrapper .postSide ul li.widget_archive select {
  width: 96%;
  margin: 10px 2%;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

#mainContent .postWrapper .postSide ul li.widget_tag_cloud .tagcloud {
  padding: 10px;
}

#mainContent .formArea {}

@media screen and (max-width: 767px) {
  #mainContent .formArea {
    width: auto;
  }
}

#mainContent .formArea table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  #mainContent .formArea table {
    font-size: 14px;
    width: auto;
  }
}

#mainContent .formArea table tr th {
  background: #e4e4e4;
  vertical-align: middle;
  width: 30%;
  padding: 20px 15px;
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  #mainContent .formArea table tr th {
    padding: 10px;
  }
}

#mainContent .formArea table tr th span {
  font-weight: 600;
  color: #ec6810;
}

#mainContent .formArea table tr td {
  width: 70%;
  padding: 20px 15px;
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  #mainContent .formArea table tr td {
    padding: 10px;
  }
}

#mainContent .formArea table tr td input,
#mainContent .formArea table tr td textarea {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {

  #mainContent .formArea table tr td input[type="text"],
  #mainContent .formArea table tr td input[type="email"],
  #mainContent .formArea table tr td textarea {
    font-size: 14px;
    width: 100%;
    padding: 5px;
    border-radius: 0;
  }

  #mainContent .formArea table tr td input[type="checkbox"] {
    width: auto;
    margin-top: 10px;
  }

  #mainContent .formArea table tr td input[name="tel[data][0]"],
  #mainContent .formArea table tr td input[name="tel[data][1]"],
  #mainContent .formArea table tr td input[name="tel[data][2]"] {
    width: 30%;
  }
}

#mainContent .formArea .formMessage {
  text-align: center;
}

#mainContent .formArea p.contactBtn {
  text-align: center;
}

#mainContent .formArea p.contactBtn input {}

#mainContent .formArea p.contactBtn input[type="submit"] {
  font-size: 16px;
  background: #ec6810;
  color: #ffffff;
  line-height: 16px;
  margin: 0 10px;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

#mainContent .formArea p.contactBtn input[type="submit"]:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#mainContent .formArea p.contactBtn input[name="submitBack"] {
  background: #e4e4e4;
  color: #333333;
}

#mainContent .formComplete {}

#mainContent .formComplete p {
  font-size: 16px;
}

.sectionBorder {
  border-bottom: 1px solid #dedede;
  height: 32px;
  padding-bottom: 32px;
  width: 100%;
}

/*** Footer ***/
.line_area {
  max-width: 1000px;
  width: 100%;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .line_area {
    padding: 0 20px;
  }
}

.line_area img.qr {
  width: 60px;
  height: auto;
}

.line_header {
  background: #fff;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 0;

  display: flex;
  justify-content: flex-start;
  gap: 24px;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(90deg, #11d2b2, #0ecd68) 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: clamp(22px, 2.04vw, 25px);
}

.line_header figure {
  width: 60px;
  height: 60px;
}

.line_header img {
  width: 60px;
  height: 60px;
  border: 0;
  vertical-align: auto;
}

.line_body {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 24px;
  padding-bottom: 0;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .line_body {
    flex-direction: column;
    justify-content: center;
  }
}

.line_body_right {
  display: flex;
  justify-content: center;
}

.line_body_right img {
  max-width: 320px;
  width: 100%;
  min-width: 260px;
  margin: auto;
}

.line_title {
  font-size: clamp(25px, 2.4vw, 28px);
  line-height: clamp(30px, 2.88vw, 34px);
  font-weight: bold;
}

.line_text {
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  .line_text {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.line_qr {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 24px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .line_qr {
    flex-direction: column;
  }
}

.line_qr>*:nth-child(1) {
  flex-basis: 140px;
  flex-grow: 0;
}

.line_qr>*:nth-child(2) {
  flex-basis: auto;
  flex-grow: 2;
}

.line_qr>*:nth-child(3) {
  flex-basis: 100px;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {

  .line_qr>*:nth-child(1),
  .line_qr>*:nth-child(2),
  .line_qr>*:nth-child(3) {
    flex-basis: 100%;
    flex-grow: 2;
  }
}

a.line_button,
a.line_button:visited {
  text-align: center;
  padding: 8px 48px;
  border-radius: 120px;
  font-size: 24px;
  background: linear-gradient(90deg, #11d2b2, #0ecd68);
  color: white;
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
  width: fit-content;
  display: block;
  margin: 24px auto;
}

@media only screen and (max-width: 767px) {

  a.line_button,
  a.line_button:visited {
    margin: 0 auto;
  }
}

.line_qr figure {
  width: 120px;
  height: auto;
}

.line_qr figure img {
  width: 100%;
  height: auto;
}

.mailpoet_text_label {
  display: none !important;
}

.mailpoet_paragraph input {
  display: inline-block !important;
  width: 340px !important;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .mailpoet_paragraph input {
    width: 100% !important;
    margin-top: 5px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #ccc;
  }
}

.mailpoet_paragraph input[type="submit"] {
  width: 80px !important;
}

@media screen and (max-width: 767px) {
  .mailpoet_paragraph input[type="submit"] {}
}

#mainFooter {
  background: #f4f1ea;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #mainFooter {
    margin-top: 20px;
  }
}

#mainFooter .footerLink {
  background: #584f3a;
}

#mainFooter .footerLink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerLink ul {
    width: auto;
  }
}

#mainFooter .footerLink ul li {
  text-align: center;
  width: 33%;
  border-left: 1px solid #ffffff;
}

#mainFooter .footerLink ul li:last-child {
  border-right: 1px solid #ffffff;
}

#mainFooter .footerLink ul li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerLink ul li a {
    font-size: 3vw;
  }
}

#mainFooter .footerLink ul li a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.3s;
}

#mainFooter .footerLink ul li:last-child a {
  border-left: 1px dotted #ffffff;
}

#mainFooter .footerLink ul li a:after {
  font-family: FontAwesome;
  color: #ffffff;
  content: "\f105";
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerLink ul li a:after {
    margin-left: 10px;
  }
}

#mainFooter .footerInner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #584f3a;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerInner {
    display: block;
    width: auto;
    padding: 15px 0;
  }
}

#mainFooter .footerInner p.footerLogo {}

@media screen and (max-width: 767px) {
  #mainFooter .footerInner p.footerLogo {
    width: 50%;
    margin: 0 auto;
  }

  #mainFooter .footerInner p.footerLogo img {
    display: block;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #mainFooter .footerInner nav.footerNavi {
    margin-top: 10px;
  }
}

#mainFooter .footerInner nav.footerNavi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerInner nav.footerNavi ul {
    margin: 0 10px;
  }
}

#mainFooter .footerInner nav.footerNavi ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #584f3a;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #mainFooter .footerInner nav.footerNavi ul li a {
    font-size: 3vw;
    margin: 0;
  }
}

#mainFooter .siteCopy {
  font-size: 16px;
  font-weight: 500;
  color: #584f3a;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  #mainFooter .siteCopy {
    font-size: 14px;
    padding: 5px 0px;
  }
}

#mainFooter .returnTop {
  background: #d0cbbf;
  padding: 6px 0;
}

#mainFooter .returnTop p {
  text-align: center;
}

#mainFooter .returnTop p a {}

/*** pagenavi ***/
.wp-pagenavi {
  text-align: center;
  margin: 40px 0;
}

.wp-pagenavi span {
  padding: 10px 12px !important;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    padding: 5px 8px !important;
  }
}

.wp-pagenavi span.current {
  color: #ffffff;
  margin: 0 5px !important;
  border-color: #333333 !important;
}

.wp-pagenavi a {
  color: #333333;
  margin: 0 5px !important;
  padding: 10px 12px !important;
  border: 1px solid #333333 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #333333;
  padding: 10px 12px;
  border: 1px solid #333333;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #333333 !important;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 20px;
  }

  .wp-pagenavi span.current {
    padding: 5px 8px !important;
  }

  .wp-pagenavi a {
    padding: 5px 8px !important;
  }

  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {}

  .wp-pagenavi a:hover {}
}

/*** /pagenavi ***/

/*** postNavi ***/
#postNavi {
  display: table;
  width: 960px;
  height: 60px;
  margin: 40px auto 0;
  padding-bottom: 40px;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  #postNavi {
    width: 100%;
    margin: 20px 0 0;
    padding-bottom: 20px;
  }
}

#postNavi .postLeftNavi,
#postNavi .postCenterNavi,
#postNavi .postRightNavi {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  border-top: 1px solid #9d8d6c;
  border-bottom: 1px solid #9d8d6c;
}

#postNavi .postLeftNavi,
#postNavi .postRightNavi {
  background: #9d8d6c;
  width: 33%;
}

#postNavi .postCenterNavi {
  width: 34%;
  border-left: 1px solid #9d8d6c;
  border-right: 1px solid #9d8d6c;
}

#postNavi p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #postNavi p {
    font-size: 12px;
  }
}

#postNavi p.returnLinkBtn {}

#postNavi p.prevPost a,
#postNavi p.nextPost a {
  color: #ffffff;
  text-decoration: none;
}

#postNavi p.returnLinkBtn a {
  text-decoration: none;
}

#postNavi p.prevPost a:hover,
#postNavi p.nextPost a:hover,
#postNavi p.returnLinkBtn a:hover {
  text-decoration: underline;
}

/*** /postNavi ***/

/*** breadcrumb ***/
.breadcrumb {
  width: 100%;
  padding: 6px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumbInner {
  font-size: 12px;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .breadcrumbInner {
    width: auto;
  }
}

#mainContent nav.postnav {
  margin-top: 20px;
}

#mainContent nav.postnav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 680;
}

@media screen and (max-width: 767px) {
  #mainContent nav.postnav ul {
    width: auto;
    margin: 0;
  }
}

#mainContent nav.postnav ul li {
  text-align: center;
  width: 50%;
  border: 1px solid #dedede;
}

#mainContent nav.postnav ul li a {
  display: block;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #mainContent nav.postnav ul li a {
    padding: 10px 5px;
  }
}

#mainContent nav.postnav ul li:last-child {
  border-left: none;
}

#mainContent nav.postnav ul li a:hover {
  background: #ec6810;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

#mainContent nav.postnav ul li.prev-post {}

#mainContent nav.postnav ul li.prev-post a:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 10px;
}

#mainContent nav.postnav ul li.next-post {}

#mainContent nav.postnav ul li.next-post a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
}

.aligncenter {
  display: block;
  margin: auto;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.simcal-default-calendar-grid .simcal-events {
  font-size: 13px !important;
}

/*** コメントエリア ***/
.articleComment {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .articleComment {
    width: auto;
    margin: 20px 10px;
  }
}

.articleComment .commentsHeading {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .articleComment .commentsHeading {
    font-size: 16px;
  }
}

.articleComment .commentsList {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .articleComment .commentsList {
    width: auto;
  }
}

.articleComment .commentsList li {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #efefef;
}

@media screen and (max-width: 767px) {
  .articleComment .commentsList li {
    margin-top: 10px;
    padding: 10px;
  }
}

.articleComment .commentsList li:first-child {
  margin-top: 10px;
}

.articleComment .commentsList li .comment-author {}

.articleComment .commentsList li .comment-meta {}

.articleComment .commentsList li p {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .articleComment .commentsList li p {
    font-size: 12px;
  }
}

.articleComment .comment-respond {
  background: #efefef;
  margin-top: 10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .articleComment .comment-respond {
    padding: 10px;
  }
}

.articleComment .comment-respond .comment-reply-title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .articleComment .comment-respond .comment-reply-title {
    font-size: 16px;
  }
}

.articleComment .comment-respond form {}

.articleComment .comment-respond form .commentNotesBefore {}

.articleComment .comment-respond form .commentNotesAfter {}

.articleComment .comment-respond form textarea {
  font-size: 14px;
  width: 100%;
  padding: 15px;
}

.articleComment .comment-respond form input[type="text"] {
  font-size: 14px;
  width: 60%;
  margin-bottom: 10px;
  padding: 10px;
}

.articleComment .comment-respond form input[type="submit"] {}

.articleComment .comment-respond form .comment-subscription-form {
  display: none;
}

/*** サイトマップ ***/
#sitemap_list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#sitemap_list a {
  text-decoration: none;
}

#sitemap_list li {
  font-size: medium;
  text-indent: 0;
  background: url(img/common/line_horizontal_solid.gif) repeat-x 0 1.5em;
  padding: 0 0 20px 5px;
  margin: 0;
  list-style-type: none;
}

#sitemap_list li ul {
  margin: 0;
  padding: 5px 0 0 0;
}

#sitemap_list li li {
  font-size: small;
  font-weight: normal;
  background: url(img/common/ico_list_square.gif) no-repeat 0 0.5em;
  margin: 0 0 3px 15px;
  padding: 0 0 0 15px;
}

#sitemap_list li li li {
  background: url(img/common/ico_gray_arrow.png) no-repeat 0 0.5em;
}

#sitemap_list .posts_in_category {
  position: absolute;
  padding-left: 10px;
}

#sitemap_list .posts_in_category a {
  background: url(img/common/ico_post_list.png) no-repeat center;
  text-indent: -9999px;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #ccc;
}

/* 子ども会バナー用　　*/
.bannerTop {
  max-width: 1000px;
  width: 100%;
  padding: 48px 0 32px 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .bannerTop {
    padding: 48px 20px 32px 20px;
  }
}

.bannerTop img {
  width: 100%;
}

/*shimosaku_halloween*/

.shimosaku_halloween {
  display: block;
  padding: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  max-width: 600px;
  margin: 64px auto;
}

.shimosaku_halloween a {
  color: #444;
}