* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html {
	overflow: auto;
}

body {
	overflow: hidden;
}

.wrap {
    max-width: 100%;
	width: 1080px;
}

fieldset {
    border: none;
	display: contents;
	position: relative;
}

legend {
	display: none;
}

.plice-list caption, .bus-section caption {
	display: none;
}

#meanless_element_0, #meanless_element_1 {
	display: none;
}

#content-in {
	padding: 0 20px;
	
}

div#content {
    line-height: 1.5;
}

ol, ul {
    margin: 1em 0;
    padding-left: 30px;
}

table {
	font-size: 80%;
}

/* ここから 親テーマ上書き（フォントサイズ） */
.widget h2 {
	font-size: 100%;
}

.entry-card-snippet, .related-entry-card-snippet {
	font-size: 100%;
}

.navi-footer-in a {
	font-size: 100%;
}

.navi-in a {
	font-size: 90%;
}

.footer-bottom {
    font-size: 100%;
}

input, textarea, select, button {
    font-size: 100%;
}

.su-tabs-nav span {
	font-size: 100%;
}
/* ここまで 親テーマ上書き（フォントサイズ） */

@media screen and (max-width: 1023px) {
	.content-in {
		display: block;
		width: 100%;
	}
	
	.mblt-slide-in .footer {
		margin-bottom: 0;
	}
}

.ms-slide-info.ms-dir-h {
    display: none;
}

/* ここから ヘッダー */
.logo-text {
	/* float: left; */
	display: contents;
	text-align: left;
	color: white;
	font-weight: bold;
}

.header-site-name {
	margin: 0;
	display: table;
	font-size: 130%;
	text-shadow: 0px 2px 10px rgba(0,0,0,1);
}

.site-name-text {
	font-size: 190%;
	line-height: 1;
	text-shadow: 0px 2px 10px rgba(0,0,0,1);
}

.navi {
	margin-top: 20px;
}

.header-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-container {
	border-top: 10px solid #739900;
}

.logo-image {
	text-align: left;
}

.site-name-text img {
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.6));
	margin-left: 30px;
    vertical-align: middle;
}

/* ここまで ヘッダー */

/* ここから ヘッダーナビゲーション */
li#menu-item-38 {
    background-image: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #333333, #333333 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #333333, #333333 1px, transparent 1px, transparent 4px);
    background-size: 8px 1px, 1px 8px, 1px 8px;
    background-position: bottom, left, right;
    background-repeat: repeat-x, repeat-y, repeat-y;
}

.navi-in > ul {
	display: table;
}

.navi-in > ul li {
  display: table-cell;
  height: 100px;
  line-height: 100px;
  background-image: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #333333, #333333 1px, transparent 1px, transparent 4px);
  background-size: 8px 1px, 1px 8px;
  background-position: bottom, left;
  background-repeat: repeat-x, repeat-y;
}

.navi-in > ul .menu-item-has-description > a > .caption-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100px;
}

.navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
  width: 100%;
}

.navi-in > ul > .menu-item-has-children {
  position: relative;
}

.navi-in > ul > .menu-item-has-children > a::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  right: 3px;
  top: 0;
}

.navi-in > ul .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  min-width: 240px;
  list-style: none;
  padding: 0;
  background-color: #fafbfc;
  z-index: 99;
  text-align: left;
}

.navi-in > ul .sub-menu li {
  width: auto;
}

.navi-in > ul .sub-menu .menu-item-has-children {
  position: relative;
}

.navi-in > ul .sub-menu .menu-item-has-children > a::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  right: 3px;
  top: 0;
}

.navi-in > ul .sub-menu a {
  padding-left: 16px;
  padding-right: 16px;
}

.navi-in > ul .sub-menu ul {
  top: -100px;
  left: 240px;
  position: relative;
}

.navi-in a {
  color: #333;
  text-decoration: none;
  width: 100%;
  display: block;
  height: 100%;
  transition: all 0.25s ease;
  box-shadow: 0px 0px 0px 0px #002f2a inset;
  position: relative;
}

.navi-in a:hover,
.navi-in li.current-menu-item {
  background-color: #f2ffea;
  box-shadow: 0px -10px 0px 0px #002f2a inset;
}

.navi-in li:hover {
  background-color: #f2ffea;
}

.caption-wrap {
	position: absolute;
    bottom: 16px;
    width: 100%;
    font-weight: 600;
    line-height: 1;
}

#menu-item-44 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_top.png");
	background-repeat: no-repeat;
	background-position: center;
    background-position: 50% 10%;
}

#menu-item-43 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_facility.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 10%;
}

#menu-item-42 a {
	position: relative;
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_apply.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 10%;
}

#menu-item-41 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_event.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 10%;
	background-size: 45%;
}

#menu-item-41 > a > .caption-wrap {
	font-size: 90%;
	line-height: 17px;
	bottom: 10px;
}

#menu-item-40 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_circle.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 10%;
}

#menu-item-39 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_contact.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 10%;
	background-size: 45%;
}

#menu-item-39 > a > .caption-wrap {
	font-size: 90%;
	line-height: 17px;
	bottom: 10px;
}

#menu-item-38 a {
	background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_access.png");
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 5%;
}

#menu-item-37 {
	background-image: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #333333, #333333 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #333333, #333333 1px, transparent 1px, transparent 4px);
    background-size: 8px 1px, 1px 8px, 1px 8px;
    background-position: bottom, left, right;
    background-repeat: repeat-x, repeat-y, repeat-y;
}
/* ここまで ヘッダーナビゲーション */

/* パンくずリスト */
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
	margin: 0 auto;
    padding: 20px 20px 0px 20px;
}

.fa-fw {
    display: none;
}

/* ここから メイン部分 */
.main {
    margin-right: 0;
    padding: 0;
    border: none;
	width: 700px;
}

.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

#content-in.content-in.wrap.cf::after {
    content: none;
}

.a-wrap {
	margin-bottom: 0;
}

.ms-view {
	width: 100% !important;
}

.ms-thumbs-cont {
    position: static !important;
}

aside#custom_html-4 {
    margin-bottom: 3%;
}
/* ここまで メイン部分 */

/* ここから サイドバー */
aside#text-3 p:nth-child(4) {
    text-align: center;
}

.widget {
    margin-bottom: 6%;
}

.widget-title {
    font-size: 110%;
}

.dot-line {
	border-bottom: 3px dotted #333333;
	margin-bottom: 30px;
	margin-top: 30px;
}

#custom_html-2 {
	border: none;
}

.sidebar {
	padding: 0;
	width: 300px;
}

.sidebar h3 {
	background-color: #89680f;
    color: white;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    height: 45px;
    line-height: 45px;
}

