h1{
}
h2{
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	font-size: 2em;
}
.map {
	width: 1088px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.half {
	width: 688px;
}
.map .tOrikomi {
	bottom: 0px;
	right: 0px;
}
.map .tMove {
	top: 0px;
	right: 0px;
}
.map .tMove .tMbox{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: rgba(45,45,45, 0.2);
	padding: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.tMove .tMbox img{
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
}
.tOrikomi .tChirashi{
	position: relative;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: rgba(35,35,105, 0.4);
	padding: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	float: left;
}
.tOrikomi .tChirashi img{
	position: absolute;
	width: calc(100% - 20px);
}
.tOrikomi .tChirashi .kasaneobi{
	position: absolute;
	width: calc(100% - 20px);
}
.kuwaBtn {
	position: absolute;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #FFF;
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.8em;
	}
.kuwaBtn:hover {
	background-color: #444;
}
.kuwaBtn .arrow{
  position: relative;
  display: inline-block;
  padding-left: 15px;
	}
.kuwaBtn .arrow::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	margin-left: 8px;
}
#cateBox {
	text-align: center;
	position: relative;
	width: 1088px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 
	}
#cateBox ul li{
	display: inline-block;
	width: 90px;
}
#cateBox ul li .txt{
	margin: 0 -50%;
	font-size: 0.7em;
	white-space: nowrap;
	line-height: 3em;
}
#cateBox ul li .circle{
	border-radius: 50%;
	background-color: #EBEBEB;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 64px;
	height: 64px;
	color: #000;
}
#cateBox ul li .circle:hover {
	background-color: #CCC;
}
.titleBox {
	position: relative;
	background-color: #FFF;
	width: 1088px;
	margin-right: auto;
	margin-left: auto;
}
.titleBox .more{/*位置指定*/
	position: absolute;
	top: 20%;
	right: 5px;
}
.itemList{
	background-color: #EBEBEB;
	clip: rect(-1px,auto,auto,auto);
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.itemList h2{
	padding: 0px;
	margin: 0px;
	background-color: #EBEBEB;
}
.itemBox{
	border: 1px solid #aaa;
	height: 242px;
	width: 250px;
	background-color: #FFF;
	float: left;
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-left: 5px; */
	position: relative;
}
.lage .itemBox{
	height: 294px;
	width: 340px;
}
.itemBox .waku{
	position: relative;
}

.itemBox .waku .catego{
	position: absolute;
	right: 0px;
	height: 1.5em;
	bottom: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
}
.itemBox .waku .ev{
	background-color: #F90;
}
.itemBox .waku .fa{
	background-color: #F00;
}
.itemBox .waku .op{
	background-color: #36C;
}
.itemBox .waku .po{
	background-color: #39F;
}
.itemBox .waku .oh{
	background-color: #FC0;
}
.itemBox .waku .hall{
	background-color: #90C;
}
.itemBox .itemTxtBox .title{
	font-size: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	text-align: left;
	max-height: 3em;
	overflow: hidden;
}
.itemBox .itemTxtBox .upday{
	font-size: 0.7em;
	color: #999;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.snewsBox .itemTxtBox{
	font-size: 1em;
	padding-top: 5px;
	color: #000;
	text-align: left;
	line-height: 1.2em;
	vertical-align: top;
}
.snewsBox .itemTxtBox .sname{
	font-size: 0.7em;
	color: #900;
	margin-top: 3px;
	font-weight: bolder;
}
.snewsBox .itemTxtBox .upday{
	font-size: 0.7em;
	color: #999;
	margin-top: 3px;
}
.container{
	margin:30px auto 0 auto;
	min-width: 1088px;
}

.carousel {
	margin-bottom: 30px;
	counter-reset: carousel-cell;
	background-color: #FFFFFF;
	
}
.carousel-image {
  display: block;
  height: 302px;
  /* set min-width,
     allow images to determine cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 20px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%)
  
}
.carousel-image img {
  border: 1px solid #ddd;
  
}
#info {
	background-color: #EBEBEB;
	padding-bottom: 20px;
	width: 100%;
	}
#info .box{
	width: 1088px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
#info .cell {
	height: 244px;
	width: 252px;
	/* vertically center */
	/* [disabled]top: 50%; */
	/* [disabled]transform: translateY(-50%); */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	/* [disabled]transition: all  0.3s ease; */
	overflow: visible;
	display: inline-block;
	text-align: left;
	margin: 10px;
}
#info .lage {
	width: 342px;
	height: 290px;
	/* [disabled]margin-right: 3px; */
	/* [disabled]margin-left: 10px; */
	background-color: #FF0;
}
#info .cell:hover {
	opacity: 0.7;
}
#info .cell img{
	height: 158px;
	width: 250px;
}
#info .lage img{
	height: 214px;
	width: 340px;
}
#snewsList {/*位置指定*/
	width: 1088px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom: 30px;
}
#snewsList .cell {
	width: 205px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	height: 293px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 5px;
}
#snewsList .cell:hover {
	opacity: 0.7;
}
#snewsList .cell img{
	height: 203px;
	width: 203px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
}
#snewsList .box {
}


