@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;
}
.-pos_re{
	position: relative;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    /*display: none;*/
}

.close {
    text-align: center;
    left: 0;
    width: 100%;
    top: 100px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 5%;
    z-index: 110;
    box-sizing: border-box;
    font-size: 2em;
    color:#333;
    /*display: none;*/
}

.-link_none{
	pointer-events: none;
}

.outline_file a p.cover{
	border-radius: 45px;
}
.outline_file a p.cover span.close,.live_bnr p.cover span.close{
	top:0;
	font-size: 1.5em;
}
.live_head_cnt a figcaption.cover p span.close{
	top:50%;
	font-size: 1.5em;
}

.hero {
	background-image: url(/assets/img/festa2022/bg-hero.png);
	background-color:#fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/*padding-top: 31.6%;*/
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.hero_logo{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.hero_logo figure{
	padding-top: 30px;
	/*position: relative;*/
	/*display: flex;
	justify-content: space-around;
	align-items: center;*/

}
.hero_logo figure:first-child,.hero_logo figure:last-child{
	margin-bottom: -170px;
}
.hero_logo figure img{
	flex: none;
	width: 100%;
	height: 100%;
	/*align-self: flex-start;*/
	z-index: 100;
}
/*.hero_logo figure:before{
	content: "";
    display: inline-block;
    background-image : url("/assets/img/festa2022/img-hero_left@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 30px;
	left: -20px;
	z-index: 5;
}*/

/*.hero_logo figure:after{
	content: "";
    display: inline-block;
    background-image : url("/assets/img/festa2022/img-hero_right@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 30px;
	right: -20px;
	z-index: 5;
}
*/

.hero_btn{
	background-color: #F0831E;
	width: 100%;
	max-width: 376px;
	height: 70px;
	color: #FFFFFF;
	font-size: 24px;
	border-radius: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 10px;*/
}
.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;
	background-color: #FFDB4F;
}
.intro_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	font-size: 16px;
}

.intro_catch:before,
.intro_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #11A84D;
	flex-grow: 1;
	/*width: 400px;*/
}
.intro_catch > em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.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 {
	/*max-width: 400px;*/
	/*content: "";
	display: inline-block;
	background-repeat: repeat;
	background-size: contain;
	width: 100%;
	position: absolute;
	top: -30px;*/
}
.intro-day-c {
	margin-left: auto;
}

.outline {
	padding: 60px 0;
	background-color: #FFDB4F;
}
.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: #ff3301;
	margin: 15px auto 0;
}
.outline_list {
	display: flex;
	align-items: center;
	gap:20px;
	margin-top: 30px;
}
.outline_list > dt {
	font-weight: bolder;
	font-size:18px;
	background-color: #fff;
	border:solid 2px #11A84D;
	width: 100%;
	max-width: 150px;
	height: 50px;
	color: #11A84D;
	border-radius: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.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: 37px;
	font-weight: bold;
}

.outline_list > dd span.-youbi{
	font-size: 16px;
	background-color: #333;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	margin: 0 0.5em;
	border-radius: 45px;
	line-height: 1.5;
}
.outline_list > dd span.ol-second{
	display: inline-block;
	/*text-align: right;*/
	/*padding-right:4.2em;*/
	font-size:16px;
	font-weight: normal;
}

.ol-bold{
	font-weight: bold;
}
.outline_list > dd.-date {
	display: flex;
	align-items: flex-end;
}
.outline_list > dd > span {
	display: inline-block;
}
/*.outline_list > dd > span.-wareki {
	font-size: 20px;
}*/
.outline_list > dd > span.-time {
	font-size: 28px;
	}

.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: #11A84D;
	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 {
	color: #C90000;
	font-size: 30px;
}

.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;
}
.ol-dd {
	font-size: 16px;
	font-weight: normal;
}

.outline_file{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:3em;
	margin-top: 5em;
}