.sidebar h3::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 45px;
    border-top: 10px solid rgba(137, 104, 15, 1);
    border-bottom: 0px solid rgba(137, 104, 15, 0);
    border-left: 15px solid rgba(137, 104, 15, 0);
    border-right: 15px solid rgba(137, 104, 15, 0);
}

.reserve-btn {
	background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    border-style: none;
    padding: 5px 30px;
}

.widget_text.widget-sidebar-standard {
	border: 2px solid #89680f;
}

.textwidget p {
	padding: 0 15px;
    line-height: 1.25;
    margin: 0.5em 0;
}

.textwidget {
    margin: 20px 0;
}

.textwidget.custom-html-widget {
    margin: 0;
}
/* ここまで サイドバー */

/* ここから フッター */
.footer {
    margin-top: 150px;
}

.footer-meta {
	display: none;
}

.mobile-menu-buttons {
	display: none;
}

.footer {
    background-color: #e4e7e9;
	border-bottom: 40px solid #739900;
    box-sizing: border-box;
	margin-bottom: 0;
}

.footer-bottom-logo {
    display: none;
}

.navi-footer-in > .menu-footer {
    justify-content: center;
}

.footer-bottom-content {
    float: none;
    text-align: center;
}

.copyright {
	margin-top: 0;
    background-color: #739900;
    color: black;
    height: 40px;
    line-height: 40px;
	position: absolute;
    width: 100%;
	text-align: right;
	font-size: 70%;
	justify-content: space-between;
    display: flex;
}

.footer-bottom {
    margin-top: 15px;
    padding: 0;
}

.center-list p {
	text-align: left;
    margin: 30px 0 0 0;
}

.center-list ul {
    margin: 0 0 15px 0;
    padding-left: 0;
    list-style: none;
	text-align: -webkit-auto;
}

.center-list li {
    display: inline;
    display: inline-block;
    margin: 0 10px;
}

.footer-bottom.fnm-text-width .menu-footer li a {
	padding: 0 30px;
}

.navi-footer-in > .menu-footer li {
	border-left: 1px solid #666666;
    line-height: 1;
    margin-bottom: 10px;
}

.navi-footer-in > .menu-footer li:last-child {
	border-right: 1px solid #666666;
}

.navi-footer-in a:hover {
    background-color: transparent;
}
/* ここまで フッター */

/* ここから カレンダー */
#eo_calendar_widget-2 {
    border: 2px solid #c3cbd0;
	margin-bottom: 0;
	padding: 0 10px 2px 10px;
}

#wp-calendar {
	border: none;
	margin: 0 auto;
}

#wp-calendar th {
	border: none;
	background-color: white;
	font-weight: 600;
}

#wp-calendar td {
	padding: 4px;
	border: none;
}

#wp-calendar tr th:nth-child(6) {
	color: #3b4fe8
}

#wp-calendar tr th:nth-child(7) {
	color: #ec4444
}

#wp-calendar tr td:nth-child(6) {
	color: #3b4fe8
}

#wp-calendar tr td:nth-child(7) {
	color: #ec4444
}

#wp-calendar td a {
    background-color: transparent;
}

#wp-calendar td a:hover {
    background-color: transparent;
}

#eo-widget-prev-month a {
    position: absolute;
    border: 2px solid #739900;
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    top: 18px;
    left: 30px;
}

#eo-widget-next-month a {
    position: absolute;
    border: 2px solid #739900;
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    top: 18px;
    right: 30px;
}

#eo-widget-next-month a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 2px solid #739900;
    border-bottom: 2px solid #739900;
    top: 6px;
    left: 4px;
    transform: scale(1.5,1) rotate(-45deg);
}

#eo-widget-prev-month a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 2px solid #739900;
    border-top: 2px solid #739900;
    top: 6px;
    right: 4px;
    transform: scale(1.5,1) rotate(-45deg);
}

td.pad {
	line-height: 0;
}

/* カテゴリ1 */
#wp-calendar .eo-event-cat-1 a {
	display: block;
	background-color: blue;
	color: white;
	border-radius: 50px;
}

#wp-calendar .eo-event-cat-1 a:hover {
	display: block;
	background-color: blue;
	color: white;
	border-radius: 50px;
}

/* カテゴリ2 */
#wp-calendar .eo-event-cat-2 a {
	display: block;
	background-color: #eb6877;
	color: white;
	border-radius: 100px;
}

#wp-calendar .eo-event-cat-2 a:hover {
	display: block;
	background-color: #eb6877;
	color: white;
	border-radius: 100px;
}

#wp-calendar caption {
    margin: 14px 0 7px 0;
}

/* カレンダーイベント一覧 */
.cale-link {
	color: #333333;
	text-decoration: none;
}

.cale-link:hover {
	color: #333333;
}

#wp-calendar tr {
    line-height: 1.25;
}
/* ここまで カレンダー */

/* ここから 検索フォーム */
.search-menu-content {
	display: none;
}

.search-box {
	margin: 0;
}

.search-submit {
	position: static;
    font-size: 110%;
    color: white;
    background-color: #706969;
    border-radius: 4px;
    float: right;
    line-height: 50%;
    height: 35px;
    margin-left: 5px;
	width: 70px;
	text-align: center;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: 600;
}

.search-submit::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 0;
}

.search-edit {
	width: 270px !important;
}

.search-edit, input[type="text"] {
	padding: 2px 10px;
    border: 2px solid #706969;
    border-radius: 4px;
    color: #706969;
    position: relative;
	width: calc(100% - 80px) !important;
	font-weight: 600;
}
/* ここまで 検索フォーム */

/* ここから タブ切り替え部分 */
/* タブ切り替え全体のスタイル */
.no-post-text {
	margin: 1em 0 !important;
    padding: 0;
}

.su-tabs-pane {
    padding: 0 !important;
}

.widget_custom_html {
	position: relative;
}

/* タブのスタイル */
.su-tabs-nav {
	display: flex;
	box-shadow: 0 -10px 0 0px #002F2A inset;
}

