/*
Theme Name: shopguide
Theme URI: http://underscores.me/
Author: 深谷ショップガイド
Author URI: https://www.fukayashop.com/
Description: ショップガイド、タウンガイド用テンプレート
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shopguide
Tags: green

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

shop is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
  font-family: 'notosans';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/notosans.eot');
  src: url('fonts/notosans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/notosans.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/notosans.otf')  format('opentype'); /* Safari, Android, iOS */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Original */
body {
	font-weight: 500;
}
body, a.icon-new-tab,p.icon-new-tab {
	font-family: "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
a {
	color: #819A20;
	font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	color: #666;
	font-size: 24px;
	background-color: #e8e7e2;
	margin-top: 45px;
	margin-bottom: 22.5px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
h3 {
	font-size: 20px;
	margin-top: 45px;
	margin-bottom: 22.5px;
}

.navbar-header.container {
	float: none;
}
.navbar {
	min-height: 40px;
	border: none;
	border-top: 5px solid #89a222;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default {
	background-color: #474747;
	background-color: rgba(51,51,51,0.9);
}
.navbar-default .navbar-brand {
	font-family: 'notosans';
	color: #fff;
}
.navbar-default .navbar-brand:hover {
	color: #819A20;
}
.navbar-default .navbar-brand:hover .logo {
	color: #fff;
	background-color: #819A20;
}
.navbar-brand .logo {
	color: #89a222;
	font-family: 'notosans';
	font-size: 24px;
	font-weight: normal;
	background-color: #fff;
	-moz-border-radius: 34px;
	-webkit-border-radius:34px;
	-khtml-border-radius:34px;
	border-radius:34px;
	padding: 0px 5px;
}
.ie .navbar-default .navbar-brand {
    width: 221px;
    height: 50px;
    background: url("images/logo.jpg") 0 0 no-repeat;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.navbar-form {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-top: none;
}
.navbar-headerbtn {
	color: #fff;
}
.header-search .form-control {
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
}
.header-search .btn-default {
	background-color: #e8e7e2;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}

#breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
}
#breadcrumb li {
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	list-style: none outside;
	margin-right: 5px;
	float: left;
}
#breadcrumb li:after {
	content: " \FF1E ";
}
#breadcrumb li:last-child:after {
	content: none;
}
.top-area {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ccc;
	background: url(images/p-pt_0221-m_pt_02215.png) repeat;
}
.top-area p {
	margin-bottom: 0;
}
.top-area h1 {
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
			#fff 2px -2px 0px, #fff -2px -2px 0px;
}

.left-column, .right-column {
	margin-top: 0px;
/*	position: static; */
}
.ie .left-column, .right-column {
	margin-top: 30px;
}
.list-box {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.list-box h1{
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.list-box h1 a {
	color: #666;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 0 0 0;
	vertical-align: middle;
}
.list-box ul {
	margin-bottom: 0;
	padding-left: 0;
}
.list-box li:last-child {
/*	border-bottom: none; */
}
.list-box ul li {
	list-style: none outside;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	width: 50%;
	float: left;

}
.list-box ul li a:hover {
	background-color: #edeeef;
	text-decoration: none;
}
.list-box ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-box ul li:nth-child(even) a {
/*	border-left: 1px solid #ccc; */
	padding-left: 5px;
}
.sidebar .list-box ul {
	margin: 0;
	padding: 0;
}
.sidebar .list-box ul li {
	font-size: 14px;
	width: 100%;
	float: none;
}
.sidebar .list-box ul li:nth-child(even) a {
	padding-left: 0;
}
.option-select {
	background-color: #e8e7e2;
	padding: 5px 15px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
/*
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
*/
	position: relative;
	top: -15px;
}
.ie .option-select {
	margin-top: 15px;
}
.option-select .dropdown {
	display: inline;
	margin-right:10px;
	margin-bottom:10px;
}
.option-select button {
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}
.box {

}
.cate-icon {
	width: 25px;
	height: 30px;
	background-size: 25px 25px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	display: inline-block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.cate-eat      { background-image: url(images/cate_eat.svg); }
.cate-shopping { background-image: url(images/cate_shopping.svg); }
.cate-beauty   { background-image: url(images/cate_beauty.svg); }
.cate-live     { background-image: url(images/cate_live.svg); }
.cate-enjoy    { background-image: url(images/cate_enjoy.svg); }
.cate-stay     { background-image: url(images/cate_stay.svg); }

.cat-map-link {
	text-align: right;
}

.col-xs-12 {
	float: none;
}
#area-map {
	position: relative;
}
#area-map-img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#map-link .cat-item a:hover {
	text-decoration: none;
	background-color: #e6e6e6;
}
#map-link li {
	position: absolute;
	list-style: none outside;
}
#area-station   { left: 67%; top: 36%; } /* 深谷駅周辺 */
#area-kamishiba { left: 77%; top: 49%; } /* 上柴地区 */
#area-north     { left: 75%; top: 12%; } /* 深谷北部 */
#area-central   { left: 45%; top: 56%; } /* 深谷中央 */
#area-okabe     { left: 13%; top: 40%; } /* 岡部地区 */
#area-hanazono  { left: 25%; top: 72%; } /* 花園地区 */
#area-kawamoto  { left: 61%; top: 83%; } /* 川本地区 */

