@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/


@media all and (min-width: 1000px){


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
	background-color: #F37402;
}

#mv img {
	display: block;
	margin: 0 auto;
}

#indexWrap {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

#indexWrap #contLeft {
	width: 780px;
}

#indexLead {
	margin: 0 0 20px;
}

#indexLead .tocovid a {
	display: block;
	background-color: #F66;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding: 8px;
}

ol.point {
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

ol.point li {
	width: 48%;
	margin: 0 1%;
	padding: 0 0 8px;
	text-align: left;
	font-size: 18px;
	border-bottom: 1px dotted #0B96CE;
}

ol.point li span.s {
	font-size: 14px;
}

.servicePointNum {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #C75322;
	margin-top: 8px;
	margin-right: 4px;
	padding: 0;
	font-style: italic;
	color: #0B96CE;
}

.servicePointNum span {
	font-size: 30px;
	font-style: normal;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 1;
	border-radius: 50%;
	border: 3px solid #0B96CE;
	margin-left: 8px;
	background-color: #E6F4FA;
}


#indexWrap #contLeft h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}

#indexWrap #contLeft h2:first-letter {
	font-size: 50px;
	color: #F37402;
}

#indexWrap #contLeft h2:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

#indexWrap #contLeft h3 {
	margin: 0 0 10px;
	font-size: 22px;
 position: relative;
 padding: 0.5rem 1rem calc(1rem + 10px);
 background-color: #FDEAD9;
	line-height: 1;
	font-weight: 500;
}

#indexWrap #contLeft h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #642E92;
}

#indexWrap #contLeft p {
	margin: 0 0 20px;
}

#indexWrap #contLeft ul {
	margin: 0 0 60px;
}

#indexNews .newsList ul {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}

#indexNews .newsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}

#indexNews .newsList li a {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
	color: #183063;
}

#indexNews .newsList li a:hover {
	background-color: #FDEAD9;
}

#indexNews .newsList li a span {
	display: block;
}

#indexNews .newsList li a span i {
	margin-right: 4px;
	color: #F37402;
}

#indexRunner .firstDay {
	border: 3px double #67CA1E;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	position: relative;
}

#indexRunner .firstDay p.date {
	position: absolute;
	top: -20px;
	background-color: #67CA1E;
	color: #FFF;
	font-size: 20px;
	padding: 4px 16px 4px 16px;
}

#indexRunner .firstDay p.about {
	margin: 20px 0 0 !important;
}

#indexRunner .firstDay ul.category {
	margin: 20px 0 0 !important;
	padding: 0;
	list-style: none;
}

#indexRunner .firstDay ul.category li {
	margin: 0 0 20px;
	padding: 10px 0;
	background-color: #F3F2F1;
}

#indexRunner .firstDay ul.category li strong {
	font-size: 20px;
}

#indexRunner .firstDay ul.category li i {
	margin-right: 8px;
	color: #67CA1E;
	font-size: 24px;
}

#indexRunner .firstDay dl {
	margin: 0 10px 30px;
	padding: 0 0 10px;
 border-bottom: 2px dashed #67CA1E;
}

#indexRunner .firstDay dt {
	font-weight: 500;
	border-bottom: 2px dotted #CCC;
}

#indexRunner .firstDay dd {
	margin-bottom: 10px;
	padding: 4px 0;
}

#indexRunner .secondDay {
	border: 3px double #0099FF;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	position: relative;
}

#indexRunner .secondDay p.about {
	margin: 20px 0 0 !important;
}

#indexRunner .secondDay p.date {
	position: absolute;
	top: -20px;
	background-color: #09F;
	color: #FFF;
	font-size: 20px;
	padding: 4px 8px 4px 16px;
}

#indexRunner .secondDay ul.category {
	margin: 20px 0 0 !important;
	padding: 0;
	list-style: none;
}

#indexRunner .secondDay ul.category li {
	margin: 0 0 20px;
	padding: 10px 0;
	background-color: #F3F2F1;
}

#indexRunner .secondDay ul.category li strong {
	font-size: 20px;
}

#indexRunner .secondDay ul.category li i {
	margin-right: 8px;
	color: #0099FF;
	font-size: 24px;
}

#indexRunner .secondDay dl {
	margin: 0 10px 30px;
	padding: 0 0 10px;
 border-bottom: 2px dashed #09F;
}

