@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box
}
html{
	font-size: 62.5%;
	word-break: break-all;
	text-align: justify;
}
.body__new{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6em;
	box-sizing: border-box;
}
.body__new a:hover{
	opacity: .8;
}
.deg{
	transform: rotate(0.05deg);
}
/* -------------------

 スライダーエリア
 左側
 ---------------------*/
#slide__area{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 4px solid #F8C000;
}
#slide__left{
	width: 50%;
	position: relative;
}
#slide__left::before {
    content:"";
    display: block;
    padding-top: 40%;
}
.slide__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.left__carousel{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#slide__left .left__carousel .carousel-cell{
	width: 100%;
	height: auto;
}
#slide__left .left__carousel .carousel-cell img{
	width: 100%;
	height: auto;
}
#slide__left .flickity-enabled{
	position: absolute !important;
}
#slide__left .flickity-prev-next-button{
	width: 34px;
	height: 34px;
}
#slide__left .flickity-button-icon{
	display: none;
}
#slide__left .flickity-prev-next-button.previous{
	background-image: url('../images/slider__right--btn.png');
	background-repeat: no-repeat;
}
#slide__left .flickity-prev-next-button.next{
	background-image: url('../images/slider__left--btn.png');
	background-repeat: no-repeat;
}
@media(max-width: 1200px){
	#slide__area{
		display: flex;
		flex-wrap: wrap;
		border-bottom: 2px solid #F8C000;
	}
	#slide__left .flickity-prev-next-button{
	width: 17px;
	height: 17px;
	}
	#slide__left .flickity-button-icon{
		display: none;
	}
	#slide__left .flickity-prev-next-button.previous{
		background-image: url('../images/slider__right--btn-s.png');
		background-repeat: no-repeat;
	}
	#slide__left .flickity-prev-next-button.next{
		background-image: url('../images/slider__left--btn-s.png');
		background-repeat: no-repeat;
	}
}
/* -------------------

 スライダーエリア
 右側 
 ---------------------*/

#slide__right{
	width: 50%;
	position: relative;
}
#slide__right::before {
    content:"";
    display: block;
    padding-top: 40%;
}
.slide__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
}
.right__carousel{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#slide__right .right__carousel .carousel-cell{
	width: 100%;
	height: auto;
}
#slide__right .right__carousel .carousel-cell a{
	width: 100%;
	height: calc(50vw * 0.4);
	display:block;
}
#slide__right .right__carousel .carousel-cell img{
	width: 100%;
	height: auto;
}
#slide__right .flickity-enabled{
	position: absolute !important;
}
#slide__right .flickity-prev-next-button{
	width: 34px;
	height: 34px;
}
#slide__right .flickity-button-icon{
	display: none;
}
#slide__right .flickity-prev-next-button.previous{
	background-image: url('../images/slider__right--btn.png');
	background-repeat: no-repeat;
}
#slide__right .flickity-prev-next-button.next{
	background-image: url('../images/slider__left--btn.png');
	background-repeat: no-repeat;
}
@media(max-width: 1200px){
	#slide__right .flickity-prev-next-button{
		width: 17px;
		height: 17px;
	}
	#slide__right .flickity-button-icon{
		display: none;
	}
	#slide__right .flickity-prev-next-button.previous{
		background-image: url('../images/slider__right--btn-s.png');
		background-repeat: no-repeat;
	}
	#slide__right .flickity-prev-next-button.next{
		background-image: url('../images/slider__left--btn-s.png');
		background-repeat: no-repeat;
	}
	#slide__right .right__carousel .carousel-cell a{
		width: 100%;
		height: calc(50vw * 0.4);
		display:block;
	}
}
/* -------------------

スライダーエリア
メイン 
 ---------------------*/
