.main {
	width: 620px;
}

.side {
	width: 320px;
}

@media screen and (max-width: 768px) {
	.main,
  .side {
		width: auto;
		display: block;
	}
}

/*============================================================
  commentBnr
============================================================*/
.commentBnr {
	width: 960px;
	margin: 0 auto 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.commentBnr {
		width: auto;
	}
}

/*============================================================
  lang
============================================================*/
.lang {
	width: 100%;
	min-width:960px;
	margin: 0 auto;
	position: relative;
	height: 25px;
	padding:0 20px;
}

.lang_inner {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 100;
}

.lang_title {
	color: #000;
/*	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;*/
	text-decoration: none;
/*	text-shadow: 0 1px 0 #000;*/
	margin: 0;
	cursor: pointer;
	margin-top:-20px;
}

.lang_list {
	margin: 8px 0 0;
	background: #000;
	border-radius: 4px;
	padding: 10px;
	position: relative;
	display: none;
}

.lang_list:before {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #000000 transparent;
}

.lang_list > :first-child {
	border-top: none;
}

.lang_item {
	border-top: 1px solid #888;
}

.lang_item a {
	color: #fff;
	display: block;
	padding: 3px;
}

@media screen and (max-width: 768px) {
	.lang {
		display: none;
	}
}

/*============================================================
  mainImage
============================================================*/
.mainImage {
	position: relative;
	text-align: center;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
.mainImage {
	margin-top:-20px;
	}
}

.mainImage_inner {
	position: relative;
	width: 2000px;
	left: 50%;
	margin-left: -1000px !important;
}

.mainImage_item a {
	display: block;
}

.mainImage_item img {
	max-width: none;
}

.mainImage_thums {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.mainImage_thum {
	border-radius: 28px;
	overflow: hidden;
	margin: 3px;
}

@media screen and (max-width: 768px) {
	.mainImage_inner {
		width: auto;
		height: auto;
		left: 0;
		margin: 0 !important;
	}

	.mainImage_item {
		overflow: hidden;
	}

	.mainImage_item img {
		max-width: 212%;
		margin-left: -56%;
	}

	.mainImage_thums {
		width: auto;
	}
}

/*============================================================
  topBanTsume
============================================================*/
.topBanTsume {
	position: absolute;
	bottom: 20px;
	right: 530px;
	background: #fff;
	height: 150px;
	width: 350px;
	border: solid 2px #f00;
	border-radius: 3px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	padding: 5px 10px;
	overflow-y: scroll;
}
.topBanTsume_title {
	margin: 0;
	font-weight: bold;

}
.topBanTsume_list {
	margin: 5px 0 0;
}
.topBanTsume_item {
	margin: 0;
}
.topBanTsume_label {
	margin: 0;
	line-height: 1;
}
.topBanTsume .topBanTsume_link {
	margin: 5px 0 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap:  0 3px;
}
.topBanTsume_date {
	margin: 0;
}
.topBanTsume_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}


@media screen and (max-width: 768px){
	.topBanTsume {
		display: none;
	}
	.topBanTsume_title {
	}
	.topBanTsume_list {
	}
	.topBanTsume_item {
	}
	.topBanTsume_label {
	}
	.topBanTsume_date {
	}
	.topBanTsume_name {
	}

}

/*============================================================
  topImportantNews
============================================================*/
.topImportantNews {
	border: 1px solid #000;
	display: grid;
	grid-template-columns: 315px 1fr;
}
.topImportantNews_title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	background: #f00;
	color: #fff;
	font-size: 14px;
}
.topImportantNews_body {
	padding: 15px;
}
.topImportantNews_list {
	margin: 0;
	text-align: left;
}
.topImportantNews_item {
	font-size: 14px;
}

@media screen and (max-width: 768px){
	.topImportantNews {
		display: block;
		margin: 0 10px;
	}
	.topImportantNews_title {
		padding: 10px;
	}
	.topImportantNews_body {
		padding: 10px;
	}
	.topImportantNews_list {
	}
	.topImportantNews_item {
	}

}


/*============================================================
  shop
============================================================*/
.shop {
	border: 1px solid #000;
	border-radius: 0px;
}

