@charset "utf-8";
/*=======================================
	共通のスタイルとスマホ用
==========================================*/
#event_html #wrap #main p{
	padding-bottom: 1000px;
	text-align: center;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
/*bodyの設定*/
body{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #555;
	line-height: 1.5;
	background: #e4d6e6;
}
/*wrapの設定*/
#wrap{
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
/*headerの設定*/
header{
	margin-bottom: 20px;
	position: relative;
}
header h1{
	margin-bottom: 3px;
}
header span{
	font-size: 0.7em;
	margin-bottom: 2px;
}
header nav#gnav h2{
	position: absolute;
	top: 22px;
	right: 0;
}
header nav#gnav ul{
	display: none;
}
header nav#gnav ul li{
	display: block;
	text-align: right;
	margin-right: 10px;
}
header nav#gnav ul li a{
	display: block;
	padding: 5px 0 5px 17%;
}
header nav#gnav ul li a:hover,header nav#gnav ul li.now{
	text-decoration: underline;
	font-weight: bold;
}
/*mainの設定*/
#setumei{
	width: 90%;
	margin: 0 auto 15px;
	background: #e4d6e6;
	border-radius: 10px;
}
#setumei p{
	padding: 5%;
}
#setumei p a{
	color: #36F;
}
#setumei p a:hover{
	text-decoration: underline;
}
#main h3{
	border-bottom: #e4d6e6 1px solid;
	margin: 0 30% 5px 0;
}
#main section{
	margin-bottom: 10px;
}
#main section h4{
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #e4d6e6;
}
#main section div ul{
	margin-bottom: 10px;
}
#main #wrapper{
	margin: 0 5px 10px;
}
#main #wrapper ul#img{
	display: flex;
	flex-wrap: wrap;
}
#main #wrapper ul#img li{
	width: 47%;
	margin: 0 auto 10px;
}
#main #wrapper ul#img li:last-child{
	display: none;
}
#main #twitter{
	width: 90%;
	margin: 0 auto;
}
#main #syukkin{
	width: 90%;
	margin: 0 auto;
}
#main #blog a:hover{
	opacity: 0.5;
}
#main #cont{
	width: 96%;
	margin: 0 auto;
}
#main #cont section dl dt{
	float: left;
	clear: both;
}
#main #coupon{
	margin: 0 5px 20px;
}
#main #coupon p.img{
	text-align: center;	
}
#main p#gotop{
	font-size: 2em;
	text-align: right;
	margin-right: 2%;
}
#main p#gotop a:hover{
	font-weight: bold;
	opacity: 0.5;
}
/*tableの設定*/
table{
	border-collapse:collapse;
	border-spacing: 0;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 50px;
	text-align: left;
}
table th{
	border: 1px solid #ccc;	
	background: #e5e5e5;
	padding: 6px;
	width: 30%;
}
table td{
	padding: 9px;
	border: 1px solid #ccc;
}
/*mapの設定*/
#main #map{
	width: 90%;
	margin: 0 auto 50px;
}
/*footerの設定*/
footer{
	background: #e4d6e6;
	padding-top: 10px;
}
footer p{
	text-align: center;
}
footer p a img{
	margin-bottom: 5px;
}
footer nav#fnav ul{
	display: flex;
	flex-wrap: wrap;
}
footer nav#fnav ul li{
	width: 50%;
	text-align: center;
	margin-bottom: 3px;
	background: #bcafbe;
	color: #fff;
	border-radius: 10px 0 10px 0;
}
footer nav#fnav ul li a{
	display: block;
}
footer nav#fnav ul li a:hover,footer nav#fnav ul li.now{
	text-decoration: underline;
	font-weight: bold;
}
footer p#keyword{
	font-size: 0.8em;
}
footer p#keyword a:hover{
	text-decoration: underline;
}
footer p small{
	font-size: 0.8em;
}
/*menu.htmlの設定*/
#menu_html #main section dl dd{
	text-align: right;
}
#menu_html #main section.flex{
	display: flex;
	flex-wrap: wrap;
}
#menu_html #main section.flex h3{
	width: 70%;
}
#menu_html #main section.flex p.text{
	width: 100%;
	font-size: 0.9em;
}
#menu_html #main section div{
	width: 50%;
}
/*クーポンはこちらのあいさつの設定*/
#wrap #main #setumei #bold{
	text-align: center;
	font-size: 1.3em;
}
#wrap #main #setumei #bold span{
	color: #F00;
	padding: 2px;
	border-radius: 15px;
	font-weight: bold;
}
#wrap #main #setumei #bold a{
	text-decoration: underline;
}
/*cast.htmlの設定*/
#cast_html #main #cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cast_html #main #cont h3{
	width: 100%;
}
#cast_html #main #cont section{
	width: 48%;
	margin-bottom: 30px;
}
#cast_html #main #cont section.none{
	opacity: 0;
}
#cast_html #main #cont section h4{
	font-size: 1.1em;
	position: relative;
	padding: 0.5em;
	background: #89ABAB;
	color: white;
	margin-bottom: 10px;
}
#cast_html #main #cont section img{
	margin-bottom: 8px;
	width: 100%;
}
#cast_html #main #cont section h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#cast_html #main #cont section dl dt{
	float: none;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: #89ABAB 2px solid;
	display: inline-block;
}
#cast_html #main #cont section dl dd{
	margin-bottom: 5px;
}
#cast_html #main #cont section dl dd a{
	color: #6CC;
}
#cast_html #main #cont section dl dd a:hover{
	text-decoration: underline;
}
/*event.htmlの設定*/
#event_html #main #wrapper h3{
	margin-bottom: 15px;
}
#event_html #main #wrapper section{
	margin-bottom: 25px
}
#event_html #main #wrapper section h5{
	margin-bottom: 5px;
}
#event_html #main #wrapper section ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#event_html #main #wrapper section ul li{
	width: 49%;
}
#event_html #main #wrapper section ul li.none{
	display: none;
}
#event_html #main #wrapper section ul li.s_none{
	opacity: 0;
}
/*======================================
	タブレット用
========================================*/
@media only screen and (min-width: 480px){
/*headerの設定*/
header nav#gnav h2{
	display: none;
}
header nav#gnav ul{
	display: flex;
	justify-content: space-between;
	font-size: 1.3em;
}
header nav#gnav ul li{
	text-align: center;
	display: block;
	background: #e4d6e6;
	color: #fff;
	width:25%;
	border-radius: 10px 0 10px 0;
}
header nav#gnav ul li a{
	padding: 3px 0;
}
header nav#gnav ul li a:hover,header nav#gnav ul li.now{
	font-weight:normal;
	border-radius: 10px 0 10px 0;
}
/*mainの設定*/
#main #wrapper{
	width: 90%;
	margin: 0 auto;
}
#main h3{
	font-size: 1.3em;
	margin-bottom: 20px;
}
#main #wrapper ul#img li{
	width: 50%;
}
#main #coupon{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
/*footerの設定*/
footer nav#fnav ul{
	font-size: 1.3em;
	display: flex;
}
footer nav#fnav ul li{
	width: 20%;
}
/*クーポンはこちらのあいさつの設定*/
#wrap #main #setumei #bold{
	font-size: 1.3em;
}
#wrap #main #setumei #bold span{
	font-size: 1.3em;
}
/*cast.htmlの設定*/
#cast_html #main #cont section dl dt{
	float: left;
	clear:both;
}
#cast_html #main #cont section dl dd{
	margin-left: 80px;
}
/*====================================
	PC用
=====================================*/
@media only screen and (min-width: 980px){
/*mainの設定*/
/*#main #wrapper{
	width: 90%;
	margin: 0 auto;
}*/
/*headerの設定*/
header nav#gnav ul li{
	width: 20%;
}
#main #wrapper ul#img li{
	width: 30%;
	margin-bottom: 30px;
}
#main #wrapper ul#img li:last-child{
	display: block;
}
#main #coupon p.text{
	font-size: 1.3em;
	text-align: left;
}
/*cast.htmlの設定*/
#cast_html #main #cont section{
	width: 28%;
}
/*event.htmlの設定*/
#event_html #main #wrapper section ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#event_html #main #wrapper section ul li{
	width: 33%;
}
#event_html #main #wrapper section ul li.none{
	display: block;
	opacity: 0;
}
#event_html #main #wrapper section ul li.s_none{
	opacity: 1;
	display: none;
}
}