@charset "utf-8";
/*--------------------------------------------------------------------------------------------------

   page

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


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


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
	background-color: #CB3AB1;
	position: relative;
}

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

#mv p {
    position: absolute;
    bottom: 0;
    right: 20px;
    transform: rotate(5deg);
}

#mv p img {
    width: 200px;
    height: auto;
}

#indexImg {
	position: relative;
	text-align: center;
	background-color: #FFEED5;
}

#indexImg:before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: calc( 50% - 650px);
	background: url(../image/item-01.png) no-repeat 0 0;
	background-size: 200px;
	width: 200px;
	height: 99px;
	z-index:100;
}

#indexImg:after {
	position: absolute;
	content: "";
	top: 100px;
	right: calc( 50% - 600px);
	background: url(../image/item-07.png) no-repeat 0 0;
	background-size: 62px;
	width: 62px;
	height: 108px;
	transform: rotate(5deg);
}

#indexImg img {
	max-width: 1100px;
	height: auto;
}

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

#indexWrap .leftWrap {
	width: 780px;
}

#indexWrap .rightWrap {
	width: 280px;
}

#indexWrap .rightWrap .iday1 {
	margin: 0 0 20px;
	border: 4px solid #4472C4;
}

#indexWrap .rightWrap .iday1 p {
	background-color: #4472C4;
	padding: 3px 6px;
	color: #FFF;
}

#indexWrap .rightWrap .iday2 {
	margin: 0 0 40px;
	border: 4px solid #CB3AB1;
}

#indexWrap .rightWrap .iday2 p {
	background-color: #CB3AB1;
	padding: 3px 6px;
	color: #FFF;
}

#indexWrap .rightWrap .iday1 p a,
#indexWrap .rightWrap .iday2 p a  {
display:block;
color: #FFF;
}

#indexWrap .rightWrap ul.syumoku {
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexWrap .rightWrap ul.syumoku li {
	border-bottom: 1px dotted #CCC;
	padding: 4px 12px;
}

#indexWrap .rightWrap ul.syumoku li:last-child {
	border-bottom: none;
}

#indexWrap .rightWrap .indexSponsor ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.4;
font-size: 14px;
}

#indexWrap .rightWrap .indexSponsor ul li {
margin: 0 0 16px;
padding: 0;
}

#indexWrap .rightWrap .indexSponsor ul li a {
display: block;
border: 1px solid #CCC;
padding: 8px;
margin: 0 0 4px;
}

#indexWrap .rightWrap .indexSponsor ul li a.tlink {
line-height: 80px;
text-align: center;
color: #000;
text-decoration: none;
font-size: 18px;
}

#indexWrap:before {
	position: absolute;
	top: 36px;
	right: 0;
	background: url(../image/item-03.png) no-repeat 0 0;
	background-size: 90px;
	width: 90px;
	height: 35px;
	content: "";
	z-index: 5;
 animation: koumori 3s infinite ease-in-out .2s alternate;
 display: inline-block;
 transition: 1.5s ease-in-out;
}

#indexWrap:after {
	position: absolute;
	top: 100px;
	left: -80px;
	background: url(../image/item-04.png) no-repeat 0 0;
	background-size: 126px;
	width: 126px;
	height: 64px;
	content: "";
	z-index: 5;
 animation: koumori2 4s infinite ease-in-out .1s alternate;
 display: inline-block;
 transition:1.5s ease-in-out;
}

#indexWrap .wrap {
    background-color: #FBEAF8;
    padding: 30px 30px 10px;
    position: relative;
}

#indexWrap .wrap h2 {
    font-size: 36px;
    text-align: center;
    font-family: 'RocknRoll One', sans-serif;
    color: #DA3DBE;
    line-height: 1.3;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#indexWrap .wrap .cont {
    padding: 70px 20px 0;
    font-size: 18px;
}

#indexWrap .wrap .cont p {
    margin: 0 0 30px;
}

#indexWrap .wrap .cont p span.theme {
    font-size: 26px;
    font-weight: 700;
    color: #DA3DBE;
}

#indexWrap .wrap .cont p span.line {
background:linear-gradient(transparent 60%, #FFDD95 60%);
font-weight: 500;
}

#indexWrap p.covid {
    text-align: center;
    margin: 40px 0 0;
}

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;
}

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

#indexNews h2:first-letter {
	font-size: 50px;
	color: #6D7903;
}

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

#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 {
	margin-right: 40px;
}

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

#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 {
    text-align: center;
    line-height: 1.4;
}

.btn a {
	display: block;
	width: 400px;
	margin: 0 auto 40px;
	padding: 8px 0;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	border: 3px solid #DA3DBE;
	text-decoration: none !important;
	/*background: url(../image/arrow-02.png) #FCEDFA no-repeat 94% center;*/
	background-color: #FCEDFA;
	background-size: 10px;
	box-shadow: 3px 3px 0 #B02298;
}

.btn a:hover, .btn a:active {
	color: #FFF;
	/*background: url(../image/arrow-01.png) #DA3DBE no-repeat 94% center;*/
	background-color: #DA3DBE;
	background-size: 10px;
}

.btn2 {
	display: flex;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.btn2 div {
	width: 480px;
	font-weight: 500;
}

.btn2 a {
	display: inline-block;
	width: 400px;
	margin: 0 40px 60px;
	padding: 4px 0;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	border: 3px solid #DA3DBE;
	text-decoration: none !important;
	background: url(../image/arrow-02.png) #FCEDFA no-repeat 94% center;
	background-size: 10px;
	box-shadow: 3px 3px 0 #B02298;
	line-height: 1.4;
}

.btn2 a:hover, .btn a:active {
	color: #FFF;
	background: url(../image/arrow-01.png) #DA3DBE no-repeat 94% center;
	background-size: 10px;
}


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: 480px;
}

.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;
}

#indexRunner .lead {
	font-family: 'RocknRoll One', sans-serif;
	color: #DA3DBE;
	text-align: center;
	font-size: 32px;
	position: relative;
	padding: 40px 0 30px;
	background-color: #FCEDFA;
	border-radius: 100%;
	margin: 0 0 40px;
}

#indexRunner .lead:before {
	position: absolute;
	top: -30px;
	left: calc( 50% - 277px);
	content: "";
	background: url(../image/flag.png) no-repeat 0 0;
	width: 554px;
	height: 72px;
}

#indexRunner .days {
	display: flex;
 justify-content: space-between;
	margin: 0 0 60px;
}

#indexRunner .days h2 {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
}

#indexRunner .days .date {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.04em;
}

#indexRunner .days .date span {
	font-size: 18px;
}

#indexRunner .days .day1 {
	width: 47%;
	position: relative;
	padding: 0 20px;
}

#indexRunner .days .day1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #E1E9F9;
	z-index: -1;
	top: 30px;
	left: 0;
}

