/*
Theme name: 日本基督教団　鳥取教会
Author: Nobody
Author URI: https://teamstudio-e.net
Version: 0.1
*/
@import url('./pdmenu/pdmenu.css');

/* v001追加1 */

/* googleFont */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');

/* v001追加終了1 */

/****  リセット  ****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
/****  base  ****/
body {
  font-size: 17px;
  line-height: 1.7;
  font-family: 'Shippori Mincho B1',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  /* color: #333; */
color: #707070;
  min-width: 1024px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/****  文字装飾  ****/
.red {
  color: red;
}
.blue {
  color: blue;
}
.green {
  color: green;
}
.gray {
  color: gray;
}
.b, strong {
  font-weight: bold;
}
.ll {
  font-size: 1.6em;
  font-weight: bold;
}
.l {
  font-size: 1.3em;
  font-weight: bold;
}
.s {
  font-size: 0.85em;
}
.ss {
  font-size: 0.65em;
}
.back-red {
  background-color: #ffccff;
}
.back-blue {
  background-color: #ccffff;
}
.badge-red, .badge-green {
  padding: 3px 8px 1px;
  margin-right: 5px;
  border-radius: 7px;
  color: #fff;
}
.badge-red {
  background-color: #e00;
}
.badge-green {
  background-color: #060;
}
.clear {
  clear: both;
  line-height: 0;
  overflow: hidden;
}
.space {
  clear: both;
  height: 2.5em;
}
table.hyou {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px auto 2.5em;
  border: 1px solid #111;
}
table.hyou th, table.hyou td {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #111;
}
table.hyou th {
  background-color: #bde;
}
.no-deco {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/****  ベーシックレイアウト  ****/
.main-side {
  width: 1024px;
  margin: 0 auto 30px;
}
/* 
.main{
	width: 670px;
	margin-right: 30px;
	float: left;
}*/
.main {
  width: 1024px;
  margin-right: 30px;
  float: left;
}
.side {
  width: 324px;
  float: left;
}
.footer {
  clear: both;
  color: #333;
  overflow: hidden;
}
/****  ヘッダー  ****/
.header-line {
	width: 100%;
	height: 15px;
	background-color: #67411B;
}
.header-inner {
  width: 1024px;
  padding-top: 1px;
  margin: 0 auto;
}
.header-left {
  width: 65%;
  float: left;
}
.header-right {
  width: 35%;
  float: left;
}
.site-logo {
  font-size: 1.0em;
  line-height: 1.3;
}
.site-logo a {
  color: #333;
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.03deg);
}
.site-title1 {
  font-size: 1.176em;
  font-weight: bold;
}
.site-title2 {
  font-size: 0.882em;
  font-weight: bold;
}
.site-title3 {
  font-size: 1.647em;
  font-weight: bold;
}
.header-menu-line {
  float: right;
}
ul.header-menu {
  list-style-type: none;
  overflow: hidden;
}
ul.header-menu li {
  float: left;
}
ul.header-menu li:first-child {
  margin-right: 20px;
}
ul.header-menu li a {
  /* color: #333; */
color: #FAFAFA;
  font-size: 0.882em;
  text-decoration: none;
}
ul.header-menu li a:hover {
  color: #707070;
}
/* グローバルメニュー */
.menu-bar02 {
  width: 100%;
  height: 60px;
  margin-top: 50px;
}
#gmenu02 {
  width: 1024px;
  height: 40px;
  margin: 0 auto;
}
#gmenu02 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#gmenu02 ul li {
  position: relative;
  width: 25%;
  border-top: 2px solid #005AFF;
  border-bottom: 2px solid #005AFF;
  border-right: 2px solid #005AFF;
}
#gmenu02 ul li:first-child {
  border-left: 2px solid #005AFF;
}
#gmenu02 ul li a {
  display: block;
  background-color: #fff;
  color: #005AFF;
  font-size: 1.056em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 6px 0 5px;
}
#gmenu02 ul li a:hover {
  color: #fff !important;
  background-color: #005AFF !important;
}
.under-triangle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #005AFF transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 10;
}
#post-list-button {
  position: relative;
  width: 140px;
  height: 30px;
  background-color: #005AFF;
  margin: 30px auto 60px;
  border-radius: 20px;
}
#post-list-button a:hover {
  opacity: 0.8;
}
#post-list-button .pl-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 3px 0;
  font-size: 0.824em;
  text-align: center;
}
/* カテゴリーメニュー */
.cate-menu-bar {
  width: 100%;
  height: 60px;
  margin-top: 50px;
}
#cate-menu {
  width: 100%;
  height: 30px;
  margin: 0 auto 30px;
}
#cate-menu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#cate-menu ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #333;
}
#cate-menu ul li:last-child {
  border-right: none;
}
cate-menu ul li:last-child {
  border-right: none;
}
#cate-menu ul li a {
  display: block;
  font-size: 0.941em;
  text-align: center;
  text-decoration: none;
  padding: 6px 0 5px;
}
#cate-menu ul li a:hover {
  color: #fff;
  background-color: #005AFF !important;
}
#cate-menu ul li a.active {
  color: #fff;
  background-color: #005AFF !important;
}
/* トップページ画像 */
.top-header {
  width: 1024px;
}
.top-image {
  width: 700px;
  height: 470px;
  float: left;
}
.top-image img {
  width: 100%;
}
.top-side {
  float: left;
}
/****  パンくず  ****/
.bread {
  font-size: 0.84em;
  padding: 6px !important;
  color: #777;
  margin: 10px 0 20px;
}
.bread i {
  margin-right: 2px;
}
.bread ul li {
  display: inline;
}
.bread a {
  text-decoration: none;
  color: #777;
}
/****  big-box  ****/
.big-box {
  margin-bottom: 30px;
}
.big-box .box-header {
  font-size: 1.5em;
  padding: 0;
  margin: 0 0 10px 5px;
}
.hide {
  display: none;
}
.post {
  width: 32%;
  float: left;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px #999;
  overflow: hidden;
}
.col-3 {
  margin-right: 0;
}
.thumb-box {
  overflow: hidden;
}
.thumb-box img {
  width: 100%;
  height: auto;
  display: block;
}
.no-thumbnail {
  height: 120px;
  position: relative;
  overflow: hidden;
}
.no-thumbnail p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 25px;
  text-align: right;
}
.post-info {
  padding: 10px;
}
.share-count-top {
  margin: 5px 10px 5px 0;
  font-size: 0.8em;
  line-height: 1;
  vertical-align: top;
  float: left;
}
.content .up-date {
  font-size: 0.89em;
  color: #333;
}
.content .up-date {
	margin-top: 40px;
	margin-bottom: -40px;
	margin-left: -10px;
}
.content .up-date:first-child {
	margin-top: 0;
}
.content .up-date::before {
	content: "【公開日：";
	font-size: 1.0em;
}
.content .up-date::after{
	content: "】";
}
.post-title {
  color: #333;
  font-size: 1em;
  padding: 3px 0 0;
  line-height: 1.5;
  clear: both;
}
.post-title a {
  color: #333;
  text-decoration: none;
}
.cat-link {
  text-align: right;
  line-height: 1;
  clear: both;
}
.cat-folder {
  font-size: 1.3em;
  color: #808080;
  vertical-align: middle;
}
.cat-link a {
  display: inline-block;
  padding: 1px 5px 0px;
  background-color: #414852;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  font-size: 0.7em;
}
.clear3 {
  clear: both;
}
.more-link {
  width: 64px;
  height: 64px;
  line-height: 21px;
  padding-top: 18px;
  margin: -15px auto 55px;
  border-radius: 32px;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 5px #999;
}
.more-link:hover {
  cursor: pointer;
}
.more-link a:hover {
  color: #fff;
}
/****  min-box  ****/
.min-box {
  background-color: #ebebeb;
  width: 354px;
  margin-bottom: 30px;
  float: left;
  padding: 15px 10px 0;
  overflow: hidden;
  position: relative;
}
.min-box .box-header {
  font-size: 1.1em;
  line-height: 1.2;
  padding-right: 48px;
  margin: 5px 0 17px;
}
.left {
  margin-right: 20px;
}
.min-box .post {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 2px 5px #999;
  padding-bottom: 0;
}
.min-box .thumb-box {
  width: 23%;
  height: 77px;
  float: left;
  overflow: hidden;
}
.min-box .thumb-box img {
  width: auto;
  height: 100%;
  display: block;
}
.min-box .no-thumbnail {
  max-height: 77px;
}
.min-box .no-thumbnail p {
  font-size: 0.7em;
  line-height: 1.1;
  position: absolute;
  right: 3px;
  bottom: 15px;
  padding-left: 10px;
}
.min-box .post-info {
  background-color: #fff;
  width: 77%;
  float: left;
  padding: 4px 3px 0 5px;
}
.min-box .up-date {
  font-size: 0.7em;
  margin-bottom: 4px;
}
.min-box .share-count-top {
  margin: 6px 0 4px 10px;
  font-size: 0.7em;
  line-height: 7px;
}
.min-box .post-title {
  color: #333;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0;
}
.min-more-link {
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  width: 48px;
  line-height: 48px;
  height: 48px;
  border-radius: 24px;
  margin-top: -10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px #999;
  position: absolute;
  right: 10px;
  top: 20px;
}
/****  ページネーション  ****/
.pagenavi {
  clear: both;
  text-align: center;
  margin: 10px 0 50px;
}
.pagenavi span, .pagenavi a {
  margin: 0 4px;
  padding: 7px 8px 5px;
  text-decoration: none;
  color: #fff;
  background: #414852;
}
.pagenavi a:hover {
  color: #fff;
}
.pagenavi .current {
  color: #fff;
}
/****  カテゴリーページ  ****/
.cat-desc {
  margin: 0 0 20px;
  color: #555;
  font-size: 0.9em;
}
/****　　投稿・固定ページ  ****/
.content-box {
  /*background-color: #fff*/ ;
  padding: 0 10px 20px;
	margin-left: 5px;
	margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.content-header {
  margin: 0 -10px 10px -20px;
  padding: 10px 10px 10px;
}
h1.title {
  font-size: 1.59em;
  color: #333;
  line-height: 1.2;
  margin: 15px 0 10px;
  font-weight: bold;
  border-bottom: 2px solid #005AFF;
  padding-bottom: 15px;
}
.content-header .up-date, .content-header .cat-link {
  text-align: left;
  float: none;
}
.sns-counts .share-count-top {
  font-size: 1.1em;
}
.eye-catch {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  box-shadow: 0 2px 5px #999;
  clear: both;
}
.content {
  margin-bottom: 30px;
  clear: both;
}
.content p {
  margin-bottom: 1.5em;
}
/*
.content h2 {
  clear: both;
  font-size: 1.4em;
  color: #333;
  line-height: 1.2;
  margin: 45px 0 15px;
  font-weight: bold;
  border-bottom: 2px solid #005AFF;
  padding-bottom: 10px;
}
.content h2:first-child {
  margin-top: 20px;
}
*/
.class-cal-subject {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left; /* 文章を左寄せする(※) */
  float: left; /* 左端に寄せて、後続を右側へ回り込ませる */
}
.class-cal-date {
  font-size: 1.0em;
  padding-top: 10px;
  text-align: right; /* 文章を右寄せする */
}
.category-classroom-calendar .content h2 {
  font-size: 1.0em;
  clear: both;
  color: #333;
  margin: 45px 0 15px;
  border-bottom: 2px solid #005AFF;
  padding-bottom: 10px;
}
.content h3 {
  clear: both;
  color: #333;
  font-size: 1.05em;
  line-height: 1.1;
	border-bottom: 1px dashed #333;
	margin-top: 30px;
	margin-bottom: 5px;
}
.content h3:first-child {
	margin-top: 0;
}
.content h4 {
  clear: both;
  color: #333;
  font-size: 1.2em;
  line-height: 1.3;
  padding: 3px 0 0;
  margin: 30px 0 15px;
}
.content h5 {
  clear: both;
  color: #111;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 3px 17px 0;
  margin: 30px 0 10px;
}
.content h6 {
  clear: both;
  color: #111;
  font-size: 1.05em;
  line-height: 1.2;
  padding: 0 20px 0;
  margin: 30px 0 10px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content img.alignnone {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  box-shadow: 0 2px 5px #999;
}
.content img.alignright {
  max-width: 50%;
  height: auto;
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  box-shadow: 0 2px 5px #999;
}
.content img.alignleft {
  max-width: 50%;
  height: auto;
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  box-shadow: 0 2px 5px #999;
}
.content img.aligncenter {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
  box-shadow: 0 2px 5px #999;
}
.content iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 2em;
}
.content blockquote {
  width: 90%;
  margin: 0 auto 2em;
  font-size: 0.9em;
  line-height: 1.5;
  background-color: #eef;
  padding: 30px 20px 1px;
}
.content blockquote:before {
  content: "“";
  color: #999;
  display: block;
  font-size: 3em;
  line-height: 0.6;
}
.content ul, .content ol {
  padding-left: 6%;
  margin-bottom: 2em;
}
.content ul li, .content ol li {
  margin-bottom: 15px;
}
.content dl {
  padding: 0 4%;
  margin-bottom: 2.5em;
}
.content dl dt {
  font-size: 1.2em;
  padding-left: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
}
.content dl dd {
  margin-bottom: 1.5em;
}
.content .wp-caption {
  text-align: center;
  max-width: 100% !important;
}
.post-list-box {
  padding: 10px;
  border-bottom: 1px solid #C1C1C2;
}
.post-list-box p {
  margin-bottom: 0.4em;
}
.post-date {
  color: #58595B;
  font-size: 0.941em;
  margin-top: 8px;
}
.post-list-title {
  font-size: 1.059em;
}
.post-list-title a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.post-list-title a:hover {
  color: #58595B;
  text-decoration: none;
}
.post-excerpt {
  color: #58595B;
  font-size: 0.941em;
}
/* H1見出し */
.cp_h1title {
  font-size: 1.353em;
  position: relative;
  padding: 0.1em 0.5em 0.1em;
  text-indent: 1.0em;
  /*background: #BFE4FF;*/
  color: #333;
}
.cp_h1title:before {
  position: absolute;
  content: url(./images/h1_image.png);
  top: 0.18em;
  left: -0.8em;
}
/* H2特別見出し */
.cp_h2title {
  font-size: 1.353em !important;
  font-weight: bold !important;
  position: relative !important;
  background-color: #fff !important;
  padding: 0.2em 0.5em 0.25em !important;
  border: 2px solid #005AFF !important;
  text-indent: 1.3em !important;
  color: #333 !important;
}
.cp_h2title:before {
  position: absolute;
  content: url(./images/h2_image.png);
  top: 0.25em;
  left: -0.8em;
}
.top-page-notice-box {
  padding: 30px;
}
.top-page-notice-box p {
  margin-bottom: 1.0em;
}
.top-page-notice {
  clear: both;
  font-size: 1.235em;
  font-weight: bold;
  text-align: center;
  color: #C30000;
  padding: 0;
}
/****  サイドバー  ****/
.side .box {
  background-color: #fff;
  overflow: hidden;
  padding: 0 15px 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px #999;
}
.side .box-header {
  font-size: 1.2em;
  padding: 15px 0 5px;
  margin: 0 0 5px;
}
.side ul li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 0.95em;
  clear: both;
  overflow: hidden;
}
.side .box a {
  color: #fff;
  text-decoration: none;
}
.side .box a:hover {
  color: #EA3382;
}
.side ul.children {
  margin: 8px 0 0 25px;
  font-size: 0.95em;
}
.search-box {
  height: 35px;
  box-shadow: 0 2px 5px #999;
  margin-bottom: 30px;
}
.search-text {
  width: 80%;
  height: 100%;
  font-size: 1em;
  float: left;
  padding: 5px 10px;
  margin: 0;
  border: none;
}
.search-submit {
  font-size: 1.2em;
  width: 20%;
  height: 100%;
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.search-submit:hover {
  background-color: #EA3382;
}
.side-share {
  font-size: 1.2em;
  padding: 0 15px;
  margin: 0 0 5px;
}
/* サイドメニュー一段目の部品 */
.side-box1 {
  width: 324px;
  height: 470px;
  background-color: #005AFF;
  padding: 30px 0;
}
.home .side-box1 {
  width: 324px;
  height: 470px;
  background-color: #005AFF;
  padding: 30px 0;
}
.open-close-box {
  width: 292px;
  height: 40px;
  color: #005AFF;
  background-color: #fff;
  font-size: 1.24em;
  margin: 10px auto;
  padding: 2px 10px;
}
.open-close-box:first-child {
  margin-top: 0;
}
.open-time {
  color: #fff;
  font-size: 1.47em;
  text-align: center;
}
.side1-button {
  position: relative;
  width: 292px;
  height: 40px;
  background-color: #FFF100;
  /*
background: -webkit-linear-gradient(#FFF, #FFCC9F 30%, #FF8800);
background: -o-linear-gradient(#FFF, #FFCC9F 30%, #FF8800);
background: linear-gradient(#FFF, #FFCC9F 30%, #FF8800);
	*/
  border-radius: 20px;
  margin: 10px auto;
  text-align: center;
}
.side1-button a:hover {
  border-radius: 20px;
  background-color: #fff;
}
.side1-button .sb-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #005AFF;
  padding: 5px 0;
  /* text-shadow: 1px 1px 3px #333; */
  font-size: 1.06em;
}
.side1-button:last-child {
  margin-bottom: 0;
}
.kyukan-text {
  color: #fff;
  font-size: 0.73em;
  padding: 20px 20px 0;
  margin-top: -20px;
  line-height: 1.4;
}
.side-novaria {
  color: #fff;
  font-size: 0.785em;
  padding: 10px 20px 0;
}
.side-novaria-addr-tel {
  color: #fff;
  font-size: 0.73em;
  padding: 0 20px;
  line-height: 1.4;
}
.side-space {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-top-space {
  margin-bottom: 76px;
}
.home .facebook-box {
  width: 500px;
  margin: 0 auto 50px;
}
.home .youtube-banner {
  width: 400px;
  margin: 0 auto 50px;
}
.home .youtube-banner img {
  width: 100%;
}
.side .facebook-box {
  width: 324px;
  margin: 0 auto 50px;
}
.side .youtube-banner {
  width: 324px;
  margin: 0 auto 50px;
}
.side .youtube-banner img {
  width: 100%;
}
.side-link-button {
  position: relative;
  width: 324px;
  height: 43px;
  background-color: #005AFF;
  margin: 0 auto 28px;
  text-align: left;
}
.side-link-button a:hover {
  opacity: 0.8;
}
.side-link-button .sl-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 6px 10px;
  font-size: 1.06em;
  font-weight: bold;
}
/* トップページバナー */
.top-page-banner-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  background: #fff;
  padding: 23px 0 13px;
}
.top-banner-button {
  position: relative;
  width: 220px;
  height: 80px;
  background-color: #FFF100;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #005AFF;
}
.top-banner-button a:hover {
  background-color: #FFF;
}
.top-banner-button .tb-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #005AFF;
  font-weight: bold;
  padding: 21px 0;
  font-size: 1.12em;
}
.top-banner-button:nth-child(3) .tb-Link {
  padding: 16px 0;
  line-height: 1.2;
}
/* トップページバナー2 */
.top-page-banner2-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  background: #fff;
  padding: 23px 0 13px;
  margin-bottom: 40px;
}
.top-banner2-button {
  position: relative;
  width: 220px;
  height: 80px;
  background-color: #FFF100;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #005AFF;
}
.top-banner2-button a:hover {
  background-color: #FFF;
}
.top-banner2-button .tb2-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #005AFF;
  font-weight: bold;
  padding: 21px 0;
  font-size: 1.12em;
}
/* ▼タブの中身 */
#post-list-body div {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  /* border: 1px solid black; */ /* 枠線：黒色の実線を1pxの太さで引く */
  margin-top: -5px;
  padding: 1em; /* 内側の余白量 */
  background-color: white; /* 背景色：白色 */
  position: relative; /* z-indexを調整するために必要 */
  z-index: 0; /* 重なり順序を「最も背面」にするため */
}
/****  フッター  ****/
.footer {
  color: #FAFAFA;
  /* background-color: #774f19;#005AFF; */
  background-color: #774f19;
}
.footer-inner {
  width: 1024px;
  margin: 0 auto;
}
.footer-left { /* 20200720 */
  width: 600px;
  float: left;
  margin-top: 30px;
  margin-right: 24px;
}
.footer-right { /* 20200720 */
  width: 400px;
  float: left;
  margin-top: 30px;
}
.footer-LMargin {
  width: 100%;
  margin-left: 100px;
  float: none;
}
.footer-right-left {
  width: 45%;
  float: left;
}
.footer-right-right {
  width: 55%;
  float: left;
  margin-top: 30px;
}
.footer-logo {
  font-size: 1.0em;
  line-height: 1.3; /* 20200720 */
  padding-left: 10px;
}
.footer-ippan {
  font-size: 0.94em;
}
.footer-title {
  font-size: 1.18em;
}
.footer-addr-tel {
  font-size: 0.94em;
  margin-top: 5px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 58%; /* 20200720 */
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap-DivLink {
  position: relative;
  width: 300px;
  height: 40px;
  margin-top: 218px;
  border: 1px solid #005AFF;
  background-color: #fff;
}
.gmap-DivLink a {
  color: #005AFF;
  text-decoration: none;
  text-align: center;
  padding: 4px 0;
}
.gmap-DivLink a:hover {
  color: #4889FF;
}
.gmap-DivLink .gmap-Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
span.test:after {
  content: '\025b6';
  margin-left: 5px;
}
.footer-name {
  font-size: 0.8em;
  text-align: center;
  margin: 10px 0;
}
.footer-name a {
  color: #fff;
  text-decoration: none;
}
.footer-name a:hover {
  color: #d7d7d7;
}
.footer-about {
  font-size: 0.765em;
  text-align: right;
  padding-right: 0.5em;
}
.footer-about a {
  color: #fff;
  text-decoration: none;
}
.footer-about a:hover {
  color: #d7d7d7;
}
/****  MENUバー、ガクッとなる対策  ****/
.add-margin {
  margin-bottom: 45px;
}

.aisatsu_left {
	padding-left: 30px;
}

.ch_kaisai_naiyo_left {
	margin-left: 1em;
}

.ch_pict {
	flex-basis: 20%;
}

.ch_thanks {
	vertical-align: top;
    flex-basis: 80%;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 0;
    width: 100%;
  }
  .header-inner {
    width: 100%;
    padding: 1px 10px;
  }
  .header-right {
    padding-right: 60px;
  }
  .menu-bar {
    display: none;
  }
  .navToggle01 {
    display: block;
  }
  nav.globalMenuSp01 {
    display: block;
  }
  .top-header {
    width: 100%;
  }
  .top-image {
    float: none;
    margin: 0 auto;
  }
  .top-side {
    float: none;
    width: 100%;
  }
  .home .side-box1 {
    width: 324px;
    height: 470px;
    background-color: #005AFF;
    padding: 30px 0;
    margin: 0 auto 30px;
  }
  .side .side-box1 {
    margin: 0 auto;
  }
  /*
	.menu-bar02 {
		display: none;
	}
	.navToggle02 {
		display: block;
	}
	nav.globalMenuSp02 {
		display: block;
	}
*/
  #gmenu02 {
    width: 100%;
  }
  .main-side {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .main {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .content-box {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 20px 30px;
    overflow: hidden;
    box-shadow: none;
  }
  .content-header {
    margin-left: -7%;
    margin-right: -7%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .content-header .bread {
    margin-left: 0;
  }
  .bread {
    margin-top: 20px;
  }
  .big-box {
    width: 100%;
    padding: 20px 6% 30px;
  }
  .post {
    width: 30%;
    margin-right: 5%;
  }
  .col-3 {
    margin-right: 0;
  }
  .min-box {
    width: 47%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 1.0em;
  }
  .right {
    margin-left: 0;
  }
  .min-box .thumb-box {
    height: 80px;
  }
  .min-box .no-thumbnail {
    max-height: 80px;
  }
  .min-box .share-count-top {
    margin-top: 5px;
  }
  .main .prof-box {
    font-size: 1.176em;
  }
  .side {
    width: 100%;
  }
  .side-left {
    width: 47%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
  .side-right {
    width: 47%;
    float: left;
    margin-left: 0;
    margin-right: 2%;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-left { /* 20200720 */
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .footer-right { /* 20200720 */
    width: 100%;
    padding: 0 10px;
  }
  .footer-right-left {
    float: none;
  }
  .footer-right-right {
    width: 95%;
  }
  .gmap-DivLink {
    margin-top: 30px;
  }
  span.test:after {
    content: '\025bc';
  }
  .side .facebook-box {
    width: 500px;
    margin: 0 auto 50px;
  }
  /****  MENUバー、ガクッとなる対策  ****/
  .add-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 920px) {
  .header-left, .header-right {
    float: none;
    width: 100%
  }
  .header-right {
    padding-right: 10px;
  }
  ul.header-menu {
    margin-right: 40px;
  }
}
@media screen and (max-width: 850px) {
  body {
    /*	font-size: 19px; */
  }
  .header-inner {
    /*	padding-top: 0;
	padding-bottom: 0; */
  }
  .site-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .site-desc {
    //padding-top: 0;
    padding-bottom: 30px;
  }
  .big-box {
    padding: 0 3% 0;
  }
  .post {
    width: 32%;
    margin-right: 2%;
  }
  .col-3 {
    margin-right: 0;
  }
  .min-box {
    width: 48%;
    margin-left: 1%;
    margin-right: 2%;
  }
  .right {
    margin-left: 0;
    margin-right: 1%;
  }
  .min-more-link {
    right: 5%;
  }
  .main .prof-box {
    font-size: 1.06em;
  }
  .side-left {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 2%;
  }
  .side-right {
    width: 48%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
  }
  .content-box {
    padding: 0 20px 30px;
  }
  .content-header {
    margin-left: -6%;
    margin-right: -6%;
    padding-left: 5%;
    padding-right: 5%;
  }
  h1.title {
    font-size: 1.7em;
    margin: 30px 2% 20px;
  }
  /****  MENUバー、ガクッとなる対策  ****/
  .add-margin {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
	.ch_thanks {
    	flex-basis: 100%;
	}
	.ch_pict {
		flex-basis: 60%;
	}
	.aisatsu_left {
		padding-left: 0;
	}
}

@media screen and (max-width: 700px) {
  .top-image {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .big-box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .post {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  .col-3 {
    margin-right: 6%;
  }
  .col-2 {
    margin-right: 0;
  }
  .clear3 {
    clear: none;
  }
  .clear2 {
    clear: both;
  }
  .min-box {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.06em;
  }
  .min-box .box-header {
    font-size: 1.3em;
  }
  .min-box .thumb-box {
    height: 90px;
  }
  .min-box .no-thumbnail {
    max-height: 90px;
  }
  .min-box .post-info {
    padding: 8px 10px 1px;
  }
  .main .prof-box {
    font-size: 0.94em;
  }
  .kanren-post-name {
    font-size: 1.1em;
  }
  .side {
    font-size: 0.94em;
  }
  #gmenu02 ul li {
    width: 33.333333%;
  }
  #gmenu02 ul li:last-child {
    border-top: none;
    border-left: 2px solid #005AFF;
  }
  .menu-bar02 {
    height: 115px;
  }
}
@media screen and (max-width: 650px) {
  .site-logo {
    font-size: 0.882em;
    line-height: 1.2;
  }
  #cate-menu {
    height: 60px;
  }
  #cate-menu ul li {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .side {
    /* font-size: 18px; */
    padding-left: 6%;
    padding-right: 6%;
  }
  .side .box, .side-left, .side-right {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .side .box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .affi-banner .box-header {
    margin-left: 5%;
  }
  .prof-name {
    font-size: 1.1em;
  }
  .prof-text {
    font-size: 0.9em;
  }
  .follow-underContent {
    margin-bottom: 45px;
  }
  .main .prof-box {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 1.176em;
  }
  .main .follow-box {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .main .follow-box .box-header {
    padding-top: 5px;
  }
  .kanren .thumb-box {
    width: 23%;
    height: 77px;
  }
  .kanren-post-name {
    font-size: 1em;
  }
  .follow-icon {
    font-size: 2.4em;
  }
  .line {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 550px) {
  .site-logo {
    font-size: 0.782em;
    line-height: 1.2;
  }
  #cate-menu ul li {
    width: 33.333333%;
  }
  #cate-menu ul li:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .site-logo {
    font-size: 0.7em;
    line-height: 1.2;
  }
  .home .facebook-box {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .side .facebook-box {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  body {}
  .site-logo {
    font-size: 0.58em;
    line-height: 1.2;
  }
  .header-menu-line {
    float: left;
  }
  .site-title {
    font-size: 1.4em;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .site-desc {
    font-size: 0.8em;
  }
  .bread ul li {
    margin: 0 3px;
  }
  .big-box {
    padding-left: 6%;
    padding-right: 6%;
  }
  .big-box .box-header {
    font-size: 1.3em;
  }
  .post {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .col-2, .col-3 {
    margin-right: 0;
  }
  .clear3, .clear2 {
    clear: both;
  }
  .post-title {
    font-size: 1.3em;
    line-height: 1.4;
  }
  .big-box .share-count-top {
    font-size: 1em;
  }
  .min-box {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    font-size: 1.0em;
  }
  .min-box .box-header {
    font-size: 1.1em;
  }
  .min-box .post {
    margin-left: 0;
    margin-right: 0;
  }
  .min-box .thumb-box {
    height: 75px;
  }
  .min-box .no-thumbnail {
    max-height: 75px;
  }
  .min-box .post-info {
    padding: 5px 0 0 10px;
  }
  .min-box .up-date, .min-box .share-count-top {
    margin-bottom: 2px;
  }
  .min-box .share-count-top {
    margin-top: 6px;
  }
  .content-box {
    padding: 0 15px 30px;
  }
  .content-header {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 4%;
    padding-right: 4%;
  }
  h1.title {
    font-size: 1.5em;
    margin: 30px 2% 20px;
  }
  .content h3 {
    font-size: 1.3em;
    padding: 5px 0 0;
  }
  .content h4 {
    color: #111;
    font-size: 1.3em;
    padding: 3px 0 0;
  }
  .content h5 {
    font-size: 1.2em;
    padding: 3px 10px 0;
  }
  .content h6 {
    font-size: 1.2em;
    padding: 0 13px 0;
  }
  .content ul, .content ol {
    padding-left: 10%;
  }
  .kanren-post-name {
    font-size: 0.95em;
  }
  .main .prof-box {
    font-size: 1.059em;
  }
  .side {
    font-size: 1.0em;
  }
  .prof-name {
    font-size: 1em;
  }
  .prof-text {
    font-size: 0.8em;
  }
  /* 20200720
.footer p{
	font-size: 0.9em;
}
*/
  .footer-logo { /* 20200720 */
    font-size: 0.82em;
  }
  .move-button {
    font-size: 1.7em !important;
    width: 48px;
    line-height: 48px;
    bottom: 3px;
  }
  .to-top {
    right: 3px;
  }
  .to-home {
    right: 56px;
  }
  /****  MENUバー、ガクッとなる対策  ****/
  .add-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .menu-bar02 {
    height: 125px;
  }
  #gmenu02 ul li {
    width: 50%;
  }
  #gmenu02 ul li:last-child {
    border-left: none;
  }
  #gmenu02 ul li:nth-child(3) {
    border-top: none;
    border-left: 2px solid #005aff;
  }
  #cate-menu {
    height: 90px;
  }
  #cate-menu ul li {
    width: 50%;
  }
  #cate-menu ul li:nth-child(2) {
    border-right: none;
  }
  #cate-menu ul li:nth-child(1), #cate-menu ul li:nth-child(2) {
    border-bottom: 1px solid #333;
  }
  #cate-menu ul li:nth-child(3) {
    border-right: 1px solid #333;
  }
  .home .youtube-banner {
    width: 98%;
  }
}
@media screen and (max-width: 350px) {
  body {
    font-size: 15px;
  }
  .big-box {
    padding-left: 4%;
    padding-right: 4%;
  }
  .min-box {
    padding-left: 3%;
    padding-right: 3%;
  }
  .min-more-link {
    right: 3%;
  }
  .min-box .post-info {
    padding: 5px 0 0 5px;
  }
  .main .prof-box {
    font-size: 0.941em;
  }
  .kanren .thumb-box {
    height: 67px;
  }
  .side {
    font-size: 0.941em;
    padding-left: 3%;
    padding-right: 3%;
  }
  /****  MENUバー、ガクッとなる対策  ****/
  .add-margin {
    margin-bottom: 0;
  }
}
a[href$=".xls"], a[href$=".xlsx"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/excel.png) no-repeat right center;
}
a[href$=".pdf"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/pdf.png) no-repeat right center;
}
a[href$=".doc"], a[href$=".docx"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/word-icon.png) no-repeat right center;
}
/*
a[target="_blank"]::after {
	font-family: "Font Awesome 5 Free";
  content: '\f35d';
	font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
*/
.shimekiri {
  display: inline-block;
  font-size: 0.9em;
  padding: 0 5px;
  color: #fff;
  background-color: #c30000;
}
/* 四角囲い線 */
.line-square {
  display: block;
  border: 1px solid #333;
}
/* 四角囲い線（薄緑） */
.line-square-light-green {
  display: block;
  border: 1px solid #D3EDC7;
}
/* 社協概要メールアドレス行 */
.mail-line {
  margin-top: -1.5em;
}
/* 館内施設案内：黄色背景色下伸ばし */
.stretch-bg {
  height: 100%;
}
/* 館内施設案内：施設名囲い線 */
.line-square-r {
  position: relative;
  height: 40px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 10px !important;
}
.line-square-r a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}
.line-square-r a:hover {
  color: #707070;
}
.line-square-r:first-child {
  margin-top: 15px;
}
/* ご利用案内：障がいのある方・一般の方ボタン */
.btn-riyo-annai {
  position: relative;
  height: 60px;
  text-align: center;
  border: 2px solid #005AFF;
}
.btn-riyo-annai a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: bold;
  color: #005AFF;
  background-color: #FFF100;
  text-decoration: none;
  padding: 13px 0;
}
.btn-riyo-annai a:hover {
  background-color: #fff;
}
/* テーブルブロック（グーテンベルク）にcssを操作する */
.sports-table > table {
  border-collapse: collapse;
  border: none;
}
.sports-table > table > thead > tr > th {
  background-color: #BFE4FF;
  padding: 8px 10px;
}
.sports-table > table > thead > tr > th:nth-child(2) {
  background-color: #fff;
  border-bottom: 1px solid #005AFF;
}
.sports-table > table > tbody > tr > td:nth-child(2) {
  background-color: #fff;
  border-bottom: 1px solid #005AFF;
}
.sports-table > table > tbody > tr > td {
  padding: 8px 10px;
}
.sports-table > table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.sports-table > table > tbody > tr:nth-child(even) {
  background-color: #BFE4FF;
}
.UD-taxi-table > table {
  border: 1px solid #005AFF;
  border-collapse: collapse;
}
.UD-taxi-table > table > thead > tr > th {
  border-bottom: 1px solid #005AFF;
  border-left: 1px solid #005AFF;
  padding: 8px 10px;
}
.UD-taxi-table > table > tbody > tr > td {
  border-bottom: 1px solid #005AFF;
  border-left: 1px solid #005AFF;
  padding: 8px 10px;
}
.UD-taxi-table > table > thead > tr > th {
  font-size: 0.7em;
  padding: 20px 0 !important;
  background-color: #FFFF80 !important;
}
.UD-taxi-table > table > thead > tr > th:nth-child(5) {
  font-size: 0.7em;
  padding: 10px 0 !important;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .UD-taxi-table > table {
    width: 100%;
  }
  .UD-taxi-table > table tr {
    display: block;
    float: left;
  }
  .UD-taxi-table > table tr td, .UD-taxi-table > table tr th {
    display: block;
    height: 60px;
  }
  .UD-taxi-table > table thead {
    display: block;
    float: left;
    width: 50%;
  }
  .UD-taxi-table > table thead tr {
    width: 100%;
  }
  .UD-taxi-table > table tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .UD-taxi-table > table tbody tr {
    width: 100%;
  }
}
/* 新着情報テーブルの桁合わせ */
.news-table-td-width > table tbody tr td:first-child {
  width: 21%;
}
/* content p から下空白を取り除く */
.no-space-p {
  margin-bottom: 0 !important;
}
/* 施設利用状況テーブル：マウス操作抑制 */
table.daily_schedule > tbody > tr > td > a {
  cursor: default;
  text-decoration: none;
}
/* v001追加 */