.su-tabs-nav span {
    display: inline-block !important;
	padding: 13px 10px 10px 10px !important;
    color: #8f9299 !important;
    background-color: #e4e7e9 !important;
    border-bottom: 10px solid #002f2a !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}

.su-tabs-nav span.su-tabs-current {
    background-color: #739900 !important;
    color: white !important;
	position: relative !important;
	background-blend-mode: luminosity !important;
	text-shadow: 
    #3a4c04 2px 0px,  #3a4c04 -2px 0px,
    #3a4c04 0px -2px, #3a4c04 0px 2px,
    #3a4c04 2px 2px , #3a4c04 -2px 2px,
    #3a4c04 2px -2px, #3a4c04 -2px -2px,
    #3a4c04 1px 2px,  #3a4c04 -1px 2px,
    #3a4c04 1px -2px, #3a4c04 -1px -2px,
    #3a4c04 2px 1px,  #3a4c04 -2px 1px,
    #3a4c04 2px -1px, #3a4c04 -2px -1px;
}

.su-tabs-nav span.su-tabs-current::after {
	content: "";
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(115, 153, 0, 1);
    border-bottom: 0px solid rgba(115, 153, 0, 0);
    border-left: 13px solid rgba(115, 153, 0, 0);
    border-right: 13px solid rgba(115, 153, 0, 0);
}

.su-tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}

.entry-card-thumb {
	margin: 6px 2.2% 6px 0;
    display: grid;
    width: 38%;
}

.su-tabs-nav span:hover {
    display: none;
}

.pagination {
	display: none;
}

span.tab-all {
	font-size: 105% !important;
}

span.top-tab-all,
.su-tabs-nav span.top-tab-all.su-tabs-current,
.su-tabs-nav span.top-tab-all:hover {
    background-image: url(https://kumin-c.jp//wp-content/themes/teine-theme/images/top_all_icon.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 45%;
    background-blend-mode: multiply;
    width: 25%;
}

span.tab-event {
	font-size: 90% !important;
}

span.top-tab-event,
.su-tabs-nav span.top-tab-event.su-tabs-current,
.su-tabs-nav span.top-tab-event:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_event_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

span.tab-facility {
	font-size: 105% !important;
}

span.top-tab-facility,
.su-tabs-nav span.top-tab-facility.su-tabs-current,
.su-tabs-nav span.top-tab-facility:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_facility_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

span.tab-free {
	font-size: 105% !important;
}

span.top-tab-free,
.su-tabs-nav span.top-tab-free.su-tabs-current,
.su-tabs-nav span.top-tab-free:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_free_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

.entry-card-content {
    margin-left: 0;
    padding-top: 6rem;
}

.entry-card-content, .related-entry-card-content {
	padding-bottom: 0;
}

.lcp_catlist_text {
    width: 73%;
	display: inline-table;
	margin: auto;
}

.lcp_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
}

.cat-label {
    font-size: 85%;
    width: 150px;
    text-align: center;
    border: 0;
    position: relative;
    left: 0;
    display: inline-block;
    overflow: visible;
    margin-bottom: 10px;
    padding-right: 20px;
}

.cat-label::after, .cat-label::before {
    content: " ";
	position: absolute;
	background-color: white;
	width: 25px;
	height: 55%;
	left: calc(100% - 10px);
	display: block;
}

.cat-label::after {
	content: " ";
	bottom: 48%;
	transform: skewX(45deg);
}

.cat-label::before {
	content: " ";
	top: 48%;
	transform: skewX(-45deg);
}

.cat-label-1 {
	background-color: #333333;
}

.cat-label-36 {
	background-color: #7d0d01;
}

.cat-label-38 {
	background-color: #0e318b;
}

.cat-label-37 {
	background-color: #126108;
}

.entry-card-title, .related-entry-card-title {
	margin-bottom: 0;
}

.post-date::before {
    display: none;
}

.entry-card-meta, .related-entry-card-meta {
    position: absolute;
    line-height: 1;
    top: 60px;
    left: 0;
}

.widget h2 {
    font-size: 110%;
}

.post-date {
    margin-right: 8px;
    font-size: 100%;
    font-weight: 600;
}

.e-card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding-left: 40%;
}

.top-post {
	display: none;
}

.pagination-next {
	display: none;
}

div.entry-card-snippet.card-snippet.e-card-snippet {
	display: none;
}

h2.entry-card-title.card-title.e-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2;
}
/* ここまで タブ切り替え部分 */

/* ここから 文字サイズ変更ボタン */
#custom_html-7 {
	border: none;
    position: absolute;
    top: -320px;
    margin: 0;
    right: 0;
}

.btnS {
    color: #484848;
    background-color: white;
    border-radius: 0;
    line-height: 28px;
    padding: 0;
    font-size: 16px;
    border: 2px solid #cccccc;
    width: 28px;
    height: 28px;
}

.btnM {
    color: #484848;
    background-color: white;
    border-radius: 0;
    line-height: 32px;
    padding: 0;
    font-size: 18px;
    border: 2px solid #cccccc;
    width: 32px;
    height: 32px;
}

.btnL {
    color: #484848;
    background-color: white;
    border-radius: 0;
    line-height: 36px;
    padding: 0;
    font-size: 20px;
    border: 2px solid #cccccc;
    width: 36px;
    height: 36px;
}

#container .btn:hover, #container .ranking-item-link-buttons a:hover, .ranking-item-link-buttons #container a:hover, #container .btn-wrap > a:hover {
    color: white;
    background-color: #484848;
    border: 2px solid #cccccc;
}

.textresizer-active {
	color: white;
	background-color: #484848;
}

#textsize {
	margin-bottom: 10px;
}

#textsize span {
	margin: 0;
    font-weight: bold;
    color: #484848;
    font-size: 100%;
}
/* ここまで 文字サイズ変更ボタン */

/* ここから ヘッダー検索フォーム */
#execphp-2 {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	margin: 0;
}

#execphp-2 > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: right;
}

#execphp-2 > div > div {
	display: inline-block;
	margin: 40px 0 0;
}

#execphp-2 > .execphpwidget > .search-box > .search-submit {
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
}


#execphp-3 {
	display: none;
}
/* ここまで ヘッダー検索フォーム */

/************************************
** 貸室・施設概要ページ
************************************/
.entry-title, .archive-title {
    margin: 0;
}

.page-title {
	background-color: #739900;
    color: white;
    padding: 8px 15px;
	margin: 0 0 25px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 120%;
}

.page-title::after {
	content: "";
    position: absolute;
    bottom: -26px;
    left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid #739900;
    z-index: 1;
}

.page-title span {
	font-weight: 600;
	font-size: 110%;
}

.room-introduction {
	background-color: white;
    color: #739900;
    padding: 5px 15px;
    display: block;
    margin: 10px 0 25px 0;
    position: relative;
    border: 2px solid #739900;
	font-weight: 600;
	font-size: 110%;
}

.room-introduction:before{
    content: "";
    position: absolute;
    bottom: -25px;
	left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid white;
    z-index: 2;
}

.room-introduction:after{
    content: "";
    position: absolute;
    bottom: -28px;
    left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid #739900;
    z-index: 1;
}

.room-introduction span {
	font-weight: 600;
}