#indexRunner .secondDay dt {
	font-weight: 500;
	border-bottom: 2px dotted #AAA;
}

#indexRunner .secondDay dd {
	margin-bottom: 10px;
	padding: 4px 0;
}

#indexRunner .address strong {
	display: block;	
}

#indexRunner .gmap {
	margin: 0 0 60px;
}

.attenBtn {
	text-align: center;
}

.attenBtn p {
	margin: 0 0 10px !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #3E1C59;
}

.attenBtn .btn a {
	border: 3px solid #3E1C59;
}

.btn a {
	display: block;
	width: 448px;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #F9C291;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	transition: .3s;
	border: 3px solid #F3EA4B;
	text-decoration: none !important;
}

.btn a:hover, .btn a:active {
	background-color: #3E1C59;
	color: #FFF;
}

i {
	margin-left: .4em;
}

#indexWrap #contRight {
	width: 240px;
}

#indexWrap #contRight .nav ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border: 4px solid #F37402;
}

#indexWrap #contRight .nav ul li {
	margin: 0;
	padding: 0;
}

#indexWrap #contRight .nav ul li a {
	display: block;
	background-color: #FDEAD9;
	text-decoration: none;
	padding: 8px 12px;
	color: #000;
	border-bottom: 1px solid #F37402;
	line-height: 1.4;
}

#indexWrap #contRight .nav ul li:last-child a {
	border-bottom: none;
}

#indexWrap #contRight .nav ul li a i {
	margin: 0 4px 0 0;
}

#indexWrap #contRight .nav ul li a:hover {
	background-color: #FFF;
}

#indexWrap #contRight dl dt {
	margin: 0 0 8px;
	font-size: 20px;
	text-align: center;
}

#indexWrap #contRight dl dt:nth-of-type(1) {
	background-color: #F37402;
	color: #FFF;
}

#indexWrap #contRight dl dt:nth-of-type(2) {
	background-color: #F59035;
	color: #FFF;
}

#indexWrap #contRight dl dt:nth-of-type(3) {
	background-color:#B37CF2;
	color: #FFF;
}

#indexWrap #contRight dl dd ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

#indexWrap #contRight dl dd ul li {
	margin: 0 0 10px;
	padding: 0;
}

#indexWrap #contRight dl.medical {
	margin: 40px 0 0;
}

#indexWrap #contRight dl.medical dt:nth-of-type(1) {
	background-color: #7EC82D;
	color: #FFF;
}

