/*
Theme Name: kawaasobi
Theme URI: 
Author: ClearWaterProject, General Inc. Association
Author URI: http://clearwaterproject.info
Description: kawa-asobi.net
Tags: 
Text Domain: kawaasobi

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - common.css
 * 2.0 - ie8.css
 * 3.0 - reset.css
 * -----------------------------------------------------------------------------
 */


@charset "UTF-8";

/**
* common.css
*/


/* CSS Document */

/*------------------------------

Global setting

------------------------------*/
body {
	position: relative;
	min-width: 1060px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}

a {
	color: #1E50A1;
}

a:hover,.bl-hover,button:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.bl-hover a:hover {
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}

.page {
	width: 1000px;
	margin: 0 auto;
}

/*------------------------------

Layout setting

------------------------------*/
#header {
	position: relative;
	height: 90px;
	z-index: 1;
}

#siteLogo {
	padding: 15px 0 0 0;
	text-align: center;
	position:relative;
}

#headMeta {
	bottom: 0;
	position: absolute;
	right:0;
}

#headContent {
	padding: 20px 0 0 0;
	width: 100%;
	float:left;
}

#headContent ul.bxslider li {
	width: 100%;
	height: 450px;
	/*position: relative;*/
}

#headContent ul.bxslider li img {
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	object-fit: cover;	
}

#headContent .bx-wrapper .bx-viewport {
	padding-left: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	background-color:transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
} 

#headNewPosts{
	padding: 0 0 0 720px;
	margin-top: 20px;
	background: url(../kawaasobi/images/header_newcontent_back.png) no-repeat;
	background-position: 100% 0%; 
}

#headNewPosts .hntitle{
	text-align: center;
	font-size: 28px;
	padding-top: 5px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#headNewPosts ul{
	margin-top:25px; 
	padding-left: 10px;
	padding-right: 10px;
}

#headNewPosts ul li{
	padding-right: 5px;
	border-bottom: 3px solid #0B79BF;
}

#headNewPosts ul li:last-child{
	border-bottom: 0px;
}

#headNewPosts .photo{
	float: left;
	margin-right: 10px;
}

#headNewPosts .photo img{
	max-height: 100px;
	width: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#headNewPosts .text{
	position: relative;
	color: #fff;
	height: 100px;
	margin: 10px 0 10px 0;
	font-size: 10px;
}

#headNewPosts .text .title{
	font-size: 14px;
}

#headNewPosts .text .meta{
	position: absolute;
	bottom: 0;
	right: 0;
}

#headNewPosts .text a{
	color: #fff;
	font-size: 14px;
}


#headNavi {
	margin-bottom: 10px;
}

#headNavi ul li {
	float: left;
	text-align: center;
	border-right: 1px solid #1EA3D7;
	line-height: 1;
}

#headNavi ul li#hNav01 {
	width: 62px;
	text-align: left;
}

#headNavi ul li#hNav02 {
	width: 72px;
}

#headNavi ul li#hNav03 {
	width: 144px;
}

#headNavi ul li#hNav04 {
	width: 84px;
	border: 0;
	text-align: right;
}

#headSns {
	float: left;
	width: 105px;
}

#headSns .fb {
	float: left;
}

#headSns .tw {
	float: right;
}

#headSearch {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#headSearch .box {
	float: left;
	width: 185px;
	height: 30px;
}

#headSearch .box input {
	width: 175px;
	height: 30px;
	padding: 0 5px 0 5px;
	/*background: url(../kawaasobi/images/searchBox.png) center 0 no-repeat;*/
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 24px;
}

#headSearch .btn {
	float: right;
	width: 60px;
	padding: 0;
}

#headSearch .btn button {
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	overflow: visible;
	cursor: pointer;
}

#mainVisual {
	position: relative;
	margin-top: -10px;
	z-index: 1;
}

#mainVisual .bx-wrapper {
	position: relative;
}

#mainVisual .bx-viewport {
}

#mainVisual .bx-controls {
}

#mainVisual .bx-controls .bx-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 20px;
	height: 35px;
	margin-top: -17px;
	/*background: url(../kawaasobi/images/mvArrowLeft.png) 0 0 no-repeat;*/
	text-indent:-9999px;
}

#mainVisual .bx-controls .bx-next {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 20px;
	height: 35px;
	margin-top: -17px;
	/*background: url(../kawaasobi/images/mvArrowRight.png) 0 0 no-repeat;*/
	text-indent:-9999px;
}