#indexRunner .days .day1:after {
	position: absolute;
	bottom: 40px;
	right: 50px;
	background: url(../image/item-07.png) no-repeat 0 0;
	background-size: 62px;
	width: 62px;
	height: 108px;
	content: "";
}

#indexRunner .days .day1 h2 {
	color: #3D6ED9;
}

#indexRunner .days .day2 {
	width: 47%;
	position: relative;
	padding: 0 20px;
}

#indexRunner .days .day2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #F9E8F5;
	z-index: -1;
	top: 30px;
	left: 0;
}

#indexRunner .days .day2:after {
	position: absolute;
	content: "";
	right: -20px;
	top: 0;
	background: url(../image/item-06.png) no-repeat 0 0;
	background-size: 110px;
	width: 110px;
	height: 132px;
}

#indexRunner .days .day2 h2 {
	color: #CB3AB1;
}

#indexRunner .days ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
				margin-bottom: 10px;
}

#indexRunner .days ul li {
    width: 48%;
    margin: 0 0 16px;
    padding: 8px;
    position: relative;
    background-color: #FFF;
}

#indexRunner .days ul li.new:before {
    position: absolute;
    content: "NEW";
    right: -10px;
    top: -8px;
    background-color: #FC964D;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #FFF;
    line-height: 36px;
    transform: rotate(10deg);
}

#indexRunner .dayAll {
    background-color: #FEF0CF;
    padding: 30px 20px 40px;
    margin: 50px 0 30px;
				text-align: center;
				display: block;
}

#indexRunner .dayAll .date {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.04em;
	margin: 0;
}

#indexRunner .dayAll .date span {
	font-size: 18px;
}

#indexRunner .dayAll h2 {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #FF8000;
	font-family: 'RocknRoll One', sans-serif;
}

#indexRunner .dayAll h2 img {
	margin: 0 8px;
	vertical-align: -6px;
}

#indexRunner .dayAll p {
	margin: 0 0 20px;
}

.koumori {
 animation: koumori 3s infinite ease-in-out .8s alternate;
 display: inline-block;
 transition: 1.5s ease-in-out;
 width: 70px;
 height: 70px;
}
 
.koumori2 {
 animation: koumori2 3s infinite ease-in-out .8s alternate;
 display: inline-block;
 transition: 1.5s ease-in-out;
 width: 126px;
 height: 64px;
}

@keyframes koumori {
 0% {
   transform:translate(0, 0) rotate(-7deg);
 }
 50% {
   transform:translate(0, -7px) rotate(0deg);
 }
 100% {
   transform:translate(0, 0) rotate(7deg);
 }
}

@keyframes koumori2 {
 0% {
   transform:translate(0, 0) rotate(7deg);
 }
 50% {
   transform:translate(0, 7px) rotate(0deg);
 }
 100% {
   transform:translate(0, 0) rotate(-7deg);
 }
}

.etcEvent {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.etcEvent div {
	width: 44%;
	margin: 0 3%;
	background-color: #F2F8DC;
	padding: 20px;
}

.etcEvent div h2 {
	color: #8EA620;
	font-size: 26px;
	font-weight: 700;
}

.kugiri01 {
	padding: 10px 0 40px;
	text-align: center;
}

.kugiri01 img {
	width: 203px;
}

.concept {
	width: 80%;
	margin: 0 auto 80px;
}

.concept h2 {
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 60px 0 0;
	color: #950080;
}

.concept h2:before {
	position: absolute;
	content: "";
	width: 138px;
	height: 62px;
	top: 0;
	left: calc( 50% - 69px);
	background: url(../image/line-01.png) no-repeat 0 0;
}

.concept .theme {
	margin-bottom: 20px;
	line-height: 1.4;
}

.concept .theme span {
	font-size: 26px;
 font-weight: 700;
 color: #DA3DBE;
	display: block;
}

.opening {
	width: 780px;
	margin: -20px auto 40px;
}

.opening video {
	width: 100%;
	height: auto;
	border: 4px solid #6D7903;
}

h2.openingH {
  position: relative;
  padding: 0.5rem 2rem calc(1rem + 10px);
  background: #FFFBB0;
  transform: rotate(-0.5deg);
  margin-left: -20px;
  font-size: 30px;
  font-family: 'Dela Gothic One', cursive;
  font-weight: 400;
  letter-spacing: 0.06em;
  z-index: -1;
  color:#F37402;
}

h2.openingH:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px dashed #6D7903;
}


/*------------------------------------------------------------------------------------------------
  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 40px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.sponsorMenu li {
	margin: 0 0 30px;
	padding: 0;
	width: 258px;
	line-height: 1.2;
}

.sponsorMenu li:nth-of-type(3n-1) {
	margin: 0 63px 30px;
}

.sponsorMenu li img {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu li:hover img {
	border: 1px solid #F37402;
}

.sponsorMenu li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu2 {
	width: 900px;
	margin: 0 auto 60px;
	padding: 0 0 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #CCC;
}

.sponsorMenu2 li {
	margin: 0 0 30px;
	padding: 0;
	width: 200px;
	line-height: 1.2;
}

.sponsorMenu2 li img {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu2 li:hover img {
	border: 1px solid #F37402;
}

.sponsorMenu2 li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu3 {
	width: 700px;
	margin: 0 auto 60px;
	padding: 0 0 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #CCC;
}

.sponsorMenu3 li {
	margin: 0 0 30px;
	padding: 0;
	width: 200px;
	line-height: 1.2;
}

.sponsorMenu3 li img {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu3 li:hover img {
	border: 1px solid #F37402;
}

.sponsorMenu3 li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu4 {
	width: 800px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.sponsorMenu4 li {
	border: 1px solid #CCC;
	padding: 10px 20px;
}

.sponsorMenu4 li:hover {
	border: 1px solid #F37402;
}

.sponsorMenu4 li a {
	text-decoration: none;
	color: #000;
}

.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 #6D7903;
	box-shadow: 3px 3px 0 #6D7903;
	font-weight: 500;
}

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

.famMenu li a:hover, .famMenu li a:active {
	background-color: #FFF;
	color: #F90;
}

.timeschedule,
.timeschedule2 {
 width: 800px;
 margin: 0 auto 30px;
	background-color: #FFF;
	position: relative;
}

.timeschedule:before {
	position: absolute;
	background: url(../image/item-08.png) no-repeat 0 0;
	width: 104px;
	height: 79px;
	content: "";
	bottom: -10px;
	right: -20px;
	transform: rotate(5deg);
}

.timeschedule tr:nth-child(1) {
	background-color: #FDEAD9;
}

.timeschedule th {
	width: 160px;
	padding: 16px 16px 16px 30px;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
}

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

.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%;
}

.cost1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.cost1 dt {
	width: 15%;
	margin-bottom: 10px;
}

.cost1 dd {
	width: 85%;
	margin-bottom: 10px;
}

.cost2 {
	margin: 0 auto 30px 0;
}

.cost2 th {
	padding: 8px 20px;
	font-weight: 400;
	background-color: #FFF;
	border-bottom: 2px solid #CCC;
	border-right: 1px dotted #CCC;
	background-color: #FDFAD9;
}

.cost2 th:nth-child(1) {
	width: 220px;
}

.cost2 th:nth-child(2),
.cost2 th:nth-child(3) {
	width: 200px;
}

.cost2 td {
	padding: 8px 20px;
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}

.cost2 td:nth-child(2),
.cost2 td:nth-child(3) {
	text-align: right;
}

.bbqLead {
	font-size: 26px;
	text-align: center;
	font-family:'RocknRoll One', sans-serif;
	color: #EC6926;
}

.bbqcont {
	width: 800px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.bbqcont:before {
	position: absolute;
	background: url(../image/item-06.png) no-repeat 0 0;
	background-size: 110px;
	bottom: 100px;
	left: -100px;
	content: "";
	width: 110px;
	height: 132px;
}

.bbqcont table th {
	font-weight: 400;
	border: 1px solid #CCC;
	padding: 8px 30px;
	background-color: #F2F8DC;
}

.bbqcont table td {
	border: 1px solid #CCC;
	padding: 8px 30px;
}

.bbqcont table td:nth-child(2) {
	text-align: right;
}

.trimuTb {
	width: 80%;
	margin: -20px 0 40px;
}

.trimuTb th {
	background-color: #09C;
	color: #FFF;
	padding: 8px;
	border-left: 1px solid #FFF;
}

.trimuTb th:nth-child(1),
.trimuTb td:nth-child(1) {
	border-left: none;
}

.trimuTb td {
	background-color: #FFF;
	padding: 8px 20px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}






/*------------------------------------------------------------------------------------------------
  contest
--------------------------------------------------------------------------------------------------*/
.contestPrise {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 50px 0 0;
	margin: 0 0 60px;
}

