/* SUB NAVIGATION TOOL
---------------------------------------------------------------------------*/
#subTool {
	width:1200px;
	margin:0 auto;
	position:relative;
	padding-bottom:15px;
}
#subTool .pc {
	display:block;
}
#subTool .mb {
	display:none;
}
#subTool .sp {
	display:none;
}
#subTool .subToolArea {
	background:#16A2C1;
	height:50px;
	position: absolute;
	top:0;
	right:0;
	padding:0 10px;
	display:table;
}
dl.search1 {
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
dl.search1 dt {
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input {
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search1 dd {
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd input {
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd input span {
	display:block;
	width:20px;
	height:20px;
	background:url('/images/search.png') no-repeat scroll 0 0;
}
/* SUB PAGE HEADER
---------------------------------------------------------------------------*/
#subTool .s-logo {
	float:left;
}
/* SUB CATEGORY IMAGE
---------------------------------------------------------------------------*/
.categoryImage {
	width:1340px;
	margin:20px auto 0 auto;
}
.categoryImage img {
	width:1340px;
	height:530px;
	overflow:hidden;
}
/* SUB CONTENTS
---------------------------------------------------------------------------*/
#s-contents {
	width:1200px;
	margin:0 auto;
}
#s-contents p {
	line-height:1.6em;
	text-align:left;
}
#s-contents p.maincopy {
	width:83%;
	margin:0 auto;
	padding-top:1em;
}
/* TOPIC PASS
---------------------------------------------------------------------------*/
.breadcrumb {
	margin-top:8px;
}
.breadcrumb li {
	display:inline;
	list-style: none;
	font-weight: bold;
	font-size:0.85em;
}
.breadcrumb li:after {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 .7em 0 1em;
	color: #555;
	font-weight:normal;
	font-size:1.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #333333;
}
.breadcrumb li:first-child:before {
	font-family: FontAwesome;
	content: '\f015';
	font-weight: normal;
	font-size: 1.1em;
	color: #16A1C0;
	padding-right:0.5em;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------------------------------*/
/*カテゴリートップ */
/*---------------------------------------------------------------------------*/
/* CATEGORY
---------------------------------------------------------------------------*/
.s-category {
	width:100%;
	text-align:center;
	padding:50px 0;
	overflow:hidden;
}
.s-category .subCategory {
	padding:30px 0;
}
.s-category img {
	width:380px;
	height:300px;
}
.s-category dl {
	text-align: center;
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	display:block;
	position:relative;
}
.s-category dl:nth-of-type(3n) {
	margin-right:0px;
}
.s-category dl a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.s-category dl a:hover {
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.s-category dt {
	width:100%;
	padding:15px 0;
	background-color: rgba(0,0,0,0.7);
	bottom:0px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	float:left;
	clear:both;
	font-size:1.1em;
}
.s-category dd {
	width:100%;
}
/* DETAIL SEARCH
---------------------------------------------------------------------------*/
.s-detailSearch {
	width:100%;
	background:url(../common_images/bg_image01.png) repeat;
	text-align:center;
	padding:40px 0 30px 0;
	overflow:hidden;
}
.s-detailSearch .selectArea {
	background:#FFFFFF;
	margin:0 30px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding:20px;
	margin-top:20px;
	overflow:hidden;
	text-align:left;
	font-size:0.95em;
}
.s-detailSearch .selectArea input[type=checkbox] {
	display: none;
}
.s-detailSearch .selectArea .selectGroup {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.s-detailSearch .selectArea .checkbox {
	width:32%;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin:8px 5px;
	padding: 15px 15px 15px 42px;
	border:3px solid #E8E6E2;
	vertical-align: middle;
	line-height:1.5em;
	text-align:left;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.s-detailSearch .selectArea .checkbox:hover {
	border-color:#16A2C1;
}
.s-detailSearch .selectArea .checkbox:hover:after, .s-detailSearch .selectArea .checkbox2:hover:after {
	border-color: #16A2C1;
}
.s-detailSearch .selectArea .checkbox:after, .s-detailSearch .selectArea .checkbox2:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.s-detailSearch .selectArea .checkbox:before, .s-detailSearch .selectArea .checkbox2:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #16A2C1;
	border-bottom: 3px solid #16A2C1;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.s-detailSearch .selectArea input[type=checkbox]:checked + .checkbox:before, .s-detailSearch .selectArea input[type=checkbox]:checked + .checkbox2:before {
	opacity: 1;
}
.s-detailSearch .selectArea p {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:.15em;
}
.selectArea .line {
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:15px 0;
}
/*2*/
.s-detailSearch .selectArea .checkbox2 {
	float:left;
	min-width:14%;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin:8px 5px;
	padding: 10px 15px 10px 42px;
	vertical-align: middle;
	text-align:left;
	cursor: pointer;
}
.s-detailSearch .selectArea .select2::after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/*詳細検索ラジオボタン
.s-detailSearch .selectArea .select2 dl {
	width:100%;
}
.s-detailSearch .selectArea .select2 dt {
	display: block;
	width: auto;
	clear: left;
	float: left;
}
.s-detailSearch .selectArea .select2 dd.radio1 {
	margin:8px 0;
	float:right;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
 @media (min-width: 1px) {
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] {
	display: none;
	margin: 0;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label {
	padding:0;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: spx;
	margin-top: -9px;
	background: #FFF;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label::before {
	border: 2px solid #ccc;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #E71063;
}
.s-detailSearch .selectArea .select2 dd.radio1 {
	position: relative;
	display: inline-block;
	width: 130px;
	overflow: hidden;
	border: 2px solid #ccc;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label {
	position: static;
	float: left;
	display: block;
	width: 50%;
	margin-right: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label::before {
	content: attr(data-label);
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 50%;
	height: auto;
	margin-top: 0;
	text-align: center;
	color: transparent;
	background: transparent;
	border: 0 none;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label:last-child::before {
	left: 50%;
	right: 0;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio]:checked + label::before {
	color: #fff;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label::after {
	border-radius: 0;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio]:first-child + label::after {
	content: none;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label + input[type=radio] + label::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background: #16A2C1;
	border: 3px solid #fff;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio]:checked + label + input[type=radio] + label::after {
	left: 0;
	right: 50%;
}
.s-detailSearch .selectArea .select2 dd.radio1 input[type=radio] + label + input[type=radio]:checked + label::after {
	left: 50%;
	right: 0;
}*/
/*検索ボタン*/
.s-detailSearch .selectArea .searchBtn {
	clear:both;
	padding:20px 0 0 0;
	margin-bottom:40px;
}
.s-detailSearch .selectArea .searchBtn .button {
	padding:20px 8em;
}
/* CATEGORY TOPICS
---------------------------------------------------------------------------*/
.s-categoryTopics {
	width:100%;
	text-align:center;
	padding:60px 0;
}
#listStyle {
	padding-top:30px;
}
.s-categoryTopics dl.list, .s-categoryList dl.list {
	width:100%;
	border-top:1px dotted #CCCCCC;
	padding:20px;
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
}
.s-categoryTopics dl.list a, .s-categoryList dl.list a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	transition: .3s;
}
.s-categoryTopics dl.list a:hover, .s-categoryList dl.list a:hover {
	background-color:rgba(192,237,232,0.5);
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.s-categoryTopics dl.list:last-child, .s-categoryList dl.list:last-child {
	border-bottom:1px dotted #CCCCCC;
}
.s-categoryTopics dl.list:after, .s-categoryList dl.list:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0px;
	clear: both;
	visibility:hidden;
}
.s-categoryTopics dl.list dt, .s-categoryList dl.list dt {
	float:left;
	margin-right:40px;
}
.s-categoryTopics dl.list dt img, .s-categoryList dl.list dt img {
	width:250px;
	height:180px;
	overflow:hidden;
}
.s-categoryTopics dl.list dd, .s-categoryList dl.list dd {
	float:left;
	display:block;
	width:calc(100% - 290px);
	text-align:left;
	padding:10px 0;
	line-height:1.6;
}
.s-categoryTopics dl.list dd.title, .s-categoryList dl.list dd.title {
	color:#16A1C0;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:0.2em;
	display:block;
}
.s-categoryTopics dl.list dd.comment, .s-categoryList dl.list dd.comment {
	/*margin-bottom:0.8em;*/
	display:block;
	overflow:hidden;/*padding-bottom:0px;*/
}
/*.s-categoryTopics dl.list a.list-button, .s-categoryList dl.list a.list-button {
	display: block;
	text-decoration: none;
	height:30px;
	width: 150px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border:solid 1px #000;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float:right;
	font-size:0.9em;
	position:absolute;
	bottom:20px;
	right:20px;
}
.s-categoryTopics dl.list a.list-button:hover, .s-categoryList dl.list a.list-button:hover {
	background: #000;
	color: #fff;
}*/
/*pager
---------------------------------------*/
.pager {
	clear:both;
	margin:30px 0;
	text-align:center;
}
.pager span {
	margin:5px;
	padding:5px 8px;
	color:#000;
	background:#ffffff;
	border:1px solid #a9a9a9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pager span:hover {
	cursor:pointer;
	color:#fff;
	background:#16A2C1;
	border-color:#16A2C1;
}
.pager span.current {
	color:#fff;
	background:#16A2C1;
	border-color:#16A2C1;
}
.pager span.current:hover {
	cursor:default;
}
.pager span.invalid {
	display:none;
}
.pager span.invalid:hover {
	cursor:default;
}
.pager span.ellipsis {
	color:#000;
	background:none;
	border:none;
}
.pager span.ellipsis:hover {
	cursor:default;
}
.pager span.first, .pager span.last, .pager span.prev, .pager span.next {
	background:#fff;
}
.pager span.first:hover, .pager span.last:hover, .pager span.prev:hover, .pager span.next:hover {
	background:#16A2C1;
}
.pageNum {
	margin:30px 0;
	text-align:center;
}
/* SUB CATEGORY IMAGE
---------------------------------------------------------------------------*/
.category-SubImage01, .category-SubImage02, .category-SubImage03, .category-SubImage04, .category-SubImage05, .category-SubImage06, .category-SubImage07, .category-SubImage99 {
	width:1200px;
	margin:20px auto 0 auto;
	height:140px;
	position:relative;
}
.category-SubImage01 span, .category-SubImage02 span, .category-SubImage03 span, .category-SubImage04 span, .category-SubImage05 span, .category-SubImage06 span, .category-SubImage07 span, .category-SubImage99 span {
	font-size:1.8em;
	color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	text-shadow: 0px 0px 4px #000000;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
.category-SubImage01 {
	background: url(../category_images/category-sub-top-image01.png) 50% 50% no-repeat;
}
.category-SubImage02 {
	background: url(../category_images/category-sub-top-image02.png) 50% 50% no-repeat;
}
.category-SubImage03 {
	background: url(../category_images/category-sub-top-image03.png) 50% 50% no-repeat;
}
.category-SubImage04 {
	background: url(../category_images/category-sub-top-image04.png) 50% 50% no-repeat;
}
.category-SubImage05 {
	background: url(../category_images/category-sub-top-image05.png) 50% 50% no-repeat;
}
.category-SubImage06 {
	background: url(../category_images/category-sub-top-image06.png) 50% 50% no-repeat;
}
.category-SubImage07 {
	background: url(../category_images/category-sub-top-image07.png) 50% 50% no-repeat;
}
.category-SubImage99 {
	background: url(../category_images/category-sub-top-image99.png) 50% 50% no-repeat;
}
/* SUB共通H2テキスト
---------------------------------------------------------------------------*/
.s-category h2, .s-detailSearch h2, .s-categoryTopics h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
}
.s-category h2:before, .s-detailSearch h2:before, .s-categoryTopics h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 300px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#16A2C1;
}
/* 2カラム
---------------------------------------------------------------------------*/
#s-container {
	width:1200px;
	margin:0 auto;
}
.leftColumn {
	width:280px;
	float:left;
	margin-right:60px;
	margin-top:40px;
	padding-bottom:60px;
}
.rightColumn {
	float:right;
	width:850px;
	margin-top:40px;
	padding-bottom:60px;
}
.oneColumn{
	width: 100%;
	margin-top:40px;
	padding-bottom:60px;
}
/*---------------------------------------------------------------------------*/
/* 一覧ページ */
/*---------------------------------------------------------------------------*/
/* サイドメニュー */
.balloonTitle-stay, .balloonTitle-eat, .balloonTitle-meguru, .balloonTitle-spa, .balloonTitle-play, .balloonTitle-buy, .balloonTitle-cycle {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 0;
	width:280px;
	padding: 7px 0px;
	border-radius: 6px;
	text-align:center;
}
.balloonTitle-stay:before, .balloonTitle-eat:before, .balloonTitle-meguru:before, .balloonTitle-spa:before, .balloonTitle-play:before, .balloonTitle-buy:before, .balloonTitle-cycle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
}
.balloonTitle-stay {/*泊まる*/
	background: #65ABE3;
}
.balloonTitle-stay:before {
	border-top: 15px solid #65ABE3;
}
.balloonTitle-eat {/*食べる*/
	background:#DE9610;
}
.balloonTitle-eat:before {
	border-top: 15px solid #DE9610;
}
.balloonTitle-meguru {/*巡り歩く*/
	background:#A0C238;
}
.balloonTitle-meguru:before {
	border-top: 15px solid #A0C238;
}
.balloonTitle-spa {/*入浴する*/
	background:#5A3D1C;
}
.balloonTitle-spa:before {
	border-top: 15px solid #5A3D1C;
}
.balloonTitle-play {/*遊ぶ・体験*/
	background:#56A764;
}
.balloonTitle-play:before {
	border-top: 15px solid #56A764;
}
.balloonTitle-buy {/*買う*/
	background:#C83A40;
}
.balloonTitle-buy:before {
	border-top: 15px solid #C83A40;
}
.balloonTitle-cycle {/*自転車*/
	background:#F17397;
}
.balloonTitle-cycle:before {
	border-top: 15px solid #F17397;
}
.balloonTitle-stay p, .balloonTitle-eat p, .balloonTitle-meguru p, .balloonTitle-spa p, .balloonTitle-play p, .balloonTitle-buy p, .balloonTitle-cycle p {
	margin: 0;
	padding: 0;
}
.sideNavi {
	width:100%;
	border:1px solid #D9D9D9;
	padding:5px 20px;
	box-sizing:border-box;
}
.sideNavi ul {
	list-style: none;
}
.sideNavi li {
	border-bottom: 1px dotted #ccc;
}
.sideNavi li:last-child {
	border-bottom:none;
}
.sideNavi a {
	padding: 15px 0;
	display: block;
	text-decoration: none;
	font-weight:bold;
	color: #111;
}
.sideNavi a:before {
	content:'\f144';
	font-family: FontAwesome;
	padding: 0 .7em 0 0;
	font-weight:normal;
	font-size:1.1em;
	color:#999999;
}
.sideNavi a:hover:before {
	color:#16A2C1;
}
/* サイド検索BOX */
.sideSearchBox {
	width:100%;
	margin-top:20px;
	background: url(../common_images/bg_image01.png) repeat;
	padding:20px 10px 10px 10px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	box-sizing:border-box;
}
.sideSearchBox p {
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:20px;
}
.sideSearchBox .selectArea {
	background:#FFFFFF;
	padding:10px;
	font-size:0.9em;
}
.sideSearchBox .selectArea input[type=checkbox] {
	display: none;
}
.sideSearchBox .selectArea .checkbox2 {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin:8px 5px;
	padding: 10px 15px 10px 42px;
	vertical-align: middle;
	text-align:left;
	cursor: pointer;
	display:block;
	line-height:1.3em;
}
.sideSearchBox .selectArea .checkbox2:hover {
	border-color:#16A2C1;
}
.sideSearchBox .selectArea .checkbox2:hover:after {
	border-color: #16A2C1;
}
.sideSearchBox .selectArea .checkbox2:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.sideSearchBox .selectArea .checkbox2:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #16A2C1;
	border-bottom: 3px solid #16A2C1;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sideSearchBox .selectArea input[type=checkbox]:checked + .checkbox2:before {
	opacity: 1;
}
/*詳細検索のラジオボタン
.sideSearchBox .selectArea .radioArea{
	margin:0 auto;
	text-align:center;
	}
.sideSearchBox .selectArea .radio1 input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
 @media (min-width: 1px) {
.sideSearchBox .selectArea .radio1 input[type=radio] {
	display: none;
	margin: 0;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label {
	padding:0;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: spx;
	margin-top: -9px;
	background: #FFF;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label::before {
	border: 2px solid #ccc;
}
.sideSearchBox .selectArea .radio1 input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.sideSearchBox .selectArea .radio1 input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #E71063;
}
.sideSearchBox .selectArea .radio1 {
	position: relative;
	display: inline-block;
	width: 130px;
	overflow: hidden;
	border: 2px solid #ccc;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label {
	position: static;
	float: left;
	display: block;
	width: 50%;
	margin-right: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label::before {
	content: attr(data-label);
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 50%;
	height: auto;
	margin-top: 0;
	text-align: center;
	color: transparent;
	background: transparent;
	border: 0 none;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label:last-child::before {
	left: 50%;
	right: 0;
}
.sideSearchBox .selectArea .radio1 input[type=radio]:checked + label::before {
	color: #fff;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label::after {
	border-radius: 0;
}
.sideSearchBox .selectArea .radio1 input[type=radio]:first-child + label::after {
	content: none;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label + input[type=radio] + label::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background: #16A2C1;
	border: 3px solid #fff;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.sideSearchBox .selectArea .radio1 input[type=radio]:checked + label + input[type=radio] + label::after {
	left: 0;
	right: 50%;
}
.sideSearchBox .selectArea .radio1 input[type=radio] + label + input[type=radio]:checked + label::after {
	left: 50%;
	right: 0;
}
*/