.content-fa {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.content-fa section {
	width: 380px;
}

.fb {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1877F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.fb::before {
	content: "\f39e";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.fb::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1877F2;
}

.ig {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #C73080;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.ig::before {
	content: "\f16d";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.ig::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #C73080;
}

.tw {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1DA1F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.tw::before {
	content: "\f099";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.tw::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1DA1F2;
}

#twitter-widget-0 {
	border: 1px solid #CCC !important;
}

.syumokuList {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.syumokuList li {
	width: 30%;
	margin: 0 1% 16px;
	padding: 0;
}

.syumokuList li:last-child {
	width: 94%;
}

.syumokuList li a {
	display: block;
	text-decoration: none;
	background-color: #F3F2F1;
	padding: 4px 10px;
	color: #000;
	border: 1px solid #F3F2F1;
}

.syumokuList li a:hover {
	background-color: #FDEAD9;
	border: 1px solid #F37402;
}

.guestRunner {
	margin: 0 0 60px;
}

.guestRunner .inner {
	position: relative;
	display: flex;
	padding-bottom: 20px;
}

.guestRunner .inner:before{
	position: absolute;
	width: calc( 100% - 40px );
	height: calc( 100% - 20px );
	top: 20px;
	left: 40px;
	content: "";
	border: 4px solid #F9E5E5;
	z-index: -1;
}

.guestRunner .inner div:nth-child(1) {
	margin-right: 40px;
	width: 30%;
}

.guestRunner .inner div:nth-child(1) img {
	max-width: 100%;
}

.guestRunner .inner div:nth-child(2) {
	margin: 60px 40px 0 0;
	width: 70%;
}

.guestRunner .inner div:nth-child(2) h3 {
	margin-bottom: 30px !important;
	background-color: #F9E5E5 !important;
}

.guestRunner .inner div:nth-child(2) h3 span {
	font-size: 16px;
	margin: 0 20px 0 0;
}

.guestRunner .inner div:nth-child(2) h3:before {
	border: 3px solid #C30000 !important;
}

.sokuhou {
    display: flex;
    justify-content: space-between;
}

/*------------------------------------------------------------------------------------------------
  sponsor
--------------------------------------------------------------------------------------------------*/
.sEntry table {
	width: 100%;
	margin: 0 0 40px;
}

.sEntry table th {
	width: 20%;
	text-align: left;
	font-weight: 400;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEAD9;
}

.sEntry table td {
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.sEntry table td input {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
}

.sEntry table td input[type="text"].l {
	width: 90%;
}	

.sEntry table td input[type="text"].m {
	width: 60%;
}

.sEntry table td input[type="tel"] {
	width: 180px;
}	

.sEntry table td input[type="text"].s {
	width: 100px;
}

.sEntry table td textarea {
    width: 100%;
    display: block;
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.sEntry .vebtn {
	margin: 0 0 64px;
	text-align: center;
}

.sEntry .vebtn input[type="submit"] {
 margin: 0 8px;
	padding: 10px 32px;
	cursor: pointer;
}

.sEntry.entPage {
    padding: 80px 0;
}

.activetimeLead {
	display: block;
}

.mwform-checkbox-field {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #CCC;
}

.mw_wp_form.mw_wp_form_confirm .activetimeLead {
    display: none;
}

.mw_wp_form .error {
	background-color: #FFC;
	padding: 4px;
	color: #F00;
}


/*------------------------------------------------------------------------------------------------
  sponsor-info
--------------------------------------------------------------------------------------------------*/
.sponsorInfo {
	margin: 0 0 60px !important;
}

.sponsorMenu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sponsorMenu li {
	margin: 0 0 30px;
	padding: 0;
	width: 240px;
}

.sponsorBox {
	margin: -10px 20px 40px 40px;
	padding: 30px;
	border-right: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	border-left: 3px solid #DDD;
}

.sponsorBox .sponsorCategory {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.sponsorBox .sponsorCategory li {
	width: 160px;
	margin: 0 0 0 16px;
	padding: 2px 0;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FDEAD9;
}

.sponsorBox .comment {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 30px;
	font-size: 20px;
	padding: 20px 0 0;
}

.sponsorBox .comment p {
	margin: 0 0 20px !important;
}

.sponsorBox dl {
	display: flex;
	margin: 0 0 30px;
	font-size: 20px;
}

.sponsorBox dl dt {
	margin-right: 10px;
}

.sponsorBox .cm {
	margin: 0 0 30px;
	display: flex;
	justify-content: center;
}

.sponsorBox .cm .movie {
	width: 48%;
	margin: 0 1%;
}

.sponsorBox .cm .youtube {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}
 
.sponsorBox .cm .youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/*------------------------------------------------------------------------------------------------
  covid
--------------------------------------------------------------------------------------------------*/
.ticket {
	margin: 60px 0;
}

.ticket dt {
	background-color: #F66;
	color: #FFF;
	padding: 8px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}

.ticket dd {
	margin: -30px 0 0 20px;
	padding: 40px 20px 0;
	border: 3px solid #CCC;
}


.covidWrap {
	margin: 60px 30px;
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dotted #CCC;
}

.covidWrap .image {
	width: 200px;
	margin-left: 10px;
}

.covidWrap .image img {
	width: 160px;
	height: auto;
}

.covidWrap .text {
	width: 800px;
	margin: 16px 0 0;
}

.covidWrap .text .category {
	margin: 0 0 30px -8px;
	padding: 0;
	list-style: none;
	display: flex;
}

.covidWrap .text .category li {
	margin: 0 8px;
	padding: 0;
	border: 1px solid #CCC;
	width: 160px;
	text-align: center;
}

.covidWrap .text .category li.c1 {
	background-color: #DDD;
}

.covidWrap .text .category li.c2 {
	background-color: #C2E1FA;
}

#secondCont .covidWrap .text h2 {
	margin: 0 0 16px;
}

/*------------------------------------------------------------------------------------------------
  newsdetail
--------------------------------------------------------------------------------------------------*/
.newsDetail p.date i {
	margin-right: 4px;
	color: #F37402;
}

.newsDetail .profile {
	margin: 40px;
	border: 4px solid #FDEAD9;
	padding: 20px;
}

.newsDetail .profile dt {
	margin: 0 0 4px;
	padding: 0 0 4px;
	font-weight: 500;
	border-bottom: 1px dashed #CCC;
}

.newsDetail .profile p {
	margin: 0 !important;
}

.newsDetail .slideBox {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}

.newsDetail .slideBox .slide {
	width: 600px;
	margin: 50px auto 70px;
}

.newsDetail .slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsDetail .slide ul li {
	margin: 0;
	padding: 0;
}

.newsDetail .slide ul li img {
	max-width: 100%;
	height: auto;
}

.slick-dots {
	bottom: -40px !important;
}

.slick-dots li button:before {
	color: #3498db !important;
	font-size: 16px !important;
}

.slick-dots li {
	margin: 0 4px !important;
}

.slick-prev, .slick-next {
	width: 40px !important;
	height: 40px !important;
}

.slick-next {
	right: -55px !important;
}

.slick-prev {
	left: -55px !important;
}

.slick-prev:before,
.slick-next:before {
 color: #3498db !important;
}


/*------------------------------------------------------------------------------------------------
  anchor
--------------------------------------------------------------------------------------------------*/
.famMenu {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.famMenu li {
	width: 48%;
	margin: 0 1% 20px;
	padding: 0;
}

.famMenu li a {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #183063;
}

.famMenu li a i {
	margin-right: 4px;
}

.famMenu li a:hover, .famMenu li a:active {
	background-color: #FDEAD9;
	color: #183063;
}

.timeschedule,
.timeschedule2 {
 width: 920px;
 margin: 0 40px 30px;
}

.timeschedule td,
.timeschedule2 td {
	vertical-align: top;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.timeschedule td:nth-of-type(1) {
	width: 180px;
	background-color: #D9F0FF;
	text-align: right;
}

.timeschedule2 td:nth-of-type(1) {
	width: 180px;
	background-color: #E6F7D9;
	text-align: right;
}

.timeschedule td ul,
.timeschedule2 td ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.timeschedule td ul li,
.timeschedule2 td ul li {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 500;
}

.timeschedule td p {
    margin: 0;
}

.timeschedule2 td p {
    margin: 0 !important;
}

.timeschedule td p i,
.timeschedule2 td p i {
    margin-right: 4px;
    vertical-align: -1px;
}

.timeschedule td ul li:last-child
.timeschedule2 td ul li:last-child {
	margin: 0;
}

.kitchencar {
width: 100%;
}

.kitchencar td {
width: 48%;
padding: 0 1%;
}


}



@media all and (max-width: 999px){


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
	background-color: #F37402;
}

#mv img {
	display: block;
	margin: 0 auto;
}

#indexWrap {
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
}

#indexWrap #contLeft {
	width: 100%;
}

#indexLead {
	margin: 0 0 20px;
}

#indexLead .tocovid a {
	display: block;
	background-color: #F66;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding: 8px;
}

ol.point {
	margin: -20px auto 40px;
	padding: 0;
	list-style: none;
}

ol.point li {
	margin: 0;
	padding: 0 0 8px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dotted #0B96CE;
}

ol.point li span.s {
	font-size: 12px;
}

.servicePointNum {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #C75322;
	margin-top: 8px;
	margin-right: 4px;
	padding: 0;
	font-style: italic;
	color: #0B96CE;
	font-size: 16px;
}

.servicePointNum span {
	font-style: normal;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 1;
	border-radius: 50%;
	border: 3px solid #0B96CE;
	margin-left: 8px;
	background-color: #E6F4FA;
}

#indexWrap #contLeft h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}

#indexWrap #contLeft h2:first-letter {
	font-size: 50px;
	color: #F37402;
}

