@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
event_entry
****************************************************************************/

#event_entry .section_txt {
	text-align: center;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
#event_entry .section_txt {
	text-align: left;
	margin-bottom: 6.5vw;
	font-size: 3.1vw;
}
}

#event_entry .box:not(:first-child) {
	padding-top: 20px;
	margin-top: 30px;
	background-image: url(/-/wp-content/themes/tochi/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#event_entry .box .inner {
	padding: 0px 1em 0px 1em;
}
#event_entry .box .box_ttl {
	margin-bottom: 10px;
}
#event_entry .box .box_ttl .txt_s {
	font-size: 14px;
}

@media print, screen and (max-width: 1000px) {
#event_entry .box:not(:first-child) {
	padding-top: 2vw;
	margin-top: 3vw;
}
}

@media only screen and (max-width: 767px) {
#event_entry .box:not(:first-child) {
	padding-top: 3vw;
	margin-top: 4vw;
}
#event_entry .box .box_ttl .txt_s {
	font-size: 2.6vw;
}
}

@media only screen and (max-width: 480px) {
#event_entry .box .box_ttl .txt_s {
	font-size: 2.8vw;
}
}