/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:768px) and (max-width:999px){
	
 

/*横幅（全般）設定
---------------------------------------------------------------------------*/

.wrapper {
	padding: 0px;
	width: 99%;
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ネクストページ設定
---------------------------------------------------------------------------*/
.nextpage {
	padding: 0px;
	width: 95%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: table;
}
.nextpage_txt {
	font-size: 80%;
	width: 100%;

}
.nextpage_botanbox {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	display: block;

}
.nextpage_botan {
	width: auto;
	font-size: 75%;
	display: inline-block;
	background-color: #F3F3F3;
	border: 1px solid #818181;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;

}
.nextpage_botan_on {
	width: auto;
	font-size: 75%;
	display: inline-block;
	background-color: #000000;
	border: 1px solid #818181;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;

}


/*ヘッド（全般）設定
---------------------------------------------------------------------------*/
.headber {
    background-color: #FFE8EC;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    width: 100%;
    display: table;
    text-align: center;
    min-height: 80px;
    height: auto;
}
.header_block {
	float: left;
	margin-bottom: 3px;
	display: table;
	margin-top: 1px;
}

.header_block img {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: table;
	width: 100%;
	margin-right: auto;
	max-width: 360px;
}
.headber_p {
	font-size: 85%;
	color: #000;
	background-color: #FFF;
	display: block;
	width: 100%;
	float: left;
	margin-top: 2px;
	border-radius: 4px;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.header_bunnerbox {
	width: 360px;
	vertical-align: text-bottom;
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	float: right;
}

/*ヘッド下
---------------------*/

.header_sita {
	display: table;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	vertical-align: middle;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px double #B1B1B1;
	height: 25px;
}
.header_sita_gengo {
	float: right;
	width: auto;
	font-size: 70%;
	margin-top: 2px;
	margin-bottom: 0px;
}
.header_sita_gengo a:link {
	color: #FFFFFF;
	float: left;
}
.header_sita_gengo a:visited {
	color: #FFFFFF;
	float: left;
}

.header_sita_gengo_botan {
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	float: left;
	height: auto;
	width: 50px;
	color: #FF6;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(0,0,0,1.00) 67.88%);
	background-image: -moz-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(0,0,0,1.00) 67.88%);
	background-image: -o-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(0,0,0,1.00) 67.88%);
	background-image: linear-gradient(180deg,rgba(71,71,71,1.00) 0%,rgba(0,0,0,1.00) 67.88%);
}


.header_sita p {
	width: 100%;
	font-size: 85%;
	line-height: 110%;
	display: table;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*ヘッド下メニュー
---------------------*/
.header_sita_erea_sp {
	display: none;
}

.header_sita_erea {
	float: left;
	border-left: 1px solid #B8B8B8;

}
.header_sita_ereabox p {
	float: left;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 85%;
	margin-right: 10px;
}
.header_sita_ereabox {
	border-right: 1px solid #B8B8B8;
	text-align: center;
	float: left;
	min-height: 23px;
	text-decoration: underline;
	font-size: 75%;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 0px;

}

/*ナビ（全般）設定
---------------------------------------------------------------------------*/

.navi_none_pctab {
	display: none;
}

.navi {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	width: 20%;
	min-height: 300px;
	display: block;
	float: left;
}
.navi_00 {
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: block;
	border: 1px solid #818181;

}
.navi_01 {
	margin-top: 0px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	width: 100%;
	display: table;

}

.navi_botanbox_menu {
	width: 100%;
	font-size: 85%;
	border-bottom: 1px solid #000000;
	background-image: url(../img/maru_sankaku_big14.jpg);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	display: table;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navi_botanbox_menu p {
	float: left;
	margin-top: 2px;
	margin-left: 17px;
	margin-bottom: 2px;
}
.navi_botanbox_menu_ward {
	width: 100%;
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: 1px 50%;
	display: table;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
}
.navi_botanbox_menu_ward p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.navi_botanbox_menu_wardbox {
	width: 50%;
	float: left;
	color: #888888;
	font-size: 75%;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 2px;
}
.navi_botanbox_menu_ward_botan {
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 2px;
}
.navi_botanbox_menu_ward_botan2 {
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
}

.navi_botan_list {
	display: table;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size: 80%;
	line-height: 115%;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	padding-left: 1px;
}

.navi_botan_list p {
	margin-top: 3px;
	margin-left: 3px;
}
.navi_botan_list input {
	float: left;
}
.navi_botan_list_on {
	display: table;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size: 80%;
	line-height: 115%;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	background-color: #EFE0C7;
}
.navi_botan_list_on p {
	margin-top: 3px;
}
.navi_botan_list_on input {
	float: left;
}



/*ナビアタブ（全般）設定
---------------------------------------------------------------------------*/
#tab li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	cursor: pointer;
	background: #eee;
	font-size: 70%;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#tab li.select {
	background-color: #000000;
	color: #FFFFFF;
	width: 50%;
	text-align: center;
	padding-right: 0px;
}
.disnon {
  display: none;
}
.content_wrap {
	clear: left;
	width: 100%;
	min-height: 100px;
	font-size: 85%;
}






/*カラム（全般）設定
---------------------------------------------------------------------------*/

.pankuzu_list {
	width: 100%;
	height: auto;
	font-size: 70%;
	text-align: left;
	display: table;
	margin-top: 2px;
}
.pankuzu_list_txr {
	width: auto;
	display: block;
	height: auto;
	float: left;
	margin-right: 5px;
}
.pankuzu_list_kigo {
	width: auto;
	display: block;
	height: auto;
	float: left;
	margin-right: 5px;
	color: #888888;
}
.content {
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
	display: table;
}

.main_box_2colum {
	text-align: center;
	vertical-align: top;
	display: table;
	float: left;
	width: 80%;
}
.main_boxin_2colum {
	text-align: left;
	vertical-align: top;
	display: table;
	width: 97%;
	float: left;
	margin-bottom: 15px;
}

.main_box {
	text-align: center;
	vertical-align: top;
	display: table;
	float: left;
	height: 300px;
	width: 60%;
}
.main_boxin {
	text-align: left;
	vertical-align: top;
	display: table;
	height: 300px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.aside {
	float: right;
	width: 20%;
	display: table;
}
.aside_buner {
	float: right;
	width: 20%;
	display: table;
	margin-bottom: 10px;
}
.aside_buner_box {
	margin-bottom: 4px;
	width: 100%;
}
.aside_buner_box img {
	width: 100%;
	display: table;
}
.aside_buner2 {
	float: right;
	width: 20%;
	display: table;
	margin-bottom: 10px;
}
.aside_buner2 img {
	width: 100%;
	display: table;
	max-width: 200px;
}
.aside_buner3 {
	float: right;
	width: 20%;
	display: none;
	margin-bottom: 10px;
}
.aside_buner img {
	width: 100%;
	display: table;
	max-width: 200px;
}
.aside_slidebuner {
	float: right;
	width: 20%;
	display: none;
	margin-bottom: 10px;
}
/*見出し（全般）設定
---------------------------------------------------------------------------*/
.midashi2 {
	width: auto;
	display: block;
	font-size: 85%;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 110%;
	background-image: url(../img/maru_sankaku_big.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin-bottom: 5px;
}
.txtbox_lead {
	font-size: 80%;
	line-height: 125%;
	text-align: left;
	width: 100%;
	display: table;

}

/*エリア紹介
---------------------------------------------------------------------------*/
.eriatxtbox {
	font-size: 85%;
	line-height: 170%;
	text-align: left;
	width: 100%;
	display: table;
	margin-bottom: 20px;

}
.eriatxtbox_midashi {
	display: table;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #939393;
	font-size: 130%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	width: 100%;
	border-top: 1px solid #939393;

}
.eriatxtbox_imgbox {
	display: table;
	float: left;
	width: 230px;
	font-size: 90%;
	line-height: 120%;
	color: #654C13;
	margin-right: 15px;
	border: 1px solid #939393;

}
.eriatxtbox img {
	display: table;
	margin-bottom: 2px;
	width: 100%;

}

.eriamapbox {
	position: relative;
	width: 100%;
	padding-top: 30%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 5px;

}
.eriamapbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*コンテンツ（全般）設定
---------------------------------------------------------------------------*/
.section_box {
	width: 100%;
	margin-bottom: 15px;
	display: table;
	height: auto;
}

/*右サイド（全般）設定
---------------------------------------------------------------------------*/
.aside_box {
	width: 100%;
	margin-bottom: 7px;
	display: table;
	height: auto;
}
.aside_box2 {
	width: 100%;
	margin-bottom: 15px;
	display: table;
	height: auto;
}
.asidebar_contentsbox {
	width: 100%;
	height: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

}


.asidebar_contents {
	width: 100%;
	display: table;
	height: auto;
	background-color: #000000;
}

.asidebar_contents p {
	color: #FDFDFD;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
	font-size: 75%;

}

.asidebox_contents {
	display: table;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size: 85%;
	line-height: 115%;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

.asidebox_contents p {
	margin-right: 3px;

}

.asidebox_contents img {
	margin-left: 3px;
	float: left;
	margin-right: 3px;

}

.asidebox_list {
	display: table;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size: 75%;
	line-height: 115%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/kigo_m_sankaku.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	width: 100%;
}
.asidebox_list p {
	margin-left: 22px;
}
.asidebox_list2 {
	display: table;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size: 75%;
	line-height: 115%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/kigo_ssikaku_siro.jpg);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	width: 100%;
}
.asidebox_list2 p {
	margin-left: 22px;
}

/*右サイド見たリスト
---------------------------------------------------------------------------*/
.aside_mita_box {
	width: 100%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	min-height: 100px;
	background-color: #CDD2F6;
	text-align: center;
}
.aside_mita_galbox {
	width: 100%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	min-height: 100px;
	background-color: #FCD7E8;
	text-align: center;
}
.aside_mita_box_in {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.aside_mita_box_bar {
	display: table;
	width: 98%;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-bottom: 5px;
}

.aside_mita_box_box {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
	font-size: 60%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 120%;
}
.aside_mita_box_box_all {
	width: 93%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: right;
	font-size: 70%;
	padding-bottom: 5px;
	line-height: 130%;
}
.aside_mita_box_box img {
	width: 56px;
	float: left;
	margin-right: 5px;
}

.aside_mita_box_box p {
	font-size: 125%;
}
/*右サイド近くの店
---------------------------------------------------------------------------*/
.aside_mise_box {
	width: 100%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	min-height: 100px;
	background-color: #FFE9C4;
	text-align: center;
}
.aside_mise_box_in {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.aside_mise_box_bar {
	display: table;
	width: 98%;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-bottom: 5px;
}

.aside_mise_box_box {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 60%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 120%;
}
.aside_mise_box_box img {
	width: 56px;
	float: left;
	margin-right: 5px;
}
.aside_mise_box_box p {
	font-size: 120%;
}


/*フッター設定
---------------------------------------------------------------------------*/


.footer_box {
	height: auto;
	width: 100%;
	display: block;
}
.footer_box_ue {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FFE8EC;
    display: table;
    vertical-align: middle;
}
.footer_box_link {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	height: auto;
	width: 100%;
	margin-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

.footer_box_ue2 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	background-color: #F4D01A;
	display: table;
	vertical-align: middle;
}
.footer_box_link2 {
	color: #000000;
	font-size: 75%;
	height: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 140%;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
.footer_box_link3 {
	color: #000000;
	font-size: 75%;
	height: auto;
	text-align: left;
	line-height: 140%;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 3px;
	border-top: 1px dotted #000000;
	padding-top: 5px;
}
.footer_boxsita {
    height: 35px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
    background-color: #F17624;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
}
.footer_boxsita p {
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
}

.footer_box_ue_top {
	position: fixed;
 bottom: 10px;
 right: 10px;
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px; 
}
.footer_box_likebox {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 85%;
	text-align: center;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	max-width: 1000px;
	padding-top: 5px;
	display: table;
}

}