.go-search {
	display:none;
}
.searchBtn {
	width:100%;
	height:50px;
	text-align: center;
	margin-top:20px;
	position:relative;
}
.searchBtn .button {
	position:absolute;
	line-height: 1;
	padding:14px 20px;
	outline: none;
	background-color: #16A2C1;
	color: #fff;
	font-size:1.1em;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	white-space: nowrap;
}
.searchBtn .button::before, .searchBtn .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.searchBtn .button, .searchBtn .button::before, .searchBtn .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.searchBtn .button:hover {
	background-color: #1785a9;
	color:#fff;
}
/*---------------------------------------------------------------------------*/
/* 詳細ページ */
/*---------------------------------------------------------------------------*/
/*施設の詳細*/
.s-detail {
	width:100%;/*overflow:hidden;エディター用*/
}
.sub__pagetitle__area{/*追加*/
	width: 100%;
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.s-detail h2.pagetitle {
	clear:both;
	line-height:1.3;
	margin-bottom: .8em;
	font-size:1.5em;
	font-weight:bold;
	padding:0.1em 0;
	padding-right: 1em;
}

/* 20210311お気に入りボタン追加 mypage*/
.ks-cboxtags {
	display: inline;
}
.ks-cboxtags button{
    display: inline-block;
    background-color:#ffff00;
    color: #222;
    border-radius:5px;
	border: none;
    white-space: nowrap;
    margin: 3px 0px;
    padding: 10px 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    cursor: pointer;
}
.ks-cboxtags button label{
	cursor: pointer;	
}
.ks-cboxtags button{
	border: none !important;
}
.ks-cboxtags button span{
	font-size: 1em;
}
.ks-cboxtags button span::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
    font-weight: 900;
    padding: 2px 6px 2px 2px;
    content: "\f005";
    transition: transform .3s ease-in-out;
	color: #222;
}
.ks-cboxtags button:hover{
	background: #222;
	color: #fff;
}
.ks-cboxtags button:hover span::before{
	color: #fff;
}
.ks-cboxtags button.hidden{
	display: none;
}
.ks-cboxtags button.btn--checked{
    background-color:#ccc;
	color: #fff;
}
.ks-cboxtags button.btn--checked span::before{
	color: #fff;
}
.ks-cboxtags button.btn--checked:hover{
    background-color:#444;
	color: #fff;
}
.ks-cboxtags button.btn--checked span::before{
	color: #fff;
}
/*ここまで*/