#tokusetu.itemList {
	height: 420px;
}
#tokusetu .cell {
	/* vertically center */
	/* [disabled]top: 50%; */
	/* [disabled]transform: translateY(-50%); */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	/* [disabled]transition: all  0.3s ease; */
	overflow: visible;
	display: inline-block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tokusetu .cell:hover {
	opacity: 0.7;
}
#tokusetu .cell img{
	height: 248px;
	width: 248px;
}

#tokusetu .itemBox{
	border: 1px solid #aaa;
	height: 250px;
	width: 250px;
	background-color: #FFF;
	float: left;
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-left: 5px; */
	position: relative;
}
#tokusetu .itemTxtBox{
	text-align: left;
	max-height: 3em;
	margin: 0px;
	padding: 0px;
}
#tokusetu .itemTxtBox .title{
	font-size: 1em;
	line-height:1.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #000;
	max-height: 40em;
	overflow: hidden;
}
#tokusetu .itemTxtBox .upday{
	font-size: 0.7em;
	color: #999;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
}
#tokusetu .itemBox .catego{
	display: inline-block;
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
}
#tokusetu .itemBox .catego.op{/*オープン*/
	background-color: #F00;
	color: #FFF;
}
#tokusetu .itemBox .catego.re{/*リニューアル*/
	background-color: #39F;
	color: #FFF;
}
#tokusetu .itemBox .catego.oth{/*その他*/
	background-color: #666;
	color: #FFF;
}

#instagramInc.itemList {
	height: 400px;
	background-color: #FFF;
}
#instagramInc .cell {
	/* vertically center */
	/* [disabled]top: 50%; */
	/* [disabled]transform: translateY(-50%); */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	/* [disabled]transition: all  0.3s ease; */
	overflow: visible;
	display: inline-block;
	text-align: left;
	margin-top: 0px;
	margin-right: -54px;
	margin-bottom: 5px;
	transform: scale(0.85);
	transform-origin: top left;
	border: 1px solid #666;
	border-radius: 20px;
	width: 300px;
	height: 300px;
	display: inline-block;
	overflow: hidden;
	overflow: none;
	background-color: #666;
}
#instagramInc .waku {
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
	height: 300px;
	position: relative;
}

#instagramInc .cell:hover {
	opacity: 0.7;
}
#instagramInc .insta_th {
	width: 300px;
	height: 300px;
	z-index: 90;
}
#instagramInc .insta_linkBtn {
	width: 50px;
	height: 50px;
	border-radius: 30%;
	border: 1px solid #ccc;
	background-color: #FFF;
	bottom: 10px;
	left: 10px;
	position: absolute;
			z-index: 100;

}
#instagramInc .insta_linkBtn .id {
	left: 60px;
	bottom: 5px;
	color: #000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	position: absolute;
}


.itemBox .new{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	height: 35px;
	width: 50px;
	left: -10px;
	top: -15px;
	display: inline;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	/* [disabled]border: 1px solid #FFF; */
}





/*-------------インスタタブ切り替え部分----------------*/

