@charset "UTF-8";

/* リセット */
body,div,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,tr,td,th,address,header,footer,nav,article,section,aside,figure,figcaption {margin:0; padding:0;}
body,div,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,address,header,footer,nav,article,section,aside,figure,figcaption {display:block;}
ul,ol {list-style-type:none;}
img {border:none; vertical-align:middle;}

/* ユーティリティー */
a {zoom:1; text-decoration:none; color:#333; transition: opacity 0.8s; -webkit-transition: opacity 0.8s; -ms-transition: opacity 0.8s; -o-transition: opacity 0.8s;}
a:hover, a.active, a.np {opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)";}
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.flt-l {float: left;}
.flt-r {float: right;}
.clearfix:after {
	content:"";
	clear:both;
	display:block;
}
.page {margin:0 auto; width:1140px;}

.boxshadow {box-shadow:rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px; -webkit-box-shadow:rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px; -moz-box-shadow:rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px;zoom: 1;position:relative;}
table {border-collapse:collapse;}

.sptel {
	cursor:default;
	pointer-events:none;
}
.mgb15 {
	margin-bottom: 15px;
}


/* -------------------------------------
header
------------------------------------- */
header #hdrtop {
	font-size:0;
	background-color:#434343;
	vertical-align:top;
}
header #hdrtop p {
	font-size:12px;
	line-height:37px;
	color:#fff;
	vertical-align:top;
	display:inline-block;
	padding:0 10px 0 0;
	border-right:1px solid #666;
	box-sizing:border-box;
}
header #hdrtop #language {
	vertical-align:top;
	display:inline-block;
	border-right:1px solid #666;
	position:relative;
}
header #hdrtop #language dt, header #hdrtop #language dd a {
	font-size:12px;
	line-height:37px;
	vertical-align:top;
	color:#fff;
	padding:0 10px;
	box-sizing:border-box;
}
header #hdrtop #language dt {
	padding:0px 10px 0 28px;
	background:url(../imgs/common/arrow_btm_gr.png) no-repeat 10px center;
	background-size:9px auto;
	cursor:pointer;
}
header #hdrtop #language dd {
	width:100%;
	display:none;
	background-color:#434343;
	position:absolute;
	top:100%;
	left:0;
	z-index:5;
}
header #hdrtop #language dd li a {
	font-size:13px;
	line-height:30px;
	display:block;
	padding:0 10px;
	box-sizing:border-box;
}
header #hdrtop #language dd li:last-child a {
	padding-bottom:8px;
}



header #hdrtop #subnavi_wrap {
	display:inline-block;
	position:relative;
}
header #hdrtop #subnavi_expand {
	display:none;
}
header #hdrtop #subnavi {
	display:inline-block;
	vertical-align:top;
}
header #hdrtop #subnavi li {
	display:inline-block;
}
header #hdrtop #subnavi li a {
	font-size:12px;
	line-height:37px;
	color:#fff;
	display:block;
	padding:0 10px 0 27px;
	box-sizing:border-box;
	background:url(../imgs/common/arrow_rgt_or.png) no-repeat 10px 50%;
	background-size:10px auto;
}
header #hdrtop #subnavi li a:hobver {
	text-decoration:underline;
}
header #hdrtop aside#sns {
	float:right;
}
header #hdrtop aside#sns #snsbtn {
	text-align:center;
	height:37px;
	padding:8px 10px 0 10px;
	display:block;
	box-sizing:border-box;
}
header #hdrtop aside#sns ul {
	display:none;
}
header #hdrtop aside#sns li a {
	padding:0;
}
header #hdrtop aside#sns {
	position:relative;
}
header #hdrtop aside#sns ul {
	width:156px;
	padding:0 2px;
	background-color:#333;
	position:absolute;
	top:100%;
	right:0;
	z-index:10;
}
header #hdrtop aside#sns ul li {
	display:inline-block;
	margin-right:0;
}
header #hdrtop aside#sns ul li a {
	display:block;
	margin:10px;
	box-sizing:border-box;
}

header a#menu_btn,
header a#menu_btn span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
header a#menu_btn {
	width:50px;
	height:45px;
	padding:0;
	display:none;
	box-sizing:border-box;
	position:absolute;
	top:43px;
	left:20px;
	z-index:1000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header a#menu_btn span {
	width:30px;
	height:5px;
	margin:0 auto;
	background-color:#57a33d;
	position:absolute;
	left:0;
	right:0;
}
header a#menu_btn span:nth-of-type(1) {
	top:10px;
}
header a#menu_btn span:nth-of-type(2) {
	top:20px;
}
header a#menu_btn span:nth-of-type(3) {
	top:30px;
}
header a#menu_btn.active {
	background-color:#57a33d;
	opacity:1.0;
}
header a#menu_btn.active span {
	background-color:#fff;
}
header a#menu_btn.active span:nth-of-type(1) {
	-webkit-transform:translateY(10px) rotate(-315deg);
	transform:translateY(10px) rotate(-315deg);
}
header a#menu_btn.active span:nth-of-type(2) {
	opacity:0;
}
header a#menu_btn.active span:nth-of-type(3) {
	-webkit-transform:translateY(-10px) rotate(315deg);
	transform:translateY(-10px) rotate(315deg);
}

header nav dd a.categorytop {
	display:none;
}

#header_search {
	width:100%;
	display:none;
	background-color:#40a0cd;
	box-sizing:border-box;
	/*position:absolute;
	top:0;
	left:0;
	z-index:2999;*/
}
#header_search form {
	width:91%;
	float:left;
}

#header_search form input#s {
	font-size:24px;
	color:#000;
	line-height:1.0;
	width:80%;
	float:left;
	padding:10px;
	margin:15px 0;
	display:block;
	background-color:#6fb6d7;
	box-sizing:border-box;
}
#header_search form input#s::-webkit-input-placeholder {
	color:#666;
}
#header_search form input#s:-ms-input-placeholder {
	color:#666;
}
#header_search form input#s::-moz-placeholder {
	color:#666;
}
/*#header_search form input#s:focus {
	color:#333;
	background-color:#80b26f;
	transition-duration:0.7s;
	-webkit-transition-duration:0.7s;
	-moz-transition-duration:0.7s;
	-o-transition-duration:0.7s;
	outline: 0;
}*/
#header_search form #searchsubmit {
	text-indent:-9999px;
	width:7%;
	height:80px;
	display:block;
	float:right;
	padding:29px 0;
	background:url(../imgs/common/icon_headsearch.png) no-repeat center center;
	background-size:22px auto;
	box-sizing:border-box;
	cursor:pointer;
}
#header_search form #searchsubmit:hover {
	opacity:0.8;
}

#header_search a {
	text-align:center;
	width:7%;
	height:80px;
	display:block;
	float:right;
	padding:29px 0;
	background-color:#2795c7;/*#1c7600*/
	box-sizing:border-box;
}
#header_search a img {
	width:22px;
	height:auto;
}



/* -------------------------------------
common
------------------------------------- */
article {
	overflow:hidden;
}
.archive {
	padding-top:50px;
}
.taxonomy {
	padding-top:50px;
}
.expage {
	padding-top:50px;
}

.bg_black {
	background-color:#1d1d1d;
}
.bg_gray {
	background-color:#eeeeee;
}
.pagenavi {
	margin-bottom:35px;
}
.pagenavi dl {
	display:table;
	float:left;
	margin-right:15px;
	background-color:#dedcdd;
}
.pagenavi .homelink dt, .pagenavi .homelink dd {
	display:table-cell;
	vertical-align:middle;
}
.pagenavi .homelink dt{
	padding:5px 10px;
	background-color:#000;
}
.pagenavi .homelink dd {
	padding:5px 12px 5px 12px;
}
.pagenavi .homelink dd img {
	margin-right:10px;
}

.pagenavi dl.pagelink {
	width:210px;
	margin-right:0;
	position:relative;
}
.pagenavi dl.pagelink dt a {
	display:block;
	padding:5px 12px 5px 12px;
	background:url(../imgs/common/arrow_btm_bk.png) no-repeat 95% center;	
	box-sizing:border-box;
}
.pagenavi dl.pagelink dt a:hover {
	color:#fff;
	background-color:#000;
}
.pagenavi dl.pagelink dd {
	width:100%;
	display:none;
	background-color:#dedcdd;
	position:absolute;
	top:100%;
	z-index:15;
}
.pagenavi dl.pagelink dd a {
	display:block;
	padding:6px 12px 4px 12px;
	box-sizing:border-box;
}
.pagenavi dl.pagelink dd li:last-child {
	padding:6px 12px 4px 12px;
	box-sizing:border-box;
}
.pagenavi dl.pagelink dd a:hover {
	color:#fff;
	background-color:#000;
}
.pagenavi dl.pagelink dd a img {
	width: 22px !important;
}

.blk {
	margin-bottom:75px;
}
.ttl_icon {
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin-bottom:40px;
	padding-top:70px;
	background:url(../imgs/common/icon_ttl.png) no-repeat center top;
	background-size:59px auto;
	position:relative;
}
.ttl_icon span.bg {
	display:inline-block;
	padding:0 40px;
	background-color:#fff;
}
.ttl_icon:after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	border-top:1px dotted #333;
	position:absolute;
	top:85px;
	z-index:-1;
}

.ttl_icon.ov {
	background:url(../imgs/common/gnavi_icon1.png) no-repeat center 15px;
	background-size:45px auto;
}
.ttl_icon.td {
	background:url(../imgs/common/gnavi_icon2.png) no-repeat center 15px;
	background-size:45px auto;
}
.ttl_icon.es {
	background:url(../imgs/common/gnavi_icon3.png) no-repeat center 15px;
	background-size:45px auto;
}
.ttl_icon.st {
	background:url(../imgs/common/gnavi_icon4.png) no-repeat center 15px;
	background-size:45px auto;
}
.ttl_icon.ti {
	background:url(../imgs/common/gnavi_icon5.png) no-repeat center 15px;
	background-size:45px auto;
}
.ttl_icon.sa {
	background:url(../imgs/common/gnavi_icon6.png) no-repeat center 15px;
	background-size:45px auto;
}


.ttl_icon2 {
	font-size:24px;
	line-height:1.0;
	padding:13px 0 13px 75px;
	margin-bottom:45px;
	background:url(../imgs/common/icon_ttl.png) no-repeat left top;
	background-size:59px auto;
	position:relative;
}

.ttl_normal {
	font-size:24px;
	line-height:28px;
	margin-bottom:40px;
}
.ttl_normal span.ttlja {
	font-size:12px;
	font-weight:normal;
	line-height:1.2;
	display:block;
}

.ttl_rhombus {
	display:table;
	margin-bottom:75px;
}

.archive_ftttl {
	font-size:24px;
	text-align:center;
	margin-bottom:40px;
	position:relative;
}
.archive_ftttl span.bg {
	display:inline-block;
	padding:0 40px;
	background-color:#fff;
}
.archive_ftttl:after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	border-top:1px dotted #333;
	position:absolute;
	top:14px;
	z-index:-1;
}