.contestPrise:before {
	position: absolute;
	background: url(../image/flag.png) repeat-x center 0;
	width: 100%;
	height: 72px;
	content: "";
	top: 0;
	left: 0;
}

.contestPrise div.box {
	width: 31%;
	padding: 26px 20px 20px;
	background-color: #FEF0CF;
}

#secondCont .contestPrise div h2 {
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #F37402;
}

.contestPrise div.box:nth-child(3) {
	background: url(../image/item-13.png) #FEF0CF no-repeat 100% 100%;
}

.contestPrise div h2:before {
	display: none;
}

.contestPrise div .btn a {
	width: 90%;
	font-size: 16px;
}

.contestPrise div.box .hissu {
	color: #F00;
	font-weight: 700;
	text-decoration: underline;
}

.contestInfo {
 margin: 0 calc(50% - 50vw) 30px;
	width: 100vw;
	padding: 40px 0 10px;
	background-color: #FEF5E2;
}

.contestInfo .cont {
	width: 1100px;
	margin: 0 auto;
}

.contestInfo .cont table {
	width: 80%;
	margin: 0 auto;
	line-height: 1.4;
}

.contestInfo .cont table th {
	padding: 15px 30px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #F37402;
	background-color: #FEF0CF;
}

.contestInfo .cont table td {
	padding: 15px 30px;
	border-bottom: 1px solid #F37402;
	background-color: #FFF;
}

.contestInfo .cont table td ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.contestInfo .cont table td ul li {
	margin: 0 0 8px;
}

.contestInfo .cont table td dl {
	margin: 8px 0 0;
}

.contestInfo .cont table td dt {
	font-weight: 700;
	color: #CB3AB1;
}

.contestInfo .cont table td dd {
	margin: 0 0 8px;
}

.contestEntryFlow {
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
	position:relative;
}

.contestEntryFlow.c1:before {
	position: absolute;
	content: "";
	background: url(../image/item-13.png) no-repeat 0 0;
	width: 120px;
	height: 190px;
	right: 0;
	bottom: 0;
}

.contestEntryFlow.c2:before {
	position: absolute;
	content: "";
	background: url(../image/item-11.png) no-repeat 0 0;
	width: 128px;
	height: 158px;
	right: 0;
	bottom: 0;
}

.contestEntryFlow .flow h3 {
	background-color: #F37402;
	color: #FFF !important;
	text-align: center;
}

.contestEntryFlow .detail {
	margin: 30px 40px;
	display: flex;
	justify-content: space-between;
}

.contestEntryFlow .detail div {
	width: 46%;
}

.contestEntryFlow .detail dt {
	font-weight: 500;
	margin: 0 0 8px;
}

.contestEntryFlow .detail dt.on {
	background-color: #FEF0CF;
	display: inline-block;
	padding: 4px 10px;
}

.contestEntryFlow .detail dt.off {
	background-color: #DDD;
	display: inline-block;
	padding: 4px 10px;
}

.contestEntryFlow .detail dd p {
	margin: 0 !important;
	line-height: 1.4;
	font-size: 14px;
}

.arrowBox {
	margin: 0 0 30px;
	text-align: center;
}

.yuuri {
	margin: 40px 0 !important;
	text-align: center;
}

.prizec3 {
	display: flex;
	margin: 40px 0;
	justify-content: center;
}

.prizec3 div {
	width: 300px;
	margin: 0 30px;
	padding: 80px 20px 20px;
	background-color: #FEF5E2;
	position: relative;
}

.prizec3 div:before {
	position: absolute;
	width: 80px;
	height: 93px;
	content: "";
	top: -20px;
	left: calc( 50% - 40px);
}