#indexWrap #contLeft h2:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

#indexWrap #contLeft h3 {
	margin: 0 0 10px;
	font-size: 22px;
 position: relative;
 padding: 0.5rem 1rem calc(1rem + 10px);
 background-color: #FDEAD9;
	line-height: 1;
	font-weight: 500;
}

#indexWrap #contLeft h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #642E92;
}

#indexWrap #contLeft p {
	margin: 0 0 20px;
}

#indexWrap #contLeft ul {
	margin: 0 0 60px;
}

#indexNews .newsList ul {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}

#indexNews .newsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}

#indexNews .newsList li a {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
	color: #183063;
}

#indexNews .newsList li a:hover {
	background-color: #FDEAD9;
}

#indexNews .newsList li a span {
	display: block;
}

#indexNews .newsList li a span i {
	margin-right: 4px;
	color: #F37402;
}

#indexRunner .firstDay {
	border: 3px double #67CA1E;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	position: relative;
}

#indexRunner .firstDay p.about {
	margin: 40px 0 0 !important;
}

#indexRunner .firstDay p.date {
	position: absolute;
	top: -20px;
	background-color: #67CA1E;
	color: #FFF;
	font-size: 18px;
	padding: 4px 16px 4px 16px;
}

#indexRunner .firstDay ul.category {
	margin: 20px 0 0 !important;
	padding: 0;
	list-style: none;
}

