/*
Theme Name: nobi
Author URI: http://codomode.net/
Description: 
Author:Tokyo Gakugei Univ. Children Institute for the Future
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Tags: 
Copyright: (c) 2016 Tokyo Gakugei Univ. Children Institute for the Future
*/
@charset "utf-8";

/* -------------------------------------

 base

------------------------------------- */
body, html {
	width:100%;
	height:100%;
}
html{
    scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
    font-family: "M PLUS Rounded 1c";
    font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:175%;
	word-wrap: break-word;
	background-color:#fff;
	background-attachment: fixed;
	background-image: url(//nobinovino.net/wp-content/uploads/bg-img.png);
	background-repeat: repeat;
	background-position: center center;
}
.head-margin {
	width:100%;
	max-height:140px;
	min-height:100px;
	width:12vw;
}
.contents-margin {
	width:100%;
	max-height:40px;
	min-height:20px;
	height:0.5vw;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
section {
	display:block;
	width:90%;
	max-width:960px;
	margin:0 auto;
	padding:0;
}
header {
	width:90%;
	margin:10px auto 10px;
	max-width:960px;
	display:block;
	height:80px;
}
.sp-btn {
	width: 120px;
	height: 48px;
	margin-right: 0;
	margin-left: auto;
	margin-top: -58px;
	display: block;
	z-index: 10001 !important;
	position: relative;
}
.sp-btn img {
	width: 48px;
	height: auto;
	margin: 0 6px;
}
@media all and (max-width: 1100px) {
.sp-btn {
	margin-right: 48px;
	margin-left: auto;
	display: block;
}
}
@media all and (max-width: 640px) {
.sp-btn {
	width: 100px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0rem;
	display: block;
}
.sp-btn img {
	width: 36px;
	height: auto;
	margin: 0 6px;
}
}
@media all and (max-width: 480px) {
header {
	width:90%;
	margin:10px auto 10px;
	max-width:960px;
	display:block;
	height:60px;
}
}
h1 {
	width:100%;
	margin:0;
	padding:0;
	position: relative;
}
h1 img {
	width:calc(100% - 80px);
	height:auto;
	max-width:320px;
	position: relative;
}
.bread {
	width:100%;
	margin-bottom:2em;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f4bcbb;
	margin-top:0em;
}
@media all and (max-width: 320px) {
.bread {
	margin-top:-1em;
}
}
/* OPEN / CLOSE BTNS */

.menu-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 999;
    display: inline;
    font-size: 64px;
	text-align:center;
}
.menu-btn span {
    display:block;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:56px;
	width:100%;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.btn-open:after {
	color:#6e655c;
    content: "\f20d";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #f4bcbb;
}

.btn-close:after {
    color: #6e655c;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #f4bcbb;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(245, 237, 224, 0.95);
}

footer {
	font-family: "M PLUS Rounded 1c";
	width:100%;
	background-color:#fcecec;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fcecec;
	padding-top:60px;
	padding-bottom:60px;
	color:#6e655c;
	margin:0;
}
.footerlink {
	width:90%;
	margin:0 auto;
	max-width:960px;
	display:block;
}
.footerlink h3 {
	font-size:16px;
	margin:0;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6e655c;
	margin-bottom:1em;
}
.footerlink h4 {
	font-size:16px;
	margin:0;
	font-weight:900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6e655c;
	margin-bottom:1em;
}
.footerlink h4 span {
    display: inline-block;
    font-weight: 300;
}
.footerlink a {
	color:#6e655c;
}
.footerlink a:hover {
	color:#b6b2ad;
}
a.footer-to-link {
	color:#6e655c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6e655c;
}
a:hover.footer-to-link {
	color:#b6b2ad;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b6b2ad;
}
.footerlink_main {
	width:55%;
	display:block;
	float:left;
	margin:0;
	position:relative;
	height:100%;
	padding-right:1em;
}
.footerlink_sub {
	width:45%;
	display:block;
	float:left;
	margin:0;
	position:relative;
	height:100%;
}
.supporter {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.supporter a {
    display: block;
    flex-basis:18%;
    margin: 1%;
    border: none;
}
.links {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.links a {
    display: block;
    flex-basis:23%;
    margin: 1%;
    border: none;
}
@media all and (max-width: 640px) {
.supporter a {
    flex-basis:31.333333%;
}
.links a {
    display: block;
    flex-basis:48%;
    margin: 1%;
    border: none;
}
}
.supporter a img, .links a img {
    width: 100%;
    height: auto;
    border: none;
}
.copyright {
	text-align:center;
	margin-top:60px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}
.copyright img {
    width: 160px;
    height: auto;
    margin: auto;
    margin-bottom:1em;
}
a .linkbtn {
	display:block;
	width:100%;
	max-width:20em;
	text-align:center;
	margin:0em auto;
	padding:1em;
	background-color:#f4bcbb;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:hover .linkbtn {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	color:#000;
}
@media all and (max-width: 640px) {
.menu-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 999;
    display: inline;
    font-size: 48px;
	text-align:center;
}
.menu-btn span {
    display:block;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:44px;
	width:100%;
}
.footerlink_main {
	width:100%;
}
.footerlink_sub {
	margin-top:1.75em;
	width:100%;
}
.notitleh3 {
	display:none;
}
}
.to-cityhall {
	width:100%;
	margin-bottom:20px;
	margin-top:0px;
}
.to-cityhall img {
	width:0%;
	max-width:0px;
	height:0;
}
.topics {
	width:calc(100% - 0px);
	text-align:left;
	position: relative;
}
.topics .topicstitle {
	display:block;
	float:left;
	width:5em;
}
.topics .topics-inner {
	display:block;
	width: calc(100% - 0em);
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	line-height:1.5;
}
.topics .topics-inner a {
	color: #000;
	text-decoration: none;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f4bcbb 0%) repeat scroll 0 0;
}
.topics .topics-inner a:hover {
	color: #000;
	text-decoration: none;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 20%, #f4bcbb 0%) repeat scroll 0 0;
}

@media all and (max-width: 640px) {
.topics {
	width:100%;
	float:none;
	text-align:left;
	display:block;
	display:block;
	padding-top:1rem;
	margin-bottom:10px;
}
.to-cityhall {
	width:100%;
	margin-bottom:0px;
	margin-top:0px;
}

}
/* -------------------------------------

 Home

------------------------------------- */
#home h2, #petit h2, #petitrepo h2, #page h2 {
	font-size:28px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #f4bcbb;
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-weight:100;
	line-height:125%;
	font-family: "M PLUS Rounded 1c";
}
#home h2 img, #petit h2 img, #petitrepo h2 img, #page h2 img {
    width: 1em;
    height: auto;
    margin-bottom: -0.125em;
}
#home h2 .h2_sub, #petit h2 .h2_sub, #page h2 .h2_sub {
	font-size: 16px;
	line-height: 150%;
	display: block;
	margin-left: 0em;
	margin-top: 0.5em;
}