.ttl_rhombus .left {
	width:31.6%;
	height:100%;
	display:table-cell;
	vertical-align:top;
	overflow:hidden;
	position:relative;
}
.ttl_rhombus .left:before {
	content:"";
	width:100%;
	height:35px;
	display:block;
	background:url(../imgs/common/slanting_top.png) no-repeat left top;
	background-size:101% auto;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.ttl_rhombus .left:after {
	content:"";
	width:100%;
	height:35px;
	display:block;
	background:url(../imgs/common/slanting_btm.png) no-repeat left bottom;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.ttl_rhombus .right {
	width:68.4%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.ttl_rhombus .right:before {
	content:"";
	width:100%;
	height:6.5%;
	display:block;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.ttl_rhombus .left h1 {
	color:#fff;
	text-align:center;
	width:53%;
	height:170px;
	margin:0 auto;
	background-color:#000;
	position:relative;
}
.ttl_rhombus .left h1 span {
	display:inline-block;
}
.ttl_rhombus .left p {
	font-size:17px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100%;
	position:absolute;
	top:57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ttl_rhombus .left p.area {
	font-size:14px;
	color:#fff;
	line-height:1.0;
	width:40%;
	padding:7px 10px 5px 10px;
	margin:0 auto;
	background-color:#dc4e55;
	box-sizing:border-box;
	top:auto;
	bottom:20%;
	left:0;
	right:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.ttl_rhombus .left a {
	font-size:18px;
	text-align:center;
	color:#fff;
	width:50%;
	display:block;
	margin:0 auto;
	padding:10px 10px 30px 10px;
	background-color:#000;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.ttl_rhombus .left a img {
	display:inline-block;
	margin-left:8px;
	vertical-align:2px;
}
.ttl_rhombus .mainimg {
	position:relative;
}
.ttl_rhombus .mainimg li {
	/*display:none;
	position:absolute;
	top:0;
	left:0;*/
}
.ttl_rhombus .mainimg li img {
	width:100%;
	height:auto;
}
.ttl_rhombus .mainimg li:nth-child(1) {
	/*display:block;*/
}

.maincap {
	font-size:16px;
	margin-bottom:40px;
}
.maincap2 {
	padding-left:75px;
	margin-bottom:50px;
}

.noimg {
	border:1px solid #ccc;
	box-sizing:border-box;
}
input[type="text"], input[type="submit"], textarea {
    -webkit-appearance: none;
	border:none;
}






.allmore {
	font-size:13px;
	color:#fff;
	text-align:center;
	width:150px;
	display:block;
	padding:5px 10px 5px 10px;
	margin:0 auto;
	background:#000 url(../imgs/common/arrow_rgt_wh.png) no-repeat 94% center;
	box-sizing:border-box;
}
.moreext {
	width:80px;
	margin:0 auto;
	background-color:#000;
	-webkit-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	transform:rotate(-4deg);
	overflow:hidden;
}
.moreext a {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	width:100%;
	padding:5px 8px;
	margin:0;
	display:block;
	box-sizing:border-box;
	-webkit-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	transform:rotate(4deg);
}

.scall_wrap {
	overflow:hidden;
}
.scall_wrap img {
	width:100%;
	height:auto;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
}
a:hover .scall_wrap img {
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}



.skew_normal {
	transform: skew(0, 5deg);
	-webkit-transform: skew(0, 5deg);
	-moz-transform: skew(0, 5deg);
	-o-transform: skew(0, 5deg);
}


.line {
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	/*background:url(../imgs/common/line.png) repeat-x center bottom;*/
}

.cat_pagehead {
	margin-bottom:50px;
}
.cat_pagehead .maintxt {
	width:-webkit-calc(100% - 330px);
	width:calc(100% - 330px);
	float:left;
}
.cat_pagehead .maintxt.all {
	width:-webkit-calc(100%);
	width:calc(100%);
	float:none;
}
.cat_pagehead .maintxt p {
	font-size:15px;
	font-weight:bold;
	margin-bottom:40px;
}
.cat_pagehead .maintxt dl {
	font-size:0;
	margin-bottom:8px;
}
.cat_pagehead .maintxt dl:last-child {
	margin-bottom:0;
}
.cat_pagehead .maintxt dl dt {
	font-size:15px;
	font-weight:bold;
	line-height:25px;	
}
.cat_pagehead .maintxt dl dd li {
	display:inline-block;
}
.cat_pagehead .maintxt dl dd li:after {
	content:"/";
	font-size:14px;
	padding:0 5px;
}
.cat_pagehead .maintxt dl dd li:last-child:after {
	content:none;
}
.cat_pagehead .maintxt dl dd li a {
	font-size:14px;
	font-weight:bold;
	color:#5da049;
	display:inline-block;
	padding:3px 0;
}
.cat_pagehead .maintxt dl.map dd li a {
	padding-left:22px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
}
.cat_pagehead #bookingbnr {
	float:right;
}


.cat_searchhead {
	margin-bottom:50px;
}
.cat_searchhead .left {
	width:60%;
	float:left;
}
.cat_searchhead .left p {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.cat_searchhead .maintxt dl {
	margin-bottom:20px;
}
.cat_searchhead .maintxt dl dt {
	font-size:15px;
	font-weight:bold;
	line-height:25px;
}
.cat_searchhead .maintxt dl dd li {
	display:inline-block;
}
.cat_searchhead .maintxt dl dd li:after {
	content:"/";
	font-size:14px;
	padding:0 5px;
}
.cat_searchhead .maintxt dl dd li:last-child:after {
	content:none;
}
.cat_searchhead .maintxt dl dd li a {
	font-size:14px;
	font-weight:bold;
	color:#5da049;
	display:inline-block;
	padding:3px 0;
}
.cat_searchhead .maintxt dl.map dd li a {
	padding-left:22px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
}


.cat_searchhead .selectarea {
	margin-bottom:15px;
}
.cat_searchhead .selectarea dl {
	width:100%;
}
.cat_searchhead .selectarea .clm2 {
	margin-bottom:10px;
}
.cat_searchhead .selectarea .clm2 dl:nth-child(1) {
	width:49%;
	float:left;
	margin-right:2%;
}
.cat_searchhead .selectarea .clm2 dl:nth-child(2) {
	width:49%;
	float:right;
}


.cat_searchhead .selectarea dl dt {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}
.cat_searchhead .left #search_conditions {
	font-size:0;
	margin-bottom:15px;
}
.cat_searchhead .left #search_conditions li {
	font-size:13px;
	display:inline-block;
	margin-right:15px;
}
.cat_searchhead .left #search_word dd input {
	font-size:13px;
	line-height:20px;
	width:100%;
	height:34px;
	padding:6px;
	border:1px solid #ccc;
	box-sizing:border-box;
}

.cat_searchhead.mgn {
	margin-top:30px;
}
.cat_searchhead .left.fltnone {
	width:100%;
	float:none;
	margin-top:40px;
}
.cat_pagehead .maintxt .left.fltnone dl dt {
	width:auto;
	float:none;
	clear:none;
}
.cat_pagehead .maintxt .left.fltnone dl dd {
	margin-left:0;
}


.cat_searchhead .right {
	width:38%;
	float:right;
}
.cat_searchhead .right p img {
	width:100%;
	height:auto;
}
.cat_searchhead .left #submitarea {
	font-size:0;
	text-align:right;
}
.cat_searchhead .left #searchsubmit {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	text-align:center;
	display:inline-block;
	width:100px;
	padding:6px;
	background-color:#333;
	box-sizing:border-box;
}




.cat_pagehead .maintxt.all #gourmet_head .txt {
	width:52%;
	float:left;
	position:relative;
	top:-6px;
}
.cat_pagehead .maintxt.all #gourmet_head .txt p {
	font-size:14px;
	/*font-weight:normal;*/
}
.cat_pagehead .maintxt.all #gourmet_head img {
	width:43%;
	height:auto;
	float:right;
}





/*------------ 記事一覧(ひし形) ------------*/
.archive .list-rhombus {
	margin-bottom:70px;
}
.list-rhombus li {
	width:23.5%;
	height:265px;
	float:left;
	margin-right:2%;
	margin-bottom:25px;
}
.list-rhombus li:nth-child(4n) {
	margin-right:0;
}
.list-rhombus li a {
	height:100%;
	display:block;
	background-color:#000;
}
.list-rhombus li a:hover {
	opacity:1.0;
}
.list-rhombus li a .rhombus_corner {
	width:100%;
	height:100%;
	position:relative;
}
.list-rhombus li a .rhombus_corner:before, .list-rhombus li a .rhombus_corner:after {
	content:"";
	width:100%;
	height:50px;
	display:block;
	position:absolute;
	left:0;
	z-index:10;
}
.list-rhombus li a .rhombus_corner:before {
	background:url(../imgs/common/slanting_top.png) no-repeat center top;
	background-size:100% auto;
	top:0;
}
.list-rhombus li a .rhombus_corner:after {
	background:url(../imgs/common/slanting_btm.png) no-repeat center bottom;
	background-size:100% auto;
	bottom:0;
}
.list-rhombus li .listttl {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1.4;
	max-width:90%;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:15%;
	z-index:10;
}
.list-rhombus li .listttl span{
	display:inline-block;
	min-width:60%;
	padding:6px 10px 5px 10px;
	background-color:#edb43c;
	box-sizing:border-box;
}
.list-rhombus li .listcap {
	color:#fff;
	text-align:center;
	width:100%;
	opacity:0;
	padding:10px 20px;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
}
.list-rhombus li a:hover .listcap {
	opacity:1.0;
}
.list-rhombus li p.area {
	width:150px;
	height:120px;
	box-sizing:border-box;
	position:absolute;
	top:0;
	right:0;
	z-index:9;
}
.list-rhombus li p.area.bk {
	background-color:rgba(0,0,0,0.5);
}
.list-rhombus li p.area.bl {
	background-color:rgba(65,191,237,0.5);
}
.list-rhombus li p.area.or {
	background-color:rgba(237,180,60,0.5);
}
.list-rhombus li p.area span {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	padding-left:25px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
	box-sizing:border-box;
	position:absolute;
	bottom:10px;
	right:15px;
}

.list-rhombus li a .scall_wrap2 {
	width:100%;
	height:100%;
	overflow:hidden;
}
.list-rhombus li a .scall_wrap2 span {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
}
.list-rhombus li a:hover .scall_wrap2 span {
	opacity:0.75;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}