/*------------------------------

Global menu

------------------------------*/
#globalNavi {
	clear: both;
	margin-bottom: 30px;
}

#globalNavi ul li {
	float: left;
	width: 197px;
	margin-right: 3px;
}


.globalNaviItemContainer{
	position: absolute;
	width: 100%;
	z-index: 100;
	margin-top: 10px;
	height: 160px;
	/*background: #9fb7d4;*/
	/*background: url(../kawaasobi/images/copyrightBg.png) 100% 0 repeat-x;*/

}

.globalNaviItem {
	width: 1000px;
	margin: 0 auto;
}

#various-item{
	display: none;
}
#play-item{
	display: none;
}
#spot-item{
	display: none;
}
#child-item{
	display: none;
}
#question-item{
	display: none;
}

/* サブメニュー位置調整 */
#play-item ul{
	margin-left: 207px;
}
#spot-item ul{
	margin-left: 414px;
}
#child-item ul{
	margin-left: 621px;
}
#question-item ul{
	margin-left: 828px;
}

.globalNaviItem ul {
	width: 197px;
	height: 300px;
	background: url(../kawaasobi/images/dropdown-menu.png) 100% 0 no-repeat;

}
.globalNaviItem li:first-child {
	margin-top: 30px;
}
.globalNaviItem li {
	clear: both;
	width: 197px;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.globalNaviItem li a{
	color: #fff;
}

#contents {
	position: relative;
	padding-top: 20px;
	margin: -10px 0 60px;
	/*background: url(../kawaasobi/images/contentsBg.png) 50% 0 repeat-x;*/
}

#topPage .index #contents {
	/*background: url(../kawaasobi/images/top/contentsBg.png) 50% 0 repeat-x;*/
}

#bread {
	margin-bottom: 10px;
}

#bread ul li {
	display: inline;
	margin-left: 5px;
	padding-right: 14px;
	background: url(../kawaasobi/images/list03.png) right 50% no-repeat;
	font-size: 12px;
	color: #999;
}

#bread ul li.lc {
	background: none;
}

#bread ul li a {
	color: #999;
}

#pageTitle {
	margin-bottom: 30px;
}

#pageTitle img{
	width: 1000px;
	height: 150px;
}

#main {
	float: left;
	width: 700px;
}

.pagenavi {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    margin-bottom: 0.5em;
}
 
.pagenavi span, .pagenavi a {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}
 
.pagenavi a:hover{
    color:#fff;
    background: #3279BB;
}
 
.pagenavi .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

#pager {
	margin-top: 50px;
	text-align: center;
}

#pager span {
	display: inline-block;
	background: url(../kawaasobi/images/pagerBg.png) 0 0 repeat-x #C5E8F6;
	border: 2px solid #C5E8F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#pager span.cnt {
	padding: 10px 8px;
	color: #fff;
}

#pager span.current {
	padding: 10px 8px;
	background: #0B7CBF;
	border-color: #0B7CBF;
	color: #fff;
}

#pager span.lead {
	background: none;
	border: none;
}

#pager span a {
	display: block;
	padding: 10px 8px;
	color: #0B7BBF;
}

#sub {
	float: right;
	width: 260px;
}

#sub .item {
	margin-bottom: 10px;
}
#sub .region-list{
	padding-left: 30px;
}
#sub .spot-info {
	background: url(../kawaasobi/images/header_newcontent_back.png) 0 0 no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 50px;
	margin-top: 30px;
}

#sub .spot-info div{
    text-align: left;
}

#sub .spot-info p{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#sub .spot-info span{
	font-size: 12px;
	color: #FFF;
}

#sub .spot-info .photo{
    height: 150px;
    overflow: hidden;
	margin: 10px 0 10px 0;
}

#sub .spot-info .photo img{
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.subNavi .hl {
	padding: 15px 10px;
	height:35px;
	background: url(../kawaasobi/images/side_titleback.png) 0 0 no-repeat;
	background-size: contain;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

.subNavi .inset {
	padding: 6px;
	border: 4px solid #C5E8F6;
	border-top: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.subNavi .inset ul {
}

.subNavi .inset ul li {
	padding: 15px 0;
	border-bottom: 1px dotted #D3E3EA;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.subNavi .inset ul li.lc {
	border: 0;
}

.subNavi .inset ul li a {
	display: block;
	color: #333;
}

.subNavi .inset ul li span {
	display: block;
	padding-left: 25px;
	background: url(../kawaasobi/images/list05.png) 10px 6px no-repeat;
}

#subBnr ul li {
	margin-bottom: 10px;
}

#subBnr ul li a img {
	width: 100%;
}

