* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, *:focus {
	outline:none;
}


#first-block {
text-align:center;
padding:3.5em 0;
}
footer {
background:#FFF;
padding:3.5em 0;
}

/* sticky footer css */
html {
height: 100%;
/*overflow: hidden;*/
}

p {
line-height: 200%;
}
 
body {
height: 100%;
/*overflow: scroll;*/
}
 
.with-sticky-footer {
display: table;
height: 100%;
table-layout: fixed;
width: 100%; 
}
 
.sticky-footer {
display: table-row;
height: 1px;
} 

.focal-point {
    width: 100%;
    height: auto;
    overflow: hidden;
}
  
.focal-point img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
  
.focal-point div {
    position: relative;
    max-width: none;
    height: auto;
}


@media screen and (max-width: 800px) {
    .right {
/*       float:none;  */
				width: 100%;
    }

    .smp {
       margin: 0.75em 0;
    }

    h1 {
       display: inline;
       width: 290px;
    }

    .nav-text {
       display: inline;
       float: right;
    }

#page-top {
    position: fixed;
    bottom: 85px;
    right: 10px;
    font-size: 0.7em;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#share li {
	margin: 0 2px 10px 2px;
}


.b_ttl {
	display: none;
}

}

@media all and (min-width: 801px) {
  
    /* 4x3 Landscape Shape (Default) */
    .focal-point div {
        margin: -3em -4em;
    }
  
    /* Landscape up (Total 6em) */
    .up-3 div {
        margin-top:    -20%;
        margin-bottom: -20%;
    }
      
    .right-3 div {
        margin-left:  -6em;
        margin-right: -6em;
    }

    .destination {
        display: none;
    }

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 0.75em;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#share li {
	margin: 0 7px 10px 7px;
}

.googlemap {
	display: none;
}

.s_ttl {
	display: none;
}

}

.cover {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.title_container {
  margin-top: 25px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0,0,0);
}

.title_bg {
  position: absolute;
  left: -50px;
  top: -50px;
  right: -50px;
  bottom: -50px;
  background-size: cover;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  filter: url("data:image/svg+xml,(SVG Filter Data URI)#svgBlur");
  filter: blur(15px);
}

.shader {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background-image: url("data:image/svg+xml,(SVG Image Data URI)");
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.07)));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.07) 100%);
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.07) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.07) 100%);
}

.title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  box-sizing: content-box;
  z-index: 1;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.title h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 50px #000000;
  line-height: 1.3em;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.edate, .eplace, .eeventer {
  font-size: 0.9em;
}

.trimming {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.pager,
.pager li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager li {
	display: inline-block;   
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

* html .pager li {
	display: inline;
	zoom: 1;
}

.pager li a,
.pager li span {
	display: block;
	background: #eeeeee;
	border: solid 1px #dcdcdc;
	padding: 0 5px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
	font-size: 13px;
}

.pager li span {
	background: #739dda;
	border: solid 1px #4d6992;
	color: #ffffff;
}

.pager li a:link,
.pager li a:visited,
.pager li a:active,
.pager li a:hover {
	text-decoration: none;
	color: #000000;
}
	
.pager li a:hover {
	background: #dcdcdc;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{ /* , コンマで複数をまとめて設定 */
	color: #FFF;
}



.ui-widget {
	font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background: #fff;
	width: 275px;
}

.ui-datepicker {
	padding: 0;
}

.ui-datepicker-header {
	border: none;
	font-size: 1em;
	padding: 5px;
}

.ui-datepicker-title {
	color: #515d65; /* text color */
	font-size: 0.8em;
	text-align: center;
}

.ui-icon-circle-triangle-e {
	float:right;
	font-size: 0.8em;
	padding: 2px;
}
.ui-icon-circle-triangle-w {
	float:left;
	font-size: 0.8em;
	padding: 2px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border-color: transparent;
}

.ui-state-default {
}

.ui-datepicker-header .ui-state-hover {
	background: #bdc5c9;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	padding: 0;
}

.ui-datepicker td {
	font-size: 0.8em;
	text-align: center;
}

.ui-datepicker td:last-child {
	border-right: none;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	text-align: center;
}

.ui-datepicker-calendar .ui-state-hover {
}

td a.ui-state-active,
td a.ui-state-active.ui-state-hover {

}

#share {
	margin: 0 auto;
	display: block;
	position: relative;
}
#share ul {
	overflow: hidden;
	_zoom: 1;
	margin: 10px 0;
	list-style: none;
}
#share li {
	width: 50px;
	float: left;
	position: relative;
	height: 80px;
	padding: 0;
}