#map-link .cat-item a {
	color: #89a222;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: solid 3px #89a222;
	border-radius: 4px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #fff;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.index-area .index-area-h {
	color: #666;
	font-size: 24px;
	background-color: #e8e7e2;
	margin-top: 45px;
	margin-bottom: 22.5px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}


/* category */
.cate-list {
	padding-left: 0;
}
.cate-list-data {
	list-style: none outside;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.cate-list-data:last-child {
	margin-bottom: 20px;
}
.cate-list-data h2 {
	background-color: transparent;
	margin-top: 0;
	padding: 0
}
.cate-list-data .shop-li-photo {
	margin-bottom: 0;
}
.cate-list-data.held {
	background-color: #eee;
}
.held-date {
	color: #f00;
	font-weight: bold;
}
.shop-li-address, .shop-li-phone, .shop-li-tag {
	margin-top: 10px;
	margin-bottom: 0;
}
.shop-li-description p {
	margin-bottom: 0;
}
.archive-page-data {
	margin-top: 0px;
}
.home .archive-page-data {
	margin-top: 20px;
}
.archive-page-data .lp {
	min-width: 320px;
	float: left;
}
.archive-page-data .rp {
	width: 200px;
	float: right;
}
.archive-page-data .rp p {
	margin-bottom: 0;
}
.pagination {
	margin-top: 0;
	margin-bottom: 0;
}
.pagination>li>a, .pagination>li>span {
	color: #89a222;
}
.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #89a222;
	border-color: #89a222;
}
.sort-order {
	font-size: 12px;
}

/* post */
.shop-main  {
	margin-bottom: 30px;
}
.main-content {
  line-height: 1.6;
}
.main-content p, .main-content ul, .main-content ol {
	margin-bottom: 30px;
}
.shop-main h1  {
	font-size: 28px;
}
.shop-main h2  {
	color: #333;
	font-size: 24px;
	background-color: transparent;
	padding: 0px;
}
.shop-main h3  {
	font-size: 18px;
}
.shop-sub th {
	min-width: 50px;
}
.copy-data {
	margin-bottom: -10px;
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
	background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff0', endColorstr='#80ffffff', GradientType=1);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
}