#totop {
	display: none;
	position: absolute;
	right: 100px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: 0;
	text-align: right;
	z-index: 1;
}

#totop.fixed {
	position: fixed;
}

#totop a {
	margin-right: -80px;
}

#footAds {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	padding: 20px 0 50px 0;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
}

#footAds ul.level1 li{
	display: inline-block;
	margin-right: 10px;
}

#footer {
	padding: 40px 0 50px;
	background: url(../kawaasobi/images/footerBg.png) 50% 0 repeat-x;
}

#footNavi {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	text-align: center;
}

#footNavi ul.level1 {
	margin-right: 10px;
}

#footNavi .rss-button {
  /*position: absolute;*/
  /*top: 170px;*/
}

#footNavi .rss-button a{
  font-size: 0.8em;
  color: #000;
  background: url(../kawaasobi/images/rss.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
  padding: 4px 5px 3px 27px;
  /*display: block;*/
  background-color: #fff;
  border-radius: 5px;
}

#footNavi ul.level1 .parent {
	margin-bottom: 5px;
	padding-left: 18px;
	/*background: url(../kawaasobi/images/list02.png) 0 3px no-repeat;*/
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

#footNavi ul.level1 li.parent {
	display: inline-block;
}

#footNavi ul.level1 .parent.sec {
	margin-bottom: 15px;
}

#footNavi ul.level1 .parent a {
	color: #0B7BBF;
}

#footNavi ul.level1 .parent .child {
	margin: 15px 0 15px -5px;
	font-size: 12px;
}

#footNavi ul.level1 .parent .child li {
	margin-bottom: 5px;
	padding-left: 10px;
	/*background: url(../kawaasobi/images/list04.png) 0 3px no-repeat;*/
	line-height: 1.2;
}

#footNavi ul.level1 .parent .child li a {
	color: #333;
}

#regionApp {
    width: 260px;
    height: 160px;
    border: 2px solid #0B7CBF;
    -webkit-border-radius: 9px;
    margin-bottom: 20px;
}

#regionApp .inset {
	padding: 12px;
}

#regionApp .hl,#regionApp .summary {
	margin-bottom: 15px;
}

#regionApp .ios {
	float: left;
}

#regionApp .android {
	float: right; 
}

#copyright {
	padding: 35px 0 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top:230px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	float: right;
	display: block;
	margin-left: 15px;
	margin-bottom: 1em;
}

/*------------------------------

Page setting

------------------------------*/
/*top
------------------------------*/
#topPage .index #main {
	width: 700px;
}

#topPage .index #sub {
	width: 260px;
}

#topNavi {
	margin-bottom: 40px;
	clear: both;
}

#topNavi ul li {
	float: left;
	width: 200px;
	background: url(../kawaasobi/images/top/tNavBg.png) right 50% no-repeat;
}

#topNavi ul li.lc {
	background: none;
}

#topNavi ul li a {
	display: block;
	text-align: center;
}

#topAbout {
	margin-bottom: 40px;
}

#topAbout .about {
	float: left;
	width: 490px;
}

#topAbout .about .summary1 {
	margin-bottom: 10px;
}

#topAbout .about .summary2 {
	margin-bottom: 0px;
}

#topAbout .about .btn {
	text-align: right;
}

#topAbout .map {
	position: relative;
	float: right;
	width: 486px;
	background: url(../kawaasobi/images/top/aboutMapBg.png) 0 bottom no-repeat;
	border: 2px solid #0B7CBF;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#topAbout .map .inner {
	padding: 18px;
}

#topAbout .map .inner .detail {
	float: left;
	width: 250px;
}

#topAbout .map .inner .detail .hl {
	margin-bottom: 5px;
	text-align: center;
}

#topAbout .map .inner .photo {
	float: right;
	width: 180px;
	padding-bottom: 80px;
}

#topAbout .map .inner .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#topBtn {
	/*margin-bottom: 30px;*/
	margin-bottom: 200px;
}

#topBtn .btn01 {
	float: left;
}

#topBtn .btn02 {
	float: right;
}

