@charset "UTF-8";
/* CSS Document */

header {
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    padding: 0 0;
}
header h2{
	text-shadow: none;
}
.mm-wrapper_opened h2 {
    display: block;
}
.mm-page {
    padding-top: 0px;
}
#page-headernav {
	display: none;	
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	text-align: left;
}
#page-image {
	display: block;	
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	text-align: left;
}
#page-image img{
	width: 100%;
	height: auto;
	float: left;
}
#breadcrumb{
	padding: 5px 20px 0px 20px;
	width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	float: left;
	text-align: left;
	background-color: transparent;
}
#breadcrumb ul{
	
}
#breadcrumb ul li{
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;	
}
#breadcrumb ul li::after{
	content: "＞";
	margin-left: 10px;
}
#breadcrumb ul li:last-child::after{
	content: " ";
	margin-left: 0px;
}
main {
	padding: 20px 20px 20px 20px;
	width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	float: left;
	text-align: center;
	background-color: transparent;
}
main .contents{
	width: 100%;
	padding: 0;	
	float: left;
}
main .contents .post{
	width: 100%;
	height: auto;
	padding: 0;	
	float: left;
}
main .contents .post a{
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	float: left;
}
main .contents .post a:hover{
	opacity: 0.7;
}
main .contents h2{
	line-height: 1;
	position: static;
	width: auto;
	padding: 0;
	text-align: left;
	margin: auto;0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0px;
	float: left;
	width: 100%;
	font-size: 5.625vw;
	margin-bottom: 15px;
	color: #7FBB1C;
	border-bottom: 4px solid;
	padding-bottom: 5px;
}
main .contents h3{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.375vw;
	text-align: left;
	float: left;
	color: #7FBB1C;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.2;
}
main .contents h3::before{
	content: "\f14a";
	font-family: FontAwesome;
	margin-right: 10px;
}
main .contents h4{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.375vw;
	text-align: left;
	float: left;
	color: #7FBB1C;
	font-weight: bold;
}
main .contents p{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.75vw;
	text-align: justify;
	float: left;
	color: #000;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 30px;
}
main .contents .wp-caption{
	float: left;
	width: 100%!important;
}
main .contents .wp-caption-text{
	font-size: 3vw;
	line-height: 1.4;
	color: #777;
}
main .contents img{
	float: left;
	width: 100%;
	margin-bottom: 2%;
}
main .contents ol{
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.75vw;
	text-align: justify;
	float: left;
	color: #000;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 30px;
}
main .contents ol li{
    list-style-position: outside;
    list-style-type: decimal;
    font-weight: bold;	
	width: 100%;
	float: left;
	color: #555;
}
main .contents time{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.75vw;
	text-align: left;
	float: left;
	color: #000;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 5px;
}
main .contents time::before{
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
}
main .contents #em-wrapper{
	float: left;
	width: 100%;
}
main .contents #em-wrapper p:last-child{
	display: none;
}
main .contents #em-wrapper .css-events-list{
	font-size: 3.75vw;
	text-align: left;
	float: left;
	color: #000;
}
.fc-scroller {
    height: auto!important;
}
#jp-relatedposts h3{
	border-bottom: 1px solid #7FBB1C;
	padding-bottom: 5px;
}
#jp-relatedposts h3.jp-relatedposts-headline em::before {
    content: none!important;
    display: inline;
    width: auto;
    min-width: 30px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0,0,0,.2);
    margin-bottom: 1em;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 10px 0!important;
    display: inline-block;
    float: left;
    font-size: 4vw!important;
    font-weight: 700;
    font-family: inherit;
}
@media screen and (min-width: 768px) {
main .contents h2{
	line-height: 1;
	font-size: 3vw;
}
main .contents h3{
	font-size: 3.2vw;
}
main .contents h4{
	font-size: 2.5vw;

}
main .contents p{
	font-size: 2.2vw;
}
main .contents ol{
	font-size: 2.2vw;
}
main .contents time{
	font-size: 2.2vw;	
}
main .contents #em-wrapper .css-events-list{
	font-size: 2.2vw;
}
main .contents .wp-caption-text {
    font-size: 2vw;
    line-height: 1.4;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 3vw!important;
}
}
@media screen and (min-width: 920px) {
.header{
	display: none;	
}
.mm-wrapper_opened .site-description {
    display: none;
}
.mm-page {
    padding-top: 0;
}
#page-headernav .flexbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 13px;
}
#page-headernav .flexbox li{
	margin-right: 15px;
	font-size: 12px;
}
#page-headernav .flexbox li:last-child{
	margin-right: 0px;
	font-size: 12px;
}
#page-headernav li a {
    color: #7FBB1C;
    text-decoration: none;	
}
#page-headernav li::before{
    content: "|";
    font-weight: 100;
	margin-right: 15px;
	color: #7FBB1C;
}
#page-headernav li:last-child::after{
	content: "|";
    font-weight: 100;
	margin-left: 15px;
	color: #7FBB1C;
}
#page-headernav,#page-image{
	padding-right: 30px;
	display: block;	
	width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    height: auto;
    float: right;
	text-align: left;
	margin-bottom: 5px;
}
#breadcrumb{
	padding: 10px 30px 0px 0px;
	display: block;
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	height: auto;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}
main {
	padding: 0px 30px 0px 0px;
	padding-right: 30px;
	display: block;	
	width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
	float: right;
	text-align: left;
	margin-bottom: 30px;
	min-height: 1000px;
}
main .contents h2{
	line-height: 1;
	position: static;
	width: 100%;
	padding: 0;
	text-align: left;
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0px;
	float: left;
	border-bottom: 4px solid;
	padding-bottom: 5px;
}
main .contents h3{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: left;
	float: left;
	color: #7FBB1C;
	font-weight: bold;
}
main .contents h4{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: left;
	float: left;
	color: #7FBB1C;
	font-weight: bold;
}
main .contents p{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: justify;
	float: left;
	color: #000;
}
main .contents ol{
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: justify;
	float: left;
	color: #000;
}
main .contents time{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #000;	
}
main .contents #em-wrapper .css-events-list{
	font-size: 16px;
}
main .contents .wp-caption-text {
    font-size: 14px;
    line-height: 1.4;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 20px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 25%!important;
}
}
@media screen and (min-width: 1200px) {
main {
	min-height: 1200px;
}
main .contents h2{
	font-size: 32px!important;
}
main section img {
    width: 100%;
    float: left;
}
#page-headernav .flexbox li{
	font-size: 14px;
}
#page-headernav .flexbox li:last-child{
	font-size: 14px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 12.5%!important;
}
}