/*------------ 記事一覧(ノーマル) ------------*/
.list-normal li {
	width:31.5%;
	float:left;
	margin-right:2.7%;
	margin-bottom:35px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.list-normal li:nth-child(3n) {
	margin-right:0;
}
.list-normal li a {
	display:block;
}
.list-normal li .scall_wrap {
	margin-bottom:20px;
}
.list-normal li .txt {
	padding:0 0 0 17px;
	margin-bottom:5px;
	border-left:6px solid #edb43c;
	box-sizing:border-box;
}
.list-normal li .txt h2 {
	font-size:21px;
	font-weight:normal;
	margin-bottom:10px;
}
.list-normal li .viewnum {
	padding-left:23px;
	box-sizing:border-box;
}

/*------------ 記事一覧(カセット) ------------*/
.list-post li {
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:35px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.list-post.slidefeature li {
	width:auto;
	margin-right:0;
	border-bottom:none;
	box-sizing:border-box;
	outline:none;
}
.list-post li:nth-child(4n) {
	margin-right:0;
}
.list-feature li a {
	display:block;
}
.list-post.slidefeature li a {
	padding:0 10px;
	box-sizing:border-box;
	display:block;
	outline:none;
}
.list-post.slidefeature .slidebox {
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
}
.list-post li .scall_thum {
	width:100%;
	height:180px;
	margin-bottom:20px;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
}
.list-post li .scall_thum.nothum {
	border:1px solid #e4e4e4;
}
.list-post li .scall_thum span.bg {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
	background-color:#333;
}
.list-post li a:hover .scall_thum span.bg {
	opacity:0.75;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}
.list-post li .txt {
	padding:0 0 0 14px;
	margin-bottom:5px;
	border-left:6px solid #edb43c;
	box-sizing:border-box;
}
.list-post li.ks .txt {
	border-left:6px solid #dc4e55;
}
.list-post li.ak .txt {
	border-left:6px solid #5da049;
}
.list-post li.ksak .txt {
	border-left:6px solid #00849f;
}
.list-post li.tanom .txt {
	border-left:6px solid #56bfef;
}
.list-post li .txt .listttl {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.list-post li .txt .listcap {
	font-size:14px;
	margin-bottom:10px;
}
.list-post li .viewnum {
	padding-left:20px;
	box-sizing:border-box;
}

.list-post.hurf {
	width:50%;
	float:left;
}
.list-post.hurf li {
	width:48%;
	margin-right:4%;
}
.list-post.hurf li:nth-child(2n) {
	margin-right:0;
}
#tax_weather {
	margin-bottom:30px;
}


.list-post.slidefeature .slick-prev, .list-post.slidefeature .slick-next {
	width:30px;
	height:30px;
	border-radius:50px;
	display:block;
	background-color:#000;
	top:35%;
	z-index:200;
}
.list-post.slidefeature .slick-prev {
	left:20px;
}
.list-post.slidefeature .slick-next {
	right:20px;
}
.list-post.slidefeature .slick-prev:before, .list-post.slidefeature .slick-next:before {
	content:"";
	width:30px;
	height:14px;
	display:block;
}
.list-post.slidefeature .slick-prev:before {
	background:url(../imgs/index/main_prev.png) no-repeat center center;
	background-size:48% auto;
}
.list-post.slidefeature .slick-next:before {
	background:url(../imgs/index/main_next.png) no-repeat center center;
	background-size:48% auto;
}


/*------------ 記事一覧(カセットNew) ------------*/
.list-cst li {
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:35px;
}
.list-cst li:nth-child(4n) {
	margin-right:0;
}
.list-cst li a {
	display:block;
}
.list-cst .cstttl {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-bottom:15px;
	width:100%;
	display:table;
	box-sizing:border-box;
	background-color:#edb43c;
}
.list-cst .cstttl span {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	padding:5px 10px;
}
.indexver .list-cst .cstttl {
	background: none !important;
	margin-bottom:5px;
}
.indexver .list-cst .cstttl span {
	text-align: left;
	color:#000;
	background: none !important;
	padding:0;
}
.list-cst .ks .cstttl {
	color:#fff;
	background-color:#dc4e55;
}
.list-cst .ak .cstttl {
	color:#fff;
	background-color:#5da049;
}
.list-cst .ksak .cstttl {
	color:#fff;
	background-color:#00849f;
}
.list-cst .tanom .cstttl {
	color:#fff;
	background-color:#56bfef;
}

.list-cst li .scall_thum {
	width:100%;
	height:180px;
	margin-bottom:15px;
	background-color:#000;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
}
.list-cst li .scall_thum.nothum {
	border:1px solid #e4e4e4;
}
.list-cst.clm li .scall_thum {
	margin-bottom:5px;
}
.list-cst li .scall_thum span.bg {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
	background-color:#333;
}
.list-cst li a:hover .scall_thum span.bg {
	opacity:0.75;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}
.list-cst .txt {
	padding:0 0 0 10px;
	margin-bottom:5px;
	border-left:6px solid #edb43c;
	box-sizing:border-box;
}
.list-cst .ks .txt {
	border-left:6px solid #dc4e55;
}
.list-cst .ak .txt {
	border-left:6px solid #5da049;
}
.list-cst .ksak .txt {
	border-left:6px solid #00849f;
}
.list-cst li.tanom .txt {
	border-left:6px solid #56bfef;
}
.list-cst p.csttcap {
	line-height:1.6;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.list-cst .txt dl.cstinfo {
	display:table;
	margin-bottom:3px;
}
.list-cst .txt dl.cstinfo dt, .list-cst .txt dl.cstinfo dd {
	font-size:12px;
	display:table-cell;
}
.list-cst .txt dl.cstinfo dt {
	white-space:nowrap;
}
.list-cst .txt dl.cstinfo.tel dt {
	padding-right:5px;
}
.list-cst .txt dl.cstinfo dd {
	word-wrap:break-word;
	word-break: break-all 
}
.list-cst .cst_icon {
	display:block;
}
.list-cst .cst_icon li {
	width:auto;
	float:none!important;
	display:inline-block;
	margin:0 3px 0 0;
}
.list-cst .cst_icon li:last-child {
	margin-right:0;
}



.list-cst li .viewnum {
	font-size:13px;
	padding-left:16px;
	box-sizing:border-box;
}
.list-cst.clm li .viewnum {
	text-align:right;
	padding-left:0;
}



.postarea {
	font-size:0;
	text-align:right;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}
.postarea span {
	font-size:11px;
	line-height:1.0;
	color:#fff;
	display:inline-block;
	padding:3px 5px;
	margin-right:10px;
	box-sizing:border-box;
}
.postarea span:last-child {
	margin-right:0;
}
.postarea span.area_kushiro, .postarea span.area_kushiro-en, .postarea span.area_kushiro-cn, .postarea span.area_kushiro-tw {
	background-color:#dc4e55;
}
.postarea span.area_akanko, .postarea span.area_akanko-en, .postarea span.area_akanko-cn, .postarea span.area_akanko-tw {
	background-color:#5da049;
}
.postarea span.area_tancho, .postarea span.area_tancho-en, .postarea span.area_tancho-cn, .postarea span.area_tancho-tw,
.postarea span.area_ombetsu, .postarea span.area_ombetsu-en, .postarea span.area_ombetsu-cn, .postarea span.area_ombetsu-tw {
	background-color:#56bfef;
}






/*------------ 特集記事 ------------*/
#spot_head {
	font-size:15px;
	margin-bottom:40px;
}
#spot_head img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:20px;
}
#spot_head .spot_areamap {
	max-width:75%;
	margin:0 auto;
}
.spot {
	margin-bottom:30px;
}
.spot:last-child {
	margin-bottom:0;
}
.spot h2 {
	font-size:24px;
	color:#dc4e55;
	margin-bottom:25px;
}
.spot p {
	font-size:15px;
	margin-bottom:30px;
	word-break:break-all;
	
}
.spot a.fishcalender {
	text-align:center;
	max-width:25%;
	margin:0 auto;
	display:block;
}
.spot p img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:20px;
	margin-top:20px;
	
}
.spot p img:nth-child(1) {
	margin-top:0;
}
.spot p img:nth-child(1) {
	margin-top:0;
}

#discover_nav {
	font-size: 0px;
}
#discover_nav li {
	width:calc((100% - 25px)/2);
	display: inline-block;
	vertical-align:top;
}
#discover_nav li:nth-child(2) ~ li {
	margin-top:25px;
}
#discover_nav li:nth-child(odd) {
	margin-right: 25px;
}
#discover_nav a {
	display: block;
}
#discover_nav h3 {
	font-size: 16px;
	margin-bottom:10px;
}
#discover_nav img {
	width:100%;
	height: auto;
}

.spot .postlink, #spot_head .postlink {
	color:#00849f;
	text-decoration:underline;
	display:inline;
	word-break:break-all;
}
.spot .postlinks {
	text-align:center;
	display:block;
	padding:20px 10px;
	margin-top:20px;
	border-top:1px dashed #e4e4e4;
	border-bottom:1px dashed #e4e4e4;
	box-sizing:border-box;
}
.spot .postlinks a.detail {
	font-size:14px;
	font-weight:bold;
	color:#4d4d4d;
	width:100%;
	max-width:150px;
	display:inline-block;
	padding:6px 10px;
	background-color:#edb43c;
	box-sizing:border-box;
}

.spot p span.scrollblk {
	width:100%;
	height:527px;
	overflow:auto;
	display:block;
}
.spot p span.scrollblk img {
	width:100%;
	height:auto;
	margin-bottom:0;
}

.spot .routepoint {
	width:100%;
	height:400px;
}