.room-switch {
	justify-content: space-between;
	overflow: hidden;
}

.room-switch div {
	float: left;
}

/* 1階 */
.room-switch-btn-f1 {
	background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-style: none;
    padding: 2px 0;
    right: 0;
    line-height: 40px;
    width: 156px;
}

.room-switch-btn-f1:active {
	color: black;
}

/* 2階 */
.room-switch-btn-f2 {
	background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-style: none;
    padding: 2px 0;
    right: 0;
    line-height: 40px;
    width: 156px;
}

.room-switch-btn-f2:active {
	color: black;
}

.room-switch input[type="radio"] {
  display:none; 
}

.room-switch label {
	display: inline-block;
    color: #739900;
    background-color: white;
    width: 225px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 2px;
    border: 2px solid #739900;
    box-sizing: border-box;
}

.room-switch input[type="radio"]:checked + label { 
	background-color: #002f2a;
	border: 2px solid transparent;
	color: white;
}

.rental-room-content {
	display: inline-block;
	width: 100%;
}

.right-justified {
	text-align: right;
	margin: 40px 0;
}

.reserve-btn2 {
	background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    border-style: none;
    padding: 5px 30px 5px 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.pagetop-comment {
	margin-bottom: 40px;
}

.pagetop-comment p {
	margin: 0;
}

.pagetop-comment p span {
	color: #739900;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.floor-text {
	font-size: 100%;
	font-weight: 600;
	padding: 40px 0 0 15px;
}

.under-btn-text {
	text-align: right;
	font-size: 90%;
	margin-top: 20px;
}

.on-btn-text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 20px;
}

.color-e953c1 {
	color: #739900;
}

.color-4466aa {
	color: #4466aa;
}

/* ここから サムネイル切り替え */
.swiper1,.swiper2,.swiper3,.swiper4,.swiper5,.swiper6,.swiper7,.swiper8,.swiper9,.swiper10,.swiper11,.swiper12,.swiper13 {
	width: 40%;

    display: inline-block;
}

.swiper-container {
	 width: 100%;
}

.swiper-container.thumbnail.swiper-container-horizontal {
    margin-top: 5px;
}

/* 娯楽施設 */
.rental-room-img input[name='img-switch1'] {
	display: none;
}

.rental-room-img input[name='img-switch1']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch1'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch1']:checked + label + img {
	opacity: 1;
}

/* 区民ホール */
.rental-room-img input[name='img-switch2'] {
	display: none;
}

.rental-room-img input[name='img-switch2']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch2'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch2']:checked + label + img {
	opacity: 1;
}

/* 会議室A */
.rental-room-img input[name='img-switch3'] {
	display: none;
}

.rental-room-img input[name='img-switch3']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
	display: inline-block;
}

.rental-room-img input[name='img-switch3'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch3']:checked + label + img {
	opacity: 1;
}

/* 会議室B */
.rental-room-img input[name='img-switch4'] {
	display: none;
}

.rental-room-img input[name='img-switch4']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch4'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch4']:checked + label + img {
	opacity: 1;
}

/* 会議室C */
.rental-room-img input[name='img-switch5'] {
	display: none;
}

.rental-room-img input[name='img-switch5']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch5'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch5']:checked + label + img {
	opacity: 1;
}

/* つどいA */
.rental-room-img input[name='img-switch6'] {
	display: none;
}

.rental-room-img input[name='img-switch6']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch6'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch6']:checked + label + img {
	opacity: 1;
}

/* つどいB */
.rental-room-img input[name='img-switch7'] {
	display: none;
}

.rental-room-img input[name='img-switch7']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch7'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch7']:checked + label + img {
	opacity: 1;
}

/* 創造の部屋 */
.rental-room-img input[name='img-switch8'] {
	display: none;
}

.rental-room-img input[name='img-switch8']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch8'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch8']:checked + label + img {
	opacity: 1;
}

/* 視聴覚室 */
.rental-room-img input[name='img-switch9'] {
	display: none;
}

.rental-room-img input[name='img-switch9']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch9'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch9']:checked + label + img {
	opacity: 1;
}

/* 和室 */
.rental-room-img input[name='img-switch10'] {
	display: none;
}

.rental-room-img input[name='img-switch10']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.rental-room-img input[name='img-switch10'] ~ img {
	opacity: 0;
}

.rental-room-img input[name='img-switch10']:checked + label + img {
	opacity: 1;
}

/* ここまで サムネイル切り替え */

.rental-room-detail {
    float: right;
    width: 60%;
    padding-left: 20px;
}

.room-name {
    background-color: #739900;
    color: white;
    padding: 5px 15px;
    display: block;
    box-sizing: border-box;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}

.room-name a {
	color: white;
	font-weight: 600;
}

/* ここから 施設概要 */
.facility-overview {
	margin-top: 10px;
}

.facility-overview ul {
	list-style: none;
	padding: 0;
}

.facility-overview li {
	display: block;
    padding: 20px 0px 20px 31%;
    position: relative;
    font-weight: 500;
    margin: 10px 0 !important;
}

.facility-overview span {
	background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    font-weight: 600;
    width: 28%;
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    line-height: 1.25;
}
/* ここまで 施設概要 */

/************************************
** 貸室・施設概要下層（詳細）ページ
************************************/
.reserve-btn3 {
    background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    border-style: none;
    padding: 5px 30px;
    margin-top: 40px;
}

.room-detail {
	margin: 20px 0;
}

.room-detail-item {
	color: #739900;
	font-weight: 600;
}

.room-detail-content {
	color: #666666;
}

/* ここから 料金表 */
.plice-list {
	color: #666666;
	border: 1px solid #b7bec2;
}

.plice-list::-webkit-scrollbar {
 height: 5px;
}

.plice-list::-webkit-scrollbar-track {
 background: #F1F1F1;
}

.plice-list::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.plice-list table {
	margin-bottom: 0 !important;
	width: 100%;
}

.plice-list th {
	background-color: #f3ffca;
}

.plice-list td {
	text-align: center;
}

.plice-list table th, .plice-list table td {
    border: 1px solid #b7bec2 !important;
	width: 0;
}

.plice-list-time td:nth-child(n+1):nth-child(-n+8) {
	background-color: #f9ffe5;
}
/* ここまで 料金表 */

/* 注釈 */
.comment {
	margin-top: 20px;
	color: #777777;
	display: inline-block;
	margin-bottom: 100px;
}

.comment p {
	text-indent: -1em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
    margin-left: 1em;
}

.comment span {
	display: inline-block;
    width: 1em;
    text-indent: 0;
}

.floor-detail-text {
	text-align: right;
	font-size: 90%;
}