.main-carousel-nav .flickity-prev-next-button{
	width: 17px;
	height: 17px;
}
.main-carousel-nav .flickity-button-icon{
	display: none;
}
.main-carousel-nav .flickity-prev-next-button.previous{
	background-image: url('../images/slider__right--btn-s.png');
	background-repeat: no-repeat;
}
.main-carousel-nav .flickity-prev-next-button.next{
	background-image: url('../images/slider__left--btn-s.png');
	background-repeat: no-repeat;
}
#slider__main{

}
.slider__main{
	width: 100%;
	padding-bottom: 80px;
}
.slider__main--container{
	margin-bottom: 25px;
}
#slider__main .slider__main--container .flickity-prev-next-button{
	width: 34px;
	height: 34px;
}
#slider__main .slider__main--container .flickity-button-icon{
	display: none;
}
#slider__main .slider__main--container .flickity-prev-next-button.previous{
	left: calc(50% - 500px - 17px);
	background-image: url('../images/slider__right--btn.png');
	background-repeat: no-repeat;
}
#slider__main .slider__main--container .flickity-prev-next-button.next{
	right: calc(50% - 500px - 17px);
	background-image: url('../images/slider__left--btn.png');
	background-repeat: no-repeat;
}
#slider__main .main-carousel-nav{
	width: 1000px;
	margin: 0 auto;
}
#slider__main .main-carousel-nav .carousel-cell{
	width: 145px;
	height: 58px;
	display: block;
	margin-right:25px;
}
#slider__main .main-carousel-nav img{
	width: 145px;
	height: 58px;
	margin-right: 25px;
}
.main__carousel .carousel-cell{
	width: 1000px;
	height: 400px;
}
.main__carousel .carousel-cell a{
	width: 1000px;
	height: 400px;
	display:block;
}
@media(max-width: 1200px){
	.slider__main{
		padding-bottom: 0;
	}
	.slider__main--container{
		margin-bottom: 0;
	}
	#slider__main .carousel-cell{
		width: 96%;
		height:calc(96vw * 0.4);
	}
	#slider__main .carousel-cell a{
		width: 100%;
		height:calc(96vw * 0.4);
		display:block;
	}
	#slider__main .carousel-cell img{
		width: 100%;
		height: auto;
	}
	#slider__main .slider__main--container .flickity-prev-next-button{
		width: 17px;
		height: 17px;
	}
	#slider__main .slider__main--container .flickity-prev-next-button.previous{
		left: 17px;
		background-image: url('../images/slider__right--btn-s.png');
		background-repeat: no-repeat;
	}
	#slider__main .slider__main--container .flickity-prev-next-button.next{
		right: 17px;
		background-image: url('../images/slider__left--btn-s.png');
		background-repeat: no-repeat;
	}

	#slider__main .main-carousel-nav{
		display: none;
	}
}
/* -------------------

共通項目
 
 ---------------------*/
.en__title{font-family: 'Montserrat', sans-serif;}

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

 ピックアップエリア
 
 ---------------------*/
.pickup__area{
	width: 1000px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup__block{
	background-image: url('../images/pickup__back.png');
	border-radius: 8px;
}
.pickup__block--container{

}
.pickup__block--row{

}
.pickup__block--col{
	width: 740px;
	padding: 36px 24px 24px;
}
.pickup__block--ttl{
	text-align: center;
	margin-bottom: 26px;
}
.pickup__block--h1{
	color: #fefefe;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	text-align: center;
}
.pickup__block--h2{
	color: #fefefe;
	font-size: 3.6rem;
	text-align: center;
}
.pickup__block--main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup__block--main-bunner{
	width: 336px;
	margin-bottom: 16px;
}
.pickup__block--main-bunner img{
	width: 100%;
	height: auto;
}
.pickup__block--main-bunner-s{
	width: 220px;
}
.pickup__block--main-bunner-s img{
	width: 100%;
	height: auto;
}

.real__block--col{
	width: 230px;
	padding: 24px 0 0;
}
.real__block--ttl{
	margin-bottom: 30px;
}
.real__block--h1{
	color: #FFC500;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 4px;
}
.real__block--h2{
	color: #FFC500;
	font-size: 3.6rem;
	text-align: center;
}
.real__block--main{
	margin-bottom: 16px;
	height: 200px;
	overflow-y: hidden;
}
.real__block--btn a{
	display: block;
	width: 110px;
	height: 34px;
	border-radius: 17px;
	text-align: center;
	color: #fefefe;
	text-decoration: none;
	background: #333333;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: 11px;
}

@media(max-width: 1200px){
	.pickup__area{
		width: 100%;
		margin: 0 auto 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup__block{
		background-image: url('../images/pickup__back.png');
		border-radius: 0;
	}
	.pickup__block--col{
		width: 100%;
		padding: 24px 12px 12px;
	}
	.pickup__block--main-bunner{
		width: 48%;
		margin-bottom: 8px;
	}
	.pickup__block--main-bunner-s{
		width: 31%;
	}
	.pickup__block--ttl{
		margin-bottom: 14px;
	}
	.pickup__block--h1{
		color: #fefefe;
		padding-bottom: 1rem;
		font-size: 1rem;
		text-align: center;
	}
	.pickup__block--h2{
		color: #fefefe;
		font-size: 2rem;
		text-align: center;
	}
	.real__block{
		width: 100%;
	}
	.real__block--col{
		width: 96%;
		padding: 100px 0;
		margin: 0 auto;
	}
	.real__block--ttl{
		margin-bottom: 14px;
	}
	.real__block--h1{
		color: #FFC500;
		padding-bottom: 1rem;
		font-size: 1.6rem;
		text-align: center;
		letter-spacing: 4px;
	}
	.real__block--h2{
		color: #FFC500;
		font-size: 3.6rem;
		text-align: center;
	}
}
/* -------------------

テーブル読み込みしたコードに適用
 
 ---------------------*/
.realtime{}
.unit_inner{
	overflow-y: scroll;
	height: 200px;
}
.unit_inner table{
	width: 100%;
}
.unit_inner table th,.unit_inner table td{
	padding: 10px;
	border: 2px solid #FFC500;
	font-size: 1.2rem;
	line-height: 1.5;
}
.unit_inner table th{
	width: 6rem;
}
.unit_inner table tr:nth-child(2n+1) {
	background-color: none;
}


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

ニュースエリア
 
 ---------------------*/
.news__block{}
.news__block a{
	text-decoration: none;
	color: #fefefe;
}
.news__block--top{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news__block--top-h1{
	width: 144px;
	height: 45px;
	padding: 16px 0;
	font-size: 1.8rem;
	color: #fefefe;
	background-color: #FFC500;
	text-align: center;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
}
.news__block--top-link{
	display: block;
	width: 320px;
	padding: 12px 15px 8px;
	text-align: right;
	background: url('../images/btn__arrow-s.png');
	background-repeat: no-repeat;
	background-position: right 0 top 14px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #010101!important;
	text-decoration: none;
	letter-spacing: 1px;
}
.news__block--row2{
	background-color: #FFC500;
}
.news__block--col2{
	width: 1000px;
	margin: 0 auto;
}
.news__block--main{
	color: #fefefe;
	padding: 28px 0;
}
.news__block--main-dl{
	display: flex;
	flex-wrap: wrap;
}
.news__block--main-dl dt{
	width: 120px;
	margin-right: 24px;
	padding: 11px 0;
}
.news__block--main-dl dd{
	width: 856px;
	padding: 11px 0;
}
#headline ul{
	list-style: none;
}
#headline .li_top_news{
	padding: 1rem 0;
	transform: rotate(0.05deg);
}

@media(max-width: 1200px){
	.news__block--top{
		width: 100%;
	}
	.news__block--top-h1{
		margin-left: 20px;
	}
	.news__block--top-link{
		width: 130px;
		margin-right: 20px;
	}
	.news__block--col2{
		width: 100%;
	}
	.news__block--main-dl{
		font-size: 1.3rem;
		line-height: 2;
		padding: 0 60px;
	}
	.news__block--main-dl dt{
		width: 100%;
		padding: 2px 0;
	}
	.news__block--main-dl dd{
		width: 100%;
		padding: 2px 0;
		margin-bottom: 10px;
	}
	#headline .li_top_news span{
	display: block;
}
}
/* -------------------

YouTubeエリア
 
 ---------------------*/