.prizec3 div.prize1:before {
	background: url(../image/contest_num-01.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize2:before {
	background: url(../image/contest_num-02.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize3:before {
	background: url(../image/contest_num-03.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize4:before {
	background: url(../image/contest_num-04.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize5:before {
	background: url(../image/contest_num-05.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}

.prizec3 div p {
	text-align: center;
}

.sk {
	display: flex;
}

.sk div {
	width: 46%;
	margin: 0 2%;
}


/*------------------------------------------------------------------------------------------------
  fitness
--------------------------------------------------------------------------------------------------*/
.fitnessTime {
	margin: 40px 80px;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	box-shadow: 3px 3px 0 #CCC;
	background-color: #FFF !important;
}

.fitnessTime:before {
	position: absolute;
	bottom: -40px;
	left: 70px;
	width: 40px;
	height: 40px;
	background-color: #DA3DBE;
	content: "";
}

.fitnessTime.time07:before {
	display: none;
}

.fitnessTime .logo {
	width: 130px;
	margin: 0 40px 0 0;
}

.fitnessTime .text {
	display: flex;
	align-items: center;
	background-color: #FFF3E8;
}

.fitnessTime .text + .fitnessWrap,
.fitnessTime .text + .fitnessTeacher {
	margin-top: 20px;
}

#secondCont .fitnessTime .text p {
	margin: 0 !important;
}

.fitnessTime .text p.time {
	font-size: 26px;
	margin: 0!important;
	padding: 0 8px 0 68px;
	background: url(../image/item-14.png) no-repeat 0 center;
	background-size: 60px;
	font-weight: 700;
	color: #DA3DBE;
	width: 300px;
}

#secondCont .fitnessTime .text h3 {
	font-weight: 700;
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #000;
	border-bottom: none;
}

#secondCont .fitnessTime .text h3 span {
	font-size: 22px;
}

.fitnessTime.time01  {
 background-color: #FABF1A;
	border: 4px solid #FABF1A;
}

.fitnessTime.time02  {
 background-color: #9EC917;
	border: 4px solid #9EC917;
}

.fitnessTime.time03  {
 background-color: #66B840;
	border: 4px solid #66B840;
}

.fitnessTime.time04  {
 background-color: #68C2B2;
	border: 4px solid #68C2B2;
}

.fitnessTime.time05  {
 background-color: #5A9BD3;
	border: 4px solid #5A9BD3;
}

.fitnessTime.time06 {
	border: 4px solid #935BD4;
}

.fitnessTime.time07 {
	border: 4px solid #FF4466;
}

.fitnessTeacher {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 0 20px;
}

.fitnessTeacher div {
	margin: 0 30px;
}

.fitnessTeacher div dt {
	margin-bottom: 10px;
}

.fitnessTeacher .gis {
	display: inline-block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
	background-color: #DC00B2;
	margin-right: 20px;
}

.fitnessTeacher .gis i {
margin-left: 0;
font-size: 20px;
}

.fitnessTeacher .web i {
margin-left: 0;
font-size: 20px;
}

.fitnessTeacher .web {
	display: inline-block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
	background-color: #AFD015;
	margin-right: 20px;
}

.dandm {
	display: flex;
	margin: 80px 0 40px;
	justify-content: space-between;
}

#secondCont .dandm p {
	margin: 0;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 26px;
}

#secondCont .dandm h3 {
	border: none;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	color: #000;
	line-height: 1;
}

.dandm .danceWrap {
	width: 48%;
	padding: 20px;
	background-color:#FF65C3;
	border-radius: 20px;
}

.dandm .musicWrap {
	width: 48%;
	padding: 20px;
	background-color:#DCE826;
	border-radius: 20px;
}

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

.musicMember div {
	width: 32%;
	padding: 10px 30px 0;
}

.musicMember div:nth-child(2) {
	border-right: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
}

.musicMember div dl {
	margin: 0 0 20px;
	line-height: 1.4;
}

.musicMember div dl dt {
	margin-bottom: 4px;
}

.musicMember div p {
	margin: 0 0 10px !important;
	font-size: 12px;
}

/*------------------------------------------------------------------------------------------------
  number
--------------------------------------------------------------------------------------------------*/
.numberList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.numberList div {
	width: 480px;
}

.numberList div h2 {
	margin-top: 0;
}

.number table {
	width: 100%;
	margin: 0 auto 40px;
}

.number table th {
	background-color: #FDFBDB;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: center;
}

.number table td {
	padding: 4px 8px;
	border: 1px solid #CCC;
}

.number table td:nth-of-type(1) {
	text-align: center;
	width: 35%;
}

.number table td:nth-of-type(2) {
	width: 40%;
}

.number table td:nth-of-type(3) {
	text-align: center;
	width: 25%;
}

.number table tr:nth-child(2n) {
	background-color: #F3F2F1;
}

.number table tr:nth-child(2n-1) {
	background-color: #FFF;
}

.number table tr:hover {
	background-color: #FFF3E8;
}

.number table td.white {
	background-color: #FFF;
}

.number table td.gray {
	background-color: #F3F2F1;
}

.timescheduleDl {
	margin: 0 0 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}

.timescheduleDl:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 640px;
	height: 480px;
	background: url(../image/photo_2023-01.png) no-repeat 0 0;
}


.timescheduleDl dt {
	background-color: #950080;
	color: #FFF;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	margin-right: 30px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.timescheduleDl dt:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 40px;
	background-color: #950080;
	left: calc( 50% - 10px);
	bottom: -30px;
}

.timescheduleDl dd strong {
	font-size: 20px;
}

.timescheduleDl dt.none:before {
	background-color: transparent;
}

.timescheduleDl dd {
	width: calc( 100% - 120px);
	margin-bottom: 20px;
}

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

.marathonDetailWrap div {
	width: 48%;
}

.marathonDetail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.marathonDetail dt {
	width: 160px;
	background-color: #FDFAD9;
	border-bottom: 1px dotted #CCC;
	padding: 8px 16px;
}

.marathonDetail dd {
	width: calc( 100% - 160px);
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
	padding: 8px 16px;
}

.faq dl {
margin: 0 0 40px;
}

.faq dl dt {
margin: 0 0 8px;
padding: 8px;
font-weight: 700;
background-color: #F0F1E5;
}

.faq dl dd {
padding: 0 10px;
}

.guestWrap {
margin: 0 0 60px;
display: flex;
justify-content: space-between;
border-bottom: 4px dashed #E05FCA;
}

.guestWrap .photo {
width: 440px;
text-align: center;
}

.guestWrap .text {
width: 640px;
}

.guestWrap .text dl {
position: relative;
}

.guestWrap .text dl:before {
position: absolute;
content: "";
background: url(../image/item-06.png);
background-size: 55px;
width: 55px;
height: 66px;
top: -40px;
right: -20px;
}

.guestWrap .text dt {
font-weight: 500;
color: #FF9326;
font-weight: 700;
font-size: 18px;
}

.guestWrap .text dd {
font-weight: 500;
}

.guestWrap .text ul {
display: flex;
margin: 0 0 40px;
padding: 0;
list-style: none;
}

.guestWrap .text ul li {
margin: 0 10px 0 0;
padding: 0;
}

.guestWrap .text ul li a {
display: block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
}

.guestWrap .text ul li a.gyt {
background-color: #FF0000;
}

.guestWrap .text ul li a.gis {
background-color: #DC00B2;
}

.guestWrap .text ul li a.gtw {
background-color: #1D9BF0;
}

.guestWrap .text ul li a i {
margin-left: 0;
font-size: 20px;
}

.fitnessWrap {
}

.fhm2023-shop {
display: flex;
justify-content: space-between;
margin: 0 0 40px;
padding: 20px;
box-shadow: 6px 6px 4px #DDD;
}

.fhm2023-shop .text {
width: 500px;
}

.fhm2023-shop .text h3 {
background: url(../image/shopicon.png) #FFEBDD no-repeat 8px 16px;
background-size: 24px;
padding: 4px 8px 4px 40px !important;
border-radius: 8px 8px 0 0;
}


.fhm2023-shop .photo {
width: 500px;
}

.fhm2023-shop .photo ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}

.fhm2023-shop .photo ul li {
margin: 0 0 0 40px;
padding: 0;
}

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

.goodsWrap ul li {
width: 44%;
margin: 0 3% 20px;
padding: 0 0 20px;
border-bottom: 2px dotted #CCC;
}

}

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


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
	background-color: #950080;
	position: relative;
}

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

