@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

body.-festa {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	transition: opacity .3s;
}

a:hover {
	opacity: .7;
}

.u-inner.-large {
	max-width: 1135px;
}

.hero {
	background-image: url(/assets/img/festa/img-hero-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 31.6%;
}
.end {
	padding: 20px 10px;
	text-align: center;
	max-width: 800px;
	/*width: 100%;*/
	border: 1px solid #B91111;
	margin: 0 auto;
}
.end_text {
	font-weight: bold;
	margin-top: 10px;
}
.end_text > em {
	font-size: 16px;
	font-weight: bold;
}
.end_text > span {
	color: #B91111;
}
.end_text:first-child {
	margin-top: 0;
}
.intro {
	padding: 50px 0;
	overflow: hidden;
}
.intro_catch {
	text-align: center;
}
.intro_catch > em {
	position: relative;
}
.intro_catch > em:before {
	background-image: url(/assets/img/festa/icon-left@2x.png);
	padding-top: 28.5%;
	right: 100%;
	background-position: right;
}
.intro_catch > em:after {
	background-image: url(/assets/img/festa/icon-right@2x.png);
	padding-top: 33.2%;
	left: 100%;
	background-position: left;
}
.intro_catch > em:before,
.intro_catch > em:after {
	content: "";
	display: inline-block;
	background-repeat: repeat;
	background-size: contain;
	width: 100%;
	position: absolute;
	top: -30px;
}
.outline {
	padding: 60px 0;
}
.outline_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.outline_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #50B848;
	margin: 15px auto 0;
}
.outline_list {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.outline_list > dt {
}
.outline_list > dt:after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 1px;
	background-color: #707070;
	vertical-align: middle;
	margin: 0 10px;
}
.outline_list > dd {
	font-size: 30px;
	font-weight: bold;
}
.outline_list > dd.-date {
	display: flex;
	align-items: center;
}
.outline_list > dd > span {
	display: inline-block;
}
.outline_list > dd > span.-wareki {
	font-size: 20px;
}
.outline_list > dd > span.-wareki > em {
	display: block;
	line-height: 1.5;
}
.outline_list > dd > span.-num {
	font-size: 55px;
	padding: 0 10px;
	line-height: 1;
}
.outline_list > dd > span.-week {
	font-size: 26px;
	color: #FFF;
	border-radius: 50%;
	padding: 10px;
	line-height: 1;
	margin: 0 10px;
}
.outline_list > dd > span.-week.-sat {
	background-color: #0599CB;
}
.outline_list > dd > span.-week.-sun {
	background-color: #C90000;
}
.outline_list.-addr {
	align-items: baseline;
}
.outline_list.-addr > dd > p {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.outline_list.-addr > dd > p:first-child {
	margin-top: 0;
}
.outline_list.-addr > dd > p > span.-post {
	font-size: 20px;
	margin-left: 10px;
}
.outline_list.-addr > dd > p > a {
	display: inline-block;
	line-height: 1;
	padding: 10px 0;
	width: 206px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-radius: 25px;
	background-color: #50B848;
	margin-left: 10px;
	text-align: center;
	transition: opacity .3s;
}
.outline_list.-addr > dd > p > a:hover {
	opacity: .7;
}
.outline_list.-addr > dd > p > a > span {
	margin-right: 5px;
}
.outline_list > dd.-adm > em {
	color: #C90000;
}

.outline_list.-org {
	align-items: baseline;
}
.outline_list.-org > dd {
	font-size: 20px;
	width: 85%;
}
.outline_list.-org > dd > span.-note {
	font-size: 16px;
	font-weight: normal;
}
.outline_panfu {
	margin-top: 70px;
	text-align: center;
}
.outline_panfu > a {
	transition: opacity .3s;
}
.outline_panfu > a:hover {
	opacity: .7;
}
.live {}
.live_head {
	position: relative;
	padding: 20px 0;
}
/*.live_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #DBDBDB;
	z-index: -1;
}
.live_head:after {
	content: "Coming soon";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
}*/
.live_head_cnt {
	/*opacity: .3;*/
}
.live_ttl {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
.live_ttl > span {
	margin: 0 10px;
}
.live_bnr {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}

.live_bnr > a {
	display: block;
	margin-left: 25px;
}
.live_bnr > a:first-child {
	margin-left: 0;
}

.live_lead {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.live_day {
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
    font-weight: bold;
}
.live_guest {
	margin-top: 40px;
	border: 2px solid #50B848;
	display: flex;
}
.live_guest_intro {
	background-color: #F2F7F2;
	padding: 20px 40px;
	width: 60%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.live_guest_intro_name {}
.live_guest_intro_lead {
	font-size: 23px;
	font-weight: bold;
	color: #50B848;
	letter-spacing: -0.05em;
	line-height: 1.5;
	margin-top: 10px;
}
.live_guest_intro_text {
	font-size: 16px;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin-top: 10px;
}
.live_guest_intro_day {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.live_guest_intro_day > dt {
	background-color: #50B848;
	color: #FFF;
}
.live_guest_intro_day > dd {
	flex: 1;
	background-color: #FFF;
	color: #50B848;
}
.live_guest_intro_day > dt,
.live_guest_intro_day > dd {
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 1.5;
}

.live_guest_prof {
	padding: 20px;
	width: 40%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.live_guest_prof_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #50B848;
	border-bottom: 2px solid #50B848;
}
.live_guest_prof_row {
	margin-top: 20px;
	display: flex;
}
.live_guest_prof_text {
	flex: 1;
}
.live_guest_prof_img {
	width: 112px;
	margin-left: 10px;
}
.live_recipe {
	margin: 20px auto 0;
	background-color: #50B848;
	text-align: center;
	border-radius: 5px;
	max-width: 375px;
	width: 100%;
}
.live_recipe > a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	line-height: 1.5;
}
.live_recipe > a >span {
	font-size: 16px;
}
.request {
	padding: 80px 0 110px;
	background-color: #F5F5F5;
}
.request_ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.request_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #50B848;
    margin: 10px auto 0;
}
.request_lead {
	font-size: 21px;
	text-align: center;
	margin-top: 40px;
}
.request_notes {
	margin-top: 15px;
	padding: 20px;
	background-color: #FFF;
}
.request_notes_lead {
	font-size: 16px;
	font-weight: bold;
}
.request_notes_list {}
.request_notes_list > li {
	padding-left: 1em;
    text-indent: -1em;
}
.request_notes_list > li:before {
	content: "・";
	font-size: 30px;
	display: inline-block;
	line-height: 1;
	color: #50B848;
	vertical-align: middle;
}
.request_list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.request_list > li {
	width: 49%;
	margin-top: 50px;
}
.request_list > li:nth-child(-n + 2) {
	margin-top: 0;
}
.request_list_item {
	display: flex;
}
.request_list_item_img {
	width: 86px;
}
.request_list_item_cnt {
	margin-left: 30px;
	flex: 1;
}
.request_list_item_ttl {
	font-size: 20px;
	font-weight: bold;
}
.request_list_item_text {
	font-size: 16px;
	margin-right: 10px;
}
.request_list_item_inst {
	display: flex;
	margin-top: 10px;
}
.request_list_item_inst > a {
	margin-left: 20px;
}
.request_list_item_inst > a:first-child {
	margin-left: 0;
}
.info {
	padding: 90px 0;
}
.info_nav {
	display: flex;
}
.info_nav > li {
	max-width: 270px;
	width: 100%;
	margin-left: 10px;
	background-color: #50B848;
	border-radius: 25px;
}
.info_nav > li:first-child {
	margin-left: 0;
}
.info_nav > li > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	padding: 15px 20px;
	position: relative;
}
.info_nav > li > a span {
	padding: 0 5px;
}
.info_nav > li > a span.icon-arrowRight {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -0.5em;
	line-height: 1;
	transform: rotate(90deg);
}
.info_cnt {
	margin-top: 70px;
}
.info_cnt_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.info_cnt_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #50B848;
    margin: 10px auto 0;
}
.info_cnt_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.info_cnt_item > li {
	width: 49%;
	border: 2px solid #50B848;
	margin-top: 15px;
}
.info_cnt_item > li:nth-child(-n + 2) {
	margin-top: 0;
}
.info_cnt_item > li > a {
	display: block;
	color: #333;
	transition: opacity .3s;
}
.info_cnt_item > li > a:hover {
	opacity: .7;
}
.info_cnt_item_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	background-color: #50B848;
	padding: 20px;
}
.info_cnt_item_img {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}
.info_cnt_item_img > figcaption {
	margin-right: 15px;
}
.info_cnt_item_img > div {
	text-align: center;
}
.info_cnt_item_img > div > img {
	max-width: inherit;
}
.map {
	padding: 90px 0;
	background-color: #F5F5F5;
}
.map_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.map_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #50B848;
    margin: 10px auto 0;
}
.access {
	padding: 90px 0;
}
.access_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.access_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #50B848;
    margin: 10px auto 0;
}
.access_map {
	margin-top: 60px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.access_map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access_addr {
	margin-top: 30px;
}
.access_bus {
	margin-top: 50px;
}
.access_bus_ttl {}
.access_bus_lead {
	line-height: 1.5;
	margin-top: 10px;
}
.access_bus_row {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.access_bus_img {
	margin-left: 40px;
}
.access_bus_img:first-child {
	margin-left: 0;
}
.links {
	padding: 90px 0;
}
.links_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.links_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #50B848;
    margin: 10px auto 0;
}
.links_list {
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}
.links_list > li {
	margin-left: 15px;
	display: inline-block;
}
.links_list > li:first-child {
	margin-left: 0;
}
.links_list > li > a {
	display: block;
	box-shadow: 3px 3px #D8D8D8;
	transition: transform .3s, box-shadow .3s, border .3s;
	color: #D8D8D8;
}

.links_list > li > a:hover {
	transform: translate(3px, 3px);
	box-shadow: none;
	border: 1px solid #D8D8D8;
}

@media screen and (max-width:1030px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
	.live_guest_prof_row {
		display: block;
	}
	.live_guest_prof_img {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.outline_list {
		display: block;
		border-bottom: 1px solid #333;
		margin-top: 0;
		padding: 40px 0;
	}
	.outline_list:first-of-type {
		margin-top: 40px;
		border-top: 1px solid #333;
	}
	.outline_list > dt:after {
		content: none;
	}
	.outline_list > dd {
		font-size: 18px;
	}
	.outline_list > dd.-date {
		display: block;
	}
	.outline_list > dd > span.-wareki {
		font-size: 20px;
	}
	.outline_list > dd > span.-wareki > em {
		display: inline-block;
	}
	.outline_list > dd > span.-num {
		font-size: 26px;
		padding: 0 5px;
	}
	.outline_list > dd > span.-week {
		font-size: 20px;
		margin: 0 3px;
	}
	.outline_list.-addr > dd > p {
		display: block;
	}
	.outline_list.-addr > dd > p > span.-post {
		font-size: 16px;
		display: block;
	}
	.outline_list.-addr > dd > p > a {
		font-size: 14px;
		padding: 10px 0;
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	.outline_list.-org > dd {
		font-size: 18px;
		width: 100%;
	}
	.outline_list.-org > dd > span.-note {
		font-size: 14px;
	}

	.live_guest_intro_day > dt,
	.live_guest_intro_day > dd {
		font-size: 14px;
	}

	.info_nav {
		max-width: 550px;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.info_nav > li {
		margin: 20px 0 0 10px;
	}
	.info_nav > li:nth-child(2) {
		margin: 0 0 0 10px;
	}
	.info_nav > li:nth-child(2n + 1) {
		margin: 20px 0 0 0;
	}
	.info_nav > li:first-child {
		margin: 0 auto;
	}

	.info_cnt_item_ttl {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	body.-festa {
		min-width: 375px;
	}
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
	.hero {}
	.end {
		max-width: 340px;
	}
	.end_text {
		font-size: 13px;
	}
	.end_text > em {
		font-size: 15px;
	}
	.end_text > span {
	}
	.end_text:first-child {
	}
	.intro {}
	.intro_catch {
		width: 80%;
		margin: 0 auto;
	}
	.intro_catch > em {}
	.intro_catch > em:before {}
	.intro_catch > em:after {}
	.intro_catch > em:before,.intro_catch > em:after {}
	.outline {
		padding: 40px 0;
	}
	.outline_ttl {}
	.outline_ttl:after {}
	.outline_list {}
	.outline_list:first-of-type {}
	.outline_list > dt {}
	.outline_list > dt:after {}
	.outline_list > dd {}
	.outline_list > dd.-date {}
	.outline_list > dd > span {}
	.outline_list > dd > span.-wareki {}
	.outline_list > dd > span.-wareki > em {}
	.outline_list > dd > span.-num {}
	.outline_list > dd > span.-week {}
	.outline_list > dd > span.-week.-sat {}
	.outline_list > dd > span.-week.-sun {}
	.outline_list.-addr {}
	.outline_list.-addr > dd > p {}
	.outline_list.-addr > dd > p > span.-post {}
	.outline_list.-addr > dd > p > a {}
	.outline_list.-addr > dd > p > a > span {}
	.outline_list > dd.-adm > em {}
	.outline_list.-org {}
	.outline_list.-org > dd {}
	.outline_list.-org > dd > span.-note {}
	.outline_panfu {}
	.live {}
	.live_head {}
	.live_head:before {}
	.live_head:after {
		font-size: 24px;
	}
	.live_head_cnt {}
	.live_ttl {
		font-size: 20px;
	}
	.live_ttl > span {}
	.live_bnr {
		display: block;
	}
	.live_bnr > a {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.live_bnr > a:first-child {
		margin-top: 0;
	}

	.live_lead {
		font-size: 14px;
	}
	.live_guest {
		display: block;
	}
	.live_guest_intro {
		padding: 20px;
		width: 100%;
	}
	.live_guest_intro_name {}
	.live_guest_intro_lead {
		font-size: 18px;
	}
	.live_guest_intro_text {
		font-size: 14px;
	}
	.live_guest_intro_day {}
	.live_guest_intro_day > dt {}
	.live_guest_intro_day > dd {}
	.live_guest_intro_day > dt,
	.live_guest_intro_day > dd {
		font-size: 11px;
	}
	.live_guest_prof {
		width: 100%;
	}
	.live_guest_prof_ttl {}
	.live_guest_prof_row {}
	.live_guest_prof_text {}
	.live_guest_prof_img {}
	.live_recipe {}
	.live_recipe > a {}
	.live_recipe > a >span {}
	.request {
		padding: 40px 0;
	}
	.request_ttl {}
	.request_lead {
		font-size: 15px;
	}
	.request_notes {}
	.request_notes_lead {}
	.request_notes_list {}
	.request_list {
		margin-top: 40px;
		display: block;
	}
	.request_list > li {
		width: 100%;
		max-width: 375px;
		margin: 20px auto 0;
	}
	.request_list > li:nth-child(-n + 2) {
		margin-top: 20px;
	}
	.request_list > li:first-child {
		margin-top: 0;
	}
	.request_list_item {
		display: block;
		text-align: center;
	}
	.request_list_item_img {
		width: 100%;
	}
	.request_list_item_cnt {
		margin-left: 0;
		text-align: left;
		margin-top: 10px;
	}
	.request_list_item_ttl {
		font-size: 18px;
	}
	.request_list_item_text {
		font-size: 14px;
	}
	.request_list_item_inst {}
	.info {
		padding: 40px 0;
	}
	.info_nav {
		display: block;
		width: 100%;
	}
	.info_nav > li {
		margin: 10px auto 0;
	}
	.info_nav > li:nth-child(2) {
		margin: 10px auto 0;
	}
	.info_nav > li:nth-child(2n + 1) {
		margin: 10px auto 0;
	}
	.info_cnt {}
	.info_cnt_ttl {}
	.info_cnt_item {
		display: block;
	}
	.info_cnt_item > li {
		max-width: 560px;
		width: 100%;
		margin: 20px auto 0;
	}
	.info_cnt_item > li:first-child {
		margin: 0 auto;
	}
	.info_cnt_item > li:nth-child(-n + 2) {
		margin: 20px auto 0;
	}
	.info_cnt_item_ttl {
	}
	.info_cnt_item_img {
		display: block;
	}
	.info_cnt_item_img > div {
		text-align: center;
		margin-top: 20px;
	}
	.map {
		padding: 40px 0;
	}
	.map_ttl {}
	.access {
		padding: 40px 0;
	}
	.access_ttl {}
	.access_addr {}
	.access_bus {}
	.access_bus_ttl {}
	.access_bus_lead {}
	.access_bus_row {
		display: block;
	}
	.access_bus_img {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.access_bus_img:first-child {
		margin-top: 0;
	}
	.links {
		padding: 40px 0;
	}
	.links_ttl {}
	.links_list {}
	.links_list > li {
		display: block;
		margin: 20px 0 0 0;
	}
	.links_list > li:first-child {
		margin: 0;
	}

}

@media print {
}