#topBlog {
	margin-bottom: 40px;
}

#topBlog .mainVisual{
	background: url(../kawaasobi/images/maincontent_back.png) no-repeat;
	background-position: left top; 
	/*padding: 10px;*/
}

#topBlog ul {
	width: 640px;
	overflow: hidden;
	display: inline-block;
}

#topBlog ul li {
	float: left;
	margin: 0 20px 20px 0;
	/*border: 1px solid #efeee6;*/
}

#topBlog ul li .photo {
	margin-bottom: 10px;
	text-align: center;
	width: 150px;
	height: 150px;
	display:table-cell;
    vertical-align:middle;
    layout-grid-line:150px;
}

#topBlog ul li .photo img{
	vertical-align:middle;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#topBlog ul li .title {
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

#topBlog ul li .title a {
	text-decoration: none;
	color: #fff;
}

#topBlog ul li .meta {
	color: #fff;
	font-size: 12px;
}

#topBlog ul li .meta .date {
	padding-right: 10px;
	border-right: 1px solid #999;
}

#topBlog ul li .meta .cat {
	padding-left: 10px;
}

#topBlog .link {
	text-align: right;
}

#topBlog .relative {
    position: relative;
}

#topBlog .sectionAbsolute {
    bottom: 0px;
    color: #fff;
    background: rgba(255,255,255,.4);
    width: 660px;
	padding: 20px;
	margin-bottom: 60px;
	text-align: center;
}

#topBlog .absolute {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 100%;
    max-width: 200;
    padding: 1em 0;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#topBlog .absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 100%;
    text-align: center;
}

#topNews {
	margin-bottom: 20px;
}

#topPlay {
}

#topWith {
}

#topPage #sub .catList {
	margin-bottom: 40px;
}

#topPage #sub .catList .summary {
	margin-bottom: 20px;
}

#sub .catList ul li {
	padding-bottom: 12px;
	margin-bottom: 10px;
	background: url(../kawaasobi/images/line01.png) 0 bottom repeat-x;
	overflow: hidden;
}

#sub .catList ul li .photo {
	width: 132px;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
}

#sub .catList ul li .photo span {
	width: 130px;
	height: 100px;
	overflow: hidden;
	display: block;
}

#sub .catList ul li .cat {
	height: 100px;
	padding-left: 150px;
}

#sub .catList ul li .cat a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#sub .catList ul li ul li{
	padding-bottom: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#topLikeBox {
	margin-bottom: 30px;
	border: 2px solid #0B7ABF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#topAd {
	position: absolute;
	top: 620px;
	left: 0;
	overflow: hidden;
	width: 100%;
}

#topAd ul {
	width: 1000px;
	margin: 0 auto;
}

#topAd ul li {
	/*float: left;
	width: 310px;
	margin: 0 20px 20px 0;*/
	float: left;
	width: 33.2%;
	padding: 0 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
}

#topAd ul li a{
	display: block;
	width: 100%;
}

/*#topAd ul li img{
	width: 310px;
	height:100px;
	margin: 0 20px 20px 0;
}*/

.columns figure {
  text-align: center;
  max-width: 150px;
  margin: 0 0.8em 1em 0.8em;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.columns figure img{
  max-width: 150px;
  height: auto;
}

.columns .alignleft {
  display: inline-block;
  float: none;
  margin: 0 0.8em 1em 0.8em;
}
.columns figure .wp-caption-text {
  font-size:0.85em;
  padding-top: 0.5em;
}

/*blog
------------------------------*/
#blogSummary {
}

#blogSummary .result {
	margin-bottom: 30px;
}

#blogSummary .entry {
	margin-bottom: 30px;
}

#blogSummary .entry .header {
}

#blogSummary .entry .inner {
}

#blogSummary .entry .inner .photo {
	float: left;
	width: 320px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	text-align: center;
	display:table-cell;
    vertical-align:middle;
    layout-grid-line:160px;
}

#blogSummary .entry .inner .photo img{
	margin-top: 5px;
	vertical-align:middle;
}


#blogSummary .entry .inner .detail {
	overflow: hidden;
}

#blogSummary .entry .inner .detail .summary {
	margin-bottom: 15px;
}

#blogSummary .entry .inner .detail .meta {
	margin-bottom: 10px;
	font-size: 13px;
	color: #999;
}

