
/*! #######################################################################

	MeanMenu 2.0.6
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	/*background: #0c1923;*/
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	display: block;
	width: 30px;
	height: 30px;
	background: #87837a url(../img/common/open.png) no-repeat;
	/*padding: 13px 13px 11px 13px;*/
	position: absolute;
	top: 10px;
	right: 10px !important;;
	cursor: pointer;
	/*
	color: #87837a;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	*/
}

/*開く*/
/*.mean-container a.meanmenu-reveal span {
	display: block;
	background: #87837a;
	height: 3px;
	margin-top: 3px;
}
*/
.mean-container .mean-nav {
	float: left;
	width: 100%;
	/*background: #0c1923;*/
	margin-top: 44px;
}
/*
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}
*/
.mean-container .mean-push {
	/*float: left;*/
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;

}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}


.mean-remove {
	display: none !important;
}




/******************************************** 1909追記 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mente_contentsbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.mente_contentsbox:last-child {
    margin-bottom: 0;
}

h4.mainte_ttl01 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}
h5.mainte_ttl01_sub {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 30px;
}
h6.mainte_ttl02 {
    font-size: 17px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.mainte_txt {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.flexbox_mente_221 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_mente_221:nth-child(1) {
    width: 58%;
}
.f_item_mente_221:nth-child(2) {
    width: 40%;
}

.creche {
    position: absolute;
    top: 0;
    right: 0;
}
.creche a:hover {
  transition: 0.5s ;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.flexbox_mente_331 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_mente_331 {
    display: inline-block;
    width: 31.3333%;
}

.caption{
    display: inline-block;
    margin-top: 5px;
}

@media (max-width: 767px) {

    .f_item_mente_221:nth-child(1) {
        width: 100%;
        margin-bottom: 15px;
    }
    .f_item_mente_221:nth-child(2) {
        width: 100%;
    }

    .creche {
        position: static;
        top: inherit;
        right: inherit;
        text-align: center;
        margin-bottom: 30px;
    }

    .f_item_mente_331 {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

}