.youtube__block{
	background: linear-gradient(#fefefe 105px, #FFE4E4 106px);
	padding-bottom: 90px;
	padding-top: 50px;
}
.youtube__block--container{
	width: 1000px;
	margin: 0 auto;
}
.youtube__block--container-second{
	margin-bottom: 30px;
}
.youtube__block--row{
	width: 800px;
	margin: 0 auto 65px;
}
.youtube__block--h1{
	color: #FE5757;
	padding-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}
.youtube__block--h2{
	color: #FE5757;
	font-size: 6rem;
	text-align: center;
}
.youtube__block--h3{
	color: #efefef;
	font-size: 2rem;
	font-weight: bold;
	background: #FE5757;
	width: 190px;
	padding: 14px 16px 12px;
}
.youtube__block--row-2{
	display: flex;
	width: 824px;
	margin: 0 auto;
}
.youtube__block--col-left{
	width: 400px;
	margin-right: 12px;
}
.youtube__block--col-right{
	width: 400px;
	margin-left: 12px;
}
.youtube__block--col-leftmov{
	background: #FE5757;
	border: 10px solid #FE5757;
	margin-bottom: 25px;
}
.youtube__block--col-rightmov{
	background: #FE5757;
	border: 10px solid #FE5757;
	margin-bottom: 25px;
}
.youtube__block--btn{}
.youtube__block--btn a{
	font-size: 1.2rem;
	color: #FE5757;
	text-decoration: none;
	font-weight: 900;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 177px;
	height: 34px;
	text-align: center;
	border: 2px solid #FE5757;
	border-radius: 20px;
	background: url('../images/btn__arrow.png');
	background-repeat: no-repeat;
	background-position: right 10px top 11px;
	margin: 0 auto;
}
.youtube__block--btnbig{
	width: 488px;
	margin: 0 auto;
}
@media(max-width:1200px){
	.youtube__block{
		background: linear-gradient(#fefefe 95px, #FFE4E4 96px);
		padding-bottom: 60px;
		padding-top: 50px;
	}
	.youtube__block--container{
		width: 100%;
	}
	.youtube__block--container-second{
		margin-bottom: 20px;
	}
	.youtube__block--row{
		width: 100%;
		margin: 0 auto 55px;
	}
	.youtube__block--h1{
		font-size: 1.6rem;
	}
	.youtube__block--h2{
		font-size: 3.6rem;
	}
	.youtube__block--row-2{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.youtube__block--col-left{
		width: calc(100% - 24px);
		margin: 0 auto 40px;
	}
	.youtube__block--col-right{
		width: calc(100% - 24px);
		margin: 0 auto;
	}
	.youtube__block--col-leftmov{
		background: #FE5757;
		border: 8px solid #FE5757;
		margin-bottom: 15px;
	}
	.youtube__block--col-leftmov iframe{
		width: 100%;
		height: 200px;
	}
	.youtube__block--col-rightmov{
		background: #FE5757;
		border: 8px solid #FE5757;
		margin-bottom: 15px;
	}
	.youtube__block--col-rightmov iframe{
		width: 100%;
		height: 200px;
	}
	.youtube__block--btnbig{
		width: 70%;
		margin: 0 auto;
	}
	.youtube__block--btnbig img{
		width: 100%;
		height: auto;
	}
}
@media(min-width:600px) and (max-width: 1199px){
	.youtube__block--row-2{
		display: flex;
		flex-wrap: wrap;
		width: 400px;
		margin: 0 auto;
	}
}
@media(max-width: 320px){
	.youtube__block--col-leftmov iframe{
		height: 156px;
	}
	.youtube__block--col-rightmov iframe{
		height: 156px;
	}
}
/* -------------------

イベントエリア
 
 ---------------------*/
.event__block{
	padding: 130px 0 80px;
	background: #FFF8E1;
}
.event__block--h1{
	color: #FFC500;
	padding-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}
.event__block--h2{
	color: #FFC500;
	font-size: 6rem;
	text-align: center;
}
.event__block--btn a{
	font-size: 2rem;
	color: #FFC500;
	text-decoration: none;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 68px;
	text-align: center;
	border: 4px solid #FFC500;
	border-radius: 40px;
	background: url('../images/btn__arrow2.png');
	background-repeat: no-repeat;
	background-position: right 20px top 23px;
	margin: 0 auto;
}
.event__carousel{
	width: 1000px;
	height: 400px;
	margin: 45px auto;
}
#event__block .flickity-prev-next-button{
    width: 34px;
    height: 34px;
}
#event__block .flickity-prev-next-button.previous{
	background: url('../images/event__slide--leftbtn.png');
	left: -17px;
}
#event__block .flickity-prev-next-button.next{
	background: url('../images/event__slide--rightbtn.png');
	right: -17px;
}
#event__block .flickity-button{
	background: none;
}
#event__block .flickity-button-icon {
  fill: none;
}
.top_event_right{
	display: none;
}