#blogSummary .entry .inner .detail .meta .date {
	padding-right: 10px;
}

#blogSummary .entry .inner .detail .meta .cat {
	padding-left: 10px;
	border-left: 1px solid #999;
}

#blogSummary .entry .inner .detail .more {
	text-align: right;
}

#blogBody .header {
	margin-bottom: 20px;
	position: relative;
}

#blogBody .entry .header .meta {
	float: left;
	font-size: 14px;
	color: #999;
}

#blogBody .entry .header .meta .date {
	padding-right: 10px;
}

#blogBody .entry .header .meta .cat {
	padding-left: 10px;
}

#blogBody .entry .header .sns, #main.styleSet .sns {
	right: 0px;
}
#blogBody .entry .header .sns {
	position: absolute;
}

#blogBody .entry .header .sns ul.cfix, #main.styleSet .sns ul.cfix {
	float: right;
	overflow: visible;
}

#blogBody .entry .header .sns li, #main.styleSet .sns li {
	float: left;
}

#blogBody .entry .header .sns li.tw .twitter-share-button, #main.styleSet .sns li.tw .twitter-share-button {
	width: 105px!important;
}

#blogBody .entry .header .sns li.fb, #main.styleSet .sns li.fb {
	margin-right: 10px;
}

.fb-like iframe {
    max-width: none;
    overflow: visible;
}

#blogBody .entry .header .sns li.gp>div, #main.styleSet .sns li.gp {
	width: 75px !important;
}

#blogBody .entry .header .photo {
	overflow: hidden;
	max-height: 525px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#blogBody .entry .header .photo img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	max-width: 700px;
	height: auto;
}

#blogBody .entry .inner .icatch {
	margin-bottom: 20px;
	text-align: center;
	width: 730px;
	height: 270px;
	display:table-cell;
    vertical-align:middle;
    layout-grid-line:160px;
}

#blogBody .entry .inner .icatch img{
	margin-top: 5px;
	vertical-align:middle;
	padding : 5px;
	background: #eee;
}

#blogBody .entry .inner figure {
  max-width: 100% !important;
  height: auto;
  text-align: center;
}
#blogBody .entry .inner img {
  max-width: 100% !important;
  height: auto;
}

#blogBody .entry .inner .region-photo img {
  max-width: 60% !important;
  height: auto;
  clear: both;
}

#blogBody .entry .inner .wp-caption-text {
	padding: 0.8em;
  font-size: 87%;
  background: #f6f6f6;
  margin: 0 0 20px 0;
  text-align: center;
}

#blogBody img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#blogBody .entry .inner .pr_button {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display: block;
	text-align: center;
}
#blogBody .entry .inner .pr_button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
#blogBody .entry .inner .pr_button:active {
	top: 3px;
	box-shadow: none;
}	

/*------------------------------

Entry setting

------------------------------*/
.blogTitle {
	margin-bottom: 20px;
	padding: 30px 15px 30px 15px;
	background: url(../kawaasobi/images/blogBg.png) 0 bottom repeat-x;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}

.postcat {
	clear: both;
}

.blogTitle a {
	color: #333;
}

.styleSet .textC {
	text-align: center;
}

.styleSet .textR {
	text-align: right;
}

.styleSet h2, .sectionTitleKawaasobi {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/top/kawa_1.png) 0 bottom repeat-x;
	font-size: 30px;
	font-weight: bold;
	color: #406870;
}

.styleSet h2 span, .sectionTitleKawaasobi span {
	display: block;
	padding-left: 65px;
	background: url(../kawaasobi/images/icon/kawaasobi_icon.png) 0 0 no-repeat;
}

.styleSet h2, .sectionTitleGasagasa {
	margin-bottom: -5px;
	padding-bottom: 160px;
	background: url(../kawaasobi/images/top/gasagasa_title.png) 0 bottom no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #0B7CBF;
	line-height: 5;
}

.styleSet h2, .sectionTitleTenkara {
	margin-bottom: -5px;
	padding-bottom: 160px;
	background: url(../kawaasobi/images/top/tenkara_title.png) 0 bottom no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #0B7CBF;
	line-height: 5;
}
.styleSet h2, .sectionTitleKawamotimono {
	padding-top: 60px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/top/kawa_2.png) 0 bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #406870;
}
.styleSet h2 span, .sectionTitleKawamotimono span {
	display: block;
	padding-left: 65px;
	background: url(../kawaasobi/images/icon/mochimono_icon.png) 0 0 no-repeat;
}