#mv p {
    position: absolute;
    bottom: 0;
    right: 10px;
}

#mv p img {
    width: 100px;
    height: auto;
}

#indexWrap {
	width: 96%;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

#indexWrap .wrap {
    background-color: #FBEAF8;
    padding: 30px 20px 10px;
}

#indexWrap .wrap h2 {
    font-size: 24px;
    text-align: center;
    font-family: 'RocknRoll One', sans-serif;
    color: #DA3DBE;
    line-height: 1.3;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#indexWrap .wrap .cont {
    padding: 40px 0 0;
    font-size: 16px;
}

#indexWrap .wrap .cont p {
    margin: 0 0 30px;
}

#indexWrap .wrap .cont p span.theme {
    font-size: 24px;
    font-weight: 700;
    color: #DA3DBE;
    line-height: 1.3;
}

#indexWrap .wrap .cont p span.line {
background:linear-gradient(transparent 60%, #FFDD95 60%);
font-weight: 500;
}

#indexWrap p.covid {
    text-align: left;
    margin: 40px 10px 0;
}

#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;
}

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

#indexNews h2:first-letter {
	font-size: 50px;
	color: #6D7903;
}

#indexNews h2:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #6D7903, #6D7903 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #6D7903, #6D7903 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: #6D7903;
}

#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 40px;
	padding: 8px 0;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	border: 3px solid #DA3DBE;
	text-decoration: none !important;
	/*background: url(../image/arrow-02.png) #FCEDFA no-repeat 94% center;*/
	background-color: #FCEDFA;
	background-size: 10px;
	box-shadow: 3px 3px 0 #B02298;
	line-height: 1.4;
}

.btn a:hover, .btn a:active {
	color: #FFF;
	/*background: url(../image/arrow-01.png) #DA3DBE no-repeat 94% center;*/
	background-color: #DA3DBE;
	background-size: 10px;
}

.btn2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.btn2 div {
	width: 100%;
	font-weight: 500;
}

.btn2 a {
	display: inline-block;
	width: 100%;
	margin: 0 0 60px;
	padding: 4px 0;
	color: #3E1C59;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	border: 3px solid #DA3DBE;
	text-decoration: none !important;
	background: url(../image/arrow-02.png) #FCEDFA no-repeat 94% center;
	background-size: 10px;
	box-shadow: 3px 3px 0 #B02298;
	line-height: 1.4;
}

.btn2 a:hover, .btn a:active {
	color: #FFF;
	background: url(../image/arrow-01.png) #DA3DBE no-repeat 94% center;
	background-size: 10px;
}

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;
}

#indexRunner .lead {
	font-family: 'RocknRoll One', sans-serif;
	color: #DA3DBE;
	text-align: center;
	font-size: 24px;
	position: relative;
	padding: 40px 0 30px;
	background-color: #FCEDFA;
	border-radius: 100%;
	margin: 0 0 40px;
	line-height: 1.2;
}

#indexRunner .lead:before {
	position: absolute;
	top: -30px;
	left: 0;
	content: "";
	background: url(../image/flag.png) no-repeat center 0;
	background-size: cover;
	width: 100%;
	height: 60px;
}

#indexRunner .days {
}

#indexRunner .days h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

#indexRunner .days .date {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.04em;
}

#indexRunner .days .date span {
	font-size: 14px;
}

#indexRunner .days .day1 {
	width: 100%;
	position: relative;
	padding: 0 20px;
	margin: 0 0 60px;
}

#indexRunner .days .day1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #E1E9F9;
	z-index: -1;
	top: 20px;
	left: 0;
}

#indexRunner .days .day1:after {
	position: absolute;
	top: -30px;
	right: 10px;
	background: url(../image/item-07.png) no-repeat 0 0;
	background-size: 62px;
	width: 62px;
	height: 108px;
	content: "";
}

#indexRunner .days .day1 h2 {
	color: #3D6ED9;
}

#indexRunner .days .day2 {
	width: 100%;
	position: relative;
	padding: 0 20px;
	margin-bottom: 60px;
}

#indexRunner .days .day2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #F9E8F5;
	z-index: -1;
	top: 20px;
	left: 0;
}

#indexRunner .days .day2:after {
	position: absolute;
	content: "";
	left: 0;
	top: -10px;
	background: url(../image/item-06.png) no-repeat 0 0;
	background-size: 55px;
	width: 55px;
	height: 66px;
}

#indexRunner .days .day2 h2 {
	color: #CB3AB1;
}

#indexRunner .days ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
				margin-bottom: 10px;
}

#indexRunner .days ul li {
    width: 100%;
    margin: 0 0 16px;
    padding: 8px;
    position: relative;
    background-color: #FFF;
}

#indexRunner .days ul li.new:before {
    position: absolute;
    content: "NEW";
    right: -10px;
    top: -8px;
    background-color: #FC964D;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #FFF;
    line-height: 36px;
    transform: rotate(10deg);
				font-size: 16px;
}

#indexRunner .dayAll {
    background-color: #FEF0CF;
    padding: 30px 20px;
    margin: 0 0 30px;
				display: block;
}

#indexRunner .dayAll .date {
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
				text-align: center;
				line-height: 1.2;
}

#indexRunner .dayAll p {
	margin-bottom: 20px;
}

#indexRunner .dayAll .date span {
	font-size: 18px;
}

#indexRunner .dayAll h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #FF8000;
	line-height: 1.2;
}

#indexRunner .dayAll h2 img {
	display: none;
}

.koumori {
 animation: koumori 3s infinite ease-in-out .8s alternate;
 display: inline-block;
 transition: 1.5s ease-in-out;
 width: 70px;
 height: 70px;
}
 
.koumori2 {
 animation: koumori2 3s infinite ease-in-out .8s alternate;
 display: inline-block;
 transition: 1.5s ease-in-out;
 width: 126px;
 height: 64px;
}

@keyframes koumori {
 0% {
   transform:translate(0, 0) rotate(-7deg);
 }
 50% {
   transform:translate(0, -7px) rotate(0deg);
 }
 100% {
   transform:translate(0, 0) rotate(7deg);
 }
}

@keyframes koumori2 {
 0% {
   transform:translate(0, 0) rotate(7deg);
 }
 50% {
   transform:translate(0, 7px) rotate(0deg);
 }
 100% {
   transform:translate(0, 0) rotate(-7deg);
 }
}

