@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



body {
	color: #666;
	line-height: 2em;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #f8eece;
	font-size: 14px;

}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {
}
/*table td {
	vertical-align: top;
}*/
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}





/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.line_01 {
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}

@media (max-width: 767px) {
    .br::before {
	content: "\A" ;
	white-space: pre ;
	}
}
@media print, screen and (min-width: 768px) {
	br.sp { display: none; }
	br.pc { display: inline;}
	}
@media screen and (max-width: 767px) {
	br.sp { display: inline; }
	br.pc { display: none; }
}








/* レイアウト
---------------------------------------------------- */
.col-sm-4,
.col-sm-6,
.col-md-7,
.col-md-8,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3 {
	margin-bottom: 25px;
}





/* ヘッダー
---------------------------------------------------- */

.m_logo_wrapper {
	height: 250px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


.m_logo {
	width: 640px;
	margin-top: 80px;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media (max-width: 991px) {
    .m_logo_wrapper {
	height: 250px;
}
	.m_logo {
	width: 640px;
	margin-top: 80px;
}
}
@media (max-width: 767px) {
	.m_logo_wrapper {
	height: 120px;
	}
	.m_logo {
	width: 80%;
	margin-top: 30px;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.m_logo_wrapper {
	height: 180px;
	}
}




/* ナビ
---------------------------------------------------- */




/* 文字指定
---------------------------------------------------- */





/* 各種設定
---------------------------------------------------- */
.m_link_02 a,
.m_link_02 a:visited {
	color: #9b8c34;
}
.ttl_01 {
	font-size: 24px;
	font-weight: 500;
	color: #000;

}
@media (max-width: 767px) {
	.ttl_01 {
	font-size: 20px;

}
}

.m_date_venue {
	margin-right: auto;
	margin-left: auto;
	width: 38em;
	margin-top: 25px;
}
.m_date_venue span {
	font-size: 14px;
}


.m_date_venue dl dt {
	float: left;
	clear: left;
	width: 4em;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

.m_date_venue dl dd {
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
    padding-left: 4em; /* dtの幅以上のpaddingをとる*/
}


@media (max-width: 767px) {
	.m_date_venue {
	font-size: 18px;
	/*width: 18em;*/
	}
	.m_date_venue dl dt {
     float: none;
	 clear: none;
	 padding-bottom: 0px;
	}
	.m_date_venue dl dd {
	float: left;
	/*clear: left;*/
	padding-left: 0em; /* dtの幅以上のpaddingをとる*/
	padding-top: 5px;
}
}








/* Facebook
---------------------------------------------------- */





/* 書き換え
---------------------------------------------------- */







/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #BBBBBB;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* フッター
---------------------------------------------------- */
.foot {
	font-size: 80%;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 40px;
}

/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