.h2_sub a {
	text-decoration:underline;
}
#home h3 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #f4bcbb;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	font-size:16px;
	text-align:left;
}
#home strong {
	font-weight:700;
	font-size:14px;
}
.contents {
	width:100%;
	margin-bottom:10px;
}
.home-report {
	text-align:center;
	display: block;
	overflow: auto;	
}
.reportimg {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0.5em;
	margin-bottom:0.5em;	
}
.reportimg img {
	width:100%;
	height:auto;
	border: 0px solid #999;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.home-report-text {
	width:100%;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:14px;
	line-height:150%;
}
a .home-report-text {
	color: #000;
	text-decoration: underline;
}
a:hover .home-report-text {
	color: #38b48b;
	text-decoration: none;
}
.left_main {
	width:67%;
	float:left;
}
.left_main a {
	color: #38b48b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #38b48b;
	border-right-color: #38b48b;
	border-bottom-color: #38b48b;
	border-left-color: #38b48b;
}
.left_main a:hover {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.left_main img {
	width:100%;
	height:auto;
	margin:0;
}
.slideshow {
	width:100%;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}
.slideshow-over-left, .slideshow-over-right {
    position: absolute;
    width: 24.583333%;
    padding-top: 35.520833%;
    background-color: rgba(255,255,255,0.7);
    z-index: 8;
}
.slideshow-over-left {
    top: 0;
    left: 0;
}
.slideshow-over-right {
    top: 0;
    right: 0;
}
.left_maincontents {
	width:100%;
	position:relative;
	
}
.left_maincontents img {
	width:100%;
	height:auto;
}
.mark-area {
 width: 32px;
display: inline-block;
	position: relative;
}
.mark-area img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -1em;
}
.right_menucontens {
	width: 25%;
	position:absolute;
	top:0;
	right:0;
	height:100%;
    background: rgba(245, 237, 224, 0.9);
	padding:0.5em 1em;
	display:none;
}
.center_menucontents {
	display:none;
}
.left_menucontens {
	width: 25%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
    background: rgba(245, 237, 224, 0.9);
	padding:0.5em 1em;
}

.right_menu {
	width: 30%;
	float:right;
}