/* H1見出し */
.tc_h1title {
  font-size: 1.353em;
  font-weight: bold;
  position: relative;
  padding: 0.1em 0.5em 0.1em;
  text-indent: 0.5em;
  /* background: #BFE4FF; */
  background: #774f19;
  color: #FAF9FE;
}
/*
.cp_h1title:before{
	position: absolute;
	content: url(./images/h1_image.png);
	top: 0.18em;
    left: -0.8em;
}
*/
/* 汎用 */
/* 列内縦並べ要素の枠 */
.tc_FlexDivBox02_2 {
  width: auto;
  height: 350px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.tc_FlexDivBox02 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/* 列内横並べ要素の枠 */
.tc_FlexDivBox01_2 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tc_FlexDivBox01 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tc_FlexDivBoxHeader {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* メインフォント */
.mainFont1{
  font-family: 'Shippori Mincho B1',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* コンテンツボックス */
.fbox_contentAll{
	display:inline-block;
	width:100%;
}
.fbox_contentCenter{
	text-align: center;
}

.fbox_content_Btm30{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}

.fbox_contentL30 {
  display: inline-block;
  box-sizing: border-box;
  width: 28%;
  margin: 10px 5px 10px 5px;
}
.fbox_contentR70 {
  display: inline-block;
  box-sizing: border-box;
  width: 68%;
  margin: 10px 5px 10px 5px;
}
.fbox_contentL30p {
	display:inline-block;
  width: 35px;
	vertical-align:top;
  margin: 10px 5px 10px 5px;
}
.fbox_contentRALL {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  margin: 10px 5px 10px 5px;
}

.tc_textbox {
  width: 100%;
  overflow-wrap: break-all;
  margin-top: 10px;
}
.tc_titleflame {
  margin-top: 5px;
}
.tc_contentMargin1 {
  margin-bottom: 50px;
}
/* 見出し用 */
.content h2:first-child {
    margin-top: 20px;
}
/*
.content h2 {
  position: relative;
  margin: 40px -10px 1em -10px;
  padding: 0.3em 0.5em 0.3em;
  text-indent: 0.5em;
  background: #774F19;
  color: #FAF9FE;
  font-size: 1.5em;
	line-height: 1.7;
    font-weight: normal;
}
.content h2:before, .content h2:after {
  position: absolute;
  content: '';
}
.content h2:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #663E08;
  border-left: 10px solid transparent;
}
.content h2:after {
  top: 5px;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-top: 2px dashed #FAF9FE;
  border-bottom: 2px dashed #FAF9FE;
}
*/
.content h2 {
  position: relative;
  margin: 40px -10px 1em -10px;
  padding: 0.3em 0.2em 0.3em;
  background: #fff;
  color: #663E08;
  font-size: 1.4em;
	line-height: 1.7;
    font-weight: normal;
}
.content h2:before, .content h2:after {
  position: absolute;
  content: '';
}
.content h2:before {
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #663E08;
  border-left: 10px solid transparent;
}
.content h2:after {
  top: 5px;
  bottom: 4px;
  left: 0;
  width: 100%;
  /* border-top: 2px dashed #FAF9FE; */
  border-bottom: 2px dashed #663E08;
}
/* フッター  */
.footer-menu {
  color: #FAFAFA;
  background-color: #67411b;
}
.footer-menu-line {
  width: 1024px;
  margin: 0 auto;
}
.footer-textflame {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-menu-right {
  float: right;
  margin-right: 20px;
}
ul.footer-menu {
  list-style-type: none;
  overflow: hidden;
}
ul.footer-menu li {
  float: left;
}
ul.footer-menu li {
  margin-right: 20px;
}
ul.footer-menu li:last-child {
  margin-right: 5px;
}
ul.footer-menu li a {
  color: #FAFAFA;
  font-size: 0.882em;
  text-decoration: none;
}
ul.footer-menu li a:hover {
  color: #C0C0C0;
}
@media screen and (max-width: 1024px) {
  .footer-menu-line {
    width: auto;
    margin: 0 auto;
  }
}
/* テーブル用  */
.tc_tbformat1 {}
.tc_tbformat1 th {
  text-align: left;
  padding: 2px 5px 2px 5px;
}
/* ヘッダーアイコン用  */
.tc_headerIcon {
	display:flex;
  max-width: 80px;
  max-height: 80px;
	  justify-content: center;
  align-items: center;
}
/* 電話番号表示 */
.headerTel {
  float: right;
}

/* スマホ非表示用 */
.header_contentB{
	display:inline-block;
}
.header_contentB2{
	display:inline-block;
}

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

.tc_headerTitleFlame {
  border-top: 5px #ffdb7a solid;
  border-bottom: 5px #ffdb7a solid;
  font-family:"Kosugi Maru";
	padding: 0 10px;
}
.tc_headerLink {
  text-decoration: none;
}
.tc_headerFontA {
  font-size: 15px;
  text-decoration: none;
  color: #33201F;
	border: none;
}
.tc_headerFontB {
  font-size: 25px;
  text-decoration: none;
  color: #33201F; 
	margin-bottom: -3px;
	border: none;
}
/* フッター */
.fotterCL {
  font-size: 10px;
	margin-bottom: 10px;
}
/*  */
.boxLinkPage {
	position: relative;
  width: 280px;
  max-height: 353px;
  border: solid 2px #707070;
  margin: 2px;
}
.boxLinkPage_Item1 {
  display: flex;
  justify-content: center;
  height: 150px;
  width: 99%;
  background-color: #FFFFFF;
}
.boxLinkPage_Item1 img {
  max-height: 150px;
  object-fit: center;
  text-align: center;
}
.boxLinkPage_Item2 {
  display: inline-block;
  width: 100%;
  height: 118px;
  text-align: bottom;
	padding: 0 0.6em;
	color: #333;
}
.boxLinkPage_Item2_title {
  max-height: 70px;
  font-size: 20px;
  margin: 10px 0px 10px 0px;
}
.boxLinkPage_Item3 {
	position: absolute;
    bottom: 0;
  display: inline-block;
  height: 30px;
  width: 278px;
  text-align: right;
  background-color: #774F19;
color:#FAF9FE;
  flex-direction: row;
	padding-right: 10px;
}
.boxLinkPage_Item3 a {
	color: #fff;
}

/* ページネーション用 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

/* テキストボックスコンテンツ用 */
.textBox_R1 {
  text-align: right;
  margin-right: 30px;
}
/* ボタン */
.btn1 {
  position: relative;
  background-color: #774F19; /*#555599;*/
  border-radius: 30px;
  color: #FAFAFA;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 3px #7777AA;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn1:hover {
  background-color: #885F39;
  box-shadow: 0 3px 0 #8888BB;
}
.btn1:active {
  top: 3px;
  box-shadow: none;
}
.btn_op1 {
  width: 200px;
  text-align: center;
}
.btn_box1 {
  display: flex;
  width: 100%;
  flex: center;
  justify-content: space-around;
	margin-top: 20px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #774F19;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #D6963E;
}
a.btn--radius {
	display: block;
    width: 250px;
    height: 50px;
    border-radius: 100vh;
    text-align: center;
    padding: 10px 0;
	text-decoration: none;
}

/* リンクテキストの装飾を行わない */
a.LinkTextDNone {
  text-decoration: none;
  color: #FAFAFA;
}
/* ページ番号 */
.pagination .pager {
  width: 32px;
}
/* ホバー時 & 現在のページ */
.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}
/* 次へ */
.pagination a.next {
  margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}
/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* フェイスブック */
.facebookArea{
	width:500px;
}
@media screen and (max-width: 520px) {
.facebookArea{
	width:100%;
}
}

/* v001追加終了 */

#tablepress-5 thead tr th:first-child,
#tablepress-5 tbody tr td:first-child {
	width: 8%;
	text-align: center;
}

#tablepress-5 thead tr th:nth-child(2),
#tablepress-5 tbody tr td:nth-child(2) {
	width: 8%;
	text-align: center;
}

#tablepress-5 thead tr th:nth-child(3) {
	width: 63%;
	text-align: center;
}

#tablepress-5 thead tr th:last-child {
	width: 21%;
	text-align: center;
}

#tablepress-5 {
	border: 1px solid #dfdfdf;
}

#tablepress-5 thead tr th {
	border-right: 1px solid #dfdfdf;
}

#tablepress-5 thead tr th:last-child {
	border-right: none;
}

#tablepress-5 tbody tr td {
	border-right: 1px solid #dfdfdf;
}

#tablepress-5 tbody tr td:last-child {
	border-right: none;
}

.table_header > table > tbody > tr > td:first-child {
	background-color: #D9EDF7;
}

.slide_show {
	display: block;
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.slide_show {
		width:100%;
	}
}