@media(max-width: 1200px){
	.event__block{
		padding: 35px 0;
	}
	.event__block--h1{
		font-size: 1.6rem;
	}
	.event__block--h2{
		font-size: 3.6rem;
	}
	.event__block--btn a{
		font-size: 1.2rem;
		width: 177px;
		height: 34px;
		border: 2px solid #FFC500;
		background: url('../images/btn__arrow2.png');
		background-repeat: no-repeat;
		background-size: 4px;
		background-position: right 10px top 11px;
		margin: 0 auto;
	}
	.event__carousel{
		width: calc(100vw - 24px);
		height: calc((100vw - 24px) * 0.4);
		margin: 20px auto 25px;
	}
	.event__carousel .carousel-cell{
		width: 100%;
		list-style: none;
	}
	.event__carousel .carousel-cell img{
		width: 100%;
		height: auto;
	}
	#event__block .flickity-prev-next-button{
	    width: 12px;
	    height: 12px;
	}
	#event__block .flickity-prev-next-button.previous{
		background: url('../images/event__slide--leftbtn-s.png');
		left: -6px;
		background-repeat: no-repeat;
	}
	#event__block .flickity-prev-next-button.next{
		background: url('../images/event__slide--rightbtn-s.png');
		right: -6px;
		background-repeat: no-repeat;
	}
}
/* -------------------

ツアーエリア
 
 ---------------------*/
li.carousel-cell{
list-style:none;
}
.tour__block{
	padding: 130px 0 80px;
}
.tour__block--h1{
	color: #FFC500;
	padding-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}