/*------------ カセット情報 ------------*/
#poshead {
	position:relative;
}
#poshead h1 {
	width:69.5%;
}
#poshead .right {
	font-size:0;
	text-align:right;
	position:absolute;
	bottom:-40px;
	right:0;
	
}
#poshead .right ul {
	font-size:0;
	text-align:right;display:inline-block;
	margin-bottom:10px;
	padding-top:8px;
}
#poshead .right li {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#poshead .right li:last-child {
	margin-right:0;
}
#poshead .right li a {
	font-size:13px;
	font-weight:bold;
	color:#dc4e55;
	display:block;
	padding:3px 4px 3px 4px;
	border:1px solid #dc4e55;
	box-sizing:border-box;
}
#poshead .right p {
	font-size:14px;
	display:inline-block;
	margin-left:15px;
	box-sizing:border-box;
	vertical-align:middle;
}
#poshead .right p.area {
	padding:0 0 0 20px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
	background-size:15px auto;
}
#poshead .right p.area a {
	font-size:14px;
	font-weight:bold;
	color:#5da049;
}
#poshead .right p.area a:after {
	content:"/";
}
#poshead .right p.area a:last-child:after {
	content:none;
}
#poshead .right p.area span {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#poshead .right p.area span.areaother {
	display:none;
}
#post_mainimg {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	height:550px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.post #post_maincap {
	font-size:15px;
	margin-bottom:25px;
}
.post #post_subimg1, .post #post_subimg2 {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:25px;
}
.post #postinfo {
	margin-bottom:75px;
}
#activity_cap {
	font-size:12px;
	margin-bottom:-15px;
	top:-45px;
	position:relative;
}
.post #postinfo dl {
	width:48%;
	min-height:59px;
	float:left;
	margin-bottom:8px;
	border-bottom:2px dotted #ccc;
}
.post #postinfo dl:nth-child(even) {
	float:right;
}
.post #postinfo dl dt {
	font-weight:bold;
	padding:5px 0 5px 33px;
}
.icon_single1 {
	background:url(../imgs/common/icon_single1.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single2 {
	background:url(../imgs/common/icon_single2.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single3 {
	background:url(../imgs/common/icon_single3.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single4 {
	background:url(../imgs/common/icon_single4.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single5 {
	background:url(../imgs/common/icon_single5.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single6 {
	background:url(../imgs/common/icon_single6.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single7 {
	background:url(../imgs/common/icon_single7.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single8 {
	background:url(../imgs/common/icon_single8.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single9 {
	background:url(../imgs/common/icon_single9.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single10 {
	background:url(../imgs/common/icon_single10.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single11 {
	background:url(../imgs/common/icon_single11.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single12 {
	background:url(../imgs/common/icon_single12.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single13 {
	background:url(../imgs/common/icon_single13.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single14 {
	background:url(../imgs/common/icon_single14.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single15 {
	background:url(../imgs/common/icon_single15.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single16 {
	background:url(../imgs/common/icon_single16.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single17 {
	background:url(../imgs/common/icon_single17.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single18 {
	background:url(../imgs/common/icon_single18.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single19 {
	background:url(../imgs/common/icon_single19.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single20 {
	background:url(../imgs/common/icon_single20.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single21 {
	background:url(../imgs/common/icon_single21.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single22 {
	background:url(../imgs/common/icon_single22.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single23 {
	background:url(../imgs/common/icon_single23.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single24 {
	background:url(../imgs/common/icon_single24.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single25 {
	background:url(../imgs/common/icon_single25.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single26 {
	background:url(../imgs/common/icon_single26.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single27 {
	background:url(../imgs/common/icon_single27.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single28 {
	background:url(../imgs/common/icon_single28.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single29 {
	background:url(../imgs/common/icon_single29.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single30 {
	background:url(../imgs/common/icon_single30.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single31 {
	background:url(../imgs/common/icon_single31.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single32 {
	background:url(../imgs/common/icon_single32.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single33 {
	background:url(../imgs/common/icon_single33.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single34 {
	background:url(../imgs/common/icon_single34.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single35 {
	background:url(../imgs/common/icon_single35.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single36 {
	background:url(../imgs/common/icon_single36.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single37 {
	background:url(../imgs/common/icon_single37.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single38 {
	background:url(../imgs/common/icon_single38.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single39 {
	background:url(../imgs/common/icon_single39.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single40 {
	background:url(../imgs/common/icon_single40.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single41 {
	background:url(../imgs/common/icon_single41.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single42 {
	background:url(../imgs/common/icon_single42.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single43 {
	background:url(../imgs/common/icon_single43.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single44 {
	background:url(../imgs/common/icon_single44.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single45 {
	background:url(../imgs/common/icon_single45.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single46 {
	background:url(../imgs/common/icon_single46.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single47 {
	background:url(../imgs/common/icon_single47.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single48 {
	background:url(../imgs/common/icon_single48.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single49 {
	background:url(../imgs/common/icon_single49.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single50 {
	background:url(../imgs/common/icon_single50.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single51 {
	background:url(../imgs/common/icon_single51.png) no-repeat left center;
	background-size:26px auto;
}
.icon_single52 {
	background:url(../imgs/common/icon_single52.png) no-repeat left center;
	background-size:26px auto;
}
.post #postinfo dl dd {
	word-break:break-all;
	margin:5px 0 8px 0;
	padding-left:34px;
	box-sizing:border-box;
}
.post #postinfo dl dd .postlink {
	color:#00849f;
	text-decoration:underline;
	display:inline;
	word-break:break-all;
}
/*.post #postinfo dl dd a.mailnone {
	display:none;
}*/
.post #postgmap {
	width:130%;
	height:400px;
	background-color:#f2f2f2;
	position:relative;
	left:35%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.post #postgmap iframe {
	width:100%;
	height:100%;
}

.post_link_list {
	font-size:0;
}
.post_link_list li {
	font-size:14px;
	display:inline-block;
}
.post_link_list a {
	font-size:14px;
	text-decoration:underline;
	display:inline-block;
	margin-right:10px;
}
.post_link_list br {
	display:none;
}
.post_hurfmap li {
	width:48.5%;
	float:left;
}
.post_hurfmap li:last-child {
	float:right;
}
.post_hurfmap li p {
	margin-bottom:8px;
}
.post_hurfmap li iframe {
	width:100%;
	height:300px;
}
.spotmap {
	width:100%;
	height:400px;
}

.pdflink {
	font-size:0;
	text-align:center;
	display:block;
}
.pdflink a {
	font-size:14px;
	text-decoration:underline;
	width:70%;
	display:block;
	margin:0 auto;
}
.pdflink a img, #spot_head .pdflink a img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:15px;
}
.ppostpdf {
	color:#00849f;
	text-decoration:underline;
	display:inline-block;
	padding-right:20px;
	margin-right:3px;
	box-sizing:border-box;
	word-break:break-all;
}




#facilityinfo {
	margin-bottom:75px;
}
#facilityinfo dl {
	width:48%;
	float:left;
	margin-bottom:8px;
	border-bottom:2px dotted #ccc;
}
#facilityinfo dl:nth-child(even) {
	float:right;
}
#facilityinfo dl dt {
	font-weight:bold;
	padding:5px 0 5px 33px;
}
#facilityinfo dl dd {
	word-break:break-all;
	margin:5px 0 8px 0;
	padding-left:34px;
	box-sizing:border-box;
}





/*------------ レコメンド記事 ------------*/
.reccomend {
	margin-bottom:40px;
}
.reccomend .ttl {
	font-size:14px;
	line-height:35px;
	padding:0 0 17px 0;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.reccomend .ttl img {
	display:inline-block;
	margin-right:10px;
}
#side.dpy_none .reccomend .postarea, .dpy_none .reccomend .postarea {
	display:none;
}


/*------------ ランキング記事 ------------*/
.ranking {
	margin-bottom:40px;
}
.ranking .ttl {
	font-size:14px;
	line-height:35px;
	margin-bottom:15px;
}
.ranking .ttl img {
	height:auto;
	display:inline-block;
	margin-right:10px;
}
.rank-list li {
	width:18.4%;
	float:left;
	margin-right:2%;
}
.rank-list li:last-child {
	margin-right:0;
}
.rank-list .no {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	text-align:center;
	padding:12px 10px 8px 10px;
	margin-bottom:10px;
	box-sizing:border-box;
}
.rank-list .no.no1 {
	background-color:#edb43c;
}
.rank-list .no.no2 {
	background-color:#dc4e55;
}
.rank-list .no.no3 {
	background-color:#a5449b;
}
.rank-list .no.no4 {
	background-color:#5da049;
}
.rank-list .no.no5 {
	background-color:#5da049;
}
.rank-list li .scall_thum {
	width:100%;
	height:180px;
	margin-bottom:10px;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
}
.rank-list li .scall_thum.nothum {
	border:1px solid #e4e4e4;
}
.rank-list li .scall_thum span.bg {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
	background-color:#333;
}
.rank-list li a:hover .scall_thum span.bg {
	opacity:0.75;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}
.rank-list li .txt {
	padding:0 0 0 10px;
	margin-bottom:5px;
	border-left:6px solid #e4e4e4;
	box-sizing:border-box;
}
.rank-list li.ks .txt {
	border-left:6px solid #dc4e55;
}
.rank-list li.ak .txt {
	border-left:6px solid #5da049;
}
.rank-list li.ksak .txt {
	border-left:6px solid #00849f;
}
.rank-list li .txt .listttl {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.rank-list li .viewnum {
	padding-left:16px;
	box-sizing:border-box;
}


/*------------ singleページ下部SNS ------------*/
#btmsns {
	text-align:center;
	margin-bottom:25px;
}
#btmsns p {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
#btmsns ul {
	font-size:0;
	text-align:center;
}
#btmsns ul:last-child {
	margin-top:25px;
}
#btmsns ul li {
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	position:relative;
}
#btmsns ul li:last-child {
	margin-right:0;
}
#btmsns ul li a {
	display:inline-block;
}


/*------------ 関連キーワード(タグ) ------------*/
#tag {
	margin-bottom:25px;
}
#tag dt {
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	margin-bottom:10px;
	box-sizing:border-box;
}
#tag dt img {
	height:auto;
	margin-right:10px;
}
#tag dd {
	padding:0 0 0 45px;
}
#tag ul {
	font-size:0;
}
#tag ul li {
	display:inline-block;
	margin:0 10px 10px 0;
}
#tag ul li a {
	font-size:13px;
	font-weight:bold;
	color:#dc4e55;
	text-align:center;
	display:block;
	padding:6px 20px 6px 20px;
	border:1px solid #dc4e55;
	box-sizing:border-box;
}


/*------------ 2カラム(主に記事詳細) ------------*/
#clm2_wrap {
	width:100%;
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	margin-bottom:30px;
}
#clm2_wrap > div , #clm2_wrap > section {
	display:table-cell;
 	vertical-align:top;
}
#clm2_wrap_lft {
	background-color:#fff;
}
#clm2_wrap_rgt {
	background-color:#f2f2f2;
}
#clm2_wrap #maincontent {
	width:72.4%;
	min-width:826px;
	display:table-cell;
	padding:0 35px 0 0;
 	vertical-align:top;
	box-sizing:border-box;
	position:relative;
}
#clm2_wrap #side {
	width:27.6%;
	display:table-cell;
 	vertical-align:top;
	padding-bottom:20px!important;
	background-color:#f2f2f2;
	box-sizing:border-box;
}
#clm2_wrap #maincontent .inblk {
	padding:0;
	box-sizing:border-box;
}
#clm2_wrap #maincontent .inblk.pdt30 {
	padding:30px 0 0 0;
}
#clm2_wrap #side .inblk {
	padding:25px 0 0 25px;
	box-sizing:border-box;
}

#hashtag {
	margin-bottom:8px;
}
#hashtag a {
	color:#2098A8;
	display:inline-block;
}
#side_trip {
	margin-bottom:30px;
}
#CDSWIDSSP {
	width:100%!important;
}

/*------------ singleサイド SNS ------------*/
#clm2_wrap #side #side_sns {
	margin-bottom:30px;
}
#clm2_wrap #side #side_sns li {
	width:30px;
	float:left;
	margin-right:10px;
	position:relative;
}
#clm2_wrap #side #side_sns li:last-child {
	margin-right:0;
}
#clm2_wrap #side #side_sns li a {
	display:block;
}
#clm2_wrap #side #side_sns li a img {
	width:100%;
	height:auto;
}


/*------------ singleサイド アドレス ------------*/
#clm2_wrap #side #side_address {
	margin-bottom:40px;
}
#clm2_wrap #side #side_address dt {
	font-weight:bold;
	color:#5da049;
	margin-bottom:6px;
}
#clm2_wrap #side #side_address dd {
	font-weight:bold;
}
#clm2_wrap #side #side_address dd a {
	width:24.2%;
	max-width:70px;
	display:block;
}
#clm2_wrap #side #side_address dd img {
	width:100%;
	
	height:auto;
	display:block;
	margin-top:10px;
}




/*------------ singleサイド ランキング ------------*/
#clm2_wrap #side #side_ranking {
	margin-bottom:20px;
}
#clm2_wrap #side #side_ranking h3 {
	font-size:14px;
	line-height:35px;
	margin-bottom:20px;
	padding-left:47px;
	background:url(../imgs/common/icon_ranking.png) no-repeat left center;
	background-size:35px auto;
	box-sizing:border-box;
}
#clm2_wrap #side #side_ranking ol li {
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:2px dotted #ccc;
}
#clm2_wrap #side #side_ranking div.clearfix {
	margin-bottom:12px;
}
#clm2_wrap #side #side_ranking .left {
	width:38%;
	float:left;
}
#clm2_wrap #side #side_ranking .left p.no {
	font-weight:bold;
	color:#fff;
	text-align:center;
	width:75%;
	padding:12px 10px 10px 10px;
	margin-bottom:10px;
	box-sizing:border-box;
}
#clm2_wrap #side #side_ranking .left p.no1 {
	background-color:#edb43c;
}
#clm2_wrap #side #side_ranking .left p.no2 {
	background-color:#dc4e55;
}
#clm2_wrap #side #side_ranking .left p.no3 {
	background-color:#a5449b;
}
#clm2_wrap #side #side_ranking .left p.no4 {
	background-color:#5da049;
}
#clm2_wrap #side #side_ranking .left p.no5 {
	background-color:#5da049;
}
#clm2_wrap #side #side_ranking .left p.area a {
	color:#5da049;
	display:block;
	padding-left:18px;
	margin-bottom:5px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
	background-size:14px auto;
	box-sizing:border-box;
}
#clm2_wrap #side #side_ranking .left p.area a:last-child {
	margin-bottom:0;
}
#clm2_wrap #side #side_ranking .ranking_img {
	width:62%;
	height:auto;
	float:right;
	display:block;
}
#clm2_wrap #side #side_ranking p:last-child {
	line-height:1.6;
}
#clm2_wrap #side #side_ranking #side_ranklist {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:80%;
	display:block;
	padding:6px 10px 4px 10px;
	margin:0 auto;
	background-color:#dedcdd;
	box-sizing:border-box;
}
#clm2_wrap #side #side_ranking h4 {
	font-size:14px;
	margin-bottom:3px;
}


/*------------ singleサイド レコメンド ------------*/
#clm2_wrap #side #side_reccomend {
	margin-bottom:35px;
}
#clm2_wrap #side #side_reccomend h3.ttl {
	font-size:14px;
	padding:10px 0 10px 42px;
	margin-bottom:10px;
	background:url(../imgs/common/icon_reccomend.png) no-repeat left center;
	background-size:35px auto;
}
#clm2_wrap #side #side_reccomend li {
	margin-bottom:15px;
}
#clm2_wrap #side #side_reccomend li:last-child {
	margin-bottom:0;
}
#clm2_wrap #side #side_reccomend li .scall_thum {
	width:100%;
	height:165px;
	margin-bottom:15px;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
}
#side_reccomend li .scall_thum.nothum {
	border:1px solid #e4e4e4;
}
#side_reccomend li .scall_thum span.bg {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-moz-transition:all 0.7s;
	background-color:#333;
}
#side_reccomend li a:hover .scall_thum span.bg {
	opacity:0.75;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}
#side_reccomend li .txt {
	padding:0 0 0 10px;
	border-left:6px solid #e4e4e4;
	box-sizing:border-box;
}
#side_reccomend li.ks .txt {
	border-left:6px solid #dc4e55;
}
#side_reccomend li.ak .txt {
	border-left:6px solid #5da049;
}
#side_reccomend li.ksak .txt {
	border-left:6px solid #00849f;
}
#side_reccomend li .txt .listttl {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#side_reccomend li .viewnum {
	padding-left:16px;
	box-sizing:border-box;
}

/*お役立ち情報 エリア非表示*/
#side.dpy_none #side_reccomend .postarea {
	display:none;
}


/*------------ サイド関連キーワード(タグ) ------------*/
#side_tag dt {
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	margin-bottom:10px;
	box-sizing:border-box;
}
#side_tag dt img {
	height:auto;
	margin-right:10px;
}
#side_tag dd {
	padding:0 15px;
}
#side_tag ul {
	font-size:0;
}
#side_tag ul li {
	display:inline-block;
	margin:0 10px 10px 0;
}
#side_tag ul li a {
	font-size:13px;
	font-weight:bold;
	color:#dc4e55;
	text-align:center;
	display:block;
	padding:6px 8px 6px 8px;
	border:1px solid #dc4e55;
	box-sizing:border-box;
}


#clm2_wrap #side #side_event {
	margin-bottom:20px;
}
#clm2_wrap #side #side_event h3 {
	font-size:14px;
	line-height:35px;
	margin-bottom:20px;
	padding-left:47px;
	background:url(../imgs/common/icon_event.png) no-repeat left center;
	background-size:35px auto;
	box-sizing:border-box;
}
#clm2_wrap #side #side_event ol li {
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:2px dotted #ccc;
}
#clm2_wrap #side #side_event div.clearfix {
	margin-bottom:12px;
}
#clm2_wrap #side #side_event .right {
	width:33.5%;
	float:right;
}
#clm2_wrap #side #side_event .right p.date {
	font-weight:bold;
	line-height:1.4;
	margin-bottom:15px;
}
#clm2_wrap #side #side_event .right p.area {
	color:#5da049;
	padding-left:18px;
	background:url(../imgs/common/icon_map.png) no-repeat left center;
	background-size:14px auto;
	box-sizing:border-box;
}
#clm2_wrap #side #side_event .ranking_img {
	width:62%;
	height:auto;
	float:left;
	display:block;
}
#clm2_wrap #side #side_event p:last-child {
	font-weight:bold;
	line-height:1.6;
}
#clm2_wrap #side #side_event #side_eventlist {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:80%;
	display:block;
	padding:6px 10px 4px 10px;
	margin:0 auto;
	background-color:#dedcdd;
	box-sizing:border-box;
}


#post_social {
	text-align:center;
	margin-bottom:30px;
}
#post_social p {
	font-weight:bold;
	margin-bottom:10px;
}
#post_social ul {
	font-size:0;
	text-align:center;
}
#post_social ul li {
	width:42px;
	display:inline-block;
	margin-right:25px;
}
#post_social ul li:last-child {
	margin-right:0;
}
#post_social ul li a {
	display:block;
}




/*------------ パンくず ------------*/
.breadcrumb {
	font-size:0;
	margin-bottom:20px;
}
.breadcrumb li {
	font-size:13px;
	display:inline-block;
	vertical-align:middle;
}
.breadcrumb li a {
	font-size:13px;
	color:#41bfed;
}
.breadcrumb li a:after {
	content:">";
	font-size:13px;
	color:#333;
	display:inline-block;
	margin:0 10px;
	vertical-align:middle;
}


/*------------ 記事内画像やグラフ、天気 ------------*/
.graph {
	max-width:650px;
	display:block;
	margin:0 auto;
}
.clothes {
	max-width:80%;
	display:block;
	margin:0 auto;
}
.weather_postttl {
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:5px 10px;
	margin-bottom:10px;
	background-color:#e5eaf7;
	border-top:1px solid #c1c6db;
	box-sizing:border-box;
}
.post_weather {
	width:100%;
	margin-bottom:20px;
	border:1px solid #9eb1e1;
	box-sizing:border-box;
}
.post_weather th, .post_weather td {
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	padding:6px 3px;
	border:1px solid #9eb1e1;
	box-sizing:border-box;
	word-wrap:break-word;
	word-break:break-all;
}
.post_weather th {
	width:7.5%;
	background-color:#edeeef;
}
.post_weather tr:nth-child(1) td {
	background-color:#e9edfd;
}
.post_weather td {
	width:13.2%;
}
.post_weather td img {
	max-width:50px;
	width:100%;
	height:auto;
	margin:0 auto;
}


#spotmap {
	width:100%;
	height:350px;
	margin-bottom:40px;
	background-color:#e4e4e4;
}


/*------------ ページャー ------------*/
.wp-pagenavi {
	font-size:0;
	text-align:center;
	margin-bottom:60px;
}
.wp-pagenavi .pages {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi .current {
	font-size:13px;
	width:auto;
	margin-right:15px;
	padding:8px 14px;
	border:1px solid #1c222e;
	box-sizing:border-box;
	display:inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color:#fff;
	background-color:#1c222e;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	padding:0;
	border:none;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	color:#333;
	background-color:transparent;
}
.wp-pagenavi .nextpostslink {
 	margin-right:0;
 }


/* -------------------------------------
banner
------------------------------------- */
#banner {
	padding:25px 0 0 0;
	background-color:#e6e6e6;
}
#banner li {
	width:18.4%;
	float:left;
	margin-right:2%;
	margin-bottom:23px;
	background-color:#fff;
	border:1px solid #b3b3b3;
	box-sizing:border-box;
}
#banner li:nth-child(5n) {
	margin-right:0;
}
#banner li a {
	text-align:center;
	width:100%;
	display:table;
	padding:12px;
	box-sizing:border-box;
}
#banner li a span {
	display:table-cell;
	vertical-align:middle;
}
#banner li a img {
	width:auto;
	max-width:100%;
	height:auto;
}