#indexRunner .firstDay ul.category li {
	margin: 0 0 20px;
	padding: 10px 0;
	background-color: #F3F2F1;
}

#indexRunner .firstDay ul.category li strong {
	font-size: 18px;
}

#indexRunner .firstDay ul.category li i {
	margin-right: 8px;
	color: #67CA1E;
	font-size: 24px;
}

#indexRunner .firstDay dl {
	margin: 0 10px 30px;
	padding: 0 0 10px;
 border-bottom: 2px dashed #67CA1E;
}

#indexRunner .firstDay dt {
	font-weight: 500;
	border-bottom: 2px dotted #CCC;
}

#indexRunner .firstDay dd {
	margin-bottom: 10px;
	padding: 4px 0;
}

#indexRunner .secondDay {
	border: 3px double #0099FF;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	position: relative;
}

#indexRunner .secondDay p.about {
	margin: 20px 0 0 !important;
}

#indexRunner .secondDay p.date {
	position: absolute;
	top: -20px;
	background-color: #09F;
	color: #FFF;
	font-size: 18px;
	padding: 4px 8px 4px 16px;
}

#indexRunner .secondDay ul.category {
	margin: 20px 0 0 !important;
	padding: 0;
	list-style: none;
}

#indexRunner .secondDay ul.category li {
	margin: 0 0 20px;
	padding: 10px 0;
	background-color: #F3F2F1;
}

#indexRunner .secondDay ul.category li strong {
	font-size: 18px;
}

#indexRunner .secondDay ul.category li i {
	margin-right: 8px;
	color: #0099FF;
	font-size: 24px;
}

#indexRunner .secondDay dl {
	margin: 0 10px 30px;
	padding: 0 0 10px;
 border-bottom: 2px dashed #09F;
}

#indexRunner .secondDay dt {
	font-weight: 500;
	border-bottom: 2px dotted #AAA;
}

#indexRunner .secondDay dd {
	margin-bottom: 10px;
	padding: 4px 0;
}


#indexRunner .address strong {
	display: block;	
}

.gmap {
	margin: 0 0 60px;
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


.attenBtn {
	text-align: center;
}

.attenBtn p {
	margin: 0 0 10px !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #3E1C59;
}

.attenBtn .btn a {
	border: 3px solid #3E1C59;
}

.btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #F9C291;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	border: 3px solid #F3EA4B;
	text-decoration: none !important;
}

.btn a:hover, .btn a:active {
	background-color: #3E1C59;
	color: #FFF;
}

i {
	margin-left: .4em;
}

#indexWrap #contRight {
	width: 100%;
	margin: 60px 0 0;
}

#indexWrap #contRight .nav ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border: 4px solid #F37402;
}

#indexWrap #contRight .nav ul li {
	margin: 0;
	padding: 0;
}

#indexWrap #contRight .nav ul li a {
	display: block;
	background-color: #FDEAD9;
	text-decoration: none;
	padding: 12px;
	color: #000;
	border-bottom: 1px solid #F37402;
}

#indexWrap #contRight .nav ul li:last-child a {
	border-bottom: none;
}

#indexWrap #contRight .nav ul li a i {
	margin: 0 4px 0 0;
}

#indexWrap #contRight .nav ul li a:hover {
	background-color: #FFF;
}

#indexWrap #contRight dl dt {
	margin: 0 0 8px;
	font-size: 20px;
	text-align: center;
}

#indexWrap #contRight dl dt:nth-of-type(1) {
	background-color: #F37402;
	color: #FFF;
}

#indexWrap #contRight dl dt:nth-of-type(2) {
	background-color: #F59035;
	color: #FFF;
}

#indexWrap #contRight dl dt:nth-of-type(3) {
	background-color: #B37CF2;
	color: #FFF;
}