.shop_title {
	padding: 5px 10px 0;
	border-bottom: 1px solid #000;
	color: #B81C22;
	font-size: 12px;
}

.shop_title b {
	font-weight: bold;
	font-size: 15px;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
}

.shop_img {
	width: 150px;
}

.shop_body {
	display: table;
	width: 100%;
	border-spacing: 10px;
}

.shop_box {
	display: table-cell;
	width: 50%;
	position: relative;
	background: #F2F2F3;
}

.shop_box a {
	display: block;
	background: #F2F2F3;
	overflow: hidden;
	padding: 5px;
	transition: all 0.3s;
}

.shop_box a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.shop_box .shop_btn {
	color: #fff;
	background: #B81C22;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 150px;
	text-align: center;
}

.shop_box .shop_btn:hover {
	background: #330809;
}

.shop_img {
	margin: 0 20px 0 0;
	float: left;
}

.shop_txt {
	overflow: hidden;
	font-size: 12px;
}

.shop_txt p {
	margin: 10px 0 0;
}

.shop_txt > :first-child {
	margin-top: 0;
}

.shop_time {
	margin: 0;
	overflow: hidden;
}

.shop_time dt {
	float: left;
}

.shop_time dd {
	overflow: hidden;
}

.shop_name {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.shop_body {
		display: block;
	}

	.shop_body > :first-child {
		border-top: none;
	}

	.shop_box {
		display: block;
		width: auto;
		border-top: 1px dashed #ccc;
	}

	.shop_box a {
		padding: 10px;
	}

	.shop_box .shop_btn {
		width: 100px;
		left: 10px;
		top: 76px;
		bottom: auto;
		font-size: 10px;
		padding: 0;
		height: auto;
	}

	.shop_img {
		width: 100px;
		margin: 0 10px 0 0;
	}

	.shop_txt {
		font-size: 11px;
	}

	.shop_txt p {
		margin: 5px 0 0;
	}

	.shop_time dt {
		float: none;
	}

	.shop_name {
		font-size: 14px;
	}
}

/*============================================================
  .spInfo
============================================================*/
.frame_body {
	padding: 0;
}

.spInfo {
	height: 100%;
	padding: 10px;
	position: relative;
	padding-bottom: 40px;
}

.spInfo_item {
	width: 290px;
}

.spInfo_footer {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%;
	margin: 0 -10px;
}
@media screen and (min-width: 769px) {
.spInfo_list {
	margin-bottom:10px
	}
}

@media screen and (max-width: 768px) {
	.frame_body {
		height: auto !important;
	}

	.spInfo {
		height: auto;
	}

	.spInfo_item {
		width: auto;
	}

	.spInfo_img {
		width: 100px;
	}
}

/*============================================================
  pageList
============================================================*/
.pageList {
	padding: 10px;
}

.pageList_list {
	margin: 0;
/*	max-height:150px;*/
	overflow:hidden;
}

.pageList_list > :first-child {
	margin-top: 0;
}

.pageList_item {
	margin: 3px 0 0;
}

.pageList_item a,
.pageList_item span {
	display: block;
	display: table;
	width: 100%;
}

.pageList_label,
  .pageList_date,
  .pageList_txt {
	display: table-cell;
	vertical-align: top;
}

.pageList_label {
	width: 85px;
}

.pageList_txt {
	padding-top: 3px;
	font-size: 11px;
}

/*============================================================
  mainBnrs
============================================================*/
.mainBnrs {
	margin: 0;
	overflow: hidden;
}

.mainBnrs_list {
	letter-spacing: -.4em;
	margin: -11px -11px -12px -12px;
}

.mainBnrs_item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 327px;
	line-height: 165px;
	padding: 11px;
	text-align: center;
	border-left: 1px dashed #000;
	border-bottom: 1px dashed #000;
	position:relative;
}
.mainBnrs_item figure {
	margin: 0;
}
.mainBnrs_item a {
	display: block;
}

.mainBnrs_item a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.mainBnrs_list li:nth-child(n+7){
/*		width:163.5px; 230608*/
	width:245.25px;
	line-height: 76px;
	}