.right_menu ul {
	margin:0;
	padding:0;
}
.right_menu li {
	list-style-type: none;
	margin-bottom:0.5em;
}
.petit-home {
	width:12%;
	float:left;
	margin:2.3%;
	position:relative;
}
.petit-home-5 {
	width:14%;
	float:left;
	margin:3%;
	position:relative;
}

.petit {
	width:100%;
	background-size:cover;
	position:relative;
}
.petit-date {
	width:100%;
	font-size:12px;
	line-height:200%;
	text-align:center;
}
.new-entry {
	color:#f30;
	margin-right:0.5em;
}
a .petit {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:hover .petit {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
a:hover .petit img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.petit img {
	width:100%;
	height:auto;
}

.left_main_cal {
	width:100%;
	float:left;
    position: relative;
    padding-top: 2rem;
}
.left_main_cal a {
	color: #38b48b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #38b48b;
	border-right-color: #38b48b;
	border-bottom-color: #38b48b;
	border-left-color: #38b48b;
}
.left_main_cal a:hover {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.left_main_cal img {
	width:100%;
	height:auto;
	margin:0;
}

a .cal-link {
	margin-top:1em;
	padding:0.5em;
	font-size:1.2em;
	text-align: center;
	border: 1px solid #f4bcbb;
	background-color:#f6ece2;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover .cal-link {
	color:#000;
	background-color: #f4bcbb;
}

.calendar_link {
    position: absolute;
    top: 1.25rem;
    right: 0;
    width: 100%;
    text-align: right;
    margin-bottom: 0rem;
    background-color: #fff;
    z-index: 100;
}
.calendar_link a {
    display: block;
    font-size: 14px;
    padding: 0.5rem;
    border: 1px solid #999;
    margin: 0rem;
    text-align: center;
    margin-left: auto;
    width: 10rem;
    color: #333;
    background-color: #f6ece3;
}
.calendar_link a:hover {
    border-color: #E1A7A6;
    background-color: #E1A7A6;
    color: #fff;
}

.network-left {
	float:left;
	width: calc(100% - 320px);
	display:block;
}

.network-right {
	float:right;
	width:288px;
}
.info-cat {
}
.info-cat a {
	display:block;
	margin-bottom:0.5em;
}

.info-cat img {
	width:32px;
	height:auto;
	margin-right:0.5em;
	vertical-align: middle;
}
.other-cal {
	width:100%;
	text-align:right;
	margin-top:1em;
	position:relative;
}
.other-cal img {
	width:60%;
	max-width:234px;
	height:auto;
	margin-right:-6px;
	top:0;
}

.other-cal a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
.other-cal a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
@media all and (max-width: 769px) {
    .slideshow-over-left, .slideshow-over-right {
        display: none;
    }
.network-left {
	float:none;
	width:100%;
}
.network-right {
	float:none;
	width:288px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
}	
.slideshow {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.slides img {
	width:100%;
	height:auto;
}
.top-topics {
	display:table;
	width:100%;
	margin-top:4%;
}
.left_maincontents {
	width:100%;
	position:relative;
}
.left_maincontents img {
	width:100%;
	height:auto;
}

.right_menucontens {
	width: 45%;
	position:relative;
	height:100%;
	display:table-cell;
	padding:0;
	background-color:#fff;
}
.left_menucontens {
	width: 45%;
	position:relative;
	height:100%;
	display:table-cell;
	padding:0;
	background-color:#fff;
}
.center_menucontents {
	display:table-cell;
	width:10%;
}
.reportimg {
	width:100%;
	margin-top:1em;
	margin-bottom:0.5em;	
}

}
@media all and (max-width: 640px) {
#home h2, #petit h2, #petitrepo h2 {
	font-size:24px;
}	
#home h2 .h2_sub, #petit h2 .h2_sub {
	line-height:125%;
	display:block;
	margin-left:0em;
	font-size:12px;
}
.left_main {
	width:100%;
	float:none;
	margin-bottom:40px;
}
.left_main img {
	width:100%;
	height:auto;
}
.right_menu {
	width: 100%;
	float:none;
}
.petit-home {
	width:27.333333%;
	float:left;
	margin:3%;
	background-size:cover;
}
}

/* -------------------------------------

 リンク

------------------------------------- */
.link-categorys {
	display:block;
	text-align:center;
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.link-categorys .link-category {
	display:inline-block;
	width:22%;
	padding:6px;
	margin-bottom:1em;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	white-space: nowrap;
}
.link-categorys .link-category:hover {
}
.link-categorys .link-category span {
	white-space: nowrap;
}
.link-categorys .link-category img {
	width:100%;
	height:auto;
}
.link-categorys .link-category:hover img {

}
.category01 span {
}
.category02 span {
}
.category03 span {
}
.category04 span {
	letter-spacing:0.1em;
}
.category05 span {
}
.category06 span {
}
.category07 span {
	letter-spacing:0.1em;
}
.category00 span {
	letter-spacing:0.1em;
}


.filter .category00, #Grid .category00 {
	background-color: rgba(132, 203, 204, 0.1);
}
.filter:hover .category00 {
	background-color: rgba(132, 203, 204, 0.3);
}
.filter .category01, #Grid .category01 {
	background-color: rgba(245, 188, 183, 0.1);
}
.filter:hover .category01 {
	background-color: rgba(245, 188, 18, 0.3);
}
.filter .category02, #Grid .category02 {
	background-color: rgba(248, 192, 88, 0.1);
}
.filter:hover .category02 {
	background-color: rgba(248, 192, 88, 0.3);
}
.filter .category03, #Grid .category03 {
	background-color: rgba(173, 215, 242, 0.1);
}
.filter:hover .category03 {
	background-color: rgba(173, 215, 242, 0.3);
}
.filter .category04, #Grid .category04 {
	background-color: rgba(171, 211, 140, 0.1);
}
.filter:hover .category04 {
	background-color: rgba(171, 211, 140, 0.3);
}
.filter .category05, #Grid .category05 {
	background-color: rgba(237, 220, 97, 0.1);
}
.filter:hover .category05 {
	background-color: rgba(237, 220, 97, 0.3);
}
.filter .category06, #Grid .category06 {
	background-color: rgba(210, 176, 135, 0.1);
}
.filter:hover .category06 {
	background-color: rgba(210, 176, 135, 0.3);
}
.filter .category07, #Grid .category07 {
	background-color: rgba(205, 145, 190, 0.1);
}
.filter:hover .category07 {
	background-color: rgba(205, 145, 190, 0.1);
}
.mix, .gap {
	width:45%;
	margin:2.5%;
	color:#000;
	padding:1em;
	float:left;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
	position:relative;
	box-shadow: 5px 5px 5px 0px rgba(113,105,70,0.3);
	line-height:150%;
	font-size:14px;
}
.mix h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:0.5em;
	font-size:16px;
	margin-top: -0.25em;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: 100;
}
.mix h4 img {
	width:37px;
	height:32px;
	margin-right:8px;
	vertical-align: middle;
}
.mix .contact {
	margin-top:1em;
	font-size:14px;
}
#Grid .mix {
display: none;
opacity: 0;
}
.joinlist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.joinlist p {
	margin:0;
	padding:0;
}
.join_title {
	font-size:1em;
	font-weight:bold;
}
a .join-cat {
	display:inline-block;
	font-size:12px;
	padding:0.25em 0.5em;
	margin-right:0.1em;
	margin-bottom:0.1em;
	margin-top:0em;
    border-radius: 1em;
    line-height: 1:
    
}
a:hover .join-cat {
}