.etcEvent {
}

.etcEvent div {
	width: 100%;
	margin: 0 0 30px;
	background-color: #F2F8DC;
	padding: 20px 20px 1px;
}

.etcEvent div h2 {
	color: #8EA620;
	font-size: 26px;
	font-weight: 700;
}

.etcEvent div p {
	margin-bottom: 20px;
}

.kugiri01 {
	padding: 0 0 30px;
	text-align: center;
}

.kugiri01 img {
	width: 203px;
}

.concept {
	width: 100%;
	margin: 0 auto 80px;
}

.concept h2 {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 60px 0 0;
	color: #950080;
}

.concept h2:before {
	position: absolute;
	content: "";
	width: 138px;
	height: 62px;
	top: 0;
	left: calc( 50% - 69px);
	background: url(../image/line-01.png) no-repeat 0 0;
}

.concept .theme {
	margin-bottom: 20px;
}

.concept .theme span {
	font-size: 20px;
 font-weight: 700;
 color: #DA3DBE;
	line-height: 1.2;
	display: block;
	margin-bottom: 4px;
}

.opening {
	width: 100%;
	margin: -20px 0 40px;
}

.opening video {
	width: 100%;
	height: auto;
	border: 4px solid #F90;
}

h2.openingH {
  position: relative;
  padding: 0.5rem 2rem calc(1rem + 10px);
  background: #FFFBB0;
  transform: rotate(-0.5deg);
  margin-left: -30px;
  font-size: 22px;
  font-family: 'Dela Gothic One', cursive;
  font-weight: 400;
  letter-spacing: 0.06em;
  z-index: -1;
  color:#F37402;
}

h2.openingH:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px dotted #6D7903;
}

#indexWrap .rightWrap .iday1 {
	margin: 0 0 20px;
	border: 4px solid #4472C4;
}

#indexWrap .rightWrap .iday1 p {
	background-color: #4472C4;
	padding: 3px 6px;
	color: #FFF;
}

#indexWrap .rightWrap .iday2 {
	margin: 0 0 40px;
	border: 4px solid #ED7D31;
}

#indexWrap .rightWrap .iday2 p {
	background-color: #ED7D31;
	padding: 3px 6px;
	color: #FFF;
}

#indexWrap .rightWrap .iday1 p a,
#indexWrap .rightWrap .iday2 p a  {
display:block;
color: #FFF;
}

#indexWrap .rightWrap ul.syumoku {
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexWrap .rightWrap ul.syumoku li {
	border-bottom: 1px dotted #CCC;
	padding: 4px 12px;
}

#indexWrap .rightWrap ul.syumoku li:last-child {
	border-bottom: none;
}

#indexWrap .rightWrap .indexSponsor ul {
margin: 0 20px;
padding: 0;
list-style: none;
}

#indexWrap .rightWrap .indexSponsor ul li {
margin: 0 0 16px;
padding: 0;
}

#indexWrap .rightWrap .indexSponsor ul li a {
display: block;
border: 1px solid #CCC;
padding: 8px;
}

#indexWrap .rightWrap .indexSponsor ul li a img {
display: block;
margin: 0 auto;
}

#indexWrap .rightWrap .indexSponsor ul li a.tlink {
line-height: 80px;
text-align: center;
color: #000;
text-decoration: none;
font-size: 18px;
}


/*------------------------------------------------------------------------------------------------
  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 0 60px;
	padding: 0;
	list-style: none;
}

.sponsorMenu li {
	margin: 0 auto 24px;
	padding: 0;
	line-height: 1.2;
	width: 300px;
	text-align: center;
}

.sponsorMenu li img {
	display: block;
	margin: 0 auto 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu2 {
	margin: 0 auto 60px;
	padding: 0 0 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #CCC;
}

.sponsorMenu2 li {
	margin: 0 0 30px;
	padding: 0;
	width: 48%;
	line-height: 1.2;
}

.sponsorMenu2 li img {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu2 li:hover img {
	border: 1px solid #F37402;
}

.sponsorMenu2 li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu3 {
	margin: 0 auto 60px;
	padding: 0 0 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #CCC;
}

.sponsorMenu3 li {
	margin: 0 0 30px;
	padding: 0;
	width: 48%;
	line-height: 1.2;
}

.sponsorMenu3 li img {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAA;
}

.sponsorMenu3 li:hover img {
	border: 1px solid #F37402;
}

.sponsorMenu3 li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.sponsorMenu4 {
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
}

.sponsorMenu4 li {
	border: 1px solid #CCC;
	padding: 10px 20px;
	margin: 0 0 16px;
}

.sponsorMenu4 li:hover {
	border: 1px solid #F37402;
}

.sponsorMenu4 li a {
	text-decoration: none;
	color: #000;
}

.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 18px;
	padding: 0;
}

.famMenu li a {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #6D7903;
	box-shadow: 3px 3px 0 #6D7903;
}

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

.famMenu li a:hover, .famMenu li a:active {
	background-color: #FFF;
	color: #F90;
}

.timeschedule,
.timeschedule2 {
 width: 100%;
 margin: 0 auto 30px;
	background-color: #FFF;
}

.timeschedule tr:nth-child(1) {
	background-color: #FDEAD9;
}

.timeschedule th {
	padding: 16px;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
}

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

.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%;
}

.cost1 {
	margin: 0 0 30px;
}

.cost1 dt {
}

.cost1 dd {
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCC;
}

.cost2 {
	width: 100%;
	margin: 0 auto 30px 0;
	font-size: 13px;
}

.cost2 th {
	padding: 8px 10px;
	font-weight: 400;
	background-color: #FFF;
	border-bottom: 2px solid #CCC;
	border-right: 1px dotted #CCC;
	background-color: #FDFAD9;
}

.cost2 td {
	padding: 8px 20px;
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}

.cost2 td:nth-child(2),
.cost2 td:nth-child(3) {
	text-align: right;
}

.bbqLead {
	font-size: 20px;
	text-align: center;
	font-family:'RocknRoll One', sans-serif;
	color: #EC6926;
	margin: 0 0 10px !important;
}

.bbqcont {
	width: 100%;
	margin: 0 auto;
}

.bbqcont div {
	margin-bottom: 30px;
	text-align: center;
}

.bbqcont table {
	width: 100%;
	margin: 0 0 30px;
}

.bbqcont table th {
	font-weight: 400;
	border: 1px solid #CCC;
	padding: 8px 30px;
	background-color: #F2F8DC;
}

.bbqcont table td {
	border: 1px solid #CCC;
	padding: 8px 30px;
}

.bbqcont table td:nth-child(2) {
	text-align: right;
}

.trimuTb {
	width: 100%;
	margin: 0 0 40px;
}

.trimuTb th {
	background-color: #09C;
	color: #FFF;
	padding: 8px 4px;
	border-left: 1px solid #FFF;
}

.trimuTb th:nth-child(1),
.trimuTb td:nth-child(1) {
	border-left: none;
}

.trimuTb td {
	background-color: #FFF;
	padding: 8px 4px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.trimuTb td:nth-child(2),
.trimuTb td:nth-child(3) {
	text-align: center;
}

.trimuTb td:nth-child(4), .trimuTb td:nth-child(5) {
	text-align: right;
}

.signalTb {
	width: 100%;
	margin: 0 0 20px;
}

.signalTb th {
	background-color: #69F;
	color: #FFF;
	padding: 8px 4px;
	border-left: 1px solid #FFF;
}

.signalTb th:nth-child(1),
.signalTb td:nth-child(1) {
	border-left: none;
}

.signalTb td {
	background-color: #FFF;
	padding: 8px 4px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.signalTb td:nth-child(2) {
	text-align: center;
}

.signalTb td:nth-child(3), .signalTb td:nth-child(4) {
	text-align: right;
}

.signalMem {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.signalMem dt {
	width: 10%;
}

.signalMem dd {
	width: 90%;
}

.signalSns {
	margin: 0 0 20px;
}

.signalSns img {
	width: 40px;
	height: auto;
	margin: 0 16px 0 0;
	vertical-align: -14px;
}


/*------------------------------------------------------------------------------------------------
  contest
--------------------------------------------------------------------------------------------------*/
.contestPrise {
	display: block;
	justify-content: space-between;
	position: relative;
	padding: 50px 0 0;
	margin: 0 0 60px;
}