@media screen and (max-width: 768px) {
	.mainBnrs_list {
		margin: 0 -5px -1px;
	}

	.mainBnrs_item {
		width: 50%;
		line-height: 1;
		padding: 5px;
	}
	.mainBnrs_list li:nth-child(n+7){
/*		width:33.3% 230608*/
		width: 50%;
	}
}

/*============================================================
  topCenTsume
============================================================*/
.topCenTsume {
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
	background: #fff;
	padding: 5px 10px;
	border: 2px solid #f00;
	border-radius: 3px;
	font-size: 11px;
	line-height: calc(14/11);
	overflow: hidden;
	text-align: left;
}
.topCenTsume_title {
	margin: 0;
	font-weight: bold;
}
.topCenTsume_list {
	margin: 3px 0 0;
}
.topCenTsume_item {
	margin: 0;
}
.topCenTsume_item > a {
	display: grid;
	grid-template-columns: auto auto 1fr;
	gap:  0 3px;
}
.topCenTsume_label {
	margin: 0;
}
.topCenTsume_date {
	margin: 0;
}
.topCenTsume_name {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 768px){
	.topCenTsume {
		display: none;
	}
	.topCenTsume_title {
	}
	.topCenTsume_list {
	}
	.topCenTsume_item {
	}
	.topCenTsume_label {
	}
	.topCenTsume_date {
	}
	.topCenTsume_name {
	}

}

/*============================================================
  facebook
============================================================*/
.facebook {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: none;
}

/*============================================================
  aboutOutlet
============================================================*/
.aboutOutlet {
	margin: 10px 0 0;
}

.aboutOutlet a {
	display: block;
	text-decoration: none;
	position: relative;
	border: 1px solid #C4263D;
	border-top: none;
}

.aboutOutlet a:hover {
	opacity: 1;
	border-color: #fff;
}

.aboutOutlet a {
	*zoom: 1;
}

.aboutOutlet a:before,
.aboutOutlet a:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.aboutOutlet a:after {
	clear: both;
}

.aboutOutlet_title {
	margin: -1px -1px 0;
}

.aboutOutlet_img {
	float: left;
	padding: 10px;
}

.aboutOutlet_left {
	float: left;
/*	width: 220px;
	padding: 0 10px 10px 0;*/
	width:50%;
	padding:0 20px 20px;
}

.aboutOutlet_right {
	float: left;
/*	width: 220px;
	padding: 0 0 10px 10px;
	*/
	width:50%;
	padding:0 20px 20px;
	border-left:1px solid #000
}

.aboutOutlet_hover {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 194px;
	line-height: 202px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.aboutOutlet a:hover .aboutOutlet_hover {
	opacity: 1;
}

.aboutOutlet_txt dt {
	font-size: 12px;
}

.aboutOutlet_txt dd {
	font-size: 10px;
	margin-top: 2em;
}

/*============================================================
  minLinks
============================================================*/
/*190906削除
.minLinks {
	text-align: right;
	margin: 10px 20px 0;
}

.minLinks_item:after {
	display: inline-block;
	margin-left: 5px;
}

.minLinks_item a {
	color: #C4263D;
}

.minLinks_item-media:after {
	content: url(../images/icons/icon_media.gif);
}

.minLinks_item-music:after {
	content: url(../images/icons/icon_music.gif);
}

.minLinks_item-hand:after {
	content: url(../images/icons/icon_hand.gif);
}
190906削除*/
/*190906追加*/
.minLinks_list {
	width:100%;
	margin-top:0px;
	list-style-type: none;
	text-align:left
}
li.minLinks_item{
	position:relative;
	width:100%;
	height:40px;
	font-size:12px;
}
li.minLinks_item a:before{
	content: '＞　';
	font-weight:bold;
	margin-left:-12px;
}
li.minLinks_item a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:9px 0 0 16px;
	border-bottom:dashed 1px #000;
}
li.minLinks_item a:hover{
	background:#ccc;
	color:#720204
}
/*190906追加*/

@media screen and (max-width: 768px) {
	.minLinks {
		display: none;
	}
}

.store_icon{
	position:absolute;
	top:10px;
	right:10px;
}