a .join01 {
	background-color:rgba(245, 188, 183, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join01 {
	background-color:rgba(245, 188, 183, 0.5);
}
a .join02 {
	background-color:rgba(248, 192, 88, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join02 {
	background-color:rgba(248, 192, 88, 0.5);
}
a .join03 {
	background-color:rgba(173, 215, 242, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join03 {
	background-color:rgba(173, 215, 242, 0.5);
}
a .join04 {
	background-color:rgba(171, 211, 140, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join04 {
	background-color:rgba(171, 211, 140, 0.5);
}
a .join05 {
	background-color:rgba(237, 220, 97, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join05 {
	background-color:rgba(237, 220, 97, 0.5);
}
a .join06 {
	background-color:rgba(210, 176, 135, 1);
	color:#fff;
	border: 0px solid #fff;
}
a:hover .join06 {
	background-color:rgba(210, 176, 135, 0.5);
}

.join-cat {
}
.information {
    font-size: 12px;
    color: #666;
    background-color: rgba(255,255,255,0);
    padding: 0 0.5em;
    display: inline-block;
    margin-left: 0.5em;
    font-weight: normal;
    margin-bottom: 0.25em;
    margin-top: -0.5em !important;
    border: 1px solid rgba(0,0,0,0.3);
}
a:hover .information {
	color:#fff;
	background-color:#666;
}
.joinlink {
	height:4em;
}
.jointable {
	display:table;
	width:100%;
	margin-bottom:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.tableth {
	display:table-cell;
	width:8em;
	padding-bottom:1em;
	font-weight:700;
}
.tabletd {
	display:table-cell;
	padding-bottom:1em;
}
.thblank {
}
@media all and (max-width: 980px) {
.link-categorys .link-category {
	width:30%;
}
}
@media all and (max-width: 769px) {
.joinlink {
	height:0em;
}
.jointable {
	display:block;
	width:100%;
	margin-bottom:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.tableth {
	display:block;
	width:100%;
	padding-bottom:1em;
	font-weight:700;
}
.tabletd {
	display:block;
	width:100%;
	padding-bottom:1em;
}
.thblank {
}
	
}
@media all and (max-width: 720px) {
.link-categorys .link-category {
	width:47%;
	font-size:12px;
}
}
@media all and (max-width: 640px) {
.mix {
	width:95%;
	float:none;
}
}
@media all and (max-width: 380px) {
.link-categorys .link-category {
	width:47%;
	font-size:12px;
	overflow:hidden;
	white-space: nowrap;
	padding:4px 2px;
}
.link-categorys .link-category img {
}
}
/* -------------------------------------

 ぷちレポ

------------------------------------- */
#petitrepo a {
	color: #38b48b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #38b48b;
}
#petitrepo a:hover {
	border-bottom-style: solid;
}
.petit-box {
	display:block;
	width:25%;
	float:left;
	margin-bottom:60px;
	position:relative;
	text-align:center;
	padding:0.5em;
}
.petit-repo {
	width:60%;
	margin-bottom:6px;
	background-size:cover;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.petit-thum {
	width:80px;
	height:80px;
	background-size:cover;
	position:relative;
	float:left;
	margin-right:20px;
}
.petit-thum img {
	width:80px;
	height:80px;
}
.petit-menu {
	width:80%;
	margin-bottom:20px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.petit-title {
	width:100%;
	text-align:center;
	height:3em;
	overflow:hidden;
	font-size:12px;
}
a:hover .petit-repo {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
a:hover .petit-repo img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.petit-repo img {
	width:100%;
	height:auto;
}
.petit_menu:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.petit_date {
	font-size:1em;
	line-height:calc(1em + 4px);
}
.petit_title {
	font-size:20px;
	line-height:24px;
}
.about {
	font-size:1em;
	line-height:calc(1em + 4px);
}
.about02 {
	font-size:16px;
	font-weight: bold;
	color: rgba(204,153,102,1.00);
	margin-top: 6px;
}
.petit-about {
	font-size:1em;
	line-height:calc(1em + 4px);
}
.petit-about img {
	width: 36px;
	height: 36px;
}
@media all and (max-width: 769px) {
.petit-box {
	width:33.3%;
	font-size:12px;
}
.petit-repo {
	width:90%;
}
.petit-menu {
	width:100%;
}
.petit-thum {
	width:64px;
	height:64px;
}

}
/* -------------------------------------

 ぷちレポ記事

------------------------------------- */
#petitrepo .contents {
	max-width:640px;
	margin:auto;
	line-height:2;
}
#petitrepo img {
	display:block;
	margin:0em auto;
	width:100%;
	height:auto;
}
@media all and (max-width: 769px) {

}
.tags {
	color:#f4bcbb;
}
/* -------------------------------------

 その他ページ

------------------------------------- */
#page .wrap {
	width:90%;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}
label {
	display:block;
}
#my-calendar a {
	color: #000;
	text-decoration: none;
	display: block;
	border-width: 0px;
}
#my-calendar a:hover {
	color: #E97976;
	text-decoration: none;
}
#my-calendar mcajax {
	color: #fff;
	text-decoration: none;
	border-width: 0px;
}
#my-calendar mcajax:hover {
	color: #000;
	text-decoration: none;
}
#my-calendar .has-events .mc-date {
	font-weight:700;
	color:000 !important;
	text-decoration:underline !important;
}
.profile li {
	list-style-type: decimal;
	margin-bottom:1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-position: inside;
}
.profile02 {
	margin-top:1em;
	margin-bottom:1em;
}
.profile02 li {
  padding-left: 1em;
  text-indent: -0em;
  list-style-position: inside;
	list-style-type: disc;
}
#firstcontact h3 {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#firstcontact a {
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#firstcontact a:hover {
	color: #38b48b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #38b48b;
}
.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}

.tag-cloud a {
	display:inline-block;
	color:rgba(0,0,0,0.7);
	padding:4px 0.5em;
	margin-right:0px;
	margin-bottom:4px;
	background-color:rgba(255,255,200,1);
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}
.tag-cloud a:hover {
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,64,1);
}
#my-calendar td h3.event-title a {
	text-decoration: underline;
	text-decoration-color: #69C;
}

.park th, .park td {
	border-bottom: 1px solid rgba(0,0,0,0.20);
	padding: 0.5em;
}
.park th {
	width: 7em;
}
.park td {
	width: calc(100% - 7em);
}
.parkselect {
	width: 100%;
	margin-bottom: 60px;
	margin-top: 20px;
}
.parkselect-home {
	width: 100%;
	max-width: 960px;
	margin: auto;
	margin-bottom: 60px;
	margin-top: 20px;
}
.parkselect-home img, .parkselect img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
}
.parkselect a {
	text-decoration: none !important;
	border-bottom-width: 0 !important;
}
.parkselect a .park_sel, .parkselect-home a .park_sel {
	width: 16.6666%;
	padding: 1%;
	font-size: 0;
	display: inline-block;
}
.parkselect a .park_sel img, .parkselect-home a .park_sel img {
	width: 100%;
	height: auto;
	max-width: 48px;
}
@media all and (max-width: 640px) {
.park th {
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0.1);
}
.park td {
	width: 100%;
	display: block;
}
.parkselect a .park_sel, .parkselect-home a .park_sel {
	width: 33.3333%;
	padding: 2%;
}
}