#banner2 {
	padding:25px 0;
	background-color:#e6e6e6;
	box-sizing:border-box;
}
#banner2 .bx-wrapper {
	width:100%!important;
	background-color:transparent;
	box-shadow:none;
	border:none;
}
#banner2 .bx-wrapper li {
	width:22.2%;
	background-color:#fff;
	box-sizing:border-box;
}
#banner2 .bx-wrapper li:nth-child(4n) {
	margin-right:0;
}
#banner2 .bx-wrapper li a {
	display:block;
	padding:15px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
#banner2 .bx-wrapper li a img {
	width:auto;
	max-width:222px;
	height:60px;
	display:block;
	margin:0 auto;
}
#banner2 .bx-wrapper .bx-controls-direction a {
	width:24px;
	height:25px;
	margin-top:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#banner2 .bx-wrapper .bx-prev {
	left:-45px;
	background:url(../imgs/index/banner_prev.png) no-repeat left center;
}
#banner2 .bx-wrapper .bx-next {
	right:-45px;
	background:url(../imgs/index/banner_next.png) no-repeat left center;
}


/* -------------------------------------
外部リンク
------------------------------------- */
a.exlink {
	color:#00849f;
	text-decoration:underline;
	display:inline-block;
	padding-right:20px;
	margin-right:3px;
	background:url(../imgs/common/exlink_mark.png) no-repeat right center;
	background-size:14px auto;
	box-sizing:border-box;
	word-break:break-all;
}
a.inlink {
	color:#00849f;
	text-decoration:underline;
	display:inline-block;
	word-break:break-all;
}

#aroundmap {
	text-align:center;
	margin:0 auto 35px auto;
}
#aroundmap img {
	width:100%;
	height:auto;
}

/*#aroundmap {
	height:350px;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
#aroundmap iframe {
	width:100%!important;
	height:100%!important;
	position:absolute;
	top:-2px;
	left:-2px;
}*/


#notsearch {
	text-align:center;
	padding:20px 0 100px 0;
}
#notsearch p {
	font-size:16px;
}

#notfound {
	text-align:center;
	padding:80px 0 100px 0;
	box-sizing:border-box;
}
#notfound h1 {
	font-size:52px;
	font-weight:bold;
	color:#171a23;
	margin-bottom:20px;
	padding-top:70px;
	background:url(../imgs/common/icon_ttl.png) no-repeat center top;
	background-size:59px auto;
	position:relative;
}
#notfound h1 span.bg {
	display:inline-block;
	padding:0 40px;
	background-color:#fff;
}
#notfound h1:after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	border-top:1px dotted #333;
	position:absolute;
	top:105px;
	z-index:-1;
}
#notfound p {
	font-size:14px;
	margin-bottom:20px;
}
#notfound p strong {
	font-size:24px;
	display:block;
	margin-bottom:10px;
}
#notfound a {
	font-size:14px;
	color:#2f6691;
	text-decoration:underline;
}


/* -------------------------------------
インスタグラム
------------------------------------- */
#sns_instagram ul {
	font-size:0;	
	box-sizing:border-box;
}
#sns_instagram li {
	width:16.666%;
	display:inline-block;
	vertical-align:middle;
	background-color:#e6e6e6;
}
#sns_instagram li:nth-child(4n) {
	margin-right:0;
}
#sns_instagram li a {
	display:block;
	position:relative;
	webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sns_instagram li a:after {
	content:"";
	width:32px;
	height:32px;
	display:block;
	background:url(../imgs/common/icon_igm.png) no-repeat left top;
	background-size:32px auto;
	position:absolute;
	top:5%;
	left:5%;
	webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sns_instagram li a:hover:after {
	background:url(../imgs/common/icon_igm_h.png) no-repeat left top;
	background-size:32px auto;
}
#sns_instagram li img {
	width:100%;
	height:auto;
}



/* -------------------------------------
周辺観光
------------------------------------- */
#areainformation .cat_pagehead .maintxt dl.map {
	display:none;
}



/* -------------------------------------
footer
------------------------------------- */
footer #inq {
	padding:35px 0;
	background-color:#171a23;
}
footer #inq a {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding-left:45px;
	background:url(../imgs/common/icon_mail.png) no-repeat left center;
	background-size:23px auto;
}
footer #sitemap {
	padding:35px 0;
	background-color:#1c222e;
}
footer #sitemap h3 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	padding-left:45px;
	margin-bottom:30px;
	background:url(../imgs/common/icon_sitemap.png) no-repeat left center;
	background-size:27px auto;
}

footer #sitemap .sitemap_blk {
	width:16.6%;
	float:left;
}

footer #sitemap .sitemap_blk a {
	color:#fff;
}
footer #sitemap .sitemap_blk dt {
	margin-bottom:15px;
}
footer #sitemap .sitemap_blk dt a {
	font-size:14px;
	font-weight:bold;
}
footer #sitemap .sitemap_blk dd .categorytop {
	display:none;
}
footer #sitemap .sitemap_blk dd li a {
	font-size:12px;
	color:#ccc;
}
footer #sitemap .sitemap_blk li {
	margin-bottom:12px;
}
footer #sitemap .sitemap_blk #other li {
	margin-bottom:15px;
}
footer #sitemap .sitemap_blk #other li a {
	font-weight:bold;
}
footer #sitemap .sitemap_blk #other li dt {
	color:#ccc;
	margin-bottom:10px;
}
footer #sitemap .sitemap_blk #other li dd {
	padding-left:1em;
	box-sizing:border-box;
}
footer #sitemap .sitemap_blk #other li dd a {
	font-weight:weight;
}

footer #sitemap .sitemap_blk:last-child dl:nth-child(1) {
	margin-bottom:25px;
}

footer #companyprof {
	font-size:0;
	margin-top:15px;
}
footer #companyprof dt {
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	display:inline-block;
	vertical-align: top;
	padding:5px 25px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#171a23;
	border-radius:6px;
	box-sizing:border-box;
}
footer #companyprof dd {
	display:inline-block;
}
footer #companyprof dd ul {
	font-size:0;
}
footer #companyprof dd ul li {
	font-size:14px;
	color:#ccc;
	display:inline-block;
	margin-right:10px;
	margin-bottom:8px;
	vertical-align: top;
}
footer #companyprof dd ul li a {
	font-size:14px;
	color:#ccc;
	text-decoration:underline;
	display:inline-block;
}
footer #companyprof dd ul li a:nth-child(2) {
	display: block;
	margin-top: 8px;
	text-decoration: none;
}

footer #footer_logo {
	width:24.9%;
	margin:0 auto;
	padding:25px 0;
}
footer #footer_logo a { 
	display:block;
}
footer #footer_logo a img {
	width:100%;
	height:auto;
}
footer p#cp {
	font-size:12px;
	line-height:1.0;
	text-align:center;
	padding:13px;
	background-color:#e6e6e6;
	box-sizing:border-box;
}

#pagetop {
	width:45px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:200;
}
#pagetop a {
	display:block;
}
#pagetop a img {
	width:100%;
	height:auto;
}

.areanone {
	pointer-events:none;
	cursor: default;
}



/* -------------------------------------
reserve botton
------------------------------------- */
#acrebtn {
	position:relative;
	z-index:3000;
}
#acrebtn p {
	position:fixed;
}
#acrebtn p#acrebtn1 {
	max-width:142px;
	top:27%;
	/*top:36%;*/
	right:10%;
}
#acrebtn p#acrebtn2 {
	width:100%;
	display:none;
	/*top:9%;*/
	bottom:0;
	left:0;
	right:0;
}
#acrebtn img {
	width:100%;
	height:auto;
}