.outline_file > a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1em;
	color: #FFF;
	border-radius: 45px;
	background-color: #11A84D;
	width:100%;
	max-width: 360px;
	height: 100%;
	min-height: 70px;
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
}
.outline_file > a.-panfu{
	padding-left: 5em;

}
.outline_file > a.-panfu:before{
	/*align-items: baseline;*/
	flex: none;
	content: "";
    background-image : url("/assets/img/festa2022/btn-panf22@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	display: inline-block;
	vertical-align: baseline;
	bottom: 0;
	left:1.8em;
	height: 114px;
	width: 92px;
	z-index: 5;
}
.outline_file > a span.-map{
}
.outline_file > a span.-map:before{
	/*align-items: baseline;*/
	flex: none;
	content: "";
    background-image : url("/assets/img/festa2022/icn-map.svg");
    background-repeat: no-repeat;
    background-size: contain;
	/*position: absolute;*/
	display: inline-block;
	vertical-align: baseline;
	/*bottom: 0;*/
	/*left:2.5em;*/
	margin-right: 0.5em;
	height: 1.5em;
	width: 1.5em;
	z-index: 5;
}


.outline_panfu {
	margin-top: 70px;
	text-align: center;
}
.outline_panfu > a {
	transition: opacity .3s;
}
.outline_panfu > a:hover {
	opacity: .7;
}
.outline_info {
	padding: 20px 10px;
	text-align: center;
	max-width: 750px;
	/*width: 100%;*/
	border: 5px solid #11A84D;
	background-color: #FFF;
	margin: 30px auto 10px auto;
	color: #333;
	border-radius: 15px;
}

.outline_info >ul{
	display: inline-block;

}
.outline_info > ul >li{
	text-align: left;
    align-items: baseline;
    color: #333;
    font-weight: bold;
    font-size: 22px;

  }

.outline_info > ul > li:before {
    content: "★";
    margin-right: 5px;
  }

.yt-guest{
	text-align:center;
	padding-top: 70px;
}

.yt-guest p {
	vertical-align: baseline;
}

.yt-guest p img{
	vertical-align: baseline;
}
.yt-guest-p{
	font-size: 60px;
	color: #FF3301;
}

.event_map{
	text-align:center;
	padding-top:20px;
}


.live {
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 60px;
}
.live_top{
	background: #fff;
  border-top-left-radius: 5% 40%;
  border-top-right-radius: 5% 40%;
  height: 200px;
  /*margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;*/
}

.live_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	font-size: 16px;
}

.live_catch:before,
.live_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 400px;*/
}
.live_catch > em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.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: 20px;
	/*font-weight: bold;*/
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.live_ttl:after,.live_ttl:before {
	flex: none;
	content: "";
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
	vertical-align: baseline;
	height: 2em;
	width: 2em;
	z-index: 5;
}
.live_ttl:before{
	background-image : url("/assets/img/festa2022/icn-left.svg");
	margin-right: 0.5em;
}
.live_ttl:after{
	background-image : url("/assets/img/festa2022/icn-right.svg");
	margin-left: 0.5em;
}

.live_box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
	gap:2em;
}

.live_box_cnt{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.live_box_cnt h5{
	font-size: 25px;
	margin: 5px 0;
}

.live_box_day{
	box-sizing: border-box;
	background-color: #F0831E;
    width: 100%;
    max-width:174px;
    height: 37px;
    color: #FFFFFF;
    font-size: 17px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.live_box_cnt > a{
	width: 100%;
	margin-top: 10px;
}

/*.live_ttl > span {
	margin: 0 10px;
}*/
.live_bnr {
	box-sizing: border-box;
	background-color: #F0831E;
    width: 100%;
    max-width:420px;
    height: 70px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 1em auto 0;
}

.live_bnr > a {
	text-decoration: none;
	color: #FFF;
}
.live_bnr > a:hover {
	opacity: 0.7;
}
/*.live_bnr > a:first-child {
	margin-left: 0;
}*/

.live_lead {
	max-width: 750px;
	font-size: 16px;
	text-align: left;
	margin: 20px auto 0 auto;
}

.live_lead2 {
	max-width: 750px;
	font-size: 16px;
	text-align: center;
	margin: 20px auto 0 auto;
}
.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;
}

.live-menu_box{
  position: relative;

  margin-top: 20px;
  padding: 1em 2em;
  border-top: 1px solid #ff3301;
  border-bottom: 1px solid #ff3301;

}

.live-menu_box .l-menu-caption{
  position: absolute;
  top: 0;
  left: 50%;

  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: #FFF;
  transform: translateY(-50%) translateX(-2em);
}

.l-menu-num{
	text-align:center;
}

.l-menu2{
	background-color:#F5F5F5;
	padding-top:50px;
	padding-bottom:50px;
	margin:-30px;

}

.live-menu_box p{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size:28px;
}

.c-text-color{
	color:#ff3301;
	font-weight: bolder;
}

.s-text-lm{
	font-size:14px;
}
.live-sche-text{
	color:#ff3301;
	text-align:center;
	font-size:22px;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:bold;
}

.sushi-contest{
	text-align:center;
	padding-top:20px;
	margin-bottom:-30px;
/*	position:relative;
	z-index: 99;*/
}

.request {
	padding: 80px 0 210px;
	background-color: #FFDB4F;
}
.request_ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
/*.request_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #ff3301;
    margin: 10px auto 0;
    }*/

.request_lead {
	font-size: 18px;
	text-align: center;
	margin: 40px auto 0;
	
}
.request_notes {
	box-sizing: border-box;
	margin-top: 15px;
	padding: 20px 70px;
	background-color: #FFF;
	border-radius: 15px;
}
.request_notes_lead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.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: #333;
	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 {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 0 0 90px;
	overflow: hidden;
}
.info_top{
	margin-top: -100px;
	background: #fff;
  border-top-left-radius: 5% 40%;
  border-top-right-radius: 5% 40%;
  height: 100px;
}
.info_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	font-size: 16px;
}