.contestPrise:before {
	position: absolute;
	background: url(../image/flag.png) repeat-x center 0;
	width: 100%;
	height: 72px;
	content: "";
	top: 0;
	left: 0;
}

.contestPrise div.box {
	width: 100%;
	margin-bottom: 20px;
	padding: 26px 20px 20px;
	background-color: #FEF0CF;
}

#secondCont .contestPrise div h2 {
	font-size: 26px;
	padding: 0;
	margin: 0 0 10px;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #F37402;
}

.contestPrise div h2:before {
	display: none;
}

.contestPrise div p {
	margin-bottom: 20px !important;
}

.contestPrise div .btn a {
	width: 90%;
	font-size: 16px;
}

.contestPrise div.box .hissu {
	color: #F00;
	font-weight: 700;
	text-decoration: underline;
}

.contestInfo {
 margin: 0 calc(50% - 50vw) 30px;
	width: 100vw;
	padding: 40px 0 10px;
	background-color: #FEF5E2;
}

.contestInfo .cont {
	width: 90%;
	margin: 0 auto;
}

.contestInfo .cont table {
	width: 90%;
	margin: 0 auto;
	line-height: 1.4;
}

.contestInfo .cont table th {
	display: block;
	width: 100%;
	padding: 15px 30px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #F37402;
	background-color: #FEF0CF;
}

.contestInfo .cont table td {
	display: block;
	width: 100%;
	padding: 15px 30px;
	border-bottom: 1px solid #F37402;
	background-color: #FFF;
}

.contestInfo .cont table td ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.contestInfo .cont table td ul li {
	margin: 0 0 8px;
}

.contestInfo .cont table td dl {
	margin: 8px 0 0;
}

.contestInfo .cont table td dt {
	font-weight: 700;
	color: #CB3AB1;
}

.contestInfo .cont table td dd {
	margin: 0 0 8px;
}

.contestEntryFlow {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
	position:relative;
}

.contestEntryFlow.c1:before {
	position: absolute;
	content: "";
	background: url(../image/item-13.png) no-repeat 0 0;
	background-size: 60px;
	width: 60px;
	height: 95px;
	right: 0;
	bottom: 0;
}

.contestEntryFlow.c2:before {
	position: absolute;
	content: "";
	background: url(../image/item-11.png) no-repeat 0 0;
	background-size: 64px;
	width: 64px;
	height: 79px;
	right: 0;
	bottom: 0;
}

.contestEntryFlow .flow h3 {
	background-color: #F37402;
	color: #FFF !important;
	text-align: center;
	font-size: 20px !important;
}

.contestEntryFlow .detail {
	margin: 20px 0;
	display: block;
}

.contestEntryFlow .detail div {
	width: 100%;
}

.contestEntryFlow .detail dl {
	margin: 0 0 20px;
}

.contestEntryFlow .detail dt {
	font-weight: 500;
	margin: 0 0 8px;
}

.contestEntryFlow .detail dt.on {
	background-color: #FEF0CF;
	display: inline-block;
	padding: 4px 10px;
}

.contestEntryFlow .detail dt.off {
	background-color: #DDD;
	display: inline-block;
	padding: 4px 10px;
}

.contestEntryFlow .detail dd p {
	margin: 0 !important;
	line-height: 1.4;
	font-size: 14px;
}

.arrowBox {
	margin: 0 0 30px;
	text-align: center;
}

.yuuri {
	margin: 40px 0 !important;
	text-align: left;
}

.prizec3 {
	display: block;
	margin: 40px 0;
	justify-content: unset;
}

.prizec3 div {
	width: 90%;
	margin: 0 auto 40px;
	padding: 80px 20px 1px;
	background-color: #FEF5E2;
	position: relative;
}

.prizec3 div:before {
	position: absolute;
	width: 80px;
	height: 93px;
	content: "";
	top: -20px;
	left: calc( 50% - 40px);
}