.s-detail p {
	padding:5px 0;
	line-height:1.6;
}
.s-detail dl.s-detail_info, .s-detail dl.s-detail_info dt, .s-detail dl.s-detail_info dd {
	box-sizing: border-box;
}
.s-detail dl.s-detail_info {
	background: #FBF9F0;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	margin-bottom:25px;
}
.s-detail dl.s-detail_info dt, .s-detail dl.s-detail_info dd {
	padding: 12px 10px 0 10px;
	border-top: 1px solid #B1B1B1;
}
.s-detail dl.s-detail_info dt {
	width: 25%;
	float: left;
}
.s-detail dl.s-detail_info dd {
	background: #fff;
	margin-left: 25%;
	padding-bottom: 12px;
	border-left: 1px solid #B1B1B1;
}
.s-detail dl.s-detail_info dd:after {
	content: '';
	display: block;
	clear: both;
}
.s-detail .google-maps {
}
.s-detail .google-maps iframe {
	max-width: 100%;
	max-height: 100%;
}
.s-detail .youtube {
}
.s-detail .youtube iframe {
	max-width: 100%;
	max-height: 100%;
}
/* 図があって文字がある（f-fl.f-fr有効） */
.s-detail > .detail_type1 {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.s-detail > .detail_type1 .image {
	text-align:center;
	width:40%;
	margin:0 20px;
}
.s-detail > .detail_type1 .image img {
	max-width:100%;
	max-height:350px;
	height:auto;
	overflow:hidden;
}
.s-detail > .detail_type1 .image span {
	display:block;
	text-align:center;
	width:100%;
	padding:0.7em 0.5em 1.5em 0.5em;
	font-weight:bold;
	font-size:0.85em;
}
.s-detail > .detail_type3 .image img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.s-detail > .detail_type1 p.comment {
	width:55%;
	overflow: hidden;
	padding:1em;
}
/* 写真二つ並び */
.s-detail > .detail_type2 {
	width:100%;
}
.s-detail > .detail_type2 .image {
	text-align:center;
	width:44%;
	margin:0 20px 15px 20px;
	display:inline-block;
	vertical-align:top;
}
.s-detail > .detail_type2 .image img {
	max-width:100%;
	max-height:350px;
	height:auto;
	overflow:hidden;
}
.s-detail > .detail_type2 .image span {
	display:block;
	text-align:center;
	width:100%;
	padding:0.7em 0.5em 1.5em 0.5em;
	font-weight:bold;
	font-size:0.9em;/*0.85emから0.9emに変更*/
}
/* detail-typeブロックレベル解除 */
.s-detail > .detail_type1:after, .s-detail > .detail_type2:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	padding-bottom:30px;/**/
	margin-bottom:30px;
}
/* リスト表示 */
.s-detail ul, .s-detail ol {
	list-style: none;
	padding:15px 0;
}
.s-detail ul li {
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 30px;
}
.s-detail ul li:before {
	font-family: FontAwesome;
	content: '\f054';
	color:#16A2C1;
	margin-left: -20px;
	display: block;
	float: left;
}
.s-detail ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.s-detail ol li {
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.s-detail ol li:before {
	content: counter(my-counter)'.';
	counter-increment: my-counter;
	color: #333;
	display: block;
	float: left;
	margin-left: -30px;
	text-align: right;
	font-weight:bold;
}
/* table 1*/
.s-detail table.ta-style1 {
	width:100%;
	border-collapse: collapse;
	margin:5px auto 30px auto;
}
.s-detail table.ta-style1 th, .s-detail table.ta-style1 td {
	border: solid 1px #b0b0b0;
	padding: 8px;
}
.s-detail table.ta-style1 th {
	background:#fbf9f0;
	width:30%;
}
/* table 2*/	
.s-detail table.ta-style2 {
	width:100%;
	border-collapse: collapse;
	margin:5px auto 30px auto;
}
.s-detail table.ta-style2 th, .s-detail table.ta-style2 td {
	border: solid 1px #b0b0b0;
	padding: 8px;
}
/* Aタグ共通 */
a[href^="mailto:"]:after {
	font-family: FontAwesome;
	content: '\f003';
	padding-left: 10px;
}
a[href$=".xls"]:after, a[href$=".xlsx"]:after {
	font-family: FontAwesome;
	content: '\f1c3';
	padding-left: 10px;
}
a[href$=".doc"]:after, a[href$=".docx"]:after {
	font-family: FontAwesome;
	content: '\f1c2';
	padding-left: 10px;
}
a[href$=".pdf"]:after {
	font-family: FontAwesome;
	content: '\f1c1';
	padding-left: 10px;
}
a[href$=".zip"]:after {
	font-family: FontAwesome;
	content: '\f1c6';
	padding-left: 10px;
}
a[target="_blank"], a[href^="http://"], a[href^="mailto:"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".doc"], a[href$=".docx"], a[href$=".pdf"], a[href$=".pdf"], a[href$=".zip"] {
	line-height:1.8;
}
/*関連情報*/
.s-relation {
}
.slider {
	width: 100%;
	margin: 30px auto;
}
.slick-slide {
	margin: 0px 15px;
}
.slick-slide img {
	width: 100%;
	height:auto;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active {
	opacity:1;
}
.slick-current {
	opacity: 1;
}
ul.slider li p.caption {
	padding:10px 0 0 0;
	line-height:130%;
	font-size:16px;/*追記*/
}
ul.slider li a:link {
	color:#111;
}
ul.slider li a:hover img {
	opacity:0.8;
}
/*---------------------------------------------------------------------------*/
/* サイトマップ */
/*---------------------------------------------------------------------------*/
.s-sitemap {
	width:100%;/*overflow:hidden;エディター用*/
}
.s-sitemap p.category {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	padding:0;
}
.s-sitemap p.category:before {
	content:'\f138';
	font-family: FontAwesome;
	padding: 0 .7em 0 0;
	font-weight:normal;
	color:#16A2C1;
}
.s-sitemap ul.listSide {
	width:100%;
	padding:10px 0 25px 2em;
	font-size:1.1em;
}
.s-sitemap ul.listSide li {
	display:inline-block;
	border-left:1px solid #999999;
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;
}
.s-sitemap ul.listSide li:before {
	content:'';
}
.s-sitemap ul.listSide li:last-child {
	border-right:1px solid #999999;
}
/* リスト表示 */
.s-sitemap ul.list {
	list-style: none;
	padding:15px 0;
}
.s-sitemap ul.list li {
	font-size:inherit;
	line-height: 1.4;
	padding: 0.5em 20px;
}
.s-sitemap ul.list li:before {
	font-family: FontAwesome;
	content: '\f054';
	color:#999;
	padding-right:0.5em;
	margin:0px;
}
/*  H3共通　*/
.s-detail h3, .s-relation h3, .s-sitemap h3, .s-calender h3 {
	clear: both;
	border-bottom: solid 3px #ccc;
	position: relative;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:40px;
	margin-bottom:30px;
}
.s-detail h3:after, .s-relation h3:after, .s-sitemap h3:after, .s-calender h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #16A2C1;
	bottom: -3px;
	width: 20%;
}
/*  H4共通　*/
.s-detail h4, .s-relation h4 ,.s-sitemap h4, .s-calender h4 {
	position: relative;
	padding-left: 1.4em;
	line-height: 1.4;
	font-size:1.15em;
	color:#333333;
	font-weight:bold;
	margin:1em 0;
}
.s-detail h4:before, .s-relation h4:before, .s-sitemap h4:before, .s-calender h4:before {
font-family: FontAwesome;
content: "\f138";
 position: absolute;
 font-size: 1em;
 left: 0;
 top: 0;
 color: #9ac239;
}
/*---------------------------------------------------------------------------*/
/* カレンダー */
/*---------------------------------------------------------------------------*/
.s-calender {
	width:100%;
}
.s-calender table {
	width:100%;
}
.s-calender table, th, td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
	text-align:left;
}
.s-calender table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #16A2C1;
	color: #ffffff;
	font-size:1.1em;
	text-align:center;
}
.s-calender table td {
	padding: 10px;
	vertical-align: middle;
}
.s-calender tr td:nth-child(1) {
	width:30%;
}
.s-calender tr td:nth-child(2) {
	width:auto;
}
.s-calender tr td:nth-child(3) {
	width:50%;
}
/* TOPICS一覧
---------------------------------------------------------------------------*/
.s-topics {
	width:100%;
}
.s-topics #topicsListStyle {
	overflow:hidden;
}
.s-topics #topicsListStyle dl {
	font-size:1.05em;
	width: 100%;
	display:block;
	overflow:hidden;
}
.s-topics #topicsListStyle dt {/*日付*/
	display: block;
	width: 17em;
	clear: left;
	float: left;
	border-top: dotted 1px #cccccc;
	box-sizing:border-box;
	padding:0.52em 0;
	line-height:1.5em;
}
.s-topics #topicsListStyle dd {
	display: block;
	width: calc(100% - 17em);
	float: left;
	border-top: dotted 1px #cccccc;
	box-sizing:border-box;
	padding:0.52em 0;
	line-height:1.5em;
}
.s-topics #topicsListStyle dd a {
	text-decoration:none;
}
.s-topics #topicsListStyle dt.event::before {
	background:#F17397;
	color:#FFFFFF;
	font-size:0.6em;
	content:"イベント";
	padding:3px 25px;
	width:80px;
	margin-right:18px;
	box-sizing:border-box;
}
.s-topics #topicsListStyle dt.topic::before {
	background:#0E7AC3;
	color:#FFFFFF;
	font-size:0.6em;
	content:"お知らせ";
	padding:3px 25px;
	margin-right:18px;
}
/*---------------------------------------------------------------------------*/
/* パンフレット */
/*---------------------------------------------------------------------------*/
.s-leaflet {
	width:100%;
}
.s-leaflet dl {
	width:31.5%;
	display:inline-block;
	padding:0 0 15px 0;
	vertical-align:top;
	margin-right:2%;
	text-align:center;
	margin-bottom:20px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.s-leaflet dl:nth-child(3n) {
	margin-right:0%;
}
.s-leaflet dd.file-title {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1em;
	background: url(../common_images/bg_image03.png) repeat;
	color:#333;
	line-height:1.2;
	padding:15px 0.5em;
}
.s-leaflet dd.file-name {
	margin-top:15px;
	text-align:center;
}
.s-leaflet dd.file-name a {
	line-height:1.2;
	padding:0.5em;
	display:block;
}
.s-leaflet dt {
	min-height:180px;
	vertical-align:middle;
	position:relative;
}
.s-leaflet dt img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	max-width:170px;
	max-height:170px;
	overflow:hidden;
	box-shadow: 0 0 8px gray;
}
/* SNSシェアボタン 
---------------------------------------------------------------------------*/
.sns_btn {
	width:30%;
	text-align:right;
	float:right;
	padding:20px 0 0 0;
}
.icon-line:before {
	content: "\e900";
	color:#FFFFFF;
}
.icon-facebook:before {
	content: "\ea90";
	color:#FFFFFF;
}
.icon-instagram:before {
	content: "\ea92";
	color:#FFFFFF;
}
.icon-twitter:before {
	content: "\ea96";
	color:#FFFFFF;
}
a.sns_twitter, a.sns_facebook, a.sns_instagram, a.sns_line {
	text-decoration : none;
	font-size : x-large;
	display: inline-block;
	padding:8px;
	overflow: hidden;/*はみ出た部分を隠す*/
	border-radius:7px;/*角丸に*/
	height:100%;
	line-height:1;
}
a.sns_twitter {
	background:#55acee;
}
a:hover.sns_twitter {
	color : #55acee;
}
a.sns_facebook {
	background:#315096;
}
a.sns_line {
	background:#00c300;
}
a.sns_instagram {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns_font ul {
	width : auto;
	margin:0 auto;
}
.sns_font li {
	display:inline-block;
	margin:0 1px;
}


/*　1024px以下の場合はこのCSSが適用されます　*/
@media all and (max-width:1024px) {
/* SUB NAVIGATION TOOL
---------------------------------------------------------------------------*/
#subTool {
	width:100%;
}
/* SUB CATEGORY IMAGE
---------------------------------------------------------------------------*/
.category-SubImage01, .category-SubImage02, .category-SubImage03, .category-SubImage04, .category-SubImage05, .category-SubImage06, .category-SubImage07, .category-SubImage99 {
	width:100%;
	height:120px;
}
/* SUB CATEGORY IMAGE
---------------------------------------------------------------------------*/
.categoryImage {
	width:100%;
}
.categoryImage img {
	width:100%;
	height:auto;
}
/* SUB CONTENTS
---------------------------------------------------------------------------*/
#s-contents {
	width:100%;
	padding:0 10px;
}
/* CATEGORY
---------------------------------------------------------------------------*/
.s-category img {
	width:100%;
	height:auto;
}
.s-category dl, .s-categoryList dl, .s-categoryTopics dl {
	width:32%;
	margin-right:1.5%;
	margin-bottom:1.5%;
}
/* DETAIL SEARCH
---------------------------------------------------------------------------*/
.s-detailSearch {
	padding:30px 0;
}
.s-detailSearch .selectArea {
	margin:0 15px;
}
.s-detailSearch .selectArea .checkbox {
	width:32%;
}
/* 2カラム
---------------------------------------------------------------------------*/
#s-container {
	width:100%;
	padding:0 10px;
}
.leftColumn {
	width:280px;
	float:left;
	margin-right:0px;
}
.rightColumn {
	width:70%;
}
/* SNSシェアボタン 
---------------------------------------------------------------------------*/
.sns_btn {
	width:100%;
	text-align:center;
	float:right;
	padding-top:0px;
}
.s-detail > .detail_type1 p.comment {
	width:50%;
}
/* 写真二つ並び */
.s-detail > .detail_type2 .image {
	margin:0 15px 15px 15px;
}
/* TOPICS一覧
---------------------------------------------------------------------------*/
.s-topics #topicsListStyle dl {
	font-size:1em;
}
.s-topics #topicsListStyle dt {
	width: 34%;
}
.s-topics #topicsListStyle dd {
	width: 66%;
}
}
/*　768px以下の場合はこのCSSが適用されます　*/
@media all and (max-width:768px) {
.categoryImage {
	margin-top:0px;
	padding-top:20px;
}
.s-detailSearch .selectArea .checkbox {
	width:47%;
}
.s-detail .google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	display:block;
	margin-bottom:50px;
}
.s-detail .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s-detail .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	display:block;
	margin-bottom:50px;
}
.s-detail .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* SUB CONTENTS
---------------------------------------------------------------------------*/
#s-contents p.maincopy {
	width:100%;
}
/* 2カラム
---------------------------------------------------------------------------*/
#s-container {
	width:100%;
	padding:0 10px;
}
.leftColumn {
	width:100%;
	float:right;
	margin-right:0px;
}
.rightColumn {
	float:left;
	width:100%;
	display:block;
}
/*サイド詳細検索固定ボタン
---------------------------------------------------------------------------*/
.go-search {
	display:block;
	color:#fff;
	position:fixed;
	right:0px;
	z-index:7;
	writing-mode:vertical-lr;
	-ms-writing-mode: tb-rl;
	background: #b0507b;
	top:150px;
	font-size:0.8em;
}
.go-search a {
	display:block;
	padding:20px 15px;
}
.go-search a span {
	text-align:center;
	display:block;
	font-weight:bold;
	color:#fff;
	line-height:1.1;
}
/* サイドメニュー */
.balloonTitle-stay, .balloonTitle-eat, .balloonTitle-meguru, .balloonTitle-spa, .balloonTitle-play, .balloonTitle-buy, .balloonTitle-cycle {
	width:100%;
}
/* サイド検索BOX */
.sideSearchBox .selectArea .checkbox2 {
	min-width:20%;
	display:inline-block;
}
/* 右側リスト表示 */
.s-categoryTopics dl.list, .s-categoryList dl.list {
	float:none;
	margin-right:0px;
	width:100%;
}
/* SUB PAGE HEADER
---------------------------------------------------------------------------*/
#subTool h1 {
	position: absolute;
	top:5px;
	left:70px;
	padding:0px;
}
#subTool h1 img {
	width:75%;
}
#subTool .subToolArea {
	width:50%;
}
/*---------------------------------------------------------------------------*/
/* サイトマップ */
/*---------------------------------------------------------------------------*/
.s-sitemap p.category {
	padding-left:1em;
}
.s-sitemap ul.listSide {
	padding:10px 0 25px 3em;
}
.s-sitemap ul.listSide li {
	display:inline-block;
	border-left:1px solid #999999;
}
/*---------------------------------------------------------------------------*/
/* TOPICS一覧 */
/*---------------------------------------------------------------------------*/
.s-topics #topicsListStyle dl {
	font-size:1em;
}
.s-topics #topicsListStyle dt {
	width: 100%;
}
.s-topics #topicsListStyle dd {
	width: 100%;
	border-top: none;
}
}
/*　480px以下の場合はこのCSSが適用されます　*/
@media all and (max-width:480px) {
.categoryImage {
	padding-top:70px;
}
/* SUB CATEGORY IMAGE
---------------------------------------------------------------------------*/
.category-SubImage01, .category-SubImage02, .category-SubImage03, .category-SubImage04, .category-SubImage05, .category-SubImage06, .category-SubImage07, .category-SubImage99 {
	width:100%;
	position: relative;
	margin-top:70px;
	height:100px;
}
.category-SubImage01 span, .category-SubImage02 span, .category-SubImage03 span, .category-SubImage04 span, .category-SubImage05 span, .category-SubImage06 span, .category-SubImage07 span, .category-SubImage099 span {
	font-size:1.5em;
	line-height:1.5;
}
/* SUB NAVIGATION TOOL
---------------------------------------------------------------------------*/
#subTool {
	width:100%;
	position:relative;
}
#subTool .subToolArea {
	width:100%;
	padding:10px;
	position: absolute;
	top:70px;
	height:60px;
	overflow:hidden;
	display:block;
}
/* SUB PAGE HEADER
---------------------------------------------------------------------------*/
#subTool .pc {
	display:none;
}
#subTool .mb {
	display:none;
}
#subTool .sp {
	display:block;
}
#subTool h1 {
	position: absolute;
	top:10px;
	right:5px;
	text-align:right;
}
#subTool h1 img {
	width:90%;
}
/*---------------------------------------------------------------------------*/
/*カテゴリートップ */
/*---------------------------------------------------------------------------*/
/* CATEGORY
---------------------------------------------------------------------------*/
.s-category {
	width:100%;
	text-align:center;
	padding:50px 0;
	overflow:hidden;
}
.s-category .subCategory {
	padding:30px 0;
}
.s-category img {
	width:100%;
	height:auto;
}
.s-category dl {
	width:49%;
	text-align: center;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
	display:block;
	position:relative;
}
.s-category dl:nth-of-type(3n) {
	margin-right:2%;
}
.s-category dl:nth-of-type(2n) {
	margin-right:0px;
}
.s-category dl a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.s-category dt {
	padding:10px 0;
	font-size:.9em;
}
/*サイド詳細検索固定ボタン
---------------------------------------------------------------------------*/
.go-search {
	background-color: rgba(176,80,123,0.9);
	font-size:0.8em;
	top:160px;
}
.go-search a {
	padding:15px 11px;
}
/* DETAIL SEARCH
---------------------------------------------------------------------------*/
.s-detailSearch .selectArea {
	margin:0 10px;
}
.s-detailSearch .selectArea .checkbox {
	width:100%;
	margin:5px 0;
}
/*2*/
.s-detailSearch .selectArea .checkbox2 {
	min-width:50%;
	margin:5px;
	padding: 10px 0 10px 42px;
}
.s-detailSearch .selectArea p {
	font-size:1.0em;
	padding-bottom:0;
}
/* SUB共通H2テキスト
---------------------------------------------------------------------------*/
.s-category h2, .s-detailSearch h2, .s-categoryTopics h2 {
	font-size:1.4em;
}
.s-category h2:before, .s-detailSearch h2:before, .s-categoryTopics h2:before {
	width:7em;
}
/* CATEGORY TOPICS
---------------------------------------------------------------------------*/
.s-categoryTopics {
	padding:30px 0;
}
#listStyle {
	padding-top:10px;
}
.s-categoryTopics dl.list, .s-categoryList dl.list {
	padding:20px;
	display:block;
	text-align:center;
}
.s-categoryTopics dl.list dt, .s-categoryList dl.list dt {
	float:none;
	display:block;
	margin-right:0px;
	width:100%;
}
.s-categoryTopics dl.list dd, .s-categoryList dl.list dd {
	float:none;
	width:100%;
}
.s-categoryTopics dl.list dd.title, .s-categoryList dl.list dd.title {
	font-size:1.1em;
	line-height:1.5;
}
/*---------------------------------------------------------------------------*/
/* 詳細ページ */
/*---------------------------------------------------------------------------*/
/*施設の詳細*/
.s-detail h2.pagetitle {
	font-size:1.2em;
	width: 100%;
	padding-right: 10px;
}
	