.color-4466aa {
	 color: #4466aa;
}

.floor-text {
	font-size: 140%;
	font-weight: 600;
}

/************************************
** 申込・利用方法ページ
************************************/
.indent {
	margin-top: 10px;
	margin-bottom: 40px;
}

.indent p {
    text-indent: -1em;
    margin-left: 1em;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.indent p span {
    display: inline-block;
    width: 1em;
    text-indent: 0;
}

.plice-list tr span {
	font-size: 80%;
}

.reserve-btn4 {
    background-color: #002f2a;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    border-style: none;
    padding: 5px 30px;
    margin: 10px 0;
	display: block;
	width: 360px;
}

.reserve-btn4 a {
	text-decoration: none;
	color: white;
}

/************************************
** アクセス
************************************/
.fontsize-110 {
	font-size: 110%;
}

.bus-section {
	display: block;
	margin-top: 10px;
}

table tr:nth-of-type(2n+1) {
    background-color: white;
}

.bus-section table th, .bus-section table td{
	text-align: center;
	border: none;
	padding: 0;
}

.bus-section th{
	background-color: white;
	vertical-align: top;
	font-weight: 500;
}

.bus-section table th, .bus-section table td {
    width: 0;
}

.bus-section table{
	margin-bottom: 40px;
}

.text, .img-margin {
	margin-bottom: 40px;
}

/************************************
** 図書室
************************************/
.library-last-text {
	color: #739900;
	font-weight: 600;
	margin-top: 0;
}

.library-red-text {
	color: red;
	margin-top: 0;
}

.reserve-btn2::before {
    width: 14px;
    height: 14px;
    border-top: 4px solid white;
    border-right: 4px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.library-top-text {
	color: #739900;
	font-weight: 600;
	margin-top: 0;
	font-size: 120%;
}

.library-bottom-text {
	color: #739900;
	font-weight: 600;
	margin-top: 0;
}

.color-red {
	color: red;
	margin-top: 0;
}

/************************************
** よくあるお問い合わせ
************************************/
.question-title {
	border: 2px solid #739900;
    color: #739900;
    padding: 10px 15px 20px 15px;
    font-weight: 600;
}

.question-title p {
    text-indent: -1.5em;
    margin-left: 1.5em;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.question-title p span {
    display: inline-block;
    width: 1.5em;
    text-indent: 0;
}

.question-answer {
	margin-bottom: 40px;
    margin-top: 10px;
	margin-left: 0px !important;
}

/************************************
** 投稿内容
************************************/
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 300px;
padding-top: 200px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 15px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 40px;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}

/************************************
** イベント・講座
************************************/
span.event-tab-event, .su-tabs-nav span.event-tab-event.su-tabs-current, .su-tabs-nav span.event-tab-event:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_event_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: calc(100%/3);
}

span.event-tab-facility, .su-tabs-nav span.event-tab-facility.su-tabs-current, .su-tabs-nav span.event-tab-facility:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_facility_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: calc(100%/3);
}

span.event-tab-free, .su-tabs-nav span.event-tab-free.su-tabs-current, .su-tabs-nav span.event-tab-free:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_free_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: calc(100%/3);
}

.article h2 {
    font-size: 110%;
    padding: 0;
    background-color: transparent;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.su-tabs-pane {
    font-size: 100% !important;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin: 0;
}

span.event-tab-event,
.su-tabs-nav span.event-tab-event.su-tabs-current,
.su-tabs-nav span.event-tab-event:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_event_icon.png");
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width : calc(100% / 3);
}

span.event-tab-facility,
.su-tabs-nav span.event-tab-facility.su-tabs-current,
.su-tabs-nav span.event-tab-facility:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_facility_icon.png");
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width : calc(100% / 3);
}

span.event-tab-free,
.su-tabs-nav span.event-tab-free.su-tabs-current,
.su-tabs-nav span.event-tab-free:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/top_free_icon.png");
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width : calc(100% / 3);
}

.event-tab-event .entry-card-meta, .event-tab-facility .entry-card-meta, .event-tab-free .entry-card-meta {
    top: 20px;
}

.event-tab-event .entry-card-content, .event-tab-facility .entry-card-content, .event-tab-free .entry-card-content {
    padding-top: 3.5rem;
}

.event-tab .entry-card-wrap::before {
    content: "詳しい情報を見る >";
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 90%;
    color: #1967D2;
    border-bottom: 1px solid #1967D2;
    line-height: 1;
}

.a-wrap {
    position: relative;
	border-bottom: 1px solid #cccccc;
}

article#post-15.page.type-page.status-publish.hentry > div.entry-content.cf {

}

.lcp_catlist2 {
	padding: 0;
	margin: 0;
}

.lcp_catlist2 li {
    border-bottom: 1px solid #CCCCCC;
    padding: 2% 0;
    list-style: none;
    display: flex;
    position: relative;
}

.lcp_catlist2_tmb {
    width: 25%;
    margin-right: 2%;
	line-height: 0;
	/* max-height: 98px; */
}

.lcp_catlist2_tmb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcp_catlist2_text {
	width: 70%;
	position: relative;
}

.lcp_catlist2_text a {
	position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
}

.lcp_catlist2_text span {
    font-weight: bold;
    font-size: 120%;
    display: block;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	margin: 0;
	line-height: 1.5;
}

.lcp_catlist2_text span {
	color: black;
	text-decoration: none;
}

lcp_date {
    display: block;
	font-size: 95%;
	line-height: 1.5;
}

/* イベント詳細 */
.eye-catch {
	display: none;
}

.entry-title {
	font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #739900;
    border-left: 10px solid #739900;
    padding-left: 15px;
}

.sns-share, .sns-follow {
	display: none;
}

.date-tags {
	display: inline-block;
	font-size: 90%;
}

.cat-link:hover {
    opacity: 1;
    color: #fff;
}

.entry-categories-tags {
	display: inline-block;
	margin-left: 10px;
}

/*.cat-link-4 {
	background-color: transparent !important;
    color: #739900 !important;
    font-weight: 600;
    font-size: 75%;
	padding: 0;
}*/

div.cat-link.cat-link-4::before {
	display: none;
}

/* 固定ページ */
.post-update {
	display: none;
}
/************************************
** 投稿内容
************************************/
/* swiper スライダー */
.swiper .main {
	margin-bottom: 10px;
	width: 100%;
}

.swiper-slide {
	width: 100%;
}

.swiper .thumbnail .swiper-slide {
	cursor: pointer;
	opacity: .7;
}

.swiper .thumbnail .swiper-slide-active {
	opacity: 1;
}