.tour__block--h2{
	color: #FFC500;
	font-size: 6rem;
	text-align: center;
}
.tour__block--btn a{
	font-size: 2rem;
	color: #FFC500;
	text-decoration: none;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 68px;
	text-align: center;
	border: 4px solid #FFC500;
	border-radius: 40px;
	background: url('../images/btn__arrow2.png');
	background-repeat: no-repeat;
	background-position: right 20px top 23px;
	margin: 0 auto;
}
.tour__carousel{
	width: 1000px;
	height: 400px;
	margin: 45px auto;
}
#tour__block .flickity-prev-next-button{
    width: 34px;
    height: 34px;
}
#tour__block .flickity-prev-next-button.previous{
	background: url('../images/tour__slide--leftbtn.png');
	left: -17px;
}
#tour__block .flickity-prev-next-button.next{
	background: url('../images/tour__slide--rightbtn.png');
	right: -17px;
}
#tour__block .flickity-button{
	background: none;
}
#tour__block .flickity-button-icon {
  fill: none;
}
.top_tour_right{
	display: none;
}
@media(max-width: 1200px){
	.tour__block{
		padding: 35px 0;
	}
	.tour__block--h1{
		font-size: 1.6rem;
	}
	.tour__block--h2{
		font-size: 3.6rem;
	}
	.tour__block--btn a{
		font-size: 1.2rem;
		width: 177px;
		height: 34px;
		border: 2px solid #FFC500;
		background: url('../images/btn__arrow2.png');
		background-size: 4px;
		background-position: right 10px top 11px;
		background-repeat: no-repeat;
		margin: 0 auto;
	}
	.tour__carousel{
		width: calc(100vw - 24px);
		height: calc((100vw - 24px) * 0.4);
		margin: 20px auto 25px;
	}
	.tour__carousel .carousel-cell{
		width: 100%;
		list-style: none;
	}
	.tour__carousel .carousel-cell img{
		width: 100%;
		height: auto;
	}
	#tour__block .flickity-prev-next-button{
	    width: 12px;
	    height: 12px;
	}
	#tour__block .flickity-prev-next-button.previous{
		background: url('../images/tour__slide--leftbtn-s.png');
		left: -6px;
		background-repeat: no-repeat;
	}
	#tour__block .flickity-prev-next-button.next{
		background: url('../images/tour__slide--rightbtn-s.png');
		right: -6px;
		background-repeat: no-repeat;
	}
}
/* -------------------

アナウンサーエリア
 
 ---------------------*/
.announcer__block{
	padding: 130px 0 80px;
}
.announcer__block--h1{
	color: #FE5757;
	padding-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}