.styleSet h2, .sectionTitleKawabbq {
	padding-top: 60px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/top/kawa_3.png) 0 bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #406870;
}
.styleSet h2 span, .sectionTitleKawabbq span {
	display: block;
	padding-left: 65px;
	background: url(../kawaasobi/images/icon/bbq_icon.png) 0 0 no-repeat;
}

.styleSet h2, .sectionTitleKawaswim {
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/top/kawa_4.png) 0 bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #406870;
}
.styleSet h2 span, .sectionTitleKawaswim span {
	display: block;
	padding-left: 65px;
	background: url(../kawaasobi/images/icon/oyogeru_icon.png) 0 0 no-repeat;
}

.styleSet h2, .sectionTitle {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/h2Bg.png) 0 bottom repeat-x;
	font-size: 24px;
	font-weight: bold;
	color: #0B7CBF;
	line-height: 1.2;
}

.styleSet h2 span, .sectionTitle span {
	display: block;
	padding-top: 10px;
	padding-left: 75px;
	background: url(../kawaasobi/images/h2Mark.png) 0 0 no-repeat;
}

.styleSet h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../kawaasobi/images/h3Bg.png) 0 bottom repeat-x;
	font-size: 22px;
	font-weight: bold;
	color: #0B7BBF;
	line-height: 1.2;
}

.styleSet h3 span {
	display: block;
	padding-left: 25px;
	background: url(../kawaasobi/images/h3Mark.png) 0 0 no-repeat;
	
}

.styleSet h4 {
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted #939393;
}

.styleSet h4.baloon {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/h4Mark.png) 40px bottom no-repeat;
	color: #0B79BF;
	line-height: 1.2;
	border:none;
}

.styleSet h4.baloon span {
	display: block;
	padding: 10px;
	background: #C5E8F6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.styleSet p {
	margin-top:15px;
	margin-bottom: 30px;
}

.styleSet a {
	color: #1E50A1;
	text-decoration: underline;
}

.styleSet strong {
	font-weight: bold;
}

.styleSet em {
	font-style: italic;
}

.styleSet .box01, .styleSet blockquote {
	margin-bottom: 20px;
	padding: 18px 13px;
	border: 2px solid #F2DA97;
	background: #F8EBC7;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.styleSet .box01 p,.styleSet blockquote p{
	margin-bottom: 0;
}

.styleSet .box01 h4,.styleSet blockquote h4 {
	margin: -18px -13px 10px;
	padding: 10px 13px;
	background: #F2DA97;
	font-size: 20px;
	font-weight: bold;
}

.styleSet table {
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	border: 2px solid #F2DA97;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	box-sizing: border-box;
}

.styleSet table th {
	padding: 13px 10px;
	font-weight: bold;
	background: #F8EBC7;
	border: 1px solid #F2DA97;
}

.styleSet table td {
	padding: 13px 10px;
	border: 1px solid #F2DA97;
}

.styleSet ul {
	margin-bottom: 15px;
}

.styleSet ul li {
	margin-bottom: 5px;
	padding-left: 16px;
	background: url(../kawaasobi/images/list01.png) 0 8px no-repeat;
}

.styleSet ul li ul {
	margin: 10px 0;
}

.styleSet ol {
	padding-left: 30px;
	margin-bottom: 30px;
}

.styleSet ol li {
	margin-bottom: 5px;
	list-style: decimal;
}

.styleSet ol li ol {
	margin: 10px 0;
}

/*------------------------------

IE8

------------------------------*/
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

/*------------------------------

reset

------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
 
a{
    text-decoration:none;
		outline: none;
}
 
a:hover,a.selected{
    text-decoration:none;
}
 
a {
/*\*/
    overflow: hidden;
/**/
}

img {
	line-height: 0;
	vertical-align: top;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cfix {
	display: inline-table;
	min-height: 1%;
}

* html .cfix {
	height: 1%;
}
.cfix {
	display: block;
}

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: none
}


/* YARP style */
.yarpp-thumbnails-horizontal {
  zoom: 1;
}
.yarpp-thumbnails-horizontal:before,
.yarpp-thumbnails-horizontal:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.yarpp-thumbnail {
  display: block;
  float: left;
  width: 25%;
}

.yarpp-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}

.yarpp-thumbnail-title {
  display: block;
  padding: 0 10px;
}