.swiper .thumbnail .swiper-wrapper {
	margin-left: calc(-37.5% - 5px);
}

.swiper-button-prev, .swiper-button-next {
	z-index: 999999 !important;
}

.swiper-btn-prev {
	width: 30px;
    background: url("https://kumin-c.jp/wp-content/themes/teine-theme/images/light-skin-1.png");
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 10px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}

.swiper-btn-next {
	width: 30px;
    background: url("https://kumin-c.jp/wp-content/themes/teine-theme/images/light-skin-1.png");
    height: 40px;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
	right: 10px;
    left: auto;
    background-position: -89px -103px;
}

/* ここから サムネイル切り替え */
.contribution-img {
	width: 300px;
    padding-top: 220px;
    position: relative;
    text-align: center;
    display: table;
    min-height: 250px;
    float: left;
	margin-bottom: 60px;
}

.contribution-img > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

/* サムネイル */
.contribution-img label {
	border: 2px solid #ffffff;
	display: table-cell;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}

.contribution-img label:hover {
	opacity: 0.9;
}

.contribution-img label img {
	display: block;
	width: 92px;
}

.contribution-img input[name='img-switch'] {
	display: none;
}

.contribution-img input[name='img-switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.contribution-img input[name='img-switch'] ~ img {
	opacity: 0;
}

.contribution-img input[name='img-switch']:checked + label + img {
	opacity: 1;
}

/************************************
** サークル紹介
************************************/
/* 検索フォーム */
.fontsize-90 {
	font-size: 90%;
}

.filter-search-form {
	background-color: #f9ffe5;
	padding: 20px;
	margin-bottom: 60px;
}

.screen-reader-text {
	display: block;
}

select {
	position: static !important;
}

.search-form {
    margin: 0;
}

.postform {
    margin-bottom: 20px;
    border-radius: 0;
}

select#circle_field, select#circle_weekday, select#circle_time {
    width: 250px;
}

select#circle_time {
	margin-right: 10px;
}

#submit {
    background-color: #002f2a;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    width: 35%;
    display: block;
    margin: 0;
    letter-spacing: 2px;
    margin-top: 10px;
	height: 60px;
}

/* サークル一覧 */
.lcp_catlist li header.article-header.entry-header h1.entry-title {
    border: none;
    padding: 0;
}

.lcp_catlist {
	padding: 0;
}

.lcp_catlist li:after {
	content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    border: 15px solid #739900;
    border-top: 15px solid #739900;
    z-index: 1;
    transform: rotate(-225deg);
}

.lcp_catlist li {
	border: 2px solid #739900;
	padding:20px;
	position: relative;
    margin-bottom: 20px !important;
	list-style: none;
	overflow: hidden;
}

lcp_post {
    font-weight: bold;
    font-size: 140%;
    display: block;
}

lcp_post a {
	color: black;
	text-decoration: none;
	display: none;
}

.lcp_catlist p {
	margin: 0;
}

.lcp_catlist li header .entry-title {
	margin-bottom: 20px;
}
/* ページャー */
.lcp_paginator li {
	border: none !important;
}

.lcp_paginator {
	text-align: center;
	list-style-type:none;
}

/************************************
** お問い合わせ
************************************/
.color-674E0C {
	color: #674E0C;
}

.contact-top-text {
	color: #739900;
    font-weight: 600;
    font-size: 120%;
}

form.wpcf7-form {
    border: 2px solid #739900;
    padding: 30px 50px 0 50px;
    margin-top: 40px;
}

form.wpcf7-form > p {
    margin-bottom: 30px;
}

form.wpcf7-form > p > label >span {
    color: #ff0000;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    position: static;
    border-radius: 0;
    border: 2px solid #739900;
    width: 100% !important;
	display: block;
	height: auto;
	padding: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	
}

input[type='submit'] {
	padding: 6px 30px;
	width: auto;
    background-color: #002F2A;
    box-shadow: none;
    border: 2px solid #002F2A;
    color: white;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	margin-bottom: 40px;
	min-width: 170px;
}

input[type='button'] {
	padding: 6px 30px;
	width: auto;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #002F2A;
    color: #002F2A;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	margin-bottom: 10px;
	min-width: 170px;
}

.wpcf7-form-control-wrap > input[type='button'] {
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap > input[type='text'] {
	padding: 12px
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
}

.wpcf7-form > p > br {
	display: none;
}

.ajax-loader {
    display: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin-bottom: 20px;
    border: none;
    color: #ff0000;
    text-align: center;
}

/************************************
** ウェブアクセシビリティ
************************************/
.accessibility-list dt {
    font-weight: bold;
}

.accessibility-list dd {
    margin-bottom: 15px;
    margin-left: 20px;
}


@media screen and (max-width: 670px) {
	.su-post img {
		width: 40%;
		float: none;
	}
	
	.circle-detail p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
}

ul.lcp_catlist > a.entry-card-wrap.a-wrap.border-element.cf {
	border-bottom: none;
}
/************************************
** 検索結果
************************************/
.search-title {
	text-align: center;
	font-weight: 600;
	font-size: 130%;
	margin-bottom: 40px;
}

/* ページャー */
.wp-pagenavi a, .wp-pagenavi span {
	border: none;
}

a.previouspostslink, a.nextpostslink {
    text-decoration: underline;
}

.page.smaller, .page.larger {
    text-decoration: underline;
}

.wp-pagenavi {
    text-align: center;
	padding: 20px 0 50px 0;
}

.pages {
	display: none;
}

.search-result p {
    margin-bottom: 10px;
}

.search-result-item {
	display: flex;
	margin-bottom: 30px;
}

.search-result-item img {
	width: 20%;
	height: 93px;
	object-fit: cover;
	vertical-align: middle;
	margin-right: 15px;
}

.search-result-item p {
    float: right;
    margin: 0;	
	width: 100%;
}

/************************************
** カレンダーページ
************************************/
.eo-tc-event {
    border: 3px solid #739900;
    padding: 10px;
    min-height: 226px;
	margin-bottom: 25px;
}

.eo-event-thumbnail {
    margin: 0 !important;
}

.article ul li, .article ol li {
    margin: 0;
}

.eo-tc-event .eo-event-meta {
    margin: 0;
    padding: 0;
}

.eo-event-tmb img{
    min-height: 226px !important;
    object-fit: cover;
}

.eo-event-tmb {
	margin-right: 15px;
    float: left;
    min-height: 226px;
}

.eo-tc-event .eo-event-date {
	font-style: normal;
}

.eo-tc-event .eo-event-details {
    display: inline;
}

.eo-tc-event .eo-event-meta {
    position: static;
}

.eo-tc-event .eo-event-date {
    font-style: normal !important;
    margin: 0 !important;
	display: table-cell;
}

.eo-tc-event .eo-event-header {
	height: 100%;
    max-width: 100%;
    line-height: 29px;
    overflow: hidden;
    box-sizing: border-box;
}

.eo-event-title span {
	font-size: 120%;
}

.eo-event-content p {
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin: 0;
	font-size: 90%;
}

.eo-tc-event .eo-event-title {
    margin-bottom: 10px !important;
    margin-top: 5px;
}

.eo-tc-event .eo-event-content {
	margin-left: 0px !important;
    margin-top: 10px;
}

.eo-event-title {
    border: none;
}
/************************************
** 新着情報一覧ページ
************************************/



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1242px以下*/
@media screen and (max-width: 1242px){
	
	#textsize {
		position: relative !important;
		top: -90px !important;
		text-align: right !important;
	}
}