/* 公園マップ：new */
#p-map {
    
}

.p-map {
    display: block;width: 100%;
    position: relative;
    background-image: url("images/p_map.png");
    background-size: cover;
    background-position: center;
}
.p-map:before {
    content: "";
    display: block;
    padding-top: 81.801126%;
}
.p-map-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.map_b {
    width: 8.067542%;
    height: auto;
}
.map_b img {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.map_b:hover img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5));    
}
.map_c {
    width: 11.069418%;
    height: auto;
}
.map_b img, .map_c img {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.map_b:hover img, .map_c:hover img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5));    
}
.map_b.area_a {
    position: absolute;
    top: 29.791835%;
    left: 27.485929%;
}
.map_b.area_b {
    position: absolute;
    top: 25.458716%;
    left: 53.095685%;
}
.map_b.area_c {
    position: absolute;
    top: 30.275229%;
    left: 70.637899%;
}
.map_b.area_d {
    position: absolute;
    top: 52.866972%;
    left: 24.108818%;
}
.map_b.area_e {
    position: absolute;
    top: 59.518349%;
    left: 45.028143%;
}
.map_c.area_all {
    position: absolute;
    top: 84.862385%;
    left: 85.928705%;
}
.p-map-select {
    width: 100%;
    max-width: 400px;
    margin: 80px auto 40px;
    display: block;
}
.p-map-select ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.p-map-select li {
    flex-basis: 12.5%; 
}
@media all and (max-width: 500px) {
.p-map-select {
    margin: 40px auto;
}
.p-map-select li {
    flex-basis: 11%; 
}
}
.p-map-select li a, .p-map-select li a:hover {
    border-width: 0;
}
.p-map-select li a img {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.p-map-select li a:hover img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5)); 
    -webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.p-map-sel-text {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 80px;
}
.p-map-sel-text ul {
    width: calc(100% - 21px - 0.75em);
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-left: calc(21px + 0.75em);
}
.p-map-sel-text ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}
.p-map-sel-text ul li:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0.5em;
    margin-left: calc(-21px - 0.75em);
}
.p-map-sel-text ul li:nth-child(1):before {
    background-image: url(images/p_map_b_a2.png);
}
.p-map-sel-text ul li:nth-child(2):before {
    background-image: url(images/p_map_b_b2.png);
}
.p-map-sel-text ul li:nth-child(3):before {
    background-image: url(images/p_map_b_c2.png);
}
.p-map-sel-text ul li:nth-child(4):before {
    background-image: url(images/p_map_b_d2.png);
}
.p-map-sel-text ul li:nth-child(5):before {
    background-image: url(images/p_map_b_e2.png);
}
.park-all-column {
  width: 100%;
    margin: auto;
  column-count: 3;
  column-width: 30%;
}
@media all and (max-width: 769px) {
.park-all-column {
  width: 100%;
    margin: auto;
  column-count: 2;
  column-width: 45%;
}
}
@media all and (max-width: 480px) {
.park-all-column {
  width: 100%;
    max-width: 400px;
    margin: auto;
  column-count: 1;
  column-width: 100%;
}
}
ul.p-map-archive {

}
.park-all-column a li {
    display: block;
    width: 100%;
    margin-bottom: 0.25em;
}
.park-all-column a li:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 0.5em;
}
.park-all-column a li.park-1:before {
    background-image: url(images/p_map_b_a2.png);
}
.park-all-column a li.park-2:before {
    background-image: url(images/p_map_b_b2.png);
}
.park-all-column a li.park-3:before {
    background-image: url(images/p_map_b_c2.png);
}
.park-all-column a li.park-4:before {
    background-image: url(images/p_map_b_d2.png);
}
.park-all-column a li.park-5:before {
    background-image: url(images/p_map_b_e2.png);
}