/* 地域ページ用 */
#MAP g:hover {
  fill: #AAAAAA;
}

#region ul.region-list{
	position: absolute;
	float: left;
	margin-right: 50px;
}

#region .region-list{
	float: left;
	margin-right: 50px;
}

#region .region-list{
	background: none;
}

#region .region-list li{
	border-bottom: 1px solid #000;
	background: none;
}

#region .region-list li.current{
	font-weight: bold;
	font-size: 20px;
}

#region .region-list li a {
	text-decoration: none;
}

#region .region-list li ul li{
	border-bottom: none;
	font-size: 12px;
}
#region .spot-info ul li{
	float: left;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000;
	background: none;
	padding:20px 0 20px 0;
}

#region .spot-info ul li span.title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

#region .spot-info ul li span.subtitle{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#region .spot-info ul li span.comment{
	font-size: 14px;
	color: #000;
}

#region .spot-info ul li span.address{
	font-size: 14px;
	color: #000;
	margin-left: 20px;
}

#region .spot-info .photo{
    height: 157px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#region .spot-info .photo img{
    height: auto;
    width: 210px;
	margin-right: 20px;
}

#region #catList ul li{
	background: none;
}

#footApp {
	float: right;
	width: 260px;
}

#footApp .inset {
	padding: 12px;
	border: 2px solid #0B7CBF;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background: #fff;
	font-size: 12px;
}

#footApp .hl,#footApp .summary {
	margin-bottom: 15px;
}

#footApp .ios {
	float: left;
}

#footApp .android {
	float: right;
}

/* 川遊び記事リスト*/
#pageTitle.howtoplay{
	padding-top: 40px;
	padding-bottom: 10px;
	background: url(../kawaasobi/images/top/kawa_2.png) 0 bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#pageTitle.howtoplay span {
	display: block;
	padding-left: 65px;
	background: url(../kawaasobi/images/icon/kawaasobi-icon.png) 0 0 no-repeat;
}

#catList {
	margin-bottom: 40px;
}

#catList ul {
	width: 700px;
	overflow: hidden;
}

#catList ul li {
	float: left;
	width: 306px;
	margin: 0 20px 20px 0;
	padding:20px 10px 20px 10px;
	border: 2px solid #abaaa5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#catList ul li .photo {
	margin-bottom: 10px;
	text-align: center;
	width: 250px;
	height: 160px;
	display:table-cell;
    vertical-align:middle;
    layout-grid-line:160px;
}

#catList ul li .photo img{
	margin-top: 5px;
	vertical-align:middle;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#catList ul li .title {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

#catList ul li .title a {
	text-decoration: none;
	color: #333;
}

#catList ul li .meta {
	color: #999;
	font-size: 12px;
}

#catList ul li .meta .date {
	padding-right: 10px;
	border-right: 1px solid #999;
}

#catList ul li .meta .cat {
	padding-left: 10px;
}

#catList .link {
	text-align: right;
}

/* ページング */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* rakuten motion広告用---------------------------- */
@media only screen and (min-width: 481px){
	#rakuten_300 {       
		display:none;
	}
	#rakuten_600 {
    	text-align: center;
   }
}
@media screen and (max-width: 480px){
	#rakuten_600 {
		display:none;
	}
	#rakuten_300 {       
    	text-align: center;
	}
	#rakuten_300 img {       
    	width: 1%;
	}
}

#keyimg {
  overflow: hidden; //横スクロールさせないようにする
}
#keyimg .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  height: 400px !important;
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:84px;
    height:450px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
    width : 0px ; /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(50% - 510px) ;
    width : calc(50% - 510px) ;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}
.bx-wrapper .bx-caption span {
	font-size: 1.2em !important
}
#keyimg .morenew {
	position: absolute;
	top: 540px;
	margin-left: 80%;
	margin-left: -webkit-calc(50% + 400px) ;
	margin-left: calc(50% + 400px) ;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 100px;
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#keyimg .morenew .title {
	text-align: center;
}
#keyimg .morenew .title a {
	color: white;
}
.bx-wrapper .bx-caption {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}
.bx-wrapper .bx-caption span {
	padding: 10px 20px !important;
}


/*------------------------------

プラグイン編集

------------------------------*/
div#toc_container{
	border: 4px dotted #ddd;
	margin-bottom: 0px;
	padding:25px;
}