#indexWrap #contRight dl dd ul {
	width: 80%;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}

#indexWrap #contRight dl dd ul li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

#indexWrap #contRight div {
	text-align: center;
}

#indexWrap #contRight dl.medical {
	margin: 60px 0 0;
}

#indexWrap #contRight dl.medical dt:nth-of-type(1) {
	background-color: #7EC82D;
	color: #FFF;
}

.fb {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1877F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.fb::before {
	content: "\f39e";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.fb::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1877F2;
}

.fbWrap {
	margin: 0 0 40px;
}

.ig {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #C73080;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.ig::before {
	content: "\f16d";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.ig::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #C73080;
}

.tw {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1DA1F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.tw::before {
	content: "\f099";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.tw::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1DA1F2;
}

#twitter-widget-0 {
	margin-bottom: 40px !important;
	border: 1px solid #CCC !important;
}

.syumokuList {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.syumokuList li {
	width: 48%;
	margin: 0 1% 16px;
	padding: 0;
}

.syumokuList li:last-child {
	width: 100%;
}

.syumokuList li a {
	display: block;
	text-decoration: none;
	background-color: #F3F2F1;
	padding: 10px;
	color: #000;
	border: 1px solid #F3F2F1;
}

.syumokuList li a:hover {
	background-color: #FDEAD9;
	border: 1px solid #F37402;
}

.guestRunner {
	margin: 0 0 60px;
}

.guestRunner .inner {
	padding: 20px 20px 0;
	border: 4px solid #F9E5E5;
}

.guestRunner .inner div:nth-child(1) {
	text-align: center;
}

.guestRunner .inner div:nth-child(1) img {
	max-width: 100%;
}

.guestRunner .inner div:nth-child(2) {
	margin: 40px 0 0;
}

.guestRunner .inner div:nth-child(2) h3 {
	margin-bottom: 30px !important;
	background-color: #F9E5E5 !important;
}

.guestRunner .inner div:nth-child(2) h3 span {
	font-size: 16px;
	margin: 0 20px 0 0;
}

.guestRunner .inner div:nth-child(2) h3:before {
	border: 3px solid #C30000 !important;
}



/*------------------------------------------------------------------------------------------------
  sponsor
--------------------------------------------------------------------------------------------------*/
.sEntry table {
	width: 100%;
	margin: 0 0 40px;
	font-size: 14px !important;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.sEntry table th {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	padding: 8px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEAD9;
}

.sEntry table td {
	display: block;
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid #CCC;
}

.sEntry table td input {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
	font-size: 16px;
}

.sEntry table td input[type="text"].l {
	width: 90%;
}	

.sEntry table td input[type="text"].m {
	width: 60%;
}

.sEntry table td input[type="tel"] {
	width: 100px;
}	

.sEntry table td input[type="text"].s {
	width: 100px;
}

.sEntry table td textarea {
 width: 100%;
 display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.sEntry table td input[type="file"] {
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.mwform-file-delete {
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.sEntry .vebtn {
	margin: 0 0 64px;
	text-align: center;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.sEntry .vebtn input[type="submit"] {
 margin: 0 8px;
	padding: 10px 32px;
	cursor: pointer;
	background-color: #DDD;
}

.sEntry.entPage {
    padding: 80px 0;
}

.activetimeLead {
	display: block;
}

.mwform-checkbox-field {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #CCC;
}

.mw_wp_form.mw_wp_form_confirm .activetimeLead {
    display: none;
}

.mw_wp_form .error {
	background-color: #FFC;
	padding: 4px;
	color: #F00;
}


/*------------------------------------------------------------------------------------------------
  sponsor-info
--------------------------------------------------------------------------------------------------*/
.sponsorInfo {
	margin: 0 0 30px !important;
}

.sponsorMenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sponsorMenu li {
	margin: 0 0 16px;
	padding: 0;
	width: 48%;
}

.sponsorBox {
	margin: -10px 10px 40px 10px;
	padding: 20px 16px 10px;
	border-right: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	border-left: 3px solid #DDD;
}

.sponsorBox .sponsorCategory {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.sponsorBox .sponsorCategory li {
	width: 48%;
	margin: 0 0 8px;
	padding: 2px 0;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FDEAD9;
}

.sponsorBox .comment {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 20px 0 0;
}

.sponsorBox .comment p {
	margin: 0 0 20px !important;
}

.sponsorBox dl {
	margin: 0 0 30px;
	font-size: 16px;
}

.sponsorBox dl dt {
	margin-right: 10px;
}

.sponsorBox .cm {
	margin: 0 0 30px;
}

.sponsorBox .cm .movie {
}

.sponsorBox .cm .youtube {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}
 
.sponsorBox .cm .youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*------------------------------------------------------------------------------------------------
  covid
--------------------------------------------------------------------------------------------------*/
.ticket {
	margin: 60px 0;
}

.ticket dt {
	background-color: #F66;
	color: #FFF;
	padding: 8px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}

.ticket dd {
	margin: -30px 0 0 20px;
	padding: 40px 20px 0;
	border: 3px solid #CCC;
}


.covidWrap {
	margin: 60px 0;
	padding: 0 0 30px;
	border-bottom: 2px dotted #CCC;
}

.covidWrap .image {
	padding: 0 0 10px;
}

.covidWrap .image img {
	width: 160px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.covidWrap .text {
	margin: 16px 0 0;
}

.covidWrap .text .category {
	margin: 0 0 30px -8px;
	padding: 0;
	list-style: none;
	display: flex;
}

.covidWrap .text .category li {
	margin: 0 8px;
	padding: 0;
	border: 1px solid #CCC;
	width: 160px;
	text-align: center;
}

.covidWrap .text .category li.c1 {
	background-color: #DDD;
}

.covidWrap .text .category li.c2 {
	background-color: #C2E1FA;
}

#secondCont .covidWrap .text h2 {
	margin: 0 0 16px;
}


/*------------------------------------------------------------------------------------------------
  newsdetail
--------------------------------------------------------------------------------------------------*/
.newsDetail p.date i {
	margin-right: 4px;
	color: #F37402;
}

.newsDetail .profile {
	margin: 40px 0;
	border: 4px solid #FDEAD9;
	padding: 20px;
}

.newsDetail .profile dt {
	margin: 0 0 4px;
	padding: 0 0 4px;
	font-weight: 500;
	border-bottom: 1px dashed #CCC;
}

.newsDetail .profile p {
	margin: 0 !important;
}

.newsDetail .slideBox {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}

.newsDetail .slideBox .slide {
	width: 90%;
	margin: 50px auto 70px;
}

.newsDetail .slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsDetail .slide ul li {
	margin: 0;
	padding: 0;
}

.newsDetail .slide ul li img {
	max-width: 100%;
	height: auto;
}

.slick-dots {
	bottom: -40px !important;
}

.slick-dots li button:before {
	color: #3498db !important;
	font-size: 16px !important;
}

.slick-dots li {
	margin: 0 4px !important;
}

.slick-prev, .slick-next {
	width: 40px !important;
	height: 40px !important;
}

.slick-next {
	right: -40px !important;
}

.slick-prev {
	left: -40px !important;
}

.slick-prev:before,
.slick-next:before {
 color: #3498db !important;
}

/*------------------------------------------------------------------------------------------------
  anchor
--------------------------------------------------------------------------------------------------*/
.famMenu {
	width: 96%;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}

.famMenu li {
	margin: 0 0 10px;
	padding: 0;
}

.famMenu li a {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #183063;
}

.famMenu li a i {
	margin-right: 4px;
}

.famMenu li a:hover, .famMenu li a:active {
	background-color: #E8EBF0;
	color: #183063;
}

.timeschedule,
.timeschedule2 {
 width: 96%;
 margin: 0 auto 30px;
}

.timeschedule td,
.timeschedule2 td {
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.timeschedule td:nth-of-type(1) {
	background-color: #D9F0FF;
}

.timeschedule2 td:nth-of-type(1) {
	background-color: #E6F7D9;
}

.timeschedule td ul,
.timeschedule2 td ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.timeschedule td ul li,
.timeschedule2 td ul li {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 500;
}

.timeschedule td p {
    margin: 0 !important;
}

.timeschedule2 td p {
    margin: 0 !important;
}

.timeschedule td p i,
.timeschedule2 td p i {
    margin-right: 4px;
    vertical-align: -1px;
}

.timeschedule td ul li:last-child
.timeschedule2 td ul li:last-child {
	margin: 0;
}

.kitchencar {
width: 100%;
}

.kitchencar td {
display: block;
width: 100%;
}

.kitchencar td img {
display: block;
margin: 0 auto;
}


}