#share li:first-child {
	margin-left: 0;
}
#share li a {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
}

.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

.arrowBox span{
	font-size: 13px;
}

.readmore {
	background-color: #F1F1F1;
	line-height: 200%;
	display: block;
	width: 100%;
	margin-top: 15px;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.about_list ul {
}

.about_list li {
  display: inline-block;
  list-style: none;
  line-height: 200%;
  margin-right: 10px;
}

.breadcrumb ul {
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
  line-height: 150%;
  font-size: 0.9em;
}

#maps {
  background-image:url('http://www.houjin.info/img/ajax-loader.gif');
  background-repeat:no-repeat;
  background-position: center center;
  width:100%;
  height:100vh;
}

/* Google設定 */
	.ads1 { margin: 20px auto 10px auto; width: 300px; }
	.adslot_1 { width: 300px; height: 250px; }

	.ads2 { width: 300px; height: 250px; margin: 0 auto 0 auto; }
	.adslot_2 { width: 300px; height: 250px; }

	.ads3 { width: 300px; height: 250px; margin: 0 auto 0 auto; }
	.adslot_3 { width: 300px; height: 250px; }

	.ads_menu_1 { margin: 30px 0 10px 0; width: 300px; }
	.adslot_menu_1 { width: 300px; height: 250px; }

@media (min-width:336px) {
	.ads1 { margin: 20px auto 10px auto; width: 336px; }
	.adslot_1 { width: 336px; height: 280px; }

	.ads2 { width: 336px; height: 280px; margin: 0 auto 0 auto; }
	.adslot_2 { width: 336px; height: 280px; }

	.ads3 { width: 336px; height: 280px; margin: 0 auto 0px auto; }
	.adslot_3 { width: 336px; height: 280px; }

	.ads_menu_1 { margin: 30px auto 10px auto; width: 336px; }
	.adslot_menu_1 { width: 336px; height: 280px; }
}

@media (min-width:500px) {
	.ads1 { margin: 20px auto 10px auto; width: 336px; }
	.adslot_1 { width: 336px; height: 280px; }

	.ads2 { width: 336px; height: 280px; margin: 0 auto 10px auto; }
	.adslot_2 { width: 336px; height: 280px; }

	.ads3 { width: 336px; height: 280px; margin: 0 auto 0 auto; }
	.adslot_3 { width: 336px; height: 280px; }

	.ads_menu_1 { margin: 30px auto 10px auto; width: 336px; }
	.adslot_menu_1 { width: 336px; height: 280px; }
}

@media (min-width:801px) {
	.ads1 { width: 728px; height: 90px; margin: 20px auto 20px auto; }
	.adslot_1 { width: 728px; height: 90px; }

	.ads2 { width: 728px; height: 90px; margin: 20px auto 20px auto; }
	.adslot_2 { width: 728px; height: 90px; }

	.ads3 { width: 468px; height: 60px; margin: 10px auto 30px auto; }
	.adslot_3 { width: 468px; height: 60px; }

	.ads_menu_1 { margin: 20px auto 10px auto; width: 336px; }
	.adslot_menu_1 { width: 336px; height: 280px; }
}

.rmv ul {
	margin: 25px;
}

.rmv button {
	margin: 25px auto 25px 0;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #248;
	color: #fff;
	border-style: none;
}

.rmv button:hover {
	background-color: #24d;
	color: #fff;
	cursor: pointer;
}

.rmv button:disabled {
	background-color: #DDD;
	color: #666;
	cursor: auto;
}

.rmv .alert {
	padding: 8px 25px;
	background-color: #FFD9D9;
}

table tr td:first-child, table tr th:first-child {
    font-weight: 600;
}