.announcer__block--h2{
	color: #FE5757;
	font-size: 6rem;
	text-align: center;
	font-weight: 800;
}
.announcer__block--btn a{
	font-size: 2rem;
	color: #FE5757;
	text-decoration: none;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 68px;
	text-align: center;
	border: 4px solid #FE5757;
	border-radius: 40px;
	background: url('../images/btn__arrow2.png');
	background-repeat: no-repeat;
	background-position: right 20px top 23px;
	margin: 0 auto;
}
.announcer__block--main{
	width: 655px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.announcer__block--ana{
	width: 315px;
	display: flex;
	justify-content: space-between;
}
.announcer__block--ana-even{
	padding-top: 80px;
}
.announcer__block--ana-area{
	width: 145px;
}
.an__image{
	margin-bottom: 24px;
}
.an__name{
	font-size: 1.8rem;
	letter-spacing: 6px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	transform: rotate(0.05deg);
}
.an__name span{
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	font-weight: 600;
}
@media(max-width: 1200px){
	.announcer__block{
		padding: 35px 0;
	}
	.announcer__block--h1{
		font-size: 1.6rem;
	}
	.announcer__block--h2{
		font-size: 3.6rem;
	}
	.announcer__block--btn a{
		font-size: 1.2rem;
		width: 177px;
		height: 34px;
		border: 2px solid #FE5757;
		border-radius: 40px;
		background: url('../images/btn__arrow2.png');
		background-size: 4px;
		background-repeat: no-repeat;
		background-position: right 10px top 11px;
	}
	.announcer__block--main{
		width: 320px;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.announcer__block--ana{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.announcer__block--ana-even{
		padding-top: 0px;
	}
	.announcer__block--ana-area{
		width: 145px;
		margin-bottom: 36px;
	}
	.an__image{
		margin-bottom: 24px;
	}
	.an__name{
		font-size: 1.8rem;
		letter-spacing: 6px;
		line-height: 1.2;
		font-weight: 500;
		text-align: center;
	}
	.an__name span{
		font-size: 1.2rem;
		font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: 0;
		font-weight: 600;
	}
}
@media(min-width: 695px) and (max-width: 1200px){
	.announcer__block--main{
		width: 655px;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.announcer__block--ana{
		width: 315px;
		display: flex;
		justify-content: space-between;
	}
}

@media(max-width: 320px){
	.announcer__block--main{
		width: 300px;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/* -------------------

SNSエリア
 
 ---------------------*/
.sns__block{
	padding: 130px 0 80px;
	background: url('../images/sns__back.png');
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media(max-width: 1600px){
	.sns__block{
		background: url('../images/sns__back--1600.png');
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
.sns__block--h1{
	color: #57ABFE;
	font-size: 6rem;
	text-align: center;
}
.sns__block--main{
	width: 1000px;
	padding-top: 240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sns__block--main2{
	width: 1000px;
	padding: 100px 0 80px;
	margin: 0 auto;
}
.sns__block--area{
	width: 330px;
	text-align: center;
}
.sns__block--border{
	width: 1px;
	padding-top: 100px;
}
.sns__image{
	margin-bottom: 50px;
}
@media(max-width: 1200px){
	.sns__block{
		padding: 35px 0 100px;
		background-position: top center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.sns__block--h1{
		color: #57ABFE;
		font-size: 3.6rem;
		text-align: center;
	}
	.sns__block--main{
		width: 100%;
		padding-top: 90px;
		margin: 0 auto;
		justify-content: center;
	}
	.sns__block--border{
		display: none;
	}
	.sns__image{
		margin-bottom: 50px;
		margin-top: 70px;
	}

	.sns__block--main2{
		width: 284px;
		padding: 35px 0;
		margin: 0 auto;
	}
	.sns__block--main2 img{
		width: 100%;
		height: auto;
	}
}
@media(max-width: 500px){
	.sns__block{
		padding: 35px 0 100px;
		background: url('../images/sns__back--sp.png');
		background-position: top center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

}
/* -------------------

番組バナーエリア
上
 ---------------------*/
.program__block--top{
	width: 100%;
	background: #FEEEEE;
	border-top: 2px solid #FE5757;
	height: 120px;
}
/* -------------------

番組バナーエリア
下
 ---------------------*/
.program__block--bottom{
	width: 100%;
	background: #E2EAF2;
	border-top: 2px solid #57ABFE;
	height: auto;
}
.program__block--container{
	width: 1000px;
	margin: 0 auto;
}
.program__block--row{
	display: flex;
	flex-wrap: wrap;
}
.program__block--title{
	width: 245px;
}
.program__block--bunner{
	width: 755px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program__block--bottom--bunner{
	width: 755px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program__block--bottom--bunnersmall{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
}
.program__block--bunnerbig{
	width: 294px;
	height: 88px;
}
.program__block--bunnersmall{
	width: 454px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program__block--bunner-big img{
	width: 100%;
	height: auto;
}
.program__block--bunnersmall img{
	width: 147px;
	height: 44px;
}
.program__block--bottom--bunnersmall img{
	width: 147px;
	height: 44px;
}
#top_add_bunner{
	display: flex;
	flex-wrap: wrap;
}
#top_add_bunner a{
	padding: 2px;
}
#top_add_bunner a img{
	/*width: 100%;*/
	height: auto;
}
@media(max-width: 1200px){
	.program__block--top{
		height: auto;
	}
	.program__block--bottom{
		height: auto;
	}
	.program__block--container{
		width: 100%;
		height: auto;
	}
	.program__block--title{
		width: 100%;
	}
	.program__block--bunner{
		width: 100%;
		padding: 15px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.program__block--bunnerbig{
		width: 172px;
		height: auto;
	}
	.program__block--bunnersmall{
		width: 168px;
	}
	.program__block--bunnerbig img{
		width: 172px;
		height: 52px;
	}
	.program__block--bunnersmall img{
		width: 84px;
		height: 25px;
	}
	.program__block--bottom--bunner{
		width: 100%;
		padding: 15px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.program__block--bottom--bunnersmall{
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		margin: 0 auto;
		width: 428px;
	}
	.program__block--bottom--bunnersmall img{
		width: 80px;
		height: 25px;
	}
}
@media(max-width: 425px){
	.program__block--bottom--bunnersmall{
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		width: 344px;
		margin: 0 auto;
	}
}
@media(max-width: 320px){
	.program__block--bottom--bunnersmall{
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		width: 176px;
		margin: 0 auto;
	}
}
/* -------------------

広告エリア

 ---------------------*/
.top_recommend{
	padding: 100px 0;
	width: 1000px;
	margin: 0 auto;
}
.top_recommend_content_text_inner3,.top_recommend_content_text_inner2,.top_recommend_content_text_inner{
	transform: rotate(0.05deg);
}
@media(max-width: 1200px){
	.top_recommend{
		width:94%;
		margin: 0 auto;
	}
}





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

メインコンテンツ

------------------*/
.main__content{
	margin-bottom: 150px;
}
.main__content--container-fluid{
	width: 100%;
	margin: 0 auto;
}
.main__content--container{
	width: 1000px;
	margin: 0 auto;
}
.main__content--row{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main__content--ttl-area{
	background-color: #f8c000;
	text-align: center;
	padding: 33px 0;
	margin-bottom: 90px;
}
.main__content--ttl-h1{
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #fefefe;
}
.main__content--ttl-h2{
	font-size: 6rem;
	color: #fefefe;
}
.main__content--col-12{
	width: 100%;
}
.main__content--col-md-6{
	width: 484px;
	padding: 26px;
}
.main__content--img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.main__content--img img{
	width: 100%;
	height: auto;
}
.main__content--date{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.main__content--ttl{
	font-size: 3rem;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
}
.main__content--txt{
	font-size: 1.6rem;
	line-height: 1.85;
	margin-bottom: 55px;
}
.main__content--btn{
	font-size: 1.8rem;
	text-align: right;
}
.main__content--btn a{
	text-decoration: none;
	font-weight: bold;
}

/*イベントリストページ
レガシーCSSを変更
*/
.event_col{
	width: 484px;
	padding: 26px;
}
.event_thum{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.event_thum img{
	width: 100%;
}
.event_date{
	font-size: 1.8rem;
	margin-bottom: 15px;
	transform: rotate(0.05deg);
}
.event_title{
	font-size: 3rem;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
	transform: rotate(0.05deg);
}
.event_content{
	font-size: 1.6rem;
	line-height: 1.85;
	margin-bottom: 55px;
	transform: rotate(0.05deg);
}
.event_btn{
	font-size: 1.8rem;
	text-align: right;
	transform: rotate(0.05deg);
}
.event_btn a{
	text-decoration: none;
	font-weight: bold;

}
@media(max-width:1200px){
	.main__content{
		margin-bottom: 40px;
	}
	.main__content--ttl-area{
		margin-bottom: 20px;
	}
	.main__content--container{
		width: 100%;
		margin: 0 auto;
	}
	.main__content--ttl-h1{
		font-size: 1.6rem;
	}
	.main__content--ttl-h2{
		font-size: 3.6rem;
	}
	.main__content--col-md-6{
		width: 100%;
		padding: 26px;
	}
	.main__content--date{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.main__content--ttl{
		font-size: 2.4rem;
		margin-bottom: 12px;
		font-weight: 500;
	}
	.main__content--txt{
		font-size: 1.4rem;
		margin-bottom: 15px;
		line-height: 2;
	}
	.main__content--btn{
		font-size: 1.5rem;
	}
	/*イベントリストページ
	レガシーCSSを変更
	*/
	.event_col{
		width: 100%;
		padding: 26px;
	}
	.event_date{
		font-size: 1.6rem;
	}
	.event_title{
		font-size: 2.4rem;
		margin-bottom: 12px;
		font-weight: 500;
	}
	.event_content{
		font-size: 1.4rem;
		margin-bottom: 15px;
		line-height: 2;
	}
	.event_btn{
		font-size: 1.5rem;
	}
}
/*---------------------

個別ページ

----------------------*/
.main__content--singlettl{
	font-size: 4rem;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
}
.main__content--singletxt{
	font-size: 1.6rem;
	line-height: 1.85;
}
.main__content--singletxt p{
	margin-bottom: 2rem;
}
.main__content--singletable{
	margin-bottom: 40px;
	margin-top:40px;
	width: 100%;
}
.main__content--singletable td{
	border:  1px solid #cccccc;
	padding: 25px 20px;
}
.main__content--singlebtn a{
	font-size: 2rem;
	color: #FFC500;
	text-decoration: none;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 68px;
	text-align: center;
	border: 4px solid #FFC500;
	border-radius: 40px;
	background: url('../images/btn__arrow2.png');
	background-repeat: no-repeat;
	background-position: right 20px top 23px;
	margin: 0 auto;
}

/* レガシー */
.col_event_left{
	font-size: 1.6rem;
	line-height: 1.85;
}
.col_event_left p{
	margin-bottom: 2rem;
}
.col_event_left h1{
	font-size: 4rem;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
}
.col_event_left img{
	width: 100%;
	height: auto;
}
.content_table{
	margin-bottom: 40px;
	width: 100%;
    margin-top: 35px;
}
.content_table td , .content_table th{
	border:  1px solid #cccccc;
	padding: 25px 20px;
}
.content_table th:first-child{
	width: 200px;
}
.event_back_btn a{
	font-size: 2rem;
	color: #FFC500;
	text-decoration: none;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 314px;
	height: 68px;
	text-align: center;
	border: 4px solid #FFC500;
	border-radius: 40px;
	background: url('../images/btn__arrow2.png');
	background-repeat: no-repeat;
	background-position: right 20px top 23px;
	margin: 0 auto;
}
@media(max-width: 1200px){
	.main__content--singlettl{
		font-size: 2.4rem;
		margin-bottom: 15px;
		line-height: 1.5;
		font-weight: 500;
	}
	.main__content--singletxt{
		font-size: 1.6rem;
		line-height: 1.85;
	}
	.main__content--singletxt p{
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}

	.main__content--singlearea{
		width: 100%;
		padding: 0 26px;
	}
	.main__content--singlebtn a{
		font-size: 1.2rem;
		width: 177px;
		height: 34px;
		border: 2px solid #FFC500;
		background: url('../images/btn__arrow2.png');
		background-size: 4px;
		background-position: right 10px top 11px;
		background-repeat: no-repeat;
		margin: 0 auto;
	}
	.main__content--singletable{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		margin-top:40px;
	}
	.main__content--singletable tbody{
		display: block;
		width: 100%;
	}
	.main__content--singletable tr{
		display: block;
		width: 100%;
	}
	.main__content--singletable td{
		display: block;
		width: 100%;
		padding: 12px;
		border-top: none;
	}
	.main__content--singletable td.first-td{
		border-top: 1px solid #cccccc;
	}

	/* レガシー */
	.col_event_left{
		font-size: 1.6rem;
		line-height: 1.85;
	}
	.col_event_left p{
		margin-bottom: 2rem;
	}
	.col_event_left h1{
		font-size: 4rem;
		margin-bottom: 15px;
		line-height: 1.5;
		font-weight: 500;
	}
	.col_event_left img{
		width: 100%;
		height: auto;
	}
	.content_table{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		border-bottom: 1px solid #cccccc;
	}
	.content_table tbody{
		display: block;
		width: 100%;
	}
	.content_table tr{
		display: block;
		width: 100%;
	}
	.content_table td , .content_table th{
		display: block;
		width: 100%;
		padding: 12px;
		border-top: none;
	}
	.content_table th:nth-child(1){
		width: auto;
		border-top: 1px solid #cccccc;
	}
	.content_table td{
		border-top: none;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: none;
	}
	
	.event_back_btn a{
		font-size: 2rem;
		color: #FFC500;
		text-decoration: none;
		font-weight: 600;
		font-family: 'M PLUS 1p', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 314px;
		height: 68px;
		text-align: center;
		border: 4px solid #FFC500;
		border-radius: 40px;
		background: url('../images/btn__arrow2.png');
		background-repeat: no-repeat;
		background-position: right 20px top 23px;
		margin: 0 auto;
	}
}

/* 広告関係 */
/*-----トップページ、今週のおすすめ
---------------------------*/
#top_recommend{
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #cccccc;
	/* box-shadow: 0 0 5px #cccccc; */
	font-size: 14px;
	line-height: 1.6em;
}
#top_reccomend_title{
	float: left;
	width: 200px;
	padding: 20px;
}
.top_recommend_content_left{
	float: left;
	width: 458px;
	height: auto;
	padding: 20px;
}
.top_recommend_content_right{
	float: left;
	border-left: 1px solid #e6e6e6;
	width: 458px;
	height: auto;
	padding: 20px;
}
.top_recommend_content_left2{
	float: left;
	width: 300px;
	height: auto;
	padding: 20px 0;
}
.top_recommend_content_right2{
	float: left;
	width: 600px;
	height: auto;
	padding: 20px;
}
.top_recommend_content_text_inner{
	text-align: center;
	width: 35%;
	padding-right: 5%;
	float: left;
}
.top_recommend_content_text_inner2{
	text-align: left;
	width: 60%;
	float: left;
}

.top_recommend_content_text_inner3{
	margin-top: 30px;
}
.top_recommend_btn{
	width: 100px;
	background-color: #444;
	text-align: center;
}
.top_recommend_btn a{
	text-decoration: none;
	font-size: 12px;
	color: #fff;	
}
.top_recommend_btn a:hover{
	opacity: 0.8;
}
@media(max-width:1200px){
.top_recommend_content_left2{
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align:center;
}
.top_recommend_content_right2{
	width:100%;
}

}
/*---------------clearfix
-----------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear{
	clear: both;
}

#newsboard{
	width:100%;
	background:#ffd440;
}
#newsboard .box{
	width:1000px;
	margin:0 auto;
	padding-top:40px;
	line-height:1.5;
}
#newsboard .box p{
	font-size:1.8rem;
	padding-bottom:40px;
	transform:roteta(0.05deg);
}
#newsboard .box p.midashialert{
	padding-bottom:10px!important;
	font-size:2.2rem;
	font-weight:bold;
}
@media (max-width:1000px){
	#newsboard .box{
	width:90%;
	margin:0 auto;
	padding-top:20px;
	line-height:1.5;
	}
	#newsboard .box p{
		font-size:1.6rem;
		padding-bottom:30px;
	}
}