.prizec3 div.prize1:before {
	background: url(../image/contest_num-01.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize2:before {
	background: url(../image/contest_num-02.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize3:before {
	background: url(../image/contest_num-03.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize4:before {
	background: url(../image/contest_num-04.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div.prize5:before {
	background: url(../image/contest_num-05.png) no-repeat 0 0;
	background-size: 80px;
}

.prizec3 div h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}

.prizec3 div p {
	text-align: center;
}

.sk {
	display: block;
}

.sk div {
	width: 100%;
	margin: 0 0 30px;
}

/*------------------------------------------------------------------------------------------------
  fitness
--------------------------------------------------------------------------------------------------*/
.fitnessTime {
	margin: 40px 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	box-shadow: 3px 3px 0 #FFF;
	background-color: #FFF !important;
}

.fitnessTime:before {
	position: absolute;
	bottom: -40px;
	left: calc( 50% - 20px);
	width: 40px;
	height: 40px;
	background-color: #DA3DBE;
	content: "";
}

.fitnessTime.time06:before {
	display: none;
}

.fitnessTime .logo {
	margin: 0 0 10px;
}

.fitnessTime .logo img {
	display: block;
	margin: 0 auto;
}

.fitnessTime .text {
	padding: 10px;
	background-color: #FFF3E8;
}

#secondCont .fitnessTime .text p {
	margin: 0 0 10px !important;
}

.fitnessTime .text p.time {
	font-size: 20px;
	margin: 0 0 10px !important;
	padding: 0 8px 0 48px;
	background: url(../image/item-14.png) no-repeat 0 center;
	background-size: 40px;
	font-weight: 700;
}

#secondCont .fitnessTime .text h3 {
7	font-weight: 700;
	font-size: 24px;
	padding: 0;
	margin: 0;
	border-bottom: none;
	line-height: 1;
}

#secondCont .fitnessTime .text h3 span {
	font-size: 18px;
}

.fitnessTime.time01  {
 background-color: #FABF1A;
	border: 4px solid #FABF1A;
}

.fitnessTime.time02  {
 background-color: #9EC917;
	border: 4px solid #9EC917;
}

.fitnessTime.time03  {
 background-color: #66B840;
	border: 4px solid #66B840;
}

.fitnessTime.time04  {
 background-color: #68C2B2;
	border: 4px solid #68C2B2;
}

.fitnessTime.time05  {
 background-color: #5A9BD3;
	border: 4px solid #5A9BD3;
}

.fitnessTime.time06 {
	border: 4px solid #935BD4;
}

.fitnessTeacher {
	margin: 0 0 20px;
}

.fitnessTeacher div {
	margin: 0 30px 20px;
}

.fitnessTeacher div dt {
	margin-bottom: 10px;
}

.fitnessTeacher .gis {
	display: inline-block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
	background-color: #DC00B2;
	margin-right: 20px;
}

.fitnessTeacher .gis i {
margin-left: 0;
font-size: 20px;
}

.fitnessTeacher .web i {
margin-left: 0;
font-size: 20px;
}

.fitnessTeacher .web {
	display: inline-block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
	background-color: #AFD015;
	margin-right: 20px;
}

.fitnessTime .text + .fitnessWrap,
.fitnessTime .text + .fitnessTeacher {
	margin-top: 20px;
}

.dandm {
	margin: 40px 0 40px;
}

#secondCont .dandm p {
	margin: 0;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 20px;
}

#secondCont .dandm h3 {
	border: none;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #000;
	line-height: 1;
}

.dandm .danceWrap {
	padding: 20px;
	background-color:#FF65C3;
	border-radius: 20px;
	margin: 0 0 20px;
}

.dandm .musicWrap {
	padding: 20px;
	background-color:#DCE826;
	border-radius: 20px;
}

.musicMember {
}

.musicMember div {
	margin: 0 0 20px;
	padding: 10px 30px 0;
	border-bottom: 1px solid #CCC;
}

.musicMember div dl {
	margin: 0 0 20px;
	line-height: 1.4;
}

.musicMember div dl dt {
	margin-bottom: 4px;
}

.musicMember div p {
	margin: 0 0 10px !important;
	font-size: 13px;
}

/*------------------------------------------------------------------------------------------------
  number
--------------------------------------------------------------------------------------------------*/
.numberList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.numberList div {
	width: 480px;
}

.numberList div h2 {
	margin-top: 0;
}

.number table {
	width: 100%;
	margin: 0 auto 40px;
}

.number table th {
	background-color: #FDFBDB;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: center;
}

.number table td {
	padding: 12px 8px;
	border: 1px solid #CCC;
}

.number table td:nth-of-type(1) {
	text-align: center;
	width: 25%;
}

.number table td:nth-of-type(2) {
	width: 45%;
}

.number table td:nth-of-type(3) {
	text-align: center;
	width: 30%;
}

.number table tr:nth-child(2n) {
	background-color: #F3F2F1;
}

.number table tr:nth-child(2n-1) {
	background-color: #FFF;
}

.number table tr:hover {
	background-color: #FFF3E8;
}

.number table td.white {
	background-color: #FFF;
}

.number table td.gray {
	background-color: #F3F2F1;
}

.timescheduleDl {
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}

.timescheduleDl dt {
	background-color: #950080;
	color: #FFF;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	margin-right: 30px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.timescheduleDl dt:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 40px;
	background-color: #950080;
	left: calc( 50% - 10px);
	bottom: -30px;
}

.timescheduleDl dd strong {
	font-size: 20px;
}

.timescheduleDl dt.none:before {
	background-color: transparent;
}

.timescheduleDl dd {
	width: calc( 100% - 120px);
	margin-bottom: 20px;
}

.marathonDetailWrap {
}

.marathonDetailWrap div {
}

.marathonDetail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.marathonDetail dt {
	width: 100px;
	background-color: #FDFAD9;
	border-bottom: 1px dotted #CCC;
	padding: 8px;
}

.marathonDetail dd {
	width: calc( 100% - 100px);
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
	padding: 8px;
}

.faq dl {
margin: 0 0 40px;
}

.faq dl dt {
margin: 0 0 8px;
padding: 8px;
font-weight: 700;
background-color: #F0F1E5;
}

.faq dl dd {
padding: 0 10px;
}


.guestWrap {
display: block;
margin: 0 0 60px;
border-bottom: 4px dashed #E05FCA;
}

.guestWrap .photo {
width: 100%;
text-align: center;
}

.guestWrap .text {
width: 100%;
}

.guestWrap .text dl {
position: relative;
}

.guestWrap .text dl:before {
position: absolute;
content: "";
background: url(../image/item-06.png);
background-size: 55px;
width: 55px;
height: 66px;
top: -40px;
right: -20px;
}

.guestWrap .text dt {
font-weight: 500;
color: #FF9326;
font-weight: 700;
font-size: 18px;
}

.guestWrap .text dd {
font-weight: 500;
font-size: 15px;
}

.guestWrap .text ul {
display: flex;
margin: 0 0 40px;
padding: 0;
list-style: none;
}

.guestWrap .text ul li {
margin: 0 16px 0 0;
padding: 0;
}

.guestWrap .text ul li a {
display: block;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
color: #FFF !important;
border-radius: 50%;
}

.guestWrap .text ul li a.gyt {
background-color: #FF0000;
}

.guestWrap .text ul li a.gis {
background-color: #DC00B2;
}

.guestWrap .text ul li a.gtw {
background-color: #1D9BF0;
}

.guestWrap .text ul li a i {
margin-left: 0;
font-size: 20px;
}

.fhm2023-shop .photo ul {
margin: 0;
padding: 0;
list-style: none;
}

.fhm2023-shop .photo ul li {
margin-bottom: 30px;
text-align: center;
}

.fhm2023-shop .text h3 {
background: url(../image/shopicon.png) #FFEBDD no-repeat 8px 8px;
background-size: 24px;
padding: 4px 8px 4px 40px !important;
border-radius: 8px 8px 0 0;
}

.goodsWrap ul {
margin: 0;
padding: 0;
display: block;
flex-wrap: unset;
list-style: none;
}

.goodsWrap ul li {
width: 90%;
margin: 0 auto 20px;
padding: 0 0 20px;
border-bottom: 2px dotted #CCC;
}

}