/*890px以下*/
@media screen and (max-width: 890px){
	.rental-room-detail {
		display: inline-block;
	}
	
	.rental-room-img {
		position: relative;
		left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
	}	
}

/*768px以下*/
@media screen and (max-width: 768px){
	.footer {
    	margin-top: 40px;
	}
	
	/* タブのスタイル */
	.su-tabs-nav {
		display: block;
	}
	
	.cat-label {
		font-size: 80%;
	}
	
	lcp_date {
		font-size: 85%;
		line-height: 1;
	}
	
	.lcp_title {
		font-size: 95%;
		line-height: 1.75
	}
	
	#navi {
		display: none;
	}
	
	#content-in {
		padding: 0;
	}
	
	#execphp-2 {
		display: none;
	}
	
	#execphp-3 {
		display: block;
		margin-bottom: 10px;
	}
	
	main.main, div.sidebar {
		margin-top: 0;
	}
	
	.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
		margin-top: 0;
	}
	
	/* パンくずリスト */
	.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
		padding: 10px 10px 0px 10px;
		font-size: 60% !important;
	}
	
	/* サイドバー */
	.no-mobile-sidebar #sidebar, .product-item-thumb-l, .swatchimages {
		display: block;
	}
	
	.top-text-size {
		font-size: 80%;
	}
	
	/* ヘッダーロゴ */
	.site-name-text img {
		filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.6));
		width: 70%;
		margin-left: 10px;
    	vertical-align: middle;
	}
	
	.su-tabs-nav span {
		display: block !important;
		width: 100% !important;
		border: none !important;
	}
	
	#footer-in {
		width: 100%;
	}
	
	.navi-footer-in > .menu-footer li.menu-item {
		width: 50%;
		border: 1px solid white;
		margin: 0;
		display: flex;
		flex: 1 1 auto;
		text-align: center;
	}
	
	.navi-footer-in > .menu-footer {
		border-bottom: 1px solid white !important;
	}
	
	.navi-footer-in a:hover {
		background-color: #e4e7e9;
		color: #666666;
		/* display: none; */
	}
	
	.footer {
		padding-top: 0;
	}
	
	.navi-footer-in > .menu-footer li.menu-item a {
		padding: 10px 10px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		line-height: 1.25;
	}
	
	.header-search {
		display: none;
	}
	
	/* ここから 検索フォーム */
	.content {
		margin-top: 0;
	}
	
	.search-edit, input[type="text"] {
		max-width: none;
	}
	/* ここまで 検索フォーム */
	
	/* 文字サイズ変更ボタン隠す */
	#textsize {
		display: none;
	}
	
	/* ここから タグ切り替え部分 */
	.entry-card-content {
		margin-left: 0;
		padding-top: 10.5vw;
	}

	.entry-card-snippet {
		display: none;
	}

	.post-date::before {
		display: none;
	}

	.entry-card-meta, .related-entry-card-meta {
		position: absolute;
		line-height: 1;
		top: 6.5vw;
		left: 0;
	}

	.article h2 {
		font-size: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 1rem;
	}
	
	.entry-card-content h2 {
		font-size: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	
	.entry-card-info > * {
		padding: 0;
	}

	.post-date {
		margin-right: 8px;
		font-size: 75%;
		font-weight: 600;
	}

	.e-card-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
		padding-left: 40%;
	}

	.top-post {
		display: none;
	}
	
	.article ul, .article ol {
		padding-left: 0;
		margin: 0;
	}
	
	.lcp_catlist2_text a {
		bottom: 0px;
	}
	
	.lcp_catlist2_text span {
		font-size: 75%;
		margin-top: 2px;
	}
	
	.lcp_catlist2_text a {
		font-size: 65%;
	}
	
	ul.lcp_paginator {
		font-size: 65%;
	}
	/* ここまで タグ切り替え部分 */
	
	/* フッター */
	.footer {
		border-bottom: 20px solid #739900;
	}
	
	.copyright {
		margin-top: 0;
		background-color: #739900;
		color: black;
		height: 20px;
		line-height: 20px;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 50%;
		display: block;
	}
	
	.copyright span{
		display: block;
	}
	
	/* 貸室切り替えボタン */
	.room-switch label {
		width: 30vw;
	}
	
	/* サークル検索フォーム */
	select#circle_time {
		display: block;
		margin: 0;
	}
	
	/* カレンダーイベント一覧 */
	h2.eo-event-title.entry-title span {
		line-height: 1.25;
	}

	.eo-event-tmb {
		margin-right: 15px;
		float: none;
		min-height: 0;
		display: flex;
		width: 100%;
	}

	.eo-event-tmb img {
		min-height: 226px !important;
		object-fit: cover;
		width: 100%;
	}

	.eo-tc-event .eo-event-header {
		font-size: 70%;
	}

	.eo-tc-event {
		min-height: 0;
	}
	
		/* 貸室・施設概要 */
	.rental-room-detail {
		text-align: left;
	}
	
	.rental-room-img {
		margin-bottom: 0px;
	}
	
	.rental-room-content {
		text-align: center;
		width: 100%;
	}

	.rental-room-detail {
		max-width: none;
		float: none;
		margin-left: 0;
	}
	
	.swiper1,.swiper2,.swiper3,.swiper4,.swiper5,.swiper6,.swiper7,.swiper8,.swiper9,.swiper10,.swiper11,.swiper12,.swiper13 {
		width: 100%;
		min-height: 300px;
		display: inline;
	}
	
	div.swiper-slide.swiper-slide-active img {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	
	.rental-room-detail {
		min-height: auto;
		margin-top: 20px;
		width: 100%;
		padding-left: 0;
	}
	
}

	/* ハンバーガーメニュー */
	.menu-item-44 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_top.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-43 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_facility.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-42 a {
		position: relative;
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_apply.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-41 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_event.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-40 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_circle.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-39 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_contact.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-38 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_access.png");
		background-repeat: no-repeat;
		background-position: 3% 50%;
    	background-size: 6vw;
	}

	.menu-item-44 ::before, .menu-item-43 ::before, .menu-item-42 ::before, .menu-item-41 ::before, .menu-item-40 ::before, .menu-item-39 ::before, .menu-item-38 ::before {
		width: 14px;
		height: 14px;
		border-top: 4px solid #739900;
		border-right: 4px solid #739900;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-item-44 a::before, .menu-item-43 a::before, .menu-item-42 a::before, .menu-item-41 a::before, .menu-item-40 a::before, .menu-item-39 a::before, .menu-item-38 a::before,
	.menu-item-44 a::after, .menu-item-43 a::after, .menu-item-42 a::after, .menu-item-41 a::after, .menu-item-40 a::after, .menu-item-39 a::after, .menu-item-38 a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	.cbp-spmenu {
		height: auto;
	}

	.custom #wprmenu_menu_ul {
		padding: 0;
	}

	#mg-wprm-wrap li.menu-item a {
		padding: 10px 10px 10px 70px;
	}

	#mg-wprm-wrap ul li {
		border-top: solid 1px #739900;
		border-bottom: solid 1px #739900;
	}

	html body div.wprm-overlay {
		background: transparent;
	}

	div#mg-wprm-wrap {
		border-top: 3px solid #739900;
		border-right: 4px solid #739900;
		border-bottom: 3px solid #739900;
		border-left: 4px solid #739900;
	}

	body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open, body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
		top: 105px !important;
		right: 10px;
	}

	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
		position: relative;
	}

	html.wprmenu-body-fixed {
		overflow: auto;
	}

	html.wprmenu-body-fixed body {
		position: relative !important;
	}

	.cbp-spmenu-top {
		top: -200%!important;
	}


