﻿body {
	background-color: #000;
	color: #FFF;
	}

/*--ページ、ヘッダー、コンテンツ--*/
.ui-page{
	background:#000;
}
.ui-header{
	background:#000;
	border:1px solid #000;
}
.ui-header img{
	width:80%;
}
.ui-header .ui-title{
	color:#000;
	text-align:left;
	margin-top: 1em;
	margin-right: 5%;
	margin-left: 5%;
}
.ui-header .ui-btn-icon-notext{
	top:20px;
}
.ui-header .ui-btn-right{
	right:10px;
}
.ui-content{
	background:#000;
}

/*---スライドショー---*/
.flexslider{
	border:none;
	box-shadow:none;
	margin-bottom: 1em;
}

/*---下層ページの画像---*/
.img_w{
	width:100%;
}

/*--ページトップへ--*/
.pagetop{
	padding:10px 5px;
	text-align:right;
}
/*--フッター--*/
#footer{
	text-align:center;
	padding:20px 0px;
	font-size:11px;
	background:#efefef;
	color: #000;
}



/*------------リスト・ボタン系-----------------*/
/*--文字省略なし(ヘッダー・フッター含む)---*/
.ui-header .ui-title,
.ui-footer .ui-title,
.ui-btn-inner,
.ui-li-heading,
.ui-li .ui-btn-text a.ui-link-inherit,
.ui-li-desc
{
	overflow: visible;
	white-space: normal;
}

/*-ボタンコーナー部分-*/
.ui-btn-corner-all{
	border-radius:5px;
}
/*-ボタンサイズ-*/
.ui-btn-inner{
	padding:5px 20px;
}
/*-ヘッダー ボタンコーナー部分-*/
.ui-header .ui-btn-corner-all{
	border-radius:15px;
}
/*-リストビュー リスト名部分-*/
.ui-li .ui-btn-text a.ui-link-inherit{
	font-size:13px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit{
	min-height: 20px;
	padding-left:60px;
}
/*-リストビュー サムネイル部分-*/
.ui-listview .ui-li-thumb {
	max-height: 36px;
	max-width: 36px;
	left: 8px;
	top:  12px; 
}

/*--トップ　リストビュー(ニュース)--*/
li.toplist_news{
	background:#ffffff;
	font-size:13px;
	line-height:13px;
}
li.toplist_news:hover{
	font-weight:normal;
}
li.toplist_news.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_news.ui-btn-active:visited,
li.toplist_news.ui-btn-active:hover,
li.toplist_news.ui-btn-active a.ui-link-inherit{
	color:#FF9;
}
li.toplist_news p{
	font-size:11px;
	font-weight:bold;
}
li.toplist_news.ui-btn-up-c{
	font-weight:100;
}

/*--トップ　リストビュー(メニュー)の背景色、タップ時--*/
li.toplist_menu1{
	background:#dcdcdc;
}
li.toplist_menu2{
	background:#efefef;
}

.toplist_menu1.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu1.ui-btn-active:visited,
li.toplist_menu1.ui-btn-active:hover,
li.toplist_menu1.ui-btn-active a.ui-link-inherit{
	color:#F99;
}
li.toplist_menu2.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu2.ui-btn-active:visited,
li.toplist_menu2.ui-btn-active:hover,
li.toplist_menu2.ui-btn-active a.ui-link-inherit{
	color:#F30;
}


/* リンクカラー */
a:link {
	color:#999966;
	text-decoration:underline;
}

a:visited {	
	color:#999966;
	text-decoration:underline;
}

a:hover {
	color:#999966;
	text-decoration: none;
	
}

a:active {
	color:#999966;
	text-decoration: none;

}

.price_menu {
	font-size: small;
	color: #FFF;
	line-height: 1.2em;
	padding: 1em;
	border: 1px solid #996;
	margin-bottom: 2em;
	font-family: Osaka;
	}
.menu_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
h1 {
	margin-bottom: 10px;
	}
h3 {
	/* [disabled]font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ 明朝", sans-serif; */
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #996;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.5em;
	}
.title {
	color: #996;
	font-size: large;
	margin-bottom: 8px;
	line-height: 1em;
	}
.setumei {
	/* [disabled]font-size: small; */
	/* [disabled]color: #FFF; */
	/* [disabled]font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; */
	/* [disabled]line-height: 0.8em; */
	}
.setumei {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 0.8em;
	}
.pc_page {
	font-size: x-small;
	color: #FFF;
	margin-top: 5px;
	line-height: 0px;
	}
.price {
	text-align: right;
	font-size: large;
	color: #996;
	margin-top: 0.5em;
	}
.select_menu {
	margin-bottom: 1em;
	}
li {
list-style-type: none;
}
#topicsBox{
	width:100%;
	margin-bottom:3em;
	margin-top:10px;
	line-height: 1em;
}
.rss-items {
	padding: 0px;
	}
.rss-items li {
	margin-bottom: 15px;
	}
.rss-date {
	color: #FFF;
	}
.tel {
	color: #FFF !important;
	text-align: center;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 15px;
	}
.pageimg {
	width:100%;
	}
.banner {
	margin-bottom: 1em;
	}
ul.adress {
	padding: 0px;
	color: #FFF;
	}
ul.adress li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6A6A4;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

iframe {
	width: 100%;
	}
.midashi {
	margin-bottom: 10px;
	}


/* ここから下がハンバーガーメニューに関するCSS */

.nav {float: right; top: 0;}
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #aaa;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

.headermenu { width: 100%;}
.logo {width: 80%; float: left;}
.clear {clear: both;}