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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP&family=Roboto+Condensed:wght@300;700&family=Roboto:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body	{min-width:1420px;}

/*	.pc	{display:inline !important;}	*/	/*	yoshii	*/
.sp	{display:none !important;}

.top_tosan{
	position: absolute;
	bottom: 40px;
	right: 50px;
	width: 200px;
}

.top_banner-kureshin{
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: 330px;
}

@media screen and (max-width:750px) {
body	{min-width:100%;}
.pc	{display:none !important;}
.sp	{display:inline !important;}

.top_banner-kureshin{
	width:calc(100vw - 20px);
	position: absolute;
	bottom: 10px;
	left: 10px;}
}

/* clear  */
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.oswald{
	font-family:'Oswald';
/*	font-family:'Oswald Light';	*/	/*	yoshii	*/
	font-weight:200;}

.roboto{
	font-family:'Roboto';
	font-weight:400;}

.roboto-b{
	font-family:'Roboto Bold';
	font-weight:800;}

.txt_s{
	font-size:0.7em;}

.indent{
	text-indent:-1em;
	padding-left:1em;}

/* ヘッダ */
header{
	width:100%;
	z-index:1;
	position:absolute;}
header .food-header01{
	background:rgba(66,187,194,1);}
header .food-header02{
	background:rgba(255,255,255,0.9);}


/* メインビジュアル */
.mainvisual{
/*	display:flex;*/
	position:relative;
	width:100%;
	min-height:1000px;
/*	background-size:contain;
	background:url(../img/mainvisual.jpg) top center no-repeat;*/}

.main_visual_img{
	overflow:hidden;
	display: flex;
	justify-content: center;}

@media screen and (max-width:1920px) {
.main_visual_img img.mv{
	width:auto;
	min-height:1000px;
	margin:auto;}
}

@media screen and (max-width:750px) {
.mainvisual{
	width:100%;
	height:100vh;
	min-height:100vh;
	overflow:hidden;}

.main_visual_img img.mv{
	height:100vh;
	min-height:100vh;}
}

.head_time{
	text-align:center;
	padding-left:10px;
	position:absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -40%);
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	white-space: nowrap;}

.head_time img{
	width:auto;}

.head_title{
	padding-top:20px;
	font-family:'Oswald';
	font-weight:200;
	font-size:1.2em;
	color:#fff;
	letter-spacing:0.3em;}