#insta{
	/* [disabled]background-color: #FFFFCC; */
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 50px;
}
#insta .title{
	color: #666;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#insta .title img{
	width: 1.1em;
	vertical-align: bottom;
	margin-right: 5px;
	margin-bottom: 5px;
}
#insta .onebyt{
	font-family: "Rowdies", sans-serif;
	font-size:1em;
	font-weight: 300;
	font-style: normal;
}
#insta .towbyt{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-size:0.5em;
	font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.rowdies-light {
  font-family: "Rowdies", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rowdies-regular {
  font-family: "Rowdies", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rowdies-bold {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tab-item .smalltxt{
	font-size:0.7em;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 0;
	padding-bottom: 40px;
	/* [disabled]background-color: #FCC; */
	/* [disabled]box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	width: 1080px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*タブのスタイル*/
.tab-item {
	width: 351px;
	/* [disabled]border-bottom: 3px solid #565656; */
	background-color: #CCCCCC;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	color: #666;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 10px 10px 0px 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
.tab-item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab-item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 1080px;
	top: 57px;
	text-align: left;
	font-size: 15px;
}


/*選択されているタブのコンテンツのみを表示*/
#instagram-1:checked ~ #content-1,
#instagram-2:checked ~ #content-2,
#instagram-3:checked ~ #content-3 {
 position: relative;
  visibility: visible;
  height: auto;
  width:1080px;
	top: 57px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab-item {
  background-color: #FE8181;
  color: #fff;
}




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

#oshirase{
	background-color: #EBEBEB;
	padding-bottom: 1px;
	text-align: center;
}
#oshirase h2{
	/* [disabled]background-color: #CCC; */
	padding-top: 20px;
	/* [disabled]padding-bottom: 10px; */
	margin: 0px;
}
#oshirase ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 1088px;
	display: inline-block;
	text-align: left;
}
#oshirase ul li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 15px;
	position: relative;
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 490px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
#oshirase ul li:hover{
	background-color: #ddd;
}
#oshirase ul li .upday{
	display: block;
	color: #333;
}
#oshirase ul li .infotitle{
	display: inline-block;
	font-size: 1.3em;
	color: #333;
	font-weight: bolder;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
#oshirase .new{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: bolder;
	color: #FFF;
	background-color: #F00;
	display: inline-block;
	text-align: center;
	font-size: 0.6em;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#oshirase .arrow{
	position: absolute;
	display: inline-block;
}
#oshirase .arrow::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: 12px;
	right: 0px;
}
.moreTop{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	color: #000;
	display: inline-block;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 0.8em;
	border: 1px solid #aaa;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.moreTop:hover {
	background-color: #eee;
}
.moreTop .arrow{
	position: absolute;
	display: inline-block;
	}
.moreTop .arrow::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 6px;
	margin-left: 23px;
}
#newshopListBox{
	width: 1088px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#newshopListBox ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#newshopListBox .shopBox{
	width: 338px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
}
#newshopListBox .shopBox .image{
	width: 338px;
	height: 245px;
}
#newshopListBox .shopBox .name{
	font-size: 1em;
	color: #000;
	display: block;
	height: 2.5em;
	overflow: hidden;
	text-align: left;
	line-height: 1.2em;
	padding-top: 5px;
}
#newshopListBox .shopBox .newopenday{
	font-size: 1em;
	color: #FFF;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #F94747;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newshopListBox .shopBox .renewalday{
	font-size: 1em;
	color: #FFF;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #4CA100;
	padding-top: 5px;
	padding-bottom: 5px;
}
#townMap_box {
	font-size: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 1088px;
}
#townMap_box ul{
	padding: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 25px;
}
#townMap_box li{
	/* [disabled]border: 1px solid #CCC; */
	display: inline-block;
	width: 160px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFF;
	margin-bottom: 20px;
}
#townMap_box li .name{
	background-color: #eee;
	color: #000;
	display: block;
	text-align: center;
	padding: 5px;
	position: relative;
	/* [disabled]width: 160px; */
	font-size: 0.8em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#townMap_box li .name .arrow{
	position: absolute;
	display: inline-block;
	top: 14px;
	right: 15px;
	}
#townMap_box li .name .arrow::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	/* [disabled]margin-top: 8px; */
	/* [disabled]margin-left: 45px; */
}
#townMap_box li .nameTab{
	color: #060;
	display: block;
	position: relative;
	/* [disabled]width: 160px; */
	font-size: 1em;
	font-weight: bold;
}
#townMap_box li img{
	width: 158px;
	border: 1px inset #CCC;
}	
#townMap_box a img,.name{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#townMap_box a img:hover,.name:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