.info_catch:before,
.info_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 400px;*/
}
.info_catch > em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.info_box{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:21px;
	align-items:stretch;
	margin-top: 70px;
	
}
.info_box li{
	width: 32%;
}
.info_box li.-takeout{
	position: relative;
}
.info_box li.-takeout > figure.-to_item{
	position: absolute;
	right: -15px;
	top: -15px;
}

.info_box_item{
	border: solid 3px #F0831E;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:22px;
	padding: 40px;
	height: 240px;
}
.info_box_item h5{
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}

.info_nav {
	display: flex;
}
.info_nav > li {
	max-width: 270px;
	width: 100%;
	margin-left: 10px;
	background-color: #ff3301;
	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: #ff3301;
    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 #ff3301;
	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: #ff3301;
	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;
	background-color:#FFDB4F;
}
.access_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	font-size: 16px;
}

.access_catch:before,
.access_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 100%;*/
}
.access_catch > em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.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: #ff3301;
    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;
	padding: 50px 0;
	border-top: dotted 2px #333;
	border-bottom: dotted 2px #333;
}
.access_bus_ttl {
	font-size: 2em;
}
.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;
}

.organizer {
	padding: 60px 0;
}
.organizer_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.organizer_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #ff3301;
	margin: 15px auto 0;
}
.organizer_list {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.organizer_list > dt {
	font-weight: bolder;
	font-size:18px;
}
.organizer_list > dt:after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 1px;
	background-color: #707070;
	vertical-align: middle;
	margin: 0 10px;
}
.organizer_list > dd {
	font-size: 18px;
/*	font-weight: bold;
*/}
.ol-second{
	text-align: right;
	padding-right:4.2em;
	font-size:11pt;
}

.ol-bold{
	font-weight: bold;
}
.organizer_list > dd.-date {
	display: flex;
	align-items: flex-end;
}
.organizer_list > dd > span {
	display: inline-block;
}
/*.organizer_list > dd > span.-wareki {
	font-size: 20px;
}*/
.organizer_list > dd > span.-time {
	font-size: 28px;
	}

.organizer_list > dd > span.-wareki > em {
	display: block;
	line-height: 1.5;
}
.organizer_list > dd > span.-num {
	font-size: 55px;
	padding: 0 10px;
	line-height: 1;
}
.organizer_list > dd > span.-week {
	font-size: 26px;
	color: #FFF;
	border-radius: 50%;
	padding: 10px;
	line-height: 1;
	margin: 0 10px;
}
.organizer_list > dd > span.-week.-sat {
	background-color: #0599CB;
}
.organizer_list > dd > span.-week.-sun {
	background-color: #C90000;
}
.organizer_list.-addr {
	align-items: baseline;
}
.organizer_list.-addr > dd > p {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.organizer_list.-addr > dd > p:first-child {
	margin-top: 0;
}
.organizer_list.-addr > dd > p > span.-post {
	font-size: 20px;
	margin-left: 10px;
}
.organizer_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: #FF3301;
	margin-left: 10px;
	text-align: center;
	transition: opacity .3s;
}
.organizer_list.-addr > dd > p > a:hover {
	opacity: .7;
}
.organizer_list.-addr > dd > p > a > span {
	margin-right: 5px;
}
.organizer_list > dd.-adm {
	color: #C90000;
	font-size: 30px;
}

.organizer_list.-org {
	align-items: baseline;
}
.organizer_list.-org > dd {
	font-size: 20px;
	width: 85%;
}
.organizer_list.-org > dd > span.-note {
	font-size: 16px;
	font-weight: normal;
}
.ol-dd {
	font-size: 16px;
	font-weight: normal;
}







.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;
}
.inquiry {
	padding: 80px 0;
	text-align:center;
	background-color: #fff;

	}

.inquiry p{
	padding-bottom:30px;
	font-size:20px;
	font-weight: bold;
}
.inquiry_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	font-size: 16px;
	margin-bottom: 20px;
}

.inquiry_catch:before,
.inquiry_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 100%;*/
}
.inquiry_catch > em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.inquiry_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-bottom:30px;
}
.inquiry_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #F0831E;
    margin: 10px auto 0;
}