.top-area .top-photo {
	margin-bottom: 20px;
}
.shop-data .top-photo {
	margin-top: 20px;
}
.shop-data .middle-photo {
	margin-top: 20px;
}
.top-cate {
	font-size: 12px;
	background-color: #fff;
	background-color: rgba(255,255,255,1.0);
	margin-top: 6px;
	margin-right: 5px;
	padding: 3px 7px 3px;
	display: inline-block;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
}
.top-sub .dropdown {
	display: inline;
	margin-left:10px;
}
.address-data {
	margin-top: 0;
	margin-bottom: 0;
}
.access-data {
	margin: 10px 0 0;
}
.phonetic-data {
	color: #999;
	font-size: 12px;
	margin-bottom: 15px;
}
.tel-data address {
	margin-bottom: 10px;
}
.tel-data address:last-child, .tel-data p:last-child {
	margin-bottom: 0;
}
.host-data p, .host-data ul {
	margin: 0;
}
a.web-link {
	font-weight: bold;
}
a.web-link:after {
	font-weight: normal;
}
.map-embed {
}
#map-canvas {
	width: 100%;
	height: 120px;
}
#map-canvas.archive-map {
	height: 300px;
}
.googlemap-link {
	color: #819A20;
	text-align: right;
}
.dateconfirmed-data { /* 最終更新日 */
	color: #999;
	font-size: 12px;
	text-align: right;
	margin: 15px 0 15px;
}
.shop-note {
	font-size: 12px;
	margin-bottom: 20px;
}

/* page */
.main-content .page-thum {
	margin-bottom: 30px;
}

/* page-map */
html#map-page, #map-page body, #map-page main{
	height: 100%;
}
#map-page body {
	position: relative;
}
#map-main {
	width: 100%;
	height: 100%;
}
html#map-page .navbar {
	top: 0;
	position: fixed;
	border-bottom-right-radius: 4px;
	z-index: 1000;
}
html#map-page .navbar nav {
	clear: both;
}
html#map-page .navbar-header {
	padding-bottom: 5px;
}
.map-page-list ul {
	margin: 0;
	padding-left: 10px;
	list-style: none inside;
}
.map-page-list ul li {
	color: #fff;
}
.map-page-list ul li label {
	margin: 0;
}
.map-page-list ul li .cate-icon {
	height: 25px;
}
#map-page-cate-btn {
	color: #fff;
	text-align: center;
	cursor: pointer;
}
html#map-page .navbar .container {
	width: auto;
}
#map-page-list-eat      { color: #df81a2; }
#map-page-list-shopping { color: #eda184; }
#map-page-list-live     { color: #fff280; }
#map-page-list-beauty   { color: #81d674; }
#map-page-list-enjoy    { color: #6bbed5; }
#map-page-list-house    { color: #8ba7d5; }
#map-page-list-health   { color: #c97fb4; }
html#map-page footer {
	margin-top: 0;
	left: -100%;
	bottom: 0;
	position: fixed;
}
#footer-show-btn {
	color: #888;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #f3f2ed;
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 0 4px 4px 0;
	position: absolute;
	bottom: 35px;
	left: 100%;
	cursor: pointer;
}
#footer-hide-btn {
	color: #888;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 20px;
	height: 100%;
	padding: 90px 5px 0;
	position: absolute;
	left: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
#loading{
	font-size: 13px;
	border:1px dashed #999;
	padding:15px;
	position: fixed;
	top:40%;
	left:45%;
	background-color:#FFF;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loading .loadingMsg{
	text-align:center;
	padding-top: 55px;
	width: 55px;
	background-image:url('images/loading.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

/* right-column */

.sidebar {
	background-color: #e8e7e2;
	margin-bottom: 30px;
	padding: 15px 15px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sidebar h1 {
	color: #fff;
	font-size: 20px;
	background-color: #666666;
	margin: 0 0 15px;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.banner-area {
	margin: 0 0 15px;
}
.side-text {
	background-color: #fff;
	margin: 15px 0;
	padding: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sidebar ul {
	background-color: #fff;
	margin: 15px 0;
	padding: 15px 15px 15px 30px;
}
.sidebar dt {
	border-top: 1px dotted #666;
	padding-top: 5px;
	margin-top: 5px;
}
.sidebar dt:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.sidebar dd {
	margin-top: 5px;
}
.sidebar .list-box {
	background-color: #fff;
	margin-bottom: 15px;
}
.sidebar .list-box h2 {
	font-size: 21px;
	background-color: #fff;
	margin: 3px 0 5px;
	padding: 0;
}
#text-gps .text-center {
	margin-bottom: 15px;
}
.side-ad-area {
	margin-bottom: 15px;
}
#side-event ul {
	list-style-type: none;
	padding-left: 10px;
}
#side-event li {
	margin-bottom: 15px;
}
#side-event li:last-child {
	margin-bottom: 0;
}
.side-event-link {
	margin-bottom: 15px;
}
.side-event-link .btn {
	color: #819A20;
}
.side-event-list-date,
.side-event-list-title {
	margin-bottom: 0;
}
.access-data a {
	font-weight: bold;
}
.access-data a.icon-new-tab:after {
	font-weight: normal;
	content: "\e909";
}