.head_alerts{
	position:absolute;
	font-size:1.1rem;
	padding:15px 20px 15px 70px;
	box-sizing:border-box;
	color:#ff0;
	line-height:1.2em;
	text-align:justify;
	border-radius:0 5px 5px 0;
	background:url(../img/head_alerts.png) center left 35px no-repeat #e94c4e;}

.head_alerts a{
	color:#ff0;
	text-decoration:underline;}

.head_news{
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px 20px 10px 35px;
	box-sizing:border-box;
/*	background:rgba(255,255,255,0.9);	*/		/*	yoshii	*/
	background:rgba(255,255,255,1.0);			/*	yoshii	*/
}

.head_news dl{
	}

.head_news dt{
	float:left;
	font-size:1.2em;
	font-family:'Oswald';
	font-weight:600;
	letter-spacing: 0.2rem;
	color:#e94c4e;}

.head_news dd{
	margin-left:4.5em;}

.head_news dd li{
	float:left;
	text-align:justify;
	font-size:0.9em;
	line-height:1.5em;}

/*
.head_news ul{
	margin:0 auto;
	displat:table;}

.head_news li{
	display:table-cell;
	font-size:0.8rem;
	font-weight:400;
	padding-right:15px;
	vertical-align:middle;}

.head_news li:nth-child(1){
	font-size:1.2em;
	font-family:'Oswald';
	font-weight:600;
	letter-spacing: 0.2rem;
	color:#e94c4e;}

.head_news li:nth-child(4) p.link{
	width:100%;
	font-family:'Noto Sans JP';
	font-weight:400;
	font-size:0.8em;}

.head_news li:nth-child(4) p.link a{
	position:relative;
	display:block;
	text-align:center;
	line-height:1em;
	color:#e94c4e;
	border:1px solid #e94c4e;
	background:#fff;
	padding:5px 20px;
	border-radius:20px;}

.head_news li:nth-child(4) p.link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #e94c4e;
    border-right: 2px solid #e94c4e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}
*/
@media screen and (max-width:750px) {
.head_title{
	margin-top:-10px;}

.head_time{
	width:90%;
	padding-left:5px;}

.head_time img{
	width:20%;}

.head_alerts{
	position:absolute;
	font-size:0.8rem;
	line-height:1.4em;
	padding:10px 10px 10px 50px;
	border-radius:0 5px 5px 0;
/*	background:url(../img/head_alerts.png) top 6px left 15px no-repeat #e94c4e;	*/
	background:url(../img/head_alerts.png) center left 15px no-repeat #e94c4e;	/*	yoshii	*/
}

.head_news{
	bottom:0;
	width:100%;
	padding:10px 15px;}

.head_news a{
	display:block;
	font-size:0.8rem;
	line-height:1.4em;
	padding:5px 0 0;}

.head_news li:nth-child(4) p.link{
	display:none;;}
}


/* トップバナー */
.top_banner_box{
	width:100%;
	min-width:1420px;
	overflow:hidden;}

.top_banner_box{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;}

.top_banner_box .item{
	width: calc(100% / 3);
	float:left;
	box-sizing:border-box;}

.top_banner_box .item img{
	width:100%;}

@media screen and (max-width:750px) {
.top_banner{
	width:100%;}

.top_banner_box{
	width:100%;
	min-width:100%;}

.top_banner_box .item{
	width:100%;
	float:none;}

.top_banner_box .item a{
	display:block;}
}

/*
.top_banner_box .tvtowerinfo{
	background:#e94c4e;
	color:#fff;}

.top_banner_box .tvtowerinfo h2{
	width:85%;
	margin:0 auto;
	padding:15px 0 0;}

.top_banner_box .tvtowerinfo h2 p{
	font-family:'Oswald';
	font-weight:200;
	font-size:0.9rem;
	letter-spacing: 0.2rem;}

.top_banner_box .tvtowerinfo .open{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;}

.top_banner_box .tvtowerinfo .open_box{
	width:90%;
	margin:0 auto;
	padding:10px 0 17px 13%;
	background:url(../img/tvtowerinfo_timeicon.png)left 12px top 1em no-repeat;}

.top_banner_box .tvtowerinfo .open_box p{
	line-height:2.0em !important;}

@media screen and (max-width:750px) {
.top_banner_box .tvtowerinfo .open_box p{
	line-height:1.8em !important;}
}

.top_banner_box .tvtowerinfo .open_box .time{
	font-family:'Roboto';
	font-weight:800;
	font-size:2.4vw;
	line-height:2.4vw;}

.top_banner_box .tvtowerinfo .open_box .time_s{
	font-size:0.8vw;
	line-height:1vw;}

.top_banner_box .tvtowerinfo .open_box .txt_s{
	font-size:0.8vw;
	line-height:1vw;}

@media screen and (max-width:1437px) {
.top_banner_box .tvtowerinfo .open_box .time{
	font-size:2em;
	line-height:1em;}

.top_banner_box .tvtowerinfo .open_box .time_s{
	font-size:0.7em;
	line-height:1.6em;}

.top_banner_box .tvtowerinfo .open_box .txt_s{
	font-size:0.7em;
	line-height:1.6em;}
}
*/

.top_banner_box .tvtowerinfo{
	background:#e94c4e;
	color:#fff;}

.top_banner_box .tvtowerinfo h2 .wide{
	width:85%;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:10px;
	font-size:15px;
	line-height:1em;
	letter-spacing: 0.3rem;}

.top_banner_box .tvtowerinfo .open{
	width:100%;
	padding:20px 7.5% 15px;
	margin:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;}

.top_banner_box .tvtowerinfo .open ul{
	display:table;
	margin-bottom:20px;}

.top_banner_box .tvtowerinfo .open img.icon{
	height:100%;}

.top_banner_box .tvtowerinfo .open li{
	display:table-cell;
	white-space:nowrap;
	line-height: 1.5em;
	vertical-align:middle;}

.top_banner_box .tvtowerinfo .open li:first-child{
	min-width:54px;
	width:12%;
	padding-right:10px;
	padding-top:6px;}

@media screen and (max-width:750px) {
	.top_banner_box .tvtowerinfo .open li:first-child{
		min-width:56px;
	}
}
.top_banner_box .tvtowerinfo .open li .eigyo{
	letter-spacing: 0.2rem;
	font-weight: 200;}

@media screen and (max-width:750px) {
	.top_banner_box .tvtowerinfo .open li .eigyo{
		font-size: 1.45em;
		margin-right: 0.2em;
	}
	.top_banner_box .tvtowerinfo .open .eigyo-time{
		font-size: 1.2em;
	}
}

.top_banner_box .tvtowerinfo .open li .time{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 2.2vw;
	line-height: 1em;}

.top_banner_box .tvtowerinfo .indent{
	text-indent:-1em;
	padding-left:1em;}

.top_banner_box .tvtowerinfo .attention{
	font-size:0.8vw;
	line-height:1.5em;
	font-weight: 200;
	margin-bottom:5px;}

@media screen and (max-width:1437px) {
.top_banner_box .tvtowerinfo .open li .time{
	font-size: 2em;}

.top_banner_box .tvtowerinfo .attention{
	font-size:0.75em;}
}

@media screen and (max-width:750px) {
	.top_banner_box .tvtowerinfo .attention{
		font-size:0.95em;
/*		margin-left: 4.4em;	*/
	}
}

@media screen and (max-width:750px) {
.top_banner_box .tvtowerinfo h2 .wide{
	width:90%;
	padding-top:20px;}

.top_banner_box .tvtowerinfo .open{
	padding:15px 5% 10px;}

.top_banner_box .tvtowerinfo .open ul{
	margin-bottom:10px;}

.top_banner_box .tvtowerinfo .open li .time{
	font-size: 1.8em;}
}

.top_banner_box .tvtowerinfo .weather_box{
	width:85%;
	margin:0 auto;
	padding:1.2rem 0;}


@media screen and (max-width:1700px) {

  .top_banner_box .tvtowerinfo .open{
    padding:15px 7.5% 10px;
  }

  .top_banner_box .tvtowerinfo .attention{
    margin-bottom:2px;
  }
}

@media screen and (max-width:1600px) {

  .top_banner_box .tvtowerinfo .open ul{
    margin-bottom:10px;
  }

  .top_banner_box .tvtowerinfo .weather_box{
    padding:1rem 0;
  }
}

@media screen and (max-width:1500px) {

  .top_banner_box .tvtowerinfo h2 .wide{
    padding-top:20px;
  }
}

.top_banner_box .tvtowerinfo .weather{
	display:inline-block;
	padding:10px 20px 10px 10px;
	background:#fff;
	border-radius:10px;}

.top_banner_box .tvtowerinfo .weather ul{
	display:table;}

.top_banner_box .tvtowerinfo .weather li{
	display:table-cell;
	vertical-align:middle;
	color:#000;}

.top_banner_box .tvtowerinfo .weather li p{
	line-height:1.6em !important;}

.top_banner_box .tvtowerinfo .weather li.weather_icon{
	width:60px;}

.top_banner_box .tvtowerinfo .weather li.weather_sunset{
	border-left:1px solid #e94c4e;
	border-right:1px solid #e94c4e;
	padding:4px 22px 3px;
	text-align:center;}

.top_banner_box .tvtowerinfo .weather li.weather_sunset .sunset{
	border-bottom:1px solid #000;
	line-height:1em !important;
	padding:3px 0 4px;
	font-size:0.83em;
	text-align:center;}

.top_banner_box .tvtowerinfo .weather li.weather_sunset .time{
	line-height:1em !important;
	padding:3px 0 0;
	font-size:1.16em;
	font-weight:500;
	text-align:center;}

.top_banner_box .tvtowerinfo .weather li.weather_temp{
	padding:0 30px 0 20px;}

.top_banner_box .tvtowerinfo .weather li.weather_temp .temp{
	font-size:2.4em;
	line-height:0.9em !important;
	font-family:'Roboto';
	font-weight:400 !important;}

.top_banner_box .tvtowerinfo .weather li.weather_temp .climate{
	padding:0;
	line-height:1em;
	font-size:0.8em !important}

.top_banner_box .tvtowerinfo .weather li.weather_area{
	text-align:right;
	padding-left:22px;}

.top_banner_box .tvtowerinfo .weather li.weather_area .area{
	margin:0 0 10px 0;
	padding:0;
	font-size:1em;
	line-height:1em;
	letter-spacing:0.3em;
	border-bottom:2px solid #000;}

.top_banner_box .tvtowerinfo .weather li.weather_area .service{
	font-size:5px;
	line-height:1em !important;
	margin:0 0 5px 0;}

@media screen and (max-width:750px) {
.top_banner_box .tvtowerinfo .weather_box{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:1em 0;}

.top_banner_box .tvtowerinfo .weather_box .weather{
	display:inline-block;
	margin:0 10px;}
}




.top_banner_box .onlineshop{
	background:#42bbc2;
	text-align:center;}

.top_banner_box .onlineshop img{
/*	height:100%;
	width:auto;*/}


.top_banner_box .lightup{
/*	background-image:url(../img/top_banner_lightup_s.png);
	background-position:left middle;
	background-repeat:no-repeat;
	background-color:#002c76;
	background-size:contain;*/
	background-color:rgba(0,8,131,1);
/*	border:25px solid rgba(255,255,255,0.26);	*/	/*	yoshii	*/
	color:#fff;
	position:relative;
	overflow:hidden;}

@media screen and (max-width:750px) {
.top_banner_box .lightup{
/*	border:15px solid rgba(255,255,255,0);*/
	border:none;
	padding:15px;}			/*	yoshii	*/
}

.top_banner_box .lightup .lightup_back{
	position:absolute;
	width:calc(100% + 50px);
	height:calc(100% + 50px);
	top:-25px;
	left:-25px;
	background-image:url(../img/lightup_back.png);
	background-position:center middle;
	background-size:100% 100%;}


.top_banner_box .lightup .lightup_box{
	width:100%;
/*	margin:25px auto;*/
	padding:35px 45px 35px 35px;
	box-sizing:border-box;
	text-align:center;
	font-weight:200;
/*	background-color:rgba(0,8,131,1);*/
	box-sizing:border-box;}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box{
	width:100%;
/*	margin:20px auto;*/
	padding:20px;}
}

.top_banner_box .lightup .lightup_box ul{
	width:100%;
	display:table;
	margin:0 auto;}

.top_banner_box .lightup .lightup_box li{
	position:relative;
	display:table-cell;
	vertical-align:top;
/*	border:1px solid #fff;*/}

.top_banner_box .lightup .lightup_box li:first-child{
	width:44%;
	text-align:left;}

.top_banner_box .lightup .lightup_box li:first-child img{
	width:80%;
	border-radius:5px;}

.top_banner_box .lightup .lightup_box li:last-child{
	width:56%;}

.top_banner_box .lightup .lightup_box h3{
	font-size:0.9vw;
	padding:0.8em 0;
/*	margin-bottom:0.75em;*/
	margin-bottom:1.2em;
	border:1px solid #fff;
	background-color:rgba(0,0,0,0.65);
	border-radius:5px;
	font-weight:400;}

@media screen and (max-width:1437px) {
.top_banner_box .lightup .lightup_box h3{
	font-size:0.8em;}
}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box h3{
	font-size:1em;}
}

.top_banner_box .lightup .lightup_box p{
	font-size:0.8em;
	text-align:left;}

.top_banner_box .lightup .lightup_box p.day{
	text-align:center;
	font-size:1.1vw;
/*	line-height:1.4em;*/
	line-height:1.6em;
/*	margin-bottom:0.5em;*/
	margin-bottom:0.8em;}

@media screen and (max-width:1437px) {
.top_banner_box .lightup .lightup_box p.day{
	font-size:1.1em;}
}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box p.day{
	font-size:1.2em;
	line-height:1.4em;}
}

.top_banner_box .lightup .lightup_box p.day .date{
	font-size:0.8em;
	line-height:1.2em;}

.top_banner_box .lightup .lightup_box h4{
	font-size:1.1vw;
/*	padding:0.5em 0;*/
	padding:0.8em 0;
/*	margin-bottom:0.25em;*/
	margin-bottom:1em;
	border-bottom:1px solid #ff0;
	border-top:1px solid #ff0;
	text-align:center;
/*	font-weight:200;*/
	font-weight:400;
	font-feature-settings: "palt";
	color:#ff0;}

@media screen and (max-width:1437px) {
.top_banner_box .lightup .lightup_box h4{
	font-size:1em;}
}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box h4{
	font-size:1em;
	margin-bottom:1em;}
}

.top_banner_box .lightup .lightup_box p.special{
	font-size:0.8vw;
	margin-bottom:0.75em;
	text-align:center;}

@media screen and (max-width:1437px) {
.top_banner_box .lightup .lightup_box p.special{
	font-size:0.7em;}
}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box p.special{
	font-size:0.7em;
	margin-bottom:0.75em;}
}

.top_banner_box .lightup .lightup_box p.link{
	position:absolute;
	width:100%;
	font-family:'Noto Sans JP';
	font-weight:400;
	font-size:0.7em;
	line-height:1.8em;
	bottom:0;
	right:0;}

@media screen and (max-width:750px) {
.top_banner_box .lightup .lightup_box p.link{
/*	position:relative;*/
	width:100%;
/*	right:auto;
	bottom:auto;*/}
}

.top_banner_box .lightup .lightup_box p.link a{
	position:relative;
	display:block;
	text-align:center;
	line-height:1em;
	color:#002c76;
	background:#fff;
	padding:7px 20px;
	border-radius:20px;
	line-height:1.5em;
	letter-spacing:0;}

.top_banner_box .lightup .lightup_box p.link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #002c76;
    border-right: 2px solid #002c76;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}



.top_banner_box .winterevent{
	background:#33a6da;
	text-align:center;}

.top_banner_box .winterevent img{
/*	height:100%;
	width:auto;*/}

.top_banner_box .navi{
	background:#ccc;
	text-align:center;}

.top_banner_box .navi img{
/*	height:100%;
	width:auto;*/}

.top_banner_box .rentalhall{
	background:#d0b587;
	text-align:center;}

.top_banner_box .rentalhall img{
/*	height:100%;
	width:auto;*/}



@media screen and (max-width:750px) {
.slick-next {
	width:20px !important;
	height:20px !important;
	top:260px !important;
	right:25px !important;
	color:#000;
}
.slick-prev {
	width:20px !important;
	height:20px !important;
	top:260px !important;
	left:25px !important;
	color:#000;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}}


/* イベント＆キャンペーン */
.top_event{
	width:100%;}

.top_event .container{
	width:1420px;
	margin: 0 auto;
	padding:100px 110px;}

.top_event h2{
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	padding: 0 0 20px;
	border-bottom: 6px solid #e94c4e;
	letter-spacing: 0.3rem;}

.top_event p.sub{
	font-size: 0.9rem;
	margin: 0 auto;
	line-height:1.5em;
	text-align: center;
	margin-top:10px;
	margin-bottom:60px;
	letter-spacing: 0.6rem;
	font-family:'Roboto';
	font-weight:400;}

.top_event ul{
	margin-bottom:60px;}

.top_event li{
	float:left;
	width:360px;
	margin-right:60px;}

@media screen and (max-width:750px) {
.top_event .container{
	width:90%;
	margin: 0 auto;
	padding:60px 0 30px;}

.top_event h2{
	font-size: 1.65rem;
	text-align: center;
	position: relative;
	padding: 0 0 10px;
	border-bottom: 6px solid #e94c4e;
	letter-spacing: 0.1rem;}

.top_event p.sub{
	font-size: 0.75rem;
	margin: 0 auto;
	line-height:1.5em;
	text-align: center;
	margin-top:10px;
	margin-bottom:20px;
	letter-spacing: 0.375rem;
	font-family:'Roboto';
	font-weight:400;}

.top_event ul{
	margin-bottom:0;}

.top_event li{
	float:none;
	width:100%;
	padding:0 0 15px;
	margin:0 0 20px;
	border-bottom:1px solid rgba(220,76,76,0.65);}

.top_event .container li:last-child{
	margin:0;}

.top_event li .icon{
	display:inline-block;
	font-size:0.9em;
	line-height:1em;
	margin:5px 0;
	padding:5px 10px;
	border-radius:5px;
	background:#f00;
	color:#fff;}
}

.top_event li:last-child{
	margin-right:0;}

.top_event li .photo{
	}

.top_event li .icon{
	display:inline-block;
	font-size:0.9em;
	line-height:1em;
	margin:10px 0;
	padding:5px 10px;
	border-radius:5px;
	background:#f00;
	color:#fff;}

.top_event li .icon.event{
	background:#e94c4e;}

.top_event li .icon.campaign{
	background:#0090d1;}

.top_event li .sub{
	font-size:0.8em;
	font-weight:800;}

.top_event li .title{
	line-height:1.5em;
	font-weight:800;
	margin-bottom:5px;}

.top_event li .date{
	font-size:0.8em;
	font-weight:400;}

.top_event .btn_box{
	width:100%;
	text-align:center;}

.top_event .viewmore{
	width:300px;
	display:inline-block !important;}

.top_event .viewmore a{
	width:100%;
	display:block;
	text-align:center;
	padding:15px;
	border:2px solid #000;
	font-size:0.9em;
	line-height:1em;
	font-weight:400;}

.top_event .viewmore a:hover,
.top_event .viewmore a:focus{
	opacity:1;}

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#000;
	transition: 1.0s;	/*	yoshii	*/
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#000;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}



/* さっぽろテレビ塔を楽しむ */
.top_enjoy{
	width:100%;
	background:#f0f0f0;}

.top_enjoy .container{
	width:1420px;
	margin: 0 auto;
	padding:100px 110px;}

.top_enjoy h2{
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 0.3rem;}

.top_enjoy p.gradation{
	height:6px;
	background:linear-gradient(to right,#40bbc2 20%, #0090d1 20% 40%, #e94c4e 40% 60%, #8ec43e 60% 80%, #92539d 80% );}

.top_enjoy .sub{
	font-size: 0.9rem;
	margin: 0 auto;
	line-height:1.5em;
	text-align: center;
	margin-top:10px;
	margin-bottom:60px;
	letter-spacing: 0.6rem;
	font-family:'Roboto';
	font-weight:400;}

.top_enjoy ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;}

.top_enjoy li{
	float:left;
	width:360px;
	margin:0 60px 0 0;}

.top_enjoy li:first-child{
	width:780px;
	margin:0 60px 60px 0;}

.top_enjoy li:nth-child(2){
	margin:0 0 60px 0;}

.top_enjoy li.col2{
	width:570px;
	margin:0 60px 60px 0;}

.top_enjoy li.col2.bk{
	width:570px;
	margin:0 0 60px 0;}

.top_enjoy li:last-child{
	margin-right:0;
/*	padding:100px 110px;*/}


.top_enjoy p.title{
	font-family:'Noto Sans JP';
	font-weight:800;
	font-size:1.2em;
	color:#42bbc2;}

.top_enjoy li:hover p.title{			/*	yoshii	*/
	color:#E94C4E;}				/*	yoshii	*/

.top_enjoy li .photo{
	margin-bottom:10px;}			/*	yoshii	*/



.top_enjoy li.view{
	background-color:#42bbc2;}

.top_enjoy li.plan{
	background-color:#0090d1;}

.top_enjoy li.characters{
	background-color:#e94c4e;}

.top_enjoy li.shopping{
	background-color:#8ec43e;}

.top_enjoy li.history{
	background-color:#92539d;}

.top_enjoy li a{
	display:block;}

.top_enjoy li .sub{
	font-size: 0.9rem;
	line-height:1em;
	text-align:left;
	margin:0;
	letter-spacing: 0.2rem;
	font-family:'Roboto';
	font-weight:800;}

.top_enjoy li img.icon{
	width:70px;}

.top_enjoy li .color_b .imgs{
	float:right;}

.top_enjoy li .color_b .imgs img{
	vertical-align:bottom;}

.top_enjoy li .color_b .text{
	float:left;}

.top_enjoy li .color_s .imgs{
	}

.top_enjoy li .color_s .text{
	padding:0 0 0 20px}


.top_enjoy li .color_b .text .title{
	width:300px;
	margin:30px 0;
	padding-bottom:15px;
	border-bottom:1px solid #fff;}

.top_enjoy li .color_b .text .title p{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;}

.top_enjoy li .color_b .text .title p.sub{
	width:190px;
	padding:0;
	letter-spacing: 0.15rem;}

.top_enjoy li .color_b .text .title p.sub.nls{
	letter-spacing: 0.05rem;}

.top_enjoy li .color_b .text .title img.icon{
	margin:0 20px;}

.top_enjoy li .color_b .text h3{
	font-size:1.8em;
	padding:0 0 1em 20px;
	letter-spacing:0.12em;
	color:#fff;}

.top_enjoy li .color_b .text h3 span{
	font-size: 0.8em;
	line-height:1em;
	text-align:left;
	margin:0;
	letter-spacing:0.12em;
	font-weight:800;}

.top_enjoy li .color_b .text .button{
	width: 190px;
	margin-left:20px;
	margin-bottom:10px;}

.top_enjoy li .color_b .text .button_link{
	width: 190px;
	margin-left:20px;
	margin-bottom:10px;
	display:flex;
	justify-content:space-between;
	padding:5px 20px;
	border:1px solid #fff;
	border-radius:8px;
	color:#fff;
	font-weight:800;
	box-sizing:border-box;}

.top_enjoy li .color_b .text .button_link.long{
	width: 250px;}

.top_enjoy li .color_b .text .button a{
	display:flex;
	justify-content:space-between;
	padding:5px 20px;
	border:1px solid #fff;
	border-radius:8px;
	color:#fff;
	font-weight:800;
	box-sizing:border-box;}

.top_enjoy li .color_b .text .button.mb10{
	margin-bottom:10px;}


.top_enjoy li .color_s .text .title{
	margin-top:-12px;}

.top_enjoy li .color_s .text .title p{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;}

.top_enjoy li .color_s .text .title p.sub{
	width:250px;
	padding:15px 20px 15px 0;
	border-bottom:1px solid #fff;
	letter-spacing: 0.15rem;}

.top_enjoy li .color_s .text .title img.icon{
	margin-right:20px;}

.top_enjoy li .color_s .text h3{
	font-size:1.8em;
	padding:8px 0 0.7em;
	letter-spacing:0.07em;
	color:#fff;}

.top_enjoy li .color_s .text h3.ls1{
	letter-spacing:0.12em;}

.top_enjoy li .color_s .text h3 span{
	font-size: 0.8em;
	line-height:1em;
	text-align:left;
	margin:0;
	font-weight:800;}





@media screen and (max-width:750px) {
.top_enjoy .container{
	width:100%;
	margin: 0 auto;
	padding:50px 0 30px;}

.top_enjoy h2{
	width:90%;
	font-size: 1.65rem;
	text-align: center;
	position: relative;
	margin:0 auto;
	padding: 0 0 10px;
/*	border-bottom: 6px solid #e94c4e;	*/	/*	yoshii	*/
	letter-spacing: 0.1rem;}

.top_enjoy p.gradation{
	width:90%;
	margin:0 auto;}


.top_enjoy p.sub{
	font-size: 0.75rem;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:40px;
	letter-spacing: 0.375rem;}

.top_enjoy li{
	position:relative;
	float:none;
	width:100%;
	margin:0 0 40px 0;}

.top_enjoy li:first-child{
	width:100%;
	margin:0 0 40px 0;}

.top_enjoy li:nth-child(2){
	margin:0 0 40px 0;}

.top_enjoy li.col2{
	width:100%;
	margin:0 0 40px 0;}

.top_enjoy li.col2.bk{
	width:100%;
	margin:0 0 40px 0;}

.top_enjoy li:last-child{
	margin:0;
	padding:0;}

.top_enjoy li .photo{
	position:relative;
	margin-bottom:0;}

.top_enjoy li .sp_title{
	position:absolute;
	top:0;
	left:100px;}

.top_enjoy li .sp_title .eng{
	font-size: 0.75rem;
	line-height:1.5em;
	letter-spacing: 0.1rem;
	font-family:'Roboto';
	font-weight:600;}

.top_enjoy li .sp_title .jp{
	font-family:'Noto Sans JP';
	font-weight:800;
	font-size:1.4em;
	line-height:1.5em;
	color:#42bbc2;
	letter-spacing: 0.2rem;}





.top_enjoy li .color_b .imgs{
	float:none;}

.top_enjoy li .color_b .text{
	float:none;
	/*padding-bottom:20px;*/}

.top_enjoy li .color_b .text .title{
	width:100%;
	margin:-12px 0 0 0;
	padding-bottom:0;
	border-bottom:none;}

.top_enjoy li .color_b .text .title p{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;}

.top_enjoy li .color_b .text .title p.sub{
	width:calc(100% - 110px);
	margin:12px 0 20px 0;
	padding:20px 20px 5px 0;
	border-bottom:1px solid #fff;
	letter-spacing: 0.1rem;
	font-weight:600;}

.top_enjoy li .color_b .text .title img.icon{
	margin-top:-12px;}

.top_enjoy li .color_b .text h3{
	font-size:2.1em;
	padding:8px 0 25px 20px;
	color:#fff;}

.top_enjoy li .color_b .text h3.u20{
	letter-spacing:0.05em;
	padding:8px 0 15px 20px;}

.top_enjoy li .color_b .text h3 span{
	font-size: 0.8em;
	line-height:1em;
	text-align:left;
	margin:0;
	font-weight:800;}

.top_enjoy li .color_b .text .button_box{
	width: 110px;
	position:absolute;
	bottom:25px;
	right:20px;}

.top_enjoy li .color_b .text .button_box.nocol{
	width: 211px;
	position:relative;
	bottom:auto;
	right:auto;
	padding:0 0 25px 20px;}

.top_enjoy li .color_b .text .button_box.nocol.long{
	width: 270px;}

.top_enjoy li .color_b .text .button_link,
.top_enjoy li .color_b .text .button{
	display:flex;
	justify-content:space-between;
	width: 100%;
	margin:0 auto 10px;
	padding:3px 10px 4px;
/*	font-size:0.9em;*/
	font-size:1.1em;
	font-weight:400;
	line-height:1em;
	border-radius:5px;
	border:1px solid #fff;
	text-align:center;
	color:#fff;}


.top_enjoy li .color_s .text .title{
	margin-top:-12px;}

.top_enjoy li .color_s .text .title p.sub{
	width:calc(100% - 90px);
	margin:12px 0 20px 0;
	padding:20px 20px 5px 0;
	border-bottom:1px solid #fff;
	letter-spacing: 0.1rem;
	font-weight:600;}

.top_enjoy li .color_s .text .title img.icon{
	margin-top:-12px;}

.top_enjoy li .color_s .text h3{
	font-size:2.1em;
	padding:8px 0 25px;
	letter-spacing:0.07em;
	color:#fff;}


.top_event .btn_box{
	margin-top: 2em;}

}


/* NEWS */
.top_news{
	width:100%;}

.top_news .container{
	width:1420px;
	margin: 0 auto;
	padding:60px 110px;}

.top_news h2{
	font-size:1.3rem;
	font-weight:400;
	margin-bottom:30px;}

.top_news h2 span{
	font-family:'Oswald';
	font-size:2.5rem;
	font-weight:500;
	margin-right:0.2em;
	color:#dc4c4c;}

.top_news .news_btn{
	float:left;
	width:150px;
	margin-right:100px}

.top_news .news_text{
	float:right;
	width:950px;
	border-top:1px solid #808080;}

.top_news .news_text ul{
	border-bottom:1px solid #808080;
	margin:10px 0 0;
	display:flex;
	align-items:center;
	padding:0 0 10px 0;		/*	yoshii	*/
/*	padding:0 0 3px 0;	*/	/*	yoshii	*/
}

.top_news .news_text li{
	display:inline-block;
	font-size:0.9rem;
	line-height:1.5em;
	font-weight:400;}

.top_news .news_text li:nth-child(1){
	width:8.5em;
	color:#e94c4e;}

.top_news .news_text li:nth-child(2){
	width:6em;
	font-size:0.9em;
	padding:5px 10px;
	list-style:none;
	text-align:center;
	color:#fff;
	margin-right:1em;		/*	yoshii	*/
/*	margin:0 1em 0.5em;	*/	/*	yoshii	*/
	border-radius:5px;}

.top_news .news_text li.all{
	background:#e94c4e;}

.top_news .news_text li.info{
	background:#0090d1;}

.top_news .news_text li.event{
	background:#42bbc2;}

.top_news .news_text li.other{
	background:#7ac743;}

.top_news .news_text li:nth-child(3){
	;}

.tab-group{
	}

.tab{
	font-size:0.9em;
	padding:5px;
	list-style:none;
	text-align:center;
	cursor:pointer;
	margin-bottom:5px;
	background:#ccc;
	color:#808080;
	border-radius:5px;}

.tab.is-active{
	color:#fff;
	transition: all 0.2s ease-out;}

.tab.all.is-active{
	background:#e94c4e;}

.tab.info.is-active{
	background:#0090d1;}

.tab.event.is-active{
	background:#42bbc2;}

.tab.other.is-active{
	background:#7ac743;}

.panel-group{
	}

.panel{
	display:none;}

.panel.is-show{
	display:block;}

@media screen and (max-width:750px) {
.top_news .news_text ul{	/*	yoshii	*/
	flex-wrap:wrap;
	padding:0 0 10px 0;}	/*	yoshii	*/

.top_news .news_text li:nth-child(3){
	margin-top:5px;}

.top_news h2{			/*	yoshii	*/
	margin-bottom:15px;}	/*	yoshii	*/

.top_news .container{
	width:90%;
	margin: 0 auto;
	padding:30px 0;}

.top_news .news_btn{
	float:none;
	width:100%;
	margin-right:0;}

.top_news .news_text{
	float:none;
	width:100%;}

.top_news li.tab{
	float:left;
	width:22%;
	padding:10px 0;
/*	margin:0 4% 10px 0;	*/
	margin:0 4% 30px 0;	/*	yoshii	*/
}

.top_news li.tab:last-child{
	margin:0 0 10px;}

.top_news .news_text li.all,
.top_news .news_text li.info,
.top_news .news_text li.event,
.top_news .news_text li.other{
	width:auto;;}

.top_news .news_text a{
	padding:10px 0;}

.top_news .news_text a{
	display:block;
	line-height:1.4em;
	padding:0 0 0;}

.top_news .news_text li:nth-child(3){
	width:100%;}
}


/* SNS */
.top_sns{
	background:#fff;
	margin-bottom:100px;}

.top_sns.bg{
	background: linear-gradient(90deg, #e94c4e 0%, #e94c4e 50%, #000000 50%, #000000 100%);}

.top_sns.bg .container{
	width:1420px;
	margin: 0 auto;
	padding:0 110px;}

.top_sns h2{
	font-size:1rem;
	font-weight:400;
	margin-bottom:30px;}

.top_sns h2 span{
	font-family:'Oswald';
	font-size:2.2em;
	font-weight:400;
	margin-right:0.5em;
	color:#fff;
	letter-spacing:0.1em;}

.top_sns h2 span.word{
	font-family:'Oswald';
	font-size:1em;
	font-weight:400;
	color:#fff;
	letter-spacing:0.1em;}

.top_sns h2 img{
	width:40px;
	height:40px;
	margin-right:10px;
	margin-bottom:-5px;}

.link_white,
.top_sns h2 a{
	color:#fff;}

.top_sns ul{
	width:100%;
	margin:0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;}

.top_sns li{
	width:50%;
	padding:60px 0;
	float:left;
	position:relative;
	box-sizing:border-box;}

.top_sns .instagram{
	background:#e94c4e;
	width:750px;
	padding-right:50px;
	box-sizing:border-box;}

.top_sns .twitter{
	text-align:left;
	background:#000000;
	width:450px;
	padding-left:50px;
	box-sizing:border-box;}

.top_sns li .sns_container{
	width:100%;}

.top_sns li.instagram .sns_container{
	float:right;}

.top_sns li.instagram .sns_container a{
	display:block;}

.top_sns li.instagram .sns_container img{
	vertical-align:bottom;}

.top_sns li.twitter .sns_container{
	}

.top_sns li .sns_box{
	width:100%;
	text-align:left;
	overflow:auto;}

.top_sns li.twitter .sns_box{
	height:691px;
	overflow:auto;}

.top_sns li .title{
	height:40px;
/*	display:inline-block;	*/	/*	yoshii	*/
	display:block;				/*	yoshii	*/
	background:none;
	padding:0;
	margin:0 auto 30px;
	border:none;}

.top_sns li .title svg{
	height: 38px;
}

@media screen and (max-width:750px) {
.top_sns{
	width:100%;}

.top_sns.bg{
	background:none;}

.top_sns.bg .container{
	width:100%;
	margin: 0 auto;
	padding:0;}

.top_sns h2.title{
	height:auto;
	display:block;
	text-align:center;}

.top_sns h2.title img{
	margin-right:0;
	margin-bottom:5px;}

.top_sns li .title svg{
	width: 70%;
	height: auto;}

.top_sns li{
	width:100%;
	padding:30px 0;
	float:none;}

.top_sns li.instagram,
.top_sns li.twitter{
	width:100%;
	padding:30px 0 0;}

.top_sns li .sns_box{
	height:auto;}

.top_sns li .sns_container{
	width:90%;
	margin:0 auto;}

.top_sns li.instagram .sns_container{
	float:none;
	margin:0 auto 30px;}

.top_sns li.twitter .sns_container{
	float:none;
	margin:0 auto 30px;}

.top_tosan{
	bottom: 120px;
	right: 20px;
	width: 160px;}

}

/*
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
*/
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite;
	-moz-animation:blink 1s ease-in-out infinite;
	animation:blink 1s ease-in-out infinite;
}
@-webkit-keyframes blink{
	0% {opacity:1;}
	100% {opacity:0;}
}
@-moz-keyframes blink{
	0% {opacity:1;}
	100% {opacity:0;}
}
@keyframes blink{
	0% {opacity:1;}
	100% {opacity:0;}
}




.photoreader ul{
	clear:both;
	width:100%;
	list-style:none;
	margin:0 auto;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;}

.photoreader li{
	float:left;
	width:32%;
	height:224px;
	margin:0 2% 10px 0;
	padding:0;
	overflow:hidden;}

.photoreader li:nth-child(3n){
	margin:0 0 10px 0;}

.photoreader li img{
	width:100%;
	height:224px;
	vertical-align:bottom;
	object-fit: cover;}


@media screen and (max-width:750px) {
.photoreader li{
	height:calc((100vw / 3) - 4.5vw);}

.photoreader li img{
	height:calc((100vw / 3) - 4.5vw);}

.slider-4_sp li{
	float:left;
	margin:0;
	width:50%;}

.slider-4_sp li img{
	width:100%;
	vertical-align:bottom;}
}