@charset "UTF-8";
/* css Feature [main] */

/*---------------------------------------------------- */
/* thissite */
/*---------------------------------------------------- */
#thissite {
	margin-bottom: 15px;
}

/*---------------------------------------------------- */
/* Contents */
/*---------------------------------------------------- */
#mc-contents {
	padding-top: 0;
}

#main-cont-title {
	padding-top: 120px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
}

#main-cont-title h2 {
	color: #303133;
}

/*---------------------------------------------------- */
/* Navi */
/*---------------------------------------------------- */
#content-navi {
	width: calc(100% - 20px);
	padding-top: calc(112px + 86px);
	position: absolute;
	top: 0;
	z-index: 2;
}

#content-navi ul li {
	width: 33.33333%;
}

#content-navi ul li a {
	background-color: rgba(255, 255, 255, .9);
	border-color: rgba(255, 255, 255, .75);
	border-left-color: #dddad1;
	/*border-top-style: none;
	border-bottom-style: none;*/
}

#content-navi ul li a:hover {
	border-color: rgba(156, 150, 131, 0);
}

#content-navi ul li a.active {
	background-color: rgba(156, 150, 131, .9);
	border-color: rgba(156, 150, 131, .9);
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
#content-heading {
	padding-bottom: 0;
}

#content-heading .headtitle {
	color: #303133;
	width: calc(100% - 20px);
	padding-top: calc(112px + 86px + 32px + 15px);
	border-bottom: 2px solid rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	z-index: 1;
}

#content-heading .headtitle:after {
	border: 6px solid rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, .4);
}

.category-title {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
	color: #00736d;
	font-size: 182%;
	font-weight: 600;
	font-style: normal;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.detail p {
	font-size: 123.1%;
	margin: 0;
	padding: 0;
	position: relative;
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* thissite */
/*---------------------------------------------------- */
#thissite {
	margin-bottom: 10px;
}

/*---------------------------------------------------- */
/* Contents */
/*---------------------------------------------------- */
#main-cont-title {
	padding-top: 110px;
	width: 90%;
}

#main-cont-title h2 {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Navi */
/*---------------------------------------------------- */
#content-navi .mobile-only {
	display: none!important;
	visibility: hidden!important;
	overflow: hidden!important;
	width: 0!important;
	height: 0!important;
}

#content-navi {
	width: 90%;
	top: 0;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
#content-heading .headtitle {
	padding-top: 0;
	margin: 0 auto;
	width: 95%;
	top: 230px;
	font-size: 21px;
	font-weight: 500;
}

.category-title {
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 20px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.detail p {
	font-size: 15px;
}


}


/* Phone Landscape (Retina) */
@media all and (max-width: 568px) {
/*---------------------------------------------------- */
/* thissite */
/*---------------------------------------------------- */
#thissite {
	margin-bottom: 5px;
}

/*---------------------------------------------------- */
/* Contents */
/*---------------------------------------------------- */
#main-cont-title {
	padding-top: 120px;
	width: 90%;
}

#main-cont-title h2 {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Navi */
/*---------------------------------------------------- */
#content-navi {
	width: 90%;
	top: -5px;
}

#content-navi ul li a {
	height: 42px;
	text-align: center;
}

#content-navi ul li a .ichi {
	padding-top: 7px;
	display: block;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
#content-heading .headtitle {
	padding-top: 0;
	margin: 0 auto;
	width: 92%;
	top: 135px;
	font-size: 18px;
	font-weight: 500;
}

.sect-headtitle {
	font-size: 15px;
}

.category-title {
	margin-top: 0;
	margin-bottom: 0.6em;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.detail p {
	font-size: 14px;
}


}