/* footer */
#footer {
	color: #888;
	font-size: 11px;
	background-color: #f3f2ed;
	margin-top: 30px;
	padding: 30px 0;
}
#footer a {
	color: #888;
}
#footer address {
	margin-bottom: 0;
}
li.footer-icon {
	font-size: 25px;
	padding-right: 0;
}
.footer-icon a:hover {
	color: #999;
	text-decoration: none;
}
#footer .list-inline li {
	vertical-align: middle;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 20px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* Common */
.photo {
	border: 3px solid #fff;
}
.top_h {
	margin-top: 0;
}
.text-bold {
	font-weight: bold;
}
.photo-frame {
	border: #e8e7e2 solid 1px;
}
.ad-a8-img {
	margin-bottom: 20px;
}
.ad-a8-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* icomoon */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?tkeb3t');
	src:url('fonts/icomoon.eot?tkeb3t#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?tkeb3t') format('truetype'),
		url('fonts/icomoon.woff?tkeb3t') format('woff'),
		url('fonts/icomoon.svg?tkeb3t#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cate_live:before {
	content: "\e906";
}
.icon-cate_health:before {
	content: "\e907";
}
.icon-cate_car:before {
	content: "\e908";
}
.icon-cate_beauty:before {
	content: "\e900";
}
.icon-cate_eat:before {
	content: "\e901";
}
.icon-cate_enjoy:before {
	content: "\e902";
}
.icon-cate_house:before {
	content: "\e903";
}
.icon-cate_shopping:before {
	content: "\e904";
}
.icon-cate_stay:before {
	content: "\e905";
}
.icon-new-tab:after { /* .icon-new-tab:before */
	font-family: 'icomoon';
	content: " \e909";
}
.icon-google-plus3:before {
	content: "\e90a";
}
.icon-facebook3:before {
	content: "\e90b";
}
.icon-twitter3:before {
	content: "\e90c";
}

@media (min-width: 768px) {
	.left-column, .right-column {
		margin-top: 30px;
	}
	.list-box {
		margin-bottom: 30px;
	}
	.option-select {
		background-color: transparent;
		padding: 15px 0px;
		position: absolute;
		top: -60px;
		left: 15px;
	}
	.option-select .dropdown {
		
	}
	.archive-page-data {
		margin-top: 0;
	}
	.pagination {
		margin-bottom: 10px;
	}
	.sidebar {
		padding: 15px 30px 0;
	}
	#map-canvas {
		height: 300px;
	}
}
@media (min-width: 992px) {
	#side-event {
		background-color: #fff;
		width: 400px;
		padding: 0;
		border: 1px solid #aaa;
		border-radius: 10px;
		position: absolute;
		top: -205px;
		right: 0px;
	}
	#side-event:after, #side-event:before {
		top: 100%;
		left: 70%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#side-event:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 15px;
		margin-left: -15px;
	}
	#side-event:before {
		border-color: rgba(170, 170, 170, 0);
		border-top-color: #aaaaaa;
		border-width: 16px;
		margin-left: -16px;
	}

	#side-event h1 {
		margin-bottom: 0;
		padding: 15px;
		border-radius: 10px 10px 0 0;
	}
	#side-event ul {
		margin: 0 15px 10px 15px;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#side-event li {
		margin-bottom: 10px;
	}
	#side-event .btn {
		font-size: 15px;
		padding: 6px 12px;
		width: auto;
		display: inline-block;
	}
	#side-event .side-event-link {
		margin-bottom: 0;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.side-event-list-date {
		font-size: 12px;
	}
}