/*480px以下*/
@media screen and (max-width: 480px){
	.lcp_catlist2 li {
		padding: 2% 0;
		height: 90px;
	}
	
	.cat-label {
		font-size: 55%;
		width: 110px;
	}
	
	.lcp_title {
		font-size: 70%;
		line-height: 2;
	}
	
	lcp_date {
		font-size: 65%;
		line-height: 1;
	}
	
	.post-date {
		font-size: 75%;
	}
	
	.widget h2 {
		font-size: 75%;
	}
	
	.entry-card-content {
		padding-top: 14vw;
	}
	
	.post-date {
		font-size: 65%;
	}
	
	.event-tab-event .entry-card-meta, .event-tab-facility .entry-card-meta, .event-tab-free .entry-card-meta {
		top: 10px;
	}
	
	.event-tab-event .entry-card-content, .event-tab-facility .entry-card-content, .event-tab-free .entry-card-content {
		padding-top: 2rem;
	}
	
	.event-tab .entry-card-wrap::before {
		content: "詳しい情報を見る >";
		position: absolute;
		bottom: 10px;
		right: 2px;
		font-size: 60%;
		color: #1967D2;
		border-bottom: 1px solid #1967D2;
		line-height: 1;
	}
	
	.event-tab .entry-card-thumb {
		margin-top: 2.5%;
	}
	
	.entry-card-meta, .related-entry-card-meta {
		top: 8vw;
	}
	
	.ect-entry-card .card-thumb, .rect-entry-card .card-thumb, .ect-big-card-first .card-thumb {
		margin: 6px 2.2% 6px 0;
	}
	
	/* 貸室切り替えボタン */
	.room-switch label {
		width: 42vw;
	}
	
	.comment {
		margin-bottom: 50px;
	}
	
	/* ハンバーガーメニュー */
	.menu-item-44 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_top.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-43 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_facility.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-42 a {
		position: relative;
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_apply.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-41 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_event.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-40 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_circle.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-39 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_contact.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}

	.menu-item-38 a {
		background: url("https://kumin-c.jp//wp-content/themes/teine-theme/images/header_access.png");
		background-repeat: no-repeat;
		background-position: 6% 50%;
		background-size: 10vw;
	}
}

/*375px以下*/
@media screen and (max-width: 375px) {
	.cat-label {
		font-size: 85% !important;
		width: 120px;
	}
	
	lcp_date {
		font-size: 95% !important;
		line-height: 1.25;
	}
	
	.lcp_title {
		font-size: 100% !important;
		line-height: 1.25;
	}
	
	.lcp_catlist2 li {
		padding: 2% 0;
		height: 70px;
	}
	
	* {
		font-size: 98% !important;
	}
	
	.site-name-text img {
		width: 54%;
	}
	
	/* タブ切り替え部分 */
	.entry-card-thumb {
		width: 30%;
	}
	
	.e-card-info {
		padding-left: 31%;
	}
	
	.e-card-info > span {
		margin-left: 2px;
		margin-top: -3px;
	}
	
	/* コピーライト */
	.copyright {
		font-size: 50% !important;
	}
	
	/* カレンダー部分 */
	#wp-calendar td.calendar-next a {
		position: relative;
		border: 1px solid #739900;
		display: inline-block;
		background-color: transparent;
		text-indent: -9999px;
		border-radius: 50px;
		width: 16px;
		height: 16px;
		text-align: left;
		top: 1px;
		right: 5px;
	}
	
	#wp-calendar td.calendar-next a:after {
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		border-right: 1px solid #739900;
		border-bottom: 1px solid #739900;
		top: 5px;
		left: 4px;
		transform: scale(1.5,1) rotate(-45deg);
	}
	
	/* タブ切り替え部分 */
	.entry-card-content {
		padding-top: 12vw;
	}

	.event-tab-event .entry-card-meta, .event-tab-facility .entry-card-meta, .event-tab-free .entry-card-meta {
		top: 6px;
	}
	
	.event-tab-event .entry-card-content, .event-tab-facility .entry-card-content, .event-tab-free .entry-card-content {
		padding-top: 2rem;
	}
	
	.event-tab .entry-card-wrap::before {
		bottom: 4px;
	}
	
	.entry-card-thumb {
		margin-top: 3.7%;
	}
	
	.event-tab .e-card-info > span {
		margin-top: 3px;
	}
	
	/* 貸室切り替えボタン */
	.room-switch label {
		width: 41vw;
	}
	
	/* ボタン矢印 */
	.reserve-btn2::before {
		width: 11px;
		height: 11px;
		border-top: 3px solid white;
		border-right: 3px solid white;
	}
	
	.comment {
		margin-bottom: 20px;
	}
	
	/* 検索窓 */
	.search-submit {
		height: 28px;
	}
}