/* 20210311お気に入りボタン追加*/
.ks-cboxtags {
	display: inline;
	overflow: hidden;
	width:40px;
}
.ks-cboxtags .myfavorite_btn{
    display: inline-block;
    border-radius:16px;
	width:32px;
	height:32px;
    margin: 3px 0px;
    padding: 0px;
}
.ks-cboxtags .myfavorite_btn label{
	display: none;
	}
.ks-cboxtags .myfavorite_btn span::before {
	font-size: 16px;
    padding: 8px;
}



/*ここまで*/	
	
	
.s-detail h3 {
	font-size:1.3em;
	margin-bottom:15px;
}
.s-detail dl.s-detail_info, .s-detail dl.s-detail_info dt, .s-detail dl.s-detail_info dd {
	box-sizing: border-box;
}
.s-detail dl.s-detail_info {
	width:96%;
	margin:0 auto;
	background:none;
	border-right:none;
	border-bottom: none;
	border-left: none;
	margin-bottom:25px;
}
.s-detail dl.s-detail_info dt, .s-detail dl.s-detail_info dd {
	padding:10px 0 5px 0;
	border-top:none;
}
.s-detail dl.s-detail_info dt {
	width: 100%;
	float: none;
	font-weight:bold;
}
.s-detail dl.s-detail_info dt:before {
	font-family: FontAwesome;
	content: '\f138';
	padding-right:0.5em;
	color:#16A2C1;
}
.s-detail dl.s-detail_info dd {
	width:100%;
	background: #fff;
	margin-left: 0;
	padding-bottom: 12px;
	margin-bottom:.5em;
	border-left: none;
	float:none;
}
.s-detail dl.s-detail_info dd:after {
	content: '';
	display: block;
	clear: both;
}
.s-detailSearch .selectArea .select2 dd.radio1 {
	margin:8px 0;
	float:none;
	text-align:center;
}
/* 図があって文字がある（f-fl.f-fr有効） */