/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.ofi {
	object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
	object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
	font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
  svg {
    width: 100%;
    height: auto;
  }
.petit-all {
	width: 100%;
	max-width: 860px;
	margin: auto;
}
a .petit-solo {
	width: calc(100% / 4 - 10%);
	margin: 2.5% 5%;
	position: relative;
	float: left;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover .petit-solo {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.petit-over {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.petit-over img {
	width: 100%;
	height: auto;
}
.petit-date {
	display: block;
	margin-top: 0em;
	text-align: center;
	color: #000;
	height: 2.5em;
	line-height: 1.25;
}
.petit-new {
	display: inline-block;
	color: #f00;
	margin-right: 0.5em;
}
@media all and (max-width: 480px) {
a .petit-solo {
	width: calc(100% / 2 - 10%);
	margin: 2.5% 5%;
}	
}
.network-banner {
	float: left;
	width: 22%;
	margin: 2% 1.5%;
	text-align: center;
}
.network-banner img {
	width:100%;
	max-width:240px;
	height:auto;
	margin-bottom:1em;
	display:inline;
	margin-left:auto;
	margin-right:auto;
}
.
.stand-by {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.network-banner p {
	display:block;
	margin:0;
	padding:0;
	height:4em;
	line-height: 125%;
}
@media all and (max-width: 720px) {
.network-banner {
	float: left;
	width: 30%;
	margin: 2% 1.5%;
	text-align: center;
}
}
@media all and (max-width: 480px) {
.network-banner {
	float: left;
	width: 45%;
	margin: 2% 2.5%;
	text-align: center;
}
}

.review_01 {
	width: 100%;
	margin-bottom: 80px;
}
.review_02 {
	width: 100%;
}
.review_02a {
	width: 45%;
	float: left;
}
.review_02b {
	width: 45%;
	float: right;
}
.sns {
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.review_02a .sns {
	margin-left: 0;
}
@media all and (max-width: 640px) {
.review_02a {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.review_02b {
	width: 100%;
	float: none;
}

}
.mapsel {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	text-align: left;
	color: rgba(106,57,6,1);
}
.mapsel a {
	color: rgba(106,57,6,1);
}
.mapsel a:hover {
	color: rgba(106,57,6,0.5);
}

.mc-toggle.close{
	background-image: url(/images/event-close.png) !important;
}

/* -------------------------------------

公園マップ用

------------------------------------- */
.p-map-menu {
	width:100%;
    margin: auto;
	margin-bottom:20px;
	text-align:left;
	font-size:1em;
	line-height:1.25;
}
a .p-map-menu {
	color: rgba(0,0,0,0.8);
}
a:hover .p-map-menu {
	color: #f4bcbb;
}
.p-map-sel-text a {
	color: rgba(106,57,6,1);
    color: rgba(0,0,0,1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.p-map-sel-text a:hover {
	color: rgba(106,57,6,0.7);
}
.p-map-thum {
	width:80px;
	height:80px;
	background-size:cover;
	position:relative;
	float:left;
}
.p-map-thum img {
	width:80px;
	height:80px;
}
.p-map-about {
	font-size:1em;
	line-height:1.25;
    width: calc(100% - 90px);
    float: right;
    margin: 0;
    margin-top: -5px;
}
.p-map-about02 {
	font-size:16px;
	font-weight: bold;
	color: rgba(204,153,102,1.00);
	margin-top: 6px;
}
.p-map-about02 img {
	width: 18px;
	height: auto;
    margin-bottom: -1px;
}
.p-map-title {
	width:100%;
	text-align:left;
	overflow:hidden;
	font-size:20px;
	line-height:1.25;
    margin-bottom: 0.25em;
}
.p-map_menu:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

@media all and (max-width: 769px) {
.p-map-menu {
	width:100%;
}
.p-map-about {
    width: calc(100% - 70px);
    margin-top: -5px;
}
.p-map-thum {
	width:64px;
	height:64px;
}
}
.suport_btns {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 40px auto;
}
.suport_btn {
    width: 20%;
    margin: 0 15%;
    float: left;
}
.suport_btn img {
    width: 100%;
    height: auto;
}
a .suport_btn {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover .suport_btn {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
a.url, a.summary {
    color: #000 !important;
    border-bottom-width: 0px !important;
    border-bottom-color: #000 !important;
    border-bottom-style: dotted !important;
}

.tanken {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.tanken .tanken_button {
    display: block;
    width: 20%;
    max-width: 160px;
}
.tanken .tanken_button img {
    width: 100%;
    height: auto;
}
.tanken .tanken_button a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tanken .tanken_button a:hover img {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
@media all and (max-width: 600px) {
.tanken {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.tanken .tanken_button {
    display: block;
    width: 40%;
    max-width: 180px;
    margin-bottom: 2rem;
}
}

/* -------------------------------------

つぶや木

------------------------------------- */
.tsubuyaki-header {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    color: #76564a;
    text-align: center;
	font-family: "M PLUS Rounded 1c";
}
.tsubuyaki-header img {
    width: 100%;
    max-width: 1028px;
    height: auto;
    margin: auto;
    display: block;
}
.tsubuyaki-title {
	display:flex;
	width:95%;
	max-width:640px;
	margin:0 auto;
	align-items: center;
	margin-top: 1rem;
}
.tsubuyaki-title-h1 {
    width: 50%;
}
.tsubuyaki-title-link {
    width: 50%;
}
.tsubuyaki-title-h1 img {
	width: 100%;
	height: auto;
}
.tsubuyaki-title-link img {
    width: calc(100% - 2rem);
	max-width: 260px;
	height: auto;
	margin-left: auto;
	margin-right: 0;
}
.tsubuyaki-header p {
    display: inline-block;
    text-align: left;
    margin-top: 2rem;
    padding: 0 1rem;
}
section#tsubuyaki {
	display:block;
	width:95%;
	max-width:640px;
	margin:0 auto;
	padding:0 1rem;
    color: #76564a;
	font-family: "M PLUS Rounded 1c";
}
.balloon{
    color:#000;
    position:relative;
    width:100%;
    height:auto;
    padding:1rem 1.5rem;
    text-align:left;
    font-size:1rem;
    border-radius:2rem;
    -webkit-border-radius:2rem;
    -moz-border-radius:2rem;
    margin-bottom: 2rem;
    text-align: justify;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;

}
.tsubuyaki-left {
    margin-left: 18px;
}
.tsubuyaki-right {
    margin-left: -18px;
}
.tsubuyaki-left::before {
  left: -18px;
  top: calc(50% - 18px);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
    transform: scale(1.2, 0.6) rotate(180deg);
}
.tsubuyaki-right::before {
  right: -18px;
  top: calc(50% - 18px);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
    transform: scale(1.4, 0.6);
}

.yellow-green {
    background:#ecff7a;
}
.yellow-green::before{
  border-left: 18px solid #ecff7a;
}
.pink {
    background:#ffdbd8;
}
.pink::before{
  border-left: 18px solid #ffdbd8;
}
.beige {
    background:#e5dfbb;
}
.beige::before{
  border-left: 18px solid #e5dfbb;
}
.light-blue {
    background:#c0f0dd;
}
.light-blue::before{
  border-left: 18px solid #c0f0dd;
}
.tsubuyaki-name {
    font-weight: 800;
}
.tsubuyaki-info {
    margin-bottom: 1.5rem;
}
.tsubuyaki-date {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.event-title {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    background-color: rgba(255,255,255,0) !important;
	border-width: 0 !important;
}
.mc-date-container, .mc-date {
	background-color: #f2b4b3 !important;
	color: #fff !important;
}
.mc-date-container {
	background-color: transparent !important;
}
.event-title svg {
	display: none !important;
}


.content-group {
     width: 90%;
    max-width: 800px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 8rem;
	font-size: 1.125rem;
}
.group-column {
  width: 100%;
    margin: auto;
  column-count: 2;
  column-width: 45%;
column-gap:5%;
	color: #000;
}
@media all and (max-width: 480px) {
.group-column {
  width: 100%;
 margin: auto;
  column-count: 1;
  column-width: 100%;
    column-gap:0;
}
}
.group-column ul {
    list-style-position: outside;
    list-style-type: disc;
}
.group-column ul  li {
    display: block;
    line-height: 2rem;
    margin: 0;
    margin-bottom: 1rem;
}
.group-column ul li a:before {
font-family: "FontAwesome";
content: '\f138';
margin-right:0.5rem;
}
.group-column ul li a {
color:#000;
border-color:rgba(0,0,0,0);
}
.group-column ul li a:hover {
color:#fc0;
border-color:#fc0;
}
.card a {
    color: #000;
    border-bottom: 1px dotted rgba(0,0,0,1.00);
}
.card h4 a {
    color: #000;
    border-bottom: 0px dotted rgba(0,0,0,1.00);
}
.single-cat {}
.single-cat a {
    border-bottom: 1px dotted rgba(1,1,1,1.00);
}
.single-cat a:hover {
	color: #f4bcbb;
    border-bottom: 1px dotted #f4bcbb;
}