@media screen and (max-width:1440px) {
	#post_mainimg {
		height:500px;
	}
}
@media screen and (max-width:1180px) {
	header #hdrtop p {
		padding-left:20px;
	}
	header #hdrtop #subnavi li a {
		padding:0 0px 0 27px;
	}
	
	
	/* -------------------------------------
	common
	------------------------------------- */
	.archive {
		padding-top:40px;
	}
	.taxonomy {
		padding-top:40px;
	}
	.expage {
		padding-top:40px;
	}
	.blk {
		margin-bottom:65px;
	}
	
	
	
	
	.ttl_icon {
		font-size:22px;
		margin-bottom:35px;
		padding-top:65px;
		background-size:54px auto;
	}
	.ttl_icon:after {
		top:80px;
	}
	.ttl_icon span.bg {
		max-width:94%;
		padding:0 35px;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.ttl_icon.ov {
		background-position:center 13px;
		background-size:42px auto;
	}
	.ttl_icon.td {
		background-position:center 13px;
		background-size:42px auto;
	}
	.ttl_icon.es {
		background-position:center 13px;
		background-size:42px auto;
	}
	.ttl_icon.st {
		background-position:center 13px;
		background-size:42px auto;
	}
	.ttl_icon.ti {
		background-position:center 13px;
		background-size:42px auto;
	}
	.ttl_icon.sa {
		background-position:center 13px;
		background-size:42px auto;
	}
	
	.ttl_icon2 {
		font-size:22px;
		padding:12px 0 12px 70px;
		margin-bottom:40px;
		background-size:54px auto;
	}
	
	.ttl_normal {
		font-size:22px;
	}
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst li {
		margin-bottom:30px;
	}
	.list-cst .cstttl {
		margin-bottom:13px;
	}
	.list-cst .cstttl span {
		padding:4px 8px;
	}
	.list-cst li .scall_thum {
		margin-bottom:13px;
	}
	.list-cst .cst_icon li img {
		width:22px;
	}
	
	
	.archive_ftttl {
		font-size:22px;
		margin-bottom:35px;
	}
	.archive_ftttl span.bg {
		padding:0 35px;
	}
	.archive_ftttl:after {
		top:12px;
	}
	
	.line {
		padding-bottom:13px;
	}
	
	
	/*------------ 特集記事 ------------*/
	#spot_head {
		font-size:14px;
		margin-bottom:35px;
	}
	#spot_head img {
		margin-bottom:17px;
	}
	.spot {
		margin-bottom:25px;
	}
	.spot h2 {
		font-size:22px;
		margin-bottom:22px;
	}
	.spot p {
		font-size:14px;
		margin-bottom:5px;
	}
	.spot p img {
		margin-bottom:17px;
		margin-top:17px;
	}
	
	.spot p span.scrollblk {
		height:400px;
	}
	
	.spot .routepoint {
		height:250px;
	}
	
	
	/*------------ カセット情報 ------------*/
	#poshead .right {
		right:20px;
	}
	#poshead .right p {
		font-size:13px;
		margin-left:10px;
	}
	#poshead .right p.area {
		padding:0 0 0 18px;
		background-size:13px auto;
	}
	#poshead .right p.area a {
		font-size:13px;
	}
	
	.cat_pagehead .maintxt.all #gourmet_head .postorder {
		position:static;
	}
	
	#post_mainimg {
		height:450px;
	}
	.post #post_maincap {
		font-size:14px;
		margin-bottom:20px;
	}
	.post #post_subimg1, .post #post_subimg2 {
		margin-bottom:20px;
	}
	.post #postinfo, #facilityinfo {
		margin-bottom:65px;
	}
	#activity_cap {
		margin-bottom:-5px;
		top:-35px;
	}
	.post #postgmap {
		width:100%;
		height:360px;
		background-color:#f2f2f2;
		left:0;
		position:static;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
	
	#discover_nav {
		margin-top: 25px;
	}
	#discover_nav h3 {
		font-size: 14px;
	}
	#discover_nav li {
		width: calc((100% - 15px)/2);
	}
	#discover_nav li:nth-child(odd) {
		margin-right: 15px;
	}

	
	/*------------ レコメンド記事 ------------*/
	.reccomend .ttl img {
		width:35px;
		height:auto;
	}
	
	
	/*------------ ランキング記事 ------------*/
	.ranking .ttl {
		line-height:32px;
	}
	.ranking .ttl img {
		width:32px;
	}
	.rank-list .no {
		padding:10px 10px 6px 10px;
	}
	.rank-list li .scall_thum {
		height:160px;
	}
	.rank-list li .txt .listttl {
		font-size:15px;
	}
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns p {
		font-size:14px;
	}
	#btmsns ul:last-child {
		margin-top:20px;
	}
	#btmsns ul li a img {
		width:42px;
		height:auto;
	}
	
	
	/*------------ 関連キーワード(タグ) ------------*/
	#tag ul li a {
		padding:5px 15px 5px 15px;
	}
	#tag dt {
		line-height:32px;
	}
	#tag dt img {
		width:32px;
	}
	#tag dd {
		padding:0;
	}
	
	
	/*------------ 2カラム(主に記事詳細) ------------*/
	
	#clm2_wrap_lft, #clm2_wrap_rgt {
		display:none;
	}
	#clm2_wrap #maincontent {
		min-width:initial;
		min-width:auto;
		padding-right:20px;
	}
	#clm2_wrap #side {
		padding-right:20px;
	}
	#clm2_wrap #side .inblk {
		padding:20px 0 0 20px;
	}
	#clm2_wrap #maincontent .inblk.pdt30 {
		padding:20px 0 0 0;
	}
	
	
	/*------------ singleサイド SNS ------------*/
	#clm2_wrap #side #side_sns li {
		width:27px;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend h3.ttl {
		padding-left:39px;
		margin-bottom:15px;
		background-size:32px auto;
	}
	#clm2_wrap #side #side_reccomend li .scall_thum {
		height:150px;
	}
	#side_reccomend li .txt .listttl {
		font-size:15px;
	}
	
	
	
	/*------------ singleサイド ランキング ------------*/
	#clm2_wrap #side #side_ranking h3 {
		padding-left:44px;
		background-size:32px auto;
		margin-bottom:18px;
	}
	#clm2_wrap #side #side_ranking .left p.no {
		padding:10px 8px 8px 8px;
	}
	#clm2_wrap #side #side_ranking h4 {
		font-size:13px;
	}
	#clm2_wrap #side #side_ranking ol li p a {
		font-size:13px;
	}
	
	/*------------ サイド関連キーワード(タグ) ------------*/
	#side_tag dt {
		line-height:32px;
	}
	#side_tag dt img {
		width:32px;
	}
	#side_tag dd {
		padding:0;
	}
	#side_tag ul li {
		margin:0 8px 8px 0;
	}
	#side_tag ul li a {
		padding:5px 7px 5px 7px;
	}
	
	
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li .scall_thum {
		height:170px;
	}
	.list-post li .txt .listttl {
		font-size:17px;
	}
	.list-post li .scall_thum {
		margin-bottom:20px;
	}
	.spotmap {
		height:350px;
	}
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		height:240px;
	}
	#banner2 .bx-wrapper .bx-controls-direction a {
		display:none;
	}
	
	
	#spotmap {
		height:320px;
		margin-bottom:35px;
	}
	
	
	/*------------ ページャー ------------*/
	.wp-pagenavi a, .wp-pagenavi .current {
		padding:7px 12px;
	}
	
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:47px;
		padding-top:60px;
		background-size:56px auto;
	}
	#notfound h1:after {
		top:90px;
	}
	#notfound p strong {
		font-size:21px;
	}
	
	
	/* -------------------------------------
	インスタグラム
	------------------------------------- */
	#sns_instagram li a:after {
		width:25px;
		height:25px;
		background-size:25px auto;
	}
	#sns_instagram li a:hover:after {
		background-size:25px auto;
	}
	
	
	/* -------------------------------------
	reserve botton
	------------------------------------- */
	#acrebtn p#acrebtn1 {
		top:32%;
		right:2%;
	}
	
	
	/* -------------------------------------
	footer
	------------------------------------- */
	footer #inq {
		padding:30px 0;
	}
	footer #inq a {
		font-size:17px;
		padding-left:40px;
		background-size:20px auto;
	}
	footer #sitemap {
		padding:30px 0;
	}
	footer #sitemap h3 {
		padding-left:40px;
		margin-bottom:25px;
		background-size:24px auto;
	}
	footer #sitemap .sitemap_blk {
		padding-right:20px;
		box-sizing:border-box;
	}
}
@media screen and (max-width:1000px) {
	header #hdrtop #subnavi_expand {
		font-size:12px;
		color:#fff;
		line-height:37px;
		vertical-align:top;
		display:inline-block;
		padding:0 15px 0 30px;
		background:url(../imgs/common/arrow_btm_gr.png) no-repeat 12px center;
		background-size:9px auto;
		border-right:1px solid #666;
		cursor:pointer;
	}
	header #hdrtop #subnavi {
		width:150px;
		display:none;
		background-color:#434343;
		position:absolute;
		top:100%;
		left:0;
		z-index:5;
	}
	header #hdrtop #subnavi li {
		display:block;
	}
	header #hdrtop #subnavi li a {
		font-size:13px;
		line-height:30px;
		display:block;
		padding:0 10px 0 10px;
		box-sizing:border-box;
		background:none
	}
	header #hdrtop #subnavi li:last-child a {
		padding-bottom:8px;
	}
	
	
	.archive {
		padding-top:30px;
	}
	.taxonomy {
		padding-top:30px;
	}
	.expage {
		padding-top:30px;
	}
	.ttl_icon span.bg {
		padding:0 30px;
	}
	.ttl_icon2 {
		font-size:20px;
		padding:11px 0 11px 66px;
		margin-bottom:35px;
		background-size:50px auto;
	}
	.ttl_normal {
		font-size:20px;
	}
	.archive_ftttl {
		font-size:20px;
		margin-bottom:30px;
	}
	.archive_ftttl span.bg {
		padding:0 30px;
	}
	.archive_ftttl:after {
		top:10px;
	}
	.line {
		padding-bottom:10px;
	}
	
	
	/*------------ 特集記事 ------------*/
	#spot_head {
		margin-bottom:30px;
	}
	#spot_head img {
		margin-bottom:15px;
	}
	.spot {
		margin-bottom:20px;
	}
	.spot h2 {
		font-size:20px;
		margin-bottom:20px;
	}
	.spot p img {
		margin-bottom:15px;
		margin-top:15px;
	}
	
	
	/*------------ カセット情報 ------------*/
	#post_mainimg {
		height:400px;
	}
	.post #postgmap {
		height:330px;
	}
	.post #postinfo, #facilityinfo {
		margin-bottom:60px;
	}
	#activity_cap {
		margin-bottom:0px;
		top:-30px;
	}
	
	/*------------ レコメンド記事 ------------*/
	.reccomend .ttl {
		line-height:30px;
	}
	.reccomend .ttl img {
		width:30px;
	}
	
	
	/*------------ ランキング記事 ------------*/
	.ranking .ttl {
		line-height:30px;
	}
	.ranking .ttl img {
		width:30px;
	}
	.rank-list .no {
		font-size:13px;
	}
	.rank-list li .scall_thum {
		height:140px;
	}
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns ul li a img {
		width:39px;
		height:auto;
	}
	
	
	/*------------ 関連キーワード(タグ) ------------*/
	#tag dt {
		line-height:30px;
	}
	#tag dt img {
		width:30px;
	}
		
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li .scall_thum {
		height:180px;
	}
	.list-post li .txt .listttl {
		font-size:16px;
	}
	.list-post li .scall_thum {
		margin-bottom:15px;
	}
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		height:200px;
	}
	
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst li {
		width:32%;
		margin-bottom:25px;
	}
	.list-cst li:nth-child(4n) {
		margin-right:2%;
	}
	.list-cst li:nth-child(3n) {
		margin-right:0;
	}
	.list-cst .cstttl {
		font-size:15px;
		margin-bottom:10px;
	}
	.list-cst .cstttl span {
		padding:4px 8px;
	}
	.list-cst li .scall_thum {
		margin-bottom:10px;
	}
	.list-cst .cst_icon li img {
		width:21px;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend h3.ttl {
		padding-left:37px;
		background-size:30px auto;
	}
	#clm2_wrap #side #side_reccomend li .scall_thum {
		height:140px;
	}
	
	
	/*------------ singleサイド ランキング ------------*/
	#clm2_wrap #side #side_ranking h3 {
		padding-left:42px;
		background-size:30px auto;
		margin-bottom:16px;
	}
	#clm2_wrap #side #side_ranking .left p.no {
		font-size:12px;
		padding:8px 6px 6px 6px;
	}
	#clm2_wrap #side #side_ranking h4 {
		font-size:12px;
	}
	#clm2_wrap #side #side_ranking ol li p a {
		font-size:12px;
	}
	
	
	/*------------ singleサイド SNS ------------*/
	#clm2_wrap #side #side_sns li {
		width:24px;
	}
	
	
	/*------------ サイド関連キーワード(タグ) ------------*/
	#side_tag dt {
		line-height:30px;
	}
	#side_tag dt img {
		width:30px;
	}
	
	
	#spotmap {
		height:280px;
		margin-bottom:30px;
	}
	
	
	/*------------ ページャー ------------*/
	.wp-pagenavi a, .wp-pagenavi .current {
		padding:6px 10px;
	}
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:42px;
		padding-top:50px;
		background-size:54px auto;
	}
	#notfound h1:after {
		top:80px;
	}
	#notfound p strong {
		font-size:19px;
	}
	
	
	/* -------------------------------------
	footer
	------------------------------------- */
}
@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust:100%;
	}
	
	
	header #hdrtop {
		display:none;
	}
	header a#menu_btn {
		display:inline-block;
		position:absolute;
		z-index:1001;
	}
	header nav dd a.categorytop {
		display:block;
	}
	
	
	
	/* -------------------------------------
	common
	------------------------------------- */
	.archive {
		padding-top:20px;
	}
	.taxonomy {
		padding-top:20px;
	}
	.expage {
		padding-top:20px;
	}
	.blk {
		margin-bottom:50px;
	}
	.ttl_icon {
		font-size:20px;
		margin-bottom:30px;
		padding-top:55px;
		background-size:44px auto;
	}
	.ttl_icon:after {
		top:70px;
	}
	.ttl_icon span.bg {
		padding:0 25px;
	}
	
	.ttl_icon.ov {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon.td {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon.es {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon.st {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon.ti {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon.sa {
		background-position:center 13px;
		background-size:38px auto;
	}
	.ttl_icon2 {
		font-size:18px;
		padding:10px 0 10px 60px;
		margin-bottom:30px;
		background-size:44px auto;
	}
	
	.ttl_normal {
		font-size:18px;
	}
	.archive_ftttl {
		font-size:19px;
		margin-bottom:28px;
	}
	.archive_ftttl span.bg {
		padding:0 28px;
	}
	.archive_ftttl:after {
		top:9px;
	}
	
	.cat_searchhead .left {
		width:100%;
		float:none;
	}
	.cat_searchhead .right {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.cat_searchhead .right p {
		max-width:85%;
		margin:0 auto;
	}
	.cat_pagehead .maintxt p {
		font-size:14px;
		margin-bottom:20px;
	}
	.cat_pagehead .maintxt dl dt {
		font-size:13px;
		width:100%;
		float:none;
	}
	.cat_pagehead .maintxt dl dd {
		margin-left:0;
	}
	.cat_pagehead .maintxt dl dd li a {
		font-size:13px;
	}
	
	
	#poshead .right li a {
		font-size:12px;
	}
	#poshead .right p {
		margin-bottom:10px;
	}
	
	.cat_searchhead .selectarea .clm2 {
		margin-bottom:0;
	}
	.cat_searchhead .maintxt dl {
		margin-bottom:10px;
	}
	.cat_searchhead .maintxt dl dt {
		font-size:13px;
		width:100%;
		float:none;
	}
	.cat_searchhead .maintxt dl dd {
		margin-left:0;
	}
	.cat_searchhead .maintxt dl dd li a {
		font-size:13px;
	}
	
	
	
	
	
	/*------------ 特集記事 ------------*/
	#spot_head {
		font-size:13px;
		margin-bottom:25px;
	}
	#spot_head img {
		margin-bottom:10px;
	}
	.spot h2 {
		font-size:18px;
		margin-bottom:15px;
	}
	.spot p {
		font-size:13px;
		margin-bottom:5px;
	}
	.spot p img {
		margin-bottom:10px;
		margin-top:10px;
	}
	.spot p span.scrollblk {
		height:300px;
	}
	
	
	/*------------ カセット情報 ------------*/
	#post_mainimg {
		height:350px;
	}
	.post #post_maincap {
		font-size:13px;
	}
	.post #post_subimg1, .post #post_subimg2 {
		max-width:100%;
		margin:0 auto 20px auto;
	}
	
	.post #postinfo, #facilityinfo {
		margin-bottom:50px;
	}
	#activity_cap {
		margin-bottom:10px;
		top:-25px;
	}
	.post #postinfo dl {
		margin-bottom:5px;
	}
	.post #postinfo dl dt {
		padding-left:26px;
		background-size:20px auto;
	}
	.post #postinfo dl dd {
		font-size:12px;
		margin-top:0px;
		padding-left:0px;
		box-sizing:border-box;
	}
	
	.post #facilityinfo dl {
		margin-bottom:5px;
	}
	.post #facilityinfo dl dt {
		padding-left:26px;
		background-size:20px auto;
	}
	.post #facilityinfo dl dd {
		font-size:12px;
		margin-top:0px;
		padding-left:0px;
		box-sizing:border-box;
	}
	.post #postgmap {
		height:300px;
	}
	
	
	/*------------ レコメンド記事 ------------*/
	.reccomend .ttl {
		font-size:13px;
		line-height:25px;
	}
	.reccomend .ttl img {
		width:25px;
	}
	
	
	
	/*------------ ランキング記事 ------------*/
	.ranking .ttl {
		line-height:28px;
	}
	.ranking .ttl img {
		width:28px;
	}
	.rank-list li {
		width:32%;
	}
	.rank-list li:nth-child(3) {
		margin-right:0;
	}
	.rank-list li:nth-child(4), .rank-list li:nth-child(5) {
		display:none;
	}
	.rank-list li .txt .listttl {
		font-size:14px;
	}
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns p {
		font-size:13px;
	}
	#btmsns ul li a img {
		width:35px;
		height:auto;
	}
	
	
	/*------------ 関連キーワード(タグ) ------------*/
	#tag dt {
		line-height:28px;
	}
	#tag dt img {
		width:28px;
	}
	
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li {
		width:48.5%;
		margin-right:0;
		margin-bottom:20px;
		padding-bottom:10px;
	}
	.list-post.slidefeature li {
		width:auto;
		box-sizing:border-box;
	}
	.list-post li:nth-child(even) {
		float:right;
	}
	.list-post li .txt .listttl {
		font-size:15px;
	}
	.list-post.hurf {
		width:100%;
		float:none;
	}
	.weather_postttl {
		font-size:15px;
	}

	
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		width:48%;
		height:250px;
		margin-right:0;
		margin-bottom:0px;
	}
	.list-rhombus li:nth-child(even) {
		float:right;
	}
	.list-rhombus li .listttl {
		font-size:13px;
	}
	
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst .cst_icon li img {
		width:20px;
	}
	
	
	#clm2_wrap #side {
		padding-right:15px;
	}
	#clm2_wrap #side .inblk {
		padding:15px 0 0 15px;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend h3.ttl {
		min-height:28px;
		display:table;
		padding-left:0px;
		background-size:28px auto;
	}
	#clm2_wrap #side #side_reccomend h3.ttl span {
		display:table-cell;
		vertical-align:middle;
		padding-left:35px;
		box-sizing:border-box;
	}
	#side_reccomend li .txt .listttl {
		font-size:14px;
	}
	
	
	/*------------ singleサイド ランキング ------------*/
	#clm2_wrap #side #side_ranking h3 {
		padding-left:40px;
		background-size:28px auto;
		margin-bottom:14px;
	}
	#clm2_wrap #side #side_ranking .left {
		width:100%;
		float:none;
	}
	#clm2_wrap #side #side_ranking .ranking_img {
		width:100%;
		float:none;
		margin-bottom:10px;
	}
	#clm2_wrap #side #side_ranking .left p.area a {
		display:inline-block;
		margin-bottom:0;
	}
	#clm2_wrap #side #side_ranking .left p.no {
		font-size:12px;
		width:100%;
		padding:4px 4px 2px 4px;
	}
	#clm2_wrap #side #side_ranking h4 {
		font-size:12px;
	}
	#clm2_wrap #side #side_ranking ol li p a {
		font-size:12px;
	}
	
	
	/*------------ singleサイド SNS ------------*/
	#clm2_wrap #side #side_sns li {
		width:22px;
	}
	
	
	/*------------ サイド関連キーワード(タグ) ------------*/
	#side_tag dt {
		line-height:28px;
	}
	#side_tag dt img {
		width:28px;
	}
	
	
	#spotmap {
		height:250px;
		margin-bottom:25px;
	}
	
	
	/*------------ ページャー ------------*/
	.wp-pagenavi a, .wp-pagenavi .current {
		padding:5px 8px;
	}
	
	div#CDSWIDSSP.widSSP.widSSPnarrow {max-width:200px;width:100%;}
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:37px;
		padding-top:55px;
		background-size:52px auto;
	}
	#notfound h1:after {
		top:80px;
	}
	#notfound h1 span.bg {
		padding:0 25px;
	}
	#notfound p {
		font-size:13px;
	}
	#notfound p strong {
		font-size:18px;
	}
	#notfound a {
		font-size:13px;
	}
	
	
	/* -------------------------------------
	インスタグラム
	------------------------------------- */
	#sns_instagram ul {
		padding:0;
	}
	#sns_instagram li {
		width:33.3%;
	}
	#sns_instagram li a:after {
		width:20px;
		height:20px;
		background-size:20px auto;
	}
	#sns_instagram li a:hover:after {
		background-size:20px auto;
	}
	
	
	/* -------------------------------------
	reserve botton
	------------------------------------- */
	#acrebtn p#acrebtn1 {
		top:22%;
	}
	
	
	/* -------------------------------------
	footer
	------------------------------------- */
	footer #inq {
		padding:25px 0;
	}
	footer #inq a {
		font-size:16px;
	}
	footer #sitemap {
		padding:25px 0;
	}
	footer #sitemap .sitemap_blk {
		width:100%;
		float:none;
		margin-bottom:0px;
		border-bottom:1px solid #363a42;
		padding-right:0;
	}
	footer #sitemap .sitemap_blk:last-child {
		border-bottom:none;
	}
	footer #sitemap .sitemap_blk dt {
		margin-bottom:0;
	}
	footer #sitemap .sitemap_blk dt a {
		padding:15px 0;
		display:block;
		pointer-events:none;
		position:relative;
	}
	footer #sitemap .sitemap_blk dt a:after {
		content:"";
		width:15px;
		height:15px;
		display:block;
		background:url(../imgs/common/icon_open_wh.png) no-repeat center center;
		background-size:cover;
		position:absolute;
		top:50%;
		right:10px;
		z-index:2;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	footer #sitemap .sitemap_blk dt.on a:after {
		content:"";
		width:15px;
		height:15px;
		display:block;
		background:url(../imgs/common/icon_close_wh.png) no-repeat center center;
		background-size:cover;
	}
	footer #sitemap .sitemap_blk dd {
		display:none;
	}
	footer #sitemap .sitemap_blk #other li dt {
		display:inline-block;
	}
	footer #sitemap .sitemap_blk #other li dd {
		display:inline-block;
		padding-left:0;
	}
	footer #sitemap .sitemap_blk dd .categorytop {
		font-size:13px;
		font-weight:bold;
		display:block;
		padding:15px 0;
		box-sizing:border-box;
	}
	footer #sitemap .sitemap_blk #other {
		padding:20px 0;
	}
	footer #sitemap .sitemap_blk #other li {
		display:inline-block;
		margin-right:15px;
	}
	
	footer #companyprof dt {
		font-size:13px;
		padding:4px 20px;
	}
	footer #companyprof dd ul li {
		font-size:13px;
	}
	footer #companyprof dd ul li a {
		font-size:13px;
	}
	
	footer #footer_logo {
		width:250px;
	}
	
}
@media screen and (max-width:640px) {
	header a#menu_btn {
		top:41px;
		left:15px;
	}
	
	
	.pagenavi .homelink dd img {
		width:15px;
		height:auto;
	}
	.pagenavi dl.pagelink {
		width:-webkit-calc(100% - 145px);
		width:calc(100% - 145px);
	}
	.pagenavi dl.pagelink dt a {
		padding: 6px 12px 5px 12px;
	}
	
	.ttl_icon span.bg {
		max-width:90%;
		padding:0 20px;
	}
	.ttl_icon2 {
		font-size:17px;
		padding:9px 0 9px 55px;
		margin-bottom:25px;
		background-size:40px auto;
	}
	.ttl_normal {
		font-size:17px;
		line-height:1.2;
		margin-bottom:6px;
	}
	
	.cat_pagehead .maintxt {
		width:-webkit-calc(100%);
		width:calc(100%);
		float:none;
		margin-bottom:30px;
	}
	.cat_pagehead #bookingbnr {
		text-align:center;
		float:none;
		margin:0 auto;
	}
	
	.cat_pagehead .maintxt.all #gourmet_head .txt, .cat_pagehead .maintxt.all #gourmet_head img {
		width:100%;
		float:none;
	}
	.cat_pagehead .maintxt.all #gourmet_head img {
		margin-bottom:20px;
	}
	
	
	/*------------ カセット情報 ------------*/
	#poshead h1 {
		width:100%;
	}
	#poshead .right {
		text-align:left;
		width:100%;
		margin-bottom:10px;
		position:static;
	}
	#poshead .right ul {
		text-align:left;
		display:inline-block;
		margin-bottom:0;
	}
	#poshead .right li {
		margin-bottom:10px;
	}

	#post_mainimg {
		height:300px;
	}
	.post #postinf, #facilityinfo {
		margin-bottom:40px;
	}
	.post #postgmap {
		width:100%;
		/*height:200px;*/
		left:0;
		position:static;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
	
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li {
		width:48%;
	}
	.list-post.slidefeature li {
		width:auto;
	}
	.list-post li .scall_thum {
		height:150px;
	}
	.list-post li .txt .listttl {
		font-size:15px;
	}
	#tax_weather {
		overflow:auto;
	}
	#tax_weather #weather-wrap {
		width:720px;
	}
	.weather_postttl {
		font-size:14px;
	}
	
	.clothes {
		max-width:100%;
	}
	
	.spotmap {
		height:300px;
	}
	
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		height:220px;
	}
	
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst li {
		width:48%;
		margin-bottom:20px;
		margin-right:0;
	}
	.list-cst li:nth-child(4n) {
		margin-right:0;
	}
	.list-cst li:nth-child(even) {
		float:right;
	}
	.list-cst .cstttl {
		font-size:14px;
	}
	.list-cst .cst_icon li img {
		width:19px;
	}
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns ul li a img {
		width:32px;
		height:auto;
	}
	
	
	/*------------ 関連キーワード(タグ) ------------*/
	#tag ul li a {
		padding:4px 5px 4px 5px;
	}
	
	
	#clm2_wrap {
		display:block;
	}
	#clm2_wrap > div , #clm2_wrap > section {
		display:block;
	}
	#clm2_wrap #maincontent {
		width:100%;
		display:block;
		padding:0;
		margin-bottom:30px;
	}
	#clm2_wrap #side {
		width:100%;
		display:block;
		padding-bottom:20px;
	}
	
	
	/*------------ singleサイド SNS ------------*/
	#clm2_wrap #side #side_sns {
		text-align:center;
		margin-bottom:10px;
	}
	#clm2_wrap #side #side_sns li {
		display:inline-block;
		float:none;
	}
	
	
	/*------------ singleサイド アドレス ------------*/
	#clm2_wrap #side #side_address {
		text-align:center;
	}
	#clm2_wrap #side #side_address dd a {
		max-width:50px;
		margin:0 auto;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend li {
		width:48%;
		float:left;
	}
	#clm2_wrap #side #side_reccomend li:nth-child(even) {
		float:right;
	}
	#clm2_wrap #side #side_reccomend li .scall_thum {
		margin-bottom:10px;
	}
	
	
	
	/*------------ singleサイド ランキング ------------*/
	#clm2_wrap #side #side_ranking h3 {
		padding-left:38px;
		background-size:26px auto;
		margin-bottom:12px;
	}
	#clm2_wrap #side #side_ranking .ranking_img {
		width:145px;
		float:left;
	}
	#clm2_wrap #side #side_ranking div.clearfix {
		margin-bottom:5px;
	}
	#clm2_wrap #side #side_ranking .left {
		width:-webkit-calc(100% - 165px);
		width:calc(100% - 165px);
		float:right;
	}
	#clm2_wrap #side #side_ranking .left p.no {
		width:100%;
	}
	
	
	/*------------ サイド関連キーワード(タグ) ------------*/
	#side_tag ul li a {
		padding:4px 5px 4px 5px;
	}
	
	
	div#CDSWIDSSP.widSSP.widSSPnarrow {max-width:initial;max-width:auto;width:100%;}
	

	/* -------------------------------------
	reserve botton
	------------------------------------- */
	#acrebtn p#acrebtn1 {
		display:none;
	}
	#acrebtn p#acrebtn2 {
		display:block;
	}
	

	/* -------------------------------------
	footer
	------------------------------------- */
	
	
	#banner2 .bx-wrapper li a {
		overflow:hidden;
	}
	#banner2 .bx-wrapper li a img {
		
		max-width:140px;
		height:30px;
	}
	.tbwrap {
		width:100%;
		overflow:auto;
	}
	.tbwrap table {
		width:700px!important;
	}
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:32px;
		padding-top:55px;
		background-size:50px auto;
	}
	#notfound h1:after {
		top:75px;
	}
	#notfound h1 span.bg {
		padding:0 20px;
	}
	#notfound p strong {
		font-size:17px;
	}
	
	
	/* -------------------------------------
	footer
	------------------------------------- */
	footer #companyprof {
		margin-top:0;
	}
	footer #companyprof dt {
		text-align:center;
		width:100%;
		margin-right:0;
	}

	#pagetop {
		bottom:70px;
	}

	
}
@media screen and (max-width:480px) {
	/* -------------------------------------
	common
	------------------------------------- */
	.sptel {
		cursor:pointer;
		pointer-events:auto;
	}
	.blk {
		margin-bottom:35px;
	}
	.ttl_icon {
		font-size:18px;
		margin-bottom:25px;
		padding-top:50px;
		background-size:40px auto;
	}
	.ttl_icon:after {
		top:63px;
	}
	
	
	.ttl_icon.ov {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon.td {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon.es {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon.st {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon.ti {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon.sa {
		background-position:center 13px;
		background-size:32px auto;
	}
	.ttl_icon2 {
		font-size:16px;
		padding:8px 0 8px 50px;
		margin-bottom:20px;
		background-size:37px auto;
	}
	.ttl_normal {
		font-size:16px;
		
	}
	.archive_ftttl {
		font-size:18px;
		margin-bottom:25px;
	}
	.archive_ftttl span.bg {
		padding:0 25px;
	}
	.archive_ftttl:after {
		top:10px;
	}
		
	
	
	/*------------ 特集記事 ------------*/
	#spot_head {
		margin-bottom:20px;
	}
	.spot h2 {
		font-size:17px;
	}
	
	.spot .postlinks a.detail {
		font-size:13px;
	}
	.spot p span.scrollblk {
		height:250px;
	}
	
	/*------------ カセット情報 ------------*/
	#post_mainimg {
		height:250px;
	}
	.post #postinfo, #facilityinfo {
		margin-bottom:30px;
	}
	.post #postgmap {
		height:240px;
	}
	
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li {
		padding-bottom:5px;
	}
	.list-post.slidefeature li a {
		padding:0 6px;
	}
	.list-post li .scall_thum {
		margin-bottom:10px;
	}
	.list-post li .txt .listttl {
		font-size:14px;
		max-height:38px;
		overflow:hidden;
	}
	.spotmap {
		height:250px;
	}
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst li {
		width:100%;
		height:auto!important;
		margin-bottom:20px;
		margin-right:0;
	}
	.list-cst li:nth-child(even) {
		float:none;
	}
	.list-cst .cstttl span {
		padding:3px 10px;
	}
	.list-cst li .scall_thum {
		width:100px;
		height:100px;
		float:left;
		margin-bottom:0;
		overflow:visible;
	}
	.list-cst .txt {
		width:-webkit-calc(100% - 110px);
		width:calc(100% - 110px);
		float:right;
	}
	.list-cst p.csttcap {
		font-size:12px;
	}
	.list-cst .txt dl.cstinfo dt, .list-cst .txt dl.cstinfo dd {
		font-size:11px;
	}
	.list-cst li .viewnum {
		font-size:12px;
		text-align:right;
		padding-left:0;
	}
	
	.list-cst.clm li {
		width:48%;
		margin-bottom:20px;
		margin-right:0;
	}
	.list-cst.clm li:nth-child(4n) {
		margin-right:0;
	}
	.list-cst.clm li:nth-child(even) {
		float:right;
	}
	.list-cst.clm li .scall_thum {
		width:100%;
		height:120px;
	}
	
	.list-cst .postarea {
		top:110px;
		left:0;
		right:auto;
	}
	
	
	
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		height:180px;
	}
	.list-rhombus li .listttl span{
		padding:4px 6px 4px 6px;
	}
	.list-rhombus li .listttl {
		font-size:12px;
	}
	
	/*------------ 関連キーワード ------------*/
	
	
	
	/*------------ ランキング記事 ------------*/
	.ranking .ttl {
		margin-bottom:10px;
	}
	.rank-list .no {
		font-size:12px;
		padding:6px 6px;
	}
	.rank-list li {
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:20px;
	}
	.rank-list li .scall_thum {
		width:100px;
		height:100px;
		float:left;
		margin-bottom:35px;
		overflow:visible;
	}
	.rank-list li a:hover .scall_thum span.bg {
		transform:none;
		-webkit-transform:none;
		-ms-transform:none;
		-moz-transform:none;
	}
	.rank-list li .txt {
		width:-webkit-calc(100% - 110px);
		width:calc(100% - 110px);
		float:right;
	}
	.rank-list li .viewnum {
		font-size:12px;
		text-align:right;
	}
	.rank-list li .postarea {
		top:110px;
		left:0;
		right:auto;
	}
	
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns ul li a img {
		width:28px;
		height:auto;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend li .scall_thum {
		height:120px;
	}
	#side_reccomend li .viewnum {
		font-size:12px;
		text-align:right;
	}
	
	
	
	/*------------ singleサイド ランキング ------------*/
	#clm2_wrap #side #side_ranking h3 {
		padding-left:36px;
		background-size:25px auto;
		margin-bottom:10px;
	}
	
	
	/*------------ ページャー ------------*/
	.wp-pagenavi a, .wp-pagenavi .current {
		font-size:12px;
		padding:4px 6px;
		margin-right:10px;
	}
	
	
	#spotmap {
		height:200px;
		margin-bottom:20px;
	}
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:28px;
		padding-top:52px;
		background-size:48px auto;
	}
	#notfound h1:after {
		top:70px;
	}
	#notfound h1 span.bg {
		padding:0 15px;
	}
	#notfound p strong {
		font-size:16px;
	}
	
	
	/* -------------------------------------
	footer
	------------------------------------- */
	footer #footer_logo {
		width:220px;
	}
	footer p#cp {
		font-size:11px;
	}
}
@media screen and (max-width:320px) {
	header a#menu_btn {
		top:37px;
		left:10px;
	}
	
	
	.ttl_normal {
		font-size:15px;
		
	}
	.archive_ftttl {
		font-size:17px;
		margin-bottom:20px;
	}
	.archive_ftttl span.bg {
		padding:0 20px;
	}
	.archive_ftttl:after {
		top:9px;
	}
	
	
	/*------------ 特集記事 ------------*/
	.spot h2 {
		font-size:15px;
	}
	
	
	/*------------ カセット情報 ------------*/
	#poshead .right li a {
		font-size:11px;
	}
	#post_mainimg {
		height:220px;
	}
	.post #postinfo, #facilityinfo {
		margin-bottom:25px;
	}
	.post #postinfo dl {
		width:100%;
		height:auto!important;
		float:none!important;
	}
	#facilityinfo dl {
		width:100%;
		height:auto!important;
		float:none!important;
	}
	.post #postgmap {
		height:220px;
	}
	
	
	/*------------ 記事一覧(カセット) ------------*/
	.list-post li .scall_thum {
		height:120px;
	}
	
	
	/*------------ 記事一覧(ひし形) ------------*/
	.list-rhombus li {
		height:150px;
	}
	
	
	/*------------ 記事一覧(カセットNew) ------------*/
	.list-cst li .scall_thum {
		width:80px;
		height:80px;
		float:left;
		margin-bottom:0;
	}
	.list-cst .txt {
		width:-webkit-calc(100% - 90px);
		width:calc(100% - 90px);
		float:right;
	}
	.list-cst .cstttl {
		font-size:13px;
	}
	.list-cst p.csttcap {
		font-size:13px;
	}
	.list-cst .cst_icon li img {
		width:17px;
	}
	.list-cst li .viewnum {
		font-size:12px;
	}
	.list-cst .postarea {
		top:90px;
		left:0;
		right:auto;
	}
	
	
	/*------------ singleページ下部SNS ------------*/
	#btmsns ul li a img {
		width:25px;
		height:auto;
	}
	
	
	/*------------ singleサイド レコメンド ------------*/
	#clm2_wrap #side #side_reccomend li .scall_thum {
		height:100px;
	}
	
	
	/*------------ ページャー ------------*/
	.wp-pagenavi a, .wp-pagenavi .current {
		font-size:12px;
		padding:2px 5px;
		margin-right:5px;
	}
	
	
	/*------------ notfound ------------*/
	#notfound h1 {
		font-size:24px;
		padding-top:50x;
		background-size:46px auto;
	}
	#notfound h1:after {
		top:66px;
	}
	#notfound h1 span.bg {
		padding:0 15px;
	}
	#notfound p strong {
		font-size:16px;
	}
	
	/* -------------------------------------
	footer
	------------------------------------- */
	footer #footer_logo {
		width:200px;
	}
}

@media screen and (min-width:1001px) {
	header #hdrtop #subnavi {
		display:inline-block;
	}
}
@media screen and (min-width:769px) {
	
}