.s-detail > .detail_type1 .image {
	width:100%;
	margin:0px;
}
.s-detail > .detail_type1 p.comment {
	width:100%;
}
/* 写真二つ並び */
.s-detail > .detail_type2 .image {
	width:100%;
	margin:0 0px 15px 0px;
}
/* detail-typeブロックレベル解除 */
.s-detail > .detail_type1:after, .s-detail > .detail_type2:after {
	padding-bottom:0px;
	margin-bottom:0px;
}
/*.s-detail .google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	display:block;
	margin-bottom:50px;
}
.s-detail .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s-detail .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	display:block;
	margin-bottom:50px;
}
.s-detail .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/*---------------------------------------------------------------------------*/
/* サイトマップ */
/*---------------------------------------------------------------------------*/
.s-sitemap p.category {
	font-size:1.3em;
	margin-bottom:0.4em;
}
.s-sitemap ul.listSide li {
	line-height:1.2;
}
/*---------------------------------------------------------------------------*/
/* パンフレット */
/*---------------------------------------------------------------------------*/
.s-leaflet {
	width:100%;
}
.s-leaflet dl {
	width:48%;
	margin-right:2%;
}
.s-leaflet dl:nth-child(3n) {
	margin-right:2%;
}
.s-leaflet dl:nth-child(2n) {
	margin-right:0%;
}
.s-leaflet dt {
	min-height:160px;
}
.s-leaflet dt img {
	max-width:150px;
	max-height:150px;
	box-shadow:none;
}
.s-leaflet dd.file-title {
	font-size:0.9em;
}
.s-leaflet dd.file-name a {
	font-size:0.8em;
}
}