.inguiry-tel-btn{
	font-size: 28px;
	color: #FFF;
  	background: #F0831E;
	padding: 15px 35px;
	margin:0 15px;
  	border-radius: 35px;
  	}

@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: flex;
		flex-direction: column;
		align-items: center;
		/*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;*/
		text-align: center;
		
	}
	.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 > dd > span.-time {
		display: none;
}
	.outline_list.-addr > dd > p {
		display: block;
	}
	.outline_list > dd span.ol-second{
		display: none;
	}
	.outline_sp_txt{
		font-size: 15px;
		text-align: left;
	}
	.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;
	}
	.organizer_list {
		display: block;
		border-bottom: 1px solid #333;
		margin-top: 0;
		padding: 40px 0;
	}
	.organizer_list:first-of-type {
		margin-top: 40px;
		border-top: 1px solid #333;
	}
	.organizer_list > dt:after {
		content: none;
	}
	.organizer_list > dd {
		font-size: 18px;
	}
	.organizer_list > dd.-date {
		display: block;
	}
	.organizer_list > dd > span.-wareki {
		font-size: 20px;
	}
	.organizer_list > dd > span.-wareki > em {
		display: inline-block;
	}
	.organizer_list > dd > span.-num {
		font-size: 26px;
		padding: 0 5px;
	}
	.organizer_list > dd > span.-week {
		font-size: 20px;
		margin: 0 3px;
	}
	.organizer_list.-addr > dd > p {
		display: block;
	}
	.organizer_list.-addr > dd > p > span.-post {
		font-size: 16px;
		display: block;
	}
	.organizer_list.-addr > dd > p > a {
		font-size: 14px;
		padding: 10px 0;
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	.organizer_list.-org > dd {
		font-size: 18px;
		width: 100%;
	}
	.organizer_list.-org > dd > span.-note {
		font-size: 14px;
	}
}

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

	.hide-sp {
		display: none;
	}
	.hero {}
	.hero_btn{
		margin-top: 20px;
	}
	.end {
		max-width: 340px;
	}
	.end_text {
		font-size: 13px;
	}
	.end_text > em {
		font-size: 15px;
	}
	.end_text > span {
	}
	.end_text:first-child {
	}
	.intro {
		padding: 0 0 50px;
	}
	.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: 0 0 40px;
	}
	.outline_ttl {}
	.outline_ttl:after {}
	.outline_list {}
	.outline_list:first-of-type {}
	.outline_list > dt {
		max-width: 100%;
		height: 35px;
	}
	.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 {
		align-items: center;
	}
	.outline_list.-addr > dd > p {}
	.outline_list.-addr > dd > p > span.-post {
		margin-left: 0;
	}
	.outline_list.-addr > dd > p > a {
		margin: 0 auto;
	}
	.outline_list.-addr > dd > p > a > span {}
	.outline_list > dd.-adm > em {}
	.outline_list.-org {
		align-items: center;
	}
	.outline_list.-org > dd {}
	.outline_list.-org > dd > span.-note {}
	.outline_panfu {}

	.outline_file{
		flex-direction: column;
	}

	.outline_info > ul >li{
		font-size: 15px;
	}

	.live {}

	.live_top {
	    border-top-left-radius: 10% 30%;
	    border-top-right-radius: 10% 30%;
	    height: 100px;
	}
	.live_box{
		flex-direction: column;
	}
	.live_head {}
	.live_head:before {}
	.live_head:after {
		font-size: 24px;
	}
	.live_head_cnt {}
	.live_ttl {
		font-size: 17px;
	}
	.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 {}

	.l-menu_li{
		font-size:20px;
	}

	.live-menu_box p.c-text-color{
	padding-bottom: 30px;
	text-align: center;
	font-size:18px;
	}
	.live-sche-text{
	color:#ff3301;
	text-align:center;
	font-size:18px;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:bold;
	}

	.yt-guest-p{
	font-size: 50px;
	color: #FF3301;
	}

	.request {
		padding: 40px 0 150px;
	}
	.request_ttl {}
	.request_lead {
		font-size: 15px;
	}
	.request_notes {
		padding: 20px 10px;
	}
	.request_notes_lead {
		font-size: 14px;
	}
	.request_notes_list {
		font-size: 14px;
	}
	.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;
		text-align: center;
	}
	.request_list_item_text {
		font-size: 14px;
	}
	.request_list_item_inst {}
	.info {
		padding: 40px 0;
	}
	.info_top {
	    margin-top: -100px;
	    background: #fff;
	    border-top-left-radius: 15% 30%;
	    border-top-right-radius: 15% 30%;
	    height: 100px;
	}
	.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_box li{
		width: 100%;
	}
	.info_cnt {
		margin-top: 10px;
	}
	.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 {
}