#gmap {
    width: 100%;
    height: 300px;
		background: url(https://www.houjin.info/img/no_map.gif);
		background-position: center center;
		background-color: #e0e0e0;
		background-repeat: no-repeat;
}
ul.lists {
	list-style: none;
}
.lists li {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
}
.lists li a {
	clear: both;
	display: block;
//	padding: 1.5em 1.25em 2.5em 0.75em;
	padding: 1.5em 1.25em 1.5em 0.75em;
	border-bottom: 1px solid #d2d2d2;
	overflow: auto;
}
.top li a {
	clear: both;
	display: block;
	padding: 1.5em 1.25em 1em 0.75em;
	border-bottom: 1px solid #d2d2d2;
}

ul.list_kind, ul.list_city {
	list-style: none;
}
.list_kind li, .list_city li {
	margin: 0;
	padding: 0;
	float: left;
}
.list_kind li a, .list_city li a {
	display: block;
	padding: 1.25em;
	border-bottom: 1px solid #d2d2d2;
}

.btm-margin {
	display: block;
	margin-bottom: 25px;
}
.btm-margin:last-child {
	display: block;
	margin-bottom: 0;
}
.line.btm-margin {
	display: block;
	margin-bottom: 25px;
}
.line.btm-margin-l {
	display: block;
	margin-bottom: 35px;
}
.outlink {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.line.outlink {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
ul.disp_rank {
	list-style: none;
	display: table;
	width: 100%;
}
ul.disp_rank li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.left_nav {
	display: block;
	float: left;
}
.right_nav {
	display: block;
	float: right;
}

.lists i, i {
	font-family: 'mfg';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  color: #666;
}
.b_name {
	display: block;
	float: left;
}
.b_no {
	display: block;
	float: left;
	margin-left: 15px;
}
.b_add {
	display: block;
	float: left;
	margin-left: 15px;
}

.googlemap {
	text-align: center;
	padding: 5px 15px 0px 15px;
}


.sns_buttons {
    display: block;
    margin: 0 0 20px 0;
}

.sns_buttons ul, .sns_buttons_bottom ul {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sns_buttons li, .sns_buttons_bottom li {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.sns_buttons li:last-child, .sns_buttons_bottom li:last-child {
    margin-right: 0;
}

.sns_icon {
    width: 40px;
    height: 40px;
    float: left;
    -moz-border-radius: 0.5px;
    -webkit-border-radius: 0.5px;
    -ms-border-radius: 0.5px;
    -o-border-radius: 0.5px;
    border-radius: 0.5px;
    border: none;
}

.sns_icon a {
    display: block;
}

.sns_icon img {
    padding: 10px;
}

.sns_btn {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #555;
    background-color: #FFF;
    background-repeat: no-repeat;
//    border: 1px solid #CCC;
//    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    user-select: none;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   
}

.facebook_back {
    background-color: #3c5a99;
}

.twitter_back {
    background-color: #55acee;
}

.google_back {
    background-color: #dd4b39;
}

.hatena_back {
    background-color: #3c7dd1;
}

.pocket_back {
    background-color: #EF3E56;
}

.line_back img {
		padding: 0px;
}

.pocket_back img {
		padding: 8px;
}

.sublist_head {
	font-size: 80%;
	cursor: pointer;
	margin: 5px 0;
}
.sublist_row{
	display: none;
}
.sublist_row li {
	display: block;
	float: left;
	font-size: 80%;
	padding: 5px 0;
}
.sublist_row li::after {
	content: "|" ;
	margin: 0 8px;
}


#calendar, #rank {
	margin-bottom: 25px;
}

#calendar table th {
    border-right: 1px solid #D0D0D0;
}

#calendar table tr td:first-child {
    font-weight: normal;
}

.cal_title {
	border-bottom: 0;
}
.sun {
	color: #F98181;
}
.sat {
	color: #81B1F9;
}
.hol {
	color: #F98181;
}
.nor {
	color: #CCCCCC;
}

.rights {
	margin-top: -15px;
	margin-bottom: 25px;
	text-align: right;
}

.history {
	font-size: 100%;
}

table.history tr td:first-child {
	font-weight: normal;
}

.add_title {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.addition {
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 10px;
}
