@charset "UTF-8";
@import "../emergency/style.css";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   KANKO
========================================================= */

/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/* kanko-top-facebook
----------------------------------------------- */
.fb-page {
	margin: 0 0 20px;
}

/* _________________________________2018_観光コンテンツ_編集 */
/* body
----------------------------------------------- */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* container_MC
----------------------------------------------- */
#container {
	width: 100%;
	margin: 0 auto;
}
/* header_MC
----------------------------------------------- */
#header {
	clear: both;
	width: 100%;
	background: url(img/headerBg.png) repeat-x 0 0;
}
#headerContainer {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
}
/* kanko-slide_MC
----------------------------------------------- */
#kanko-slide {
	width: 100%;
	margin: 0 0 10px;
	z-index: 400 !important;
}
#main-slider {
	position: relative;
	width: 100%;
	height: 700px;
}
#main-slider .k-logo {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 322px;
	height: auto;
	z-index: 9999 !important;
}
.mc-slider {
	width: 100%;
	height: 700px;
	over-flow: hidden;
}
.mc-slider li {
	position: relative;
	width: 100%;
	height: 700px;
}
.mc-slider li img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center top;'
}
/* kk-nav-wrap_MC
----------------------------------------------- */
#kk-nav-wrap {
	width: 100%;
	height: 90px;
	padding: 10px 0 5px;
}
#kk-nav {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}
#kk-nav h1 {
	float: left;
	width: 30%;
	height: 84px;
	margin-left: 1%;
	border-radius: 10px;
}
#kk-nav h1 a {
	display: block;
	width: 100%;
	height: 84px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #17195E;
	background-image: url(img/k-title.png);
	text-indent: -9999em;
	overflow: hidden;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	transition: all 0.4s;
}
#kk-nav h1 a:hover {
	background-color: #36c;
}
#kk-nav h1 a.kk-top:hover {
	background-color: #17195E;
	cursor: default;
}
/* HOVER */
.kk-gnav {
	float: left;
	width: 67%;
	height: 90px;
	margin: 0 0 0 1%;
}
.kk-gnav li {
	float: left;
	width: 16.6%;
	height: auto;
	text-align: center;
	
}
.kk-gnav li a {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999em;
	border: solid 3px #69f;
	overflow: hidden;
	/* 
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	transition: all 0.4s;
	 */
}
/* HOVER */
.kk-gnav li a:hover {
	background-color: #ffc;
}

.kk-gnav li.cate-miru a {
	background-image: url(img/k-pict01-miru.png);
	border: solid 3px #0FA170;
}
.kk-gnav li.cate-taiken a {
	background-image: url(img/k-pict02-taiken.png);
	border: solid 3px #0094DD;
}
.kk-gnav li.cate-taberu a {
	background-image: url(img/k-pict03-taberu.png);
	border: solid 3px #E58000;
}
.kk-gnav li.cate-kau a {
	background-image: url(img/k-pict04-kau.png);
	border: solid 3px #EB67A1;
}
.kk-gnav li.cate-tomaru a {
	background-image: url(img/k-pict05-tomaru.png);
	border: solid 3px #C2915B;
}
.kk-gnav li.cate-course a {
	background-image: url(img/k-pict06-course.png);
	border: solid 3px #7EB22A;
}
/* CURRENT */
.kk-gnav li.current a,
.kk-gnav li.current a:hover {
	cursor: default;
}
.kk-gnav li.cate-miru.current a,
.kk-gnav li.cate-miru.current a:hover {
	background-image: url(img/k-pict101-miru.png);
	background-color: #0FA170;
}
.kk-gnav li.cate-taiken.current a,
.kk-gnav li.cate-taiken.current a:hover {
	background-image: url(img/k-pict102-taiken.png);
	background-color: #0094DD;
}
.kk-gnav li.cate-taberu.current a,
.kk-gnav li.cate-taberu.current a:hover {
	background-image: url(img/k-pict103-taberu.png);
	background-color: #E58000;
}
.kk-gnav li.cate-kau.current a,
.kk-gnav li.cate-kau.current a:hover {
	background-image: url(img/k-pict104-kau.png);
	background-color: #EB67A1;
}
.kk-gnav li.cate-tomaru.current a,
.kk-gnav li.cate-tomaru.current a:hover {
	background-image: url(img/k-pict105-tomaru.png);
	background-color: #C2915B;
}
.kk-gnav li.cate-course.current a,
.kk-gnav li.cate-course.current a:hover {
	background-image: url(img/k-pict106-course.png);
	background-color: #7EB22A;
}

/* kk-main_MC
----------------------------------------------- */
#kk-main {
	max-width: 1180px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* kkKankoTab_MC
----------------------------------------------- */
#kkKankoTab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#kkKankoTab {
	margin: 20px 0 35px;
	width: 100%;
}
.tabs {
	float: left;
	width: 118px;
	height: 118px;
	margin-right: 15px;
	background: url(img/mc_kanko_news_tt.png) no-repeat 0 0;
	text-indent: -9999em;
	border: solid 1px #151762;
}
#kkKankoTab .wrapper {
	float: left;
	width: 70%;
}
#kkKankoTab ul li {
	padding: 2px 0 2px 1.5em;
	background: url(img/mc_pict_kanko_news.png) no-repeat left 0.3em;
}
.go-list-kk-topics {
	position: absolute;
	right: 15px;
	top: 20px;
}

/* kk-top-main_MC */
#kk-top-main {
	max-width: 1180px;
	min-width: 760px;
	margin: 0 auto ;
}
/* kk-top-contents_MC
----------------------------------------------- */
#kk-top-contents {
	float: left;
	width: 100%;
	margin-right: -210px;
}
#kk-top-contents-in {
	margin-right: 210px;
}
#kk-top-left-01 {
	float: left;
	width: 100%;
	margin-right: -330px;
}
/* Youtube */
#kk-movie-wrap {
	margin-right: 330px;
}
.kk-movie {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-right: 210px;
}
.kk-movie iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#kk-top-side-01 {
	float: left;
	width: 300px;
	margin-left: 30px;
}

#kk-top-left-02 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-right: -210px;
}
/* バナー */
#kk-top-bnn-wrap {
	margin-right: 210px;
}
.kk-top-bnn {
	list-style: none;
	width: 102%;
	margin: 0 0 30px;
	margin-right: 210px;
}
.kk-top-bnn li {
	float: left;
	width: 180px;
	margin: 0 13px 13px 0;
}
#kk-top-side-02 {
	float: left;
	width: 180px;
	margin-top: 30px;
	margin-left: 30px;
}

/* kk-top-side_MC
----------------------------------------------- */
#kk-top-side {
	float: right;
	width: 180px;
	margin-left: 30px;
}
/* footerBody_k-crd _MC
----------------------------------------------- */
.k-crd {
	display: inline-block;
	margin: 20px 0;
	font-size: 85%;
}

/* 観光カテゴリ一覧_MC
----------------------------------------------- */
/* タイトル部分 */
#kk-title {
	max-width: 1180px;
	min-width: 760px;
	margin: 10px auto 0;
}
.sub-cate-list {
	float: right;
	width: 100%;
	list-style: none;
}
.sub-cate-list li {
	display: table;
	float: left;
	width: 16.6666%;
	height: auto;
	font-size: 93%;
}
.sub-cate-list li a {
	display: block;
	width: 95%;
	margin: 0 3% 5px 0;
	padding: 7px 1%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #efefef;
	color: #17145F;
	border-left: none;
	border-bottom: none;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	transition: all 0.4s;
}
.sub-cate-list li a:hover {
	background: #17145F;
	color: #fff;
}
/* ___CURRENT */
/* 見る */
.sub-cate-list.miru li.current a,
.sub-cate-list.miru li.current a:hover {
	background: #0FA170;
	color: #fff;
	cursor: default;
}
/* 体験 */
.sub-cate-list.taiken li.current a,
.sub-cate-list.taiken li.current a:hover {
	background: #0094DD;
	color: #fff;
	cursor: default;
}
/* 食べる */
.sub-cate-list.taberu li.current a,
.sub-cate-list.taberu li.current a:hover {
	background: #E58000;
	color: #fff;
	cursor: default;
}
/* 買う */
.sub-cate-list.kau li.current a,
.sub-cate-list.kau li.current a:hover {
	background: #EB67A1;
	color: #fff;
	cursor: default;
}
/* 泊まる */
.sub-cate-list.tomaru li.current a,
.sub-cate-list.tomaru li.current a:hover {
	background: #C2915B;
	color: #fff;
	cursor: default;
}
/* モデルコース */
.sub-cate-list.course li.current a,
.sub-cate-list.course li.current a:hover {
	background: #7EB22A;
	color: #fff;
	cursor: default;
}
/* パンくずリスト */
#kk-main #breadCrumbs {
	margin: 10px 0 20px;
}
/* 本文部分 */
#kk-contents {
	max-width: 1180px;
	min-width: 760px;
	margin: 0 auto 50px;
	font-size: 108%;
}

/* カテゴリリスト */
#kk-contents .k-cate-list {
	list-style: none;
	margin: 0 0 50px;
	font-size: 93%;
}
#kk-contents .k-cate-list li {
	float: left;
	width: 22%;
	margin: 0 4% 40px 0;
}
#kk-contents .k-cate-list li:nth-child(4n) {
	margin: 0 0 40px 0;
}
#kk-contents .k-cate-list li:nth-child(4n+1) {
	clear: both;
}
#kk-contents .k-cate-list li h3 {
	margin: 14px 0 10px;
	padding: 0;
	border: none;
	font-size: 115%;
}
.k-cate-list li img {
	width: 100%;
	/*height: auto;*/
height: 180px;
    object-fit: contain;

}
.k-cate-list li p {
	margin: 0;
	font-size: 100%;
	line-height: 1.5em;
}
.k-cate-list li p.kk-go-hbn a {
	display: block;
	margin: 14px 20% 0;
	padding: 8px 1%;
	border: solid 1px #333;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #000;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* HOVER */
.k-cate-list li p.kk-go-hbn a:hover {
	font-weight: bold;
	background: #17145F;
	color: #fff;
}
/* HOVERで画像拡大 */
.cng {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.cng:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.cng:hover:after {
	opacity: 1;
	transform: scale(0.5, 1.0);
}
.cng img {
	height: auto;
	transition: all .3s ease-out;
	width: 100%;
	vertical-align: bottom;
}
a:hover>.cng img {
	transform: scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		-moz-transform:scale(1.2,1.2);
		-ms-transform:scale(1.2,1.2);
		-o-transform:scale(1.2,1.2);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
/* ________2018_観光_詳細ページ_編集 */
/* 2018_レイアウト */

/* メイン写真 */
.kk-p-box {
	margin: 0 0 40px;
}
.kk-main {
	float: left;
	width: 70%;
}
.kk-main img {
	max-width: 700px;
	max-height: 500px;
}
.kk-thumb {
	float: right;
	width: 28%;
	margin: 0;
}

/* 2段組 */
.kk-d-box {
	margin: 0 0 40px;
}
.kk-data {
	float: left;
	width: 48%;
}
.kk-map {
	float: right;
	width: 48%;
}
.kk-map iframe {
	width: 100%;
	max-height: 400px;;
}

/* 戻る */
.kk-back {
	width: 8em;
	margin: 20px auto 0;
}
.kk-back a {
	display: block;
	margin: 0 auto;
	padding: 8px 1%;
	border: solid 1px #333;
	text-align: center;
	background: #eee;
	color: #000;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* HOVER */
.kk-back a:hover {
	font-weight: bold;
	background: #17145F;
	color: #fff;
}

/* ===見出し=== */
#kk-contents h1 {
	border-bottom: solid 4px #9cf;
	margin: 0 0 10px;
	padding: 20px 0 10px;
	font-size: 167%;
}
/* 本文タイトル：デフォルト-リセット */
#kk-contents #pageTitle .pieceContainer {
	border: none;
	margin: 0;
	padding: 0;
}
#kk-contents #pageTitle .pieceBody {
	border: none;
	margin: 0;
	padding: 0;
}

#kk-contents h2 {
	border-bottom: double 3px #c1c1c1;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	font-size: 138.5%;
}
#kk-contents h3 {
	border-left: solid 4px #4169E1;
	margin: 0 0 20px;
	padding: 7px 0 7px 10px;
	font-size: 123.1%;
}
#kk-contents h4 {
	border-bottom: solid 1px #4169E1;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 115%;
}
#kk-contents h5 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 108%;
}
#kk-contents h6 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 100%;
}
/* ===段落=== */
#kk-contents p {
	margin-bottom: 20px;
}
/* ===リスト=== */
#kk-contents ul {
	margin-bottom: 20px;
	margin-left: 1.4em;
	list-style: disc;
}
#kk-contents ol {
	margin-bottom: 14px;
	margin-left: 1.8em;
}
/* ===表組み=== */
#kk-contents table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#kk-contents table th {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
}
#kk-contents table td {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
}
/* ===表組み__観光データ=== */
#kk-contents table.mc-kk-data {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-bottom: solid 1px #999;
}
#kk-contents table.mc-kk-data th {
	width: 8em;
	margin: 0;
	padding: 7px 10px;
	text-align: left;
	border-top: solid 1px #999;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#kk-contents table.mc-kk-data td {
	margin: 0;
	padding: 7px 10px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: none;
	border-bottom: none;
}
/* ===画像左寄せ／画像右寄せ=== */
#kk-contents .imgL {
	margin: 0 14px 14px 0;
}
#kk-contents .imgR {
	margin: 0 0 14px 14px;
}
/* 買えるところ ＆ お食事処 */
#kk-contents .k-tokoro-list {
	list-style: none;
	margin: 0 0 30px;
}
#kk-contents .k-tokoro-list li {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}
#kk-contents .k-tokoro-list li a {
	display: block;
	font-size: 85%;
}
#kk-contents .k-tokoro-list li a img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
/* モデルコース */
.mc-left {
	float: left;
	width: 48%;
	margin: 0 2% 30px 0;
}
.t-wtrap {
	border: solid 1px #ddbb99;
	margin: 5px 0;
	padding: 14px;
	background: #fff9f5;
}
.p-box {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.p-box img {
	padding: 5px;
	background: #ccc;
}
.p-box a {
	display: block;
	padding: 5px;
	background: #39f;
}
.p-box a img {
	padding: 0;
}
.t-box {
	float: left;
	width: 50%;
}
#kk-contents .t-box h4 {
	border: none;
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.3em;
	font-size: 115%;
	color: #1c305c;
}
#kk-contents .t-box p {
	margin: 0;
	padding: 0;
}
#kk-contents .t-time,
#kk-contents .t-box p.t-time {
	display: inline-block;
	margin: 5px 2em;
	padding: 3px 12px;
	font-weight: bold;
	font-size: 93%;
	line-height: 1.0em;
	border-radius: 10px;
	background: #82ae46;
	color: #fff;
}
/* 車 */
#kk-contents .t-car,
#kk-contents .t-box p.t-car {
	margin:  0 0 0 4.5em;
	padding: 10px 0 10px 1em;
	border-left: solid 5px #c1c1c1;
}
/* 船 */
#kk-contents .t-ship,
#kk-contents .t-box p.t-ship {
	margin:  0 0 0 4.5em;
	padding: 10px 0 10px 1em;
	border-left: dotted 5px #3cf;
}
/* JR */
#kk-contents .t-jr {
	margin:  0 0 0 4.5em;
	padding: 10px 0 10px 1em;
	border-left: dotted 5px #096;
}
/* 三陸鉄道 */
#kk-contents .t-sante {
	margin:  0 0 0 4.5em;
	padding: 10px 0 10px 1em;
	border-left: dotted 5px #c33;
}
/* 徒歩 */
#kk-contents .t-toho,
#kk-contents .t-box p.t-toho {
	margin:  0 0 0 4.5em;
	padding: 10px 0 10px 1em;
	border-left: dotted 5px #999;
}
/* 左右2段_八戸・宮古_2日目最後 */
.t-c-left {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
}

/* ________2018_観光_FOOTER */
/* footer
----------------------------------------------- */
/* footer-navi
---------------------- */
#kk-footerNavi {
	width: 100%;
	border-top: solid 1px #c1c1c1;
	padding: 5px 0 0;
}
#kk-footerNavi .pieceBody {
	padding: 10px 0 0;
	color: #333333;
	text-align: center;
}
#kk-footerNavi ul {
	list-style: none;
}
#kk-footerNavi ul li {
	display: inline;
	border-right: solid 1px #999;
}
#kk-footerNavi ul li:first-child {
	border-left: solid 1px #999;
}
#kk-footerNavi a {
	display: inline-block;
	padding: 0 1em;
	color: #003399;
}
#kk-footerNavi a:visited {
	color: #660099;
}
#kk-footerNavi a:hover {
	color: #ff0000;
}

/* address
---------------------- */
#kk-address {
  height: 70px;
  padding:10px 5px;
  border-top: none;
  border-bottom: none;
}
/* ______MC_Plus */
.kk-footer-logo {
  float: left;
  width: 250px;
  margin: 0 30px 0 0;
  padding: 0;
}
.kk-footer-logo h3 {
  margin: 0;
  padding: 0;
  background: none;
}
#kk-address p {
  float: left;
  margin: 15px 0;
  padding: 0;
}


/*==========================================
 PC＋タブレット専用［640px　以上〜959px以下］
===========================================*/
@media only screen and ( max-width: 959px ) {
	/*======［基本構造ここから］======*/
	body {
		max-width: 959px;
		height: auto;
	}
	#headerContainer {
		max-width: 100%;
		min-width: 100%;
	}
	#kk-nav {
		max-width: 98%;
		min-width: 98%;
		padding: 0 1%;
	}
	#kk-top-main {
		max-width: 100%;
		min-width: 100%;
	}
	#kk-main {
		max-width: 96%;
		min-width: 96%;
		padding: 0 2%;
	}
	#kk-title {
		max-width: 100%;
		min-width: 100%;
	}
	#kk-contents {
		max-width: 100%;
		min-width: 100%;
	}
	/* commonHeader */
	#commonHeader {
		font-size: 80%;
	}
	.riyou {
		padding-right: 0.3em;
	}
	#commonHeader span.naviTheme,
	#commonHeader span.naviRuby,
	#commonHeader span.naviTalk {
		padding-right: 0.3em;
	}
	
	/* kanko-slide_MC
	----------------------------------------------- */
	#kanko-slide {
		width: 100%;
		height: 500px;
	}
	#main-slider {
		position: relative;
		width: 100%;
		height: 500px;
	}
	#main-slider .k-logo {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 220px;
		height: auto;
		z-index: 9999 !important;
	}
	.mc-slider {
		width: 100%;
		height: 500px;
		over-flow: hidden;
	}
	.mc-slider li {
		position: relative;
		width: 100%;
		height: 500px;
	}
	.mc-slider li img {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: center center;
		font-family: 'object-fit: cover; object-position: center top;'
	}
	.sub-cate-list li a {
		font-size: 93%;
	}
	
	#kk-nav h1 {
		width: 31%;
		height: 80px;
	}
	#kk-nav h1 a {
		height: 80px;
	}
	.kk-gnav li {
		width: 16.6%;
	}
	.kk-gnav li a {
		width: 80px;
		height: 80px;
	}
	/* メイン写真_北山崎と鵜の巣断崖ページ */
	.kk-p-box {
		margin: 0 0 40px;
	}
	.kk-main {
		float: left;
		width: 70%;
	}
	.kk-main img {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: auto;
	}
	/* モデルコース */
	.t-box {
		float: left;
		width: 100%;
	}
}


/*==========================================
 MOBILE専用［639px以下］　
===========================================*/
@media only screen and ( max-width: 639px ) {
	/* __________2018_観光コンテンツ_編集 */
	/* body
	----------------------------------------------- */
	body {
		/* overflow-x: hidden; */
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	#commonHeader {
		display: none;
	}
	/* container_MC
	----------------------------------------------- */
	#container {
		width: 100%;
		margin: 0 auto;
	}
	/* header_MC
	----------------------------------------------- */
	#header {
		clear: both;
		width: 100%;
		background: url(img/headerBg.png) repeat-x 0 0;
	}
	#headerContainer {
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	/* kanko-slide_MC
	----------------------------------------------- */
	#kanko-slide {
		width: 100%;
		height: 260px;
	}
	#main-slider {
		position: relative;
		width: 100%;
		height: 260px;
	}
	#main-slider .k-logo {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 160px;
		height: auto;
		z-index: 9999 !important;
	}
	.mc-slider {
		width: 100%;
		height: 260px;
		over-flow: hidden;
	}
	.mc-slider li {
		position: relative;
		width: 100%;
		height: 260px;
	}
	.mc-slider li img {
		width: 100%;
		height: 260px;
		object-fit: cover;
		object-position: center center;
		font-family: 'object-fit: cover; object-position: center top;'
	}
	
	/* kk-nav-wrap_MC
	----------------------------------------------- */
	#kk-nav-wrap {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	#kk-nav {
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#kk-nav h1 {
		float: none;
		width: 96%;
		height: 80px;
		margin: 0 2%;
		border-radius: 10px;
	}
	#kk-nav h1 a {
		display: block;
		width: 100%;
		height: 80px;
		border-radius: 10px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-color: #17195E;
		background-image: url(img/k-title.png);
		text-indent: -9999em;
		overflow: hidden;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	#kk-nav h1 a:hover {
		background-color: #36c;
	}
	#kk-nav h1 a.kk-top:hover {
		background-color: #17195E;
		cursor: default;
	}
	/* HOVER */
	.kk-gnav {
		float: none;
		width: 96%;
		height: auto;
		margin: 0 2%;
	}
	.kk-gnav li {
		float: left;
		width: 30%;
		height: auto;
		margin:10px 1.5% 0;
		padding: 0;
		text-align: center;
	}
	.kk-gnav li a {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		border-radius: 10px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		text-indent: -9999em;
		overflow: hidden;
		/* 
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
		transition: all 0.4s;
		 */
	}
	/* HOVER */
	.kk-gnav li a:hover {
		background-color: #ffc;
	}
	/* CURRENT */
	.kk-gnav li.current a,
	.kk-gnav li.current a:hover {
		background-color: #fff;
		cursor: default;
	}
	.kk-gnav li.cate-miru a {
		background-image: url(img/k-pict01-miru.png);
	}
	.kk-gnav li.cate-taiken a {
		background-image: url(img/k-pict02-taiken.png);
	}
	.kk-gnav li.cate-taberu a {
		background-image: url(img/k-pict03-taberu.png);
	}
	.kk-gnav li.cate-kau a {
		background-image: url(img/k-pict04-kau.png);
	}
	.kk-gnav li.cate-tomaru a {
		background-image: url(img/k-pict05-tomaru.png);
	}
	.kk-gnav li.cate-course a {
		background-image: url(img/k-pict06-course.png);
	}
	
	/* kk-main_MC
	----------------------------------------------- */
	#kk-main {
		max-width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/* kkKankoTab_MC
	----------------------------------------------- */
	#kkKankoTab:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#kkKankoTab {
		margin: 35px 3% 10px;
		width: 94%;
	}
	.tabs {
		float: none;
		width: 100%;
		height: auto;
		margin-right: none;
		background: none;
		background-color: #17195E;
		text-indent: 0;
		border: none;
	}
	.tabs a {
		display: block;
		margin: 0;
		padding: 8px 0;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 123.1%;
		color: #fff;
	}
	#kkKankoTab .wrapper {
		float: left;
		width: 100%;
	}
	#kkKankoTab ul li {
		padding: 8px 0;
		background: none;
		border-bottom: solid 1px #999;
	}
	#kkKankoTab ul li a {
		display: block;
		padding: 8px 0 0 1.5em;
		background: url(img/mc_pict_kanko_news.png) no-repeat left 9px;
	}
	.go-list-kk-topics {
		position: static;
		padding: 8px 3% 35px;
		float: none;
	}
	.go-list-kk-topics a {
		display: block;
		padding: 10px;
		text-align: center;
		border: solid 1px #999;
	}
	
	/* kk-top-main_MC */
	#kk-top-main {
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto 60px ;
	}
	/* kk-top-contents_MC
	----------------------------------------------- */
	#kk-top-contents {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#kk-top-contents-in {
		margin-right: 0;
	}
	
	#kk-top-left-01 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	/* Youtube */
	#kk-movie-wrap {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.kk-movie {
		position:relative;
		width:100%;
		padding-top:56.25%;
		margin-right: 210px;
	}
	.kk-movie iframe {
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
	#kk-top-side-01 {
		float: none;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	
	#kk-top-left-02 {
		float: left;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	/* バナー */
	#kk-top-bnn-wrap {
		margin-right: 0;
	}
	.kk-top-bnn {
		list-style: none;
		width: 100%;
		margin: 0 0 7px;
	}
	.kk-top-bnn li {
		float: left;
		width: 44%;
		margin: 0 3% 13px;
	}
	.kk-top-bnn li:nth-child(7) {
		clear: both;
	}
	.kk-top-bnn li a {
		display: block;
		width: 100%;
		height: auto;
	}
	.kk-top-bnn li a img{
		width: 100%;
		height: auto;
	}
	#kk-top-side-02 {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-left: 0;
	}
	
	/* kk-top-side_MC
	----------------------------------------------- */
	#kk-top-side {
		float: none;
		width: 94%;
		margin: 20px 3% 0;
	}
	#kk-top-side form {
		text-align: center;
	}
	#kk-top-side #t_access .pieceBody {
		width: 100% !important;
		height: auto;
	}
	#kk-top-side #t_access .pieceBody img {
		width: 70%;
		margin: 0 15% 5px;
		height: auto;
	}
	#kk-top-side #t_access .pieceHeader h2 {
		width: 100%;
		height: 44px;
		margin: 10px 0 0;
		background-size: contain !important;
	}
	#kk-top-side #t_access ul li a {
		display: block;
		margin: 0 0 5px;
		padding: 10px 0;
		font-size: 115%;
		text-align: center;
		background: #fff;
	}
	#kk-top-side #calendar {
		display: none;
	}
	
	/* footerBody_k-crd _MC
	----------------------------------------------- */
	.k-crd {
		display: inline-block;
		margin: 20px 0;
		font-size: 85%;
	}
	
	/* 観光カテゴリ一覧_MC
	----------------------------------------------- */
	/* タイトル部分 */
	#kk-title {
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto 10px;
		background: #ededed;
		height: auto;
	}
	#kk-title h2 {
		float: none;
		width: 90%;
		margin: 0;
		padding: 10px 5%;
		height: auto;
		text-indent: 0;
		overflow: visible;
		font-size: 138.5%;
		background: none;
		color: #fff;
		border-bottom: solid 1px #fff;
	}
	#kk-title h2 a {
		display:block;
		width: 100%;
		height: auto;
		color: #fff;
		text-decoration: none;
	}
	#kk-title h2.kk-cate-miru {
		background: #0FA170;
	}
	#kk-title h2.kk-cate-taiken {
		background: #0094DD;
	}
	#kk-title h2.kk-cate-taberu {
		background: #E58000;
	}
	#kk-title h2.kk-cate-kau {
		background: #EB67A1;
	}
	#kk-title h2.kk-cate-tomaru {
		background: #C2915B;
	}
	#kk-title h2.kk-cate-course {
		background: #7EB22A;
	}
	.sub-cate-list {
		float: none;
		width: 100%;
		list-style: none;
	}
	.sub-cate-list li {
		display: table;
		float: left;
		width: 50%;
		height: auto;
	}
	.sub-cate-list li a {
		display: table-cell;
		width: 100%;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		font-size: 100%;
		font-weight: bold;
		color: #17145F;
		border-left: none;
		border-bottom: solid 1px #fff;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.sub-cate-list li a:hover {
		background: #17145F;
		color: #fff;
	}
	/* ___CURRENT */
	/* 見る */
	.sub-cate-list.miru li.current a,
	.sub-cate-list.miru li.current a:hover {
		background: #0FA170;
		color: #fff;
		cursor: default;
	}
	/* パンくずリスト */
	#kk-main #breadCrumbs {
		display: none;
	}
	/* 本文部分 */
	#kk-contents {
		max-width: 92%;
		min-width: 92%;
		margin: 0 4% 50px;
		font-size: 108%;
	}
	#kk-contents h1 {
		font-size: 123.1%;
	}
	
	/* カテゴリリスト */
	#kk-contents .k-cate-list {
		width: 100%;
		list-style: none;
		margin: 0 0 50px;
		font-size: 93%;
	}
	#kk-contents .k-cate-list li {
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}
	#kk-contents .k-cate-list li:nth-child(4n) {
		margin: 0 0 40px;
	}
	#kk-contents .k-cate-list li h3 {
		margin: 2px 0 5px;
		padding: 0;
		border: none;
		font-size: 115%;
	}
	#kk-contents .k-cate-list li p {
		margin: 0 0 10px;
		padding: 0;
		font-size: 100%;
		line-height: 1.5em;
	}
	#kk-contents .k-cate-list li img {
		width: 100%;
		height: auto;
	}
	.k-cate-list li p.kk-go-hbn a {
		display: block;
		margin: 14px 20% 0;
		padding: 8px 1%;
		border: solid 1px #333;
		text-align: center;
		text-decoration: none;
		background: #fff;
		color: #000;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	/* HOVER */
	.k-cate-list li p.kk-go-hbn a:hover {
		font-weight: bold;
		background: #17145F;
		color: #fff;
	}
	/* HOVERで画像拡大 */
	.cng {
		margin: 0;
		overflow: hidden;
		position: relative;
	}
	.cng:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.cng:hover:after {
		opacity: 1;
		transform: scale(0.5, 1.0);
	}
	.cng img {
		height: auto;
		transition: all .3s ease-out;
		width: 100%;
		vertical-align: bottom;
	}
	a:hover>.cng img {
		transform: scale(1.2,1.2);
			-webkit-transform:scale(1.2,1.2);
			-moz-transform:scale(1.2,1.2);
			-ms-transform:scale(1.2,1.2);
			-o-transform:scale(1.2,1.2);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		overflow:hidden;
	}
	/* ________2018_観光_詳細ページ_編集 */
	/* 2018_レイアウト */
	
	/* メイン写真 */
	.kk-p-box {
		margin: 0 0 40px;
	}
	.kk-main {
		float: none;
		width: 100%;
	}
	.kk-main img {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: auto;
	}
	.kk-thumb {
		float: none;
		width: 100%;
		margin: 0;
	}
	#kk-contents .kk-thumb img {
		float: left;
		width: 32%;
		height: 100px;
		margin: 0 0.6% 5px;
	}
	
	/* 2段組 */
	.kk-d-box {
		margin: 0 0 40px;
	}
	.kk-data {
		float: none;
		width: 100%;
	}
	.kk-map {
		float: none;
		width: 100%;
	}
	.kk-map iframe {
		width: 100%;
		max-height: 300px;;
	}
	
	/* 戻る */
	.kk-back {
		width: 8em;
		margin: 40px auto;
	}
	.kk-back a {
		display: block;
		margin: 14px auto 0;
		padding: 8px 1%;
		border: solid 1px #333;
		text-align: center;
		background: #eee;
		color: #000;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	/* HOVER */
	.kk-back a:hover {
		font-weight: bold;
		background: #17145F;
		color: #fff;
	}
	
	/* ===画像=== */
	#kk-contents img {
		width: 100%;
		height: auto;
	}
	/* ===見出し=== */
	#kk-contents h1 {
		border-bottom: solid 4px #9cf;
		margin: 0 0 10px;
		padding: 10px 0 10px;
		font-size: 138.5%;
	}
	#kk-contents h2 {
		border-bottom: double 3px #c1c1c1;
		margin: 0 0 10px;
		padding: 10px 0 10px;
		font-size: 123.1%;
	}
	#kk-contents h3 {
		border-left: solid 4px #4169E1;
		margin: 0 0 20px;
		padding: 7px 0 7px 10px;
		font-size: 115%;
	}
	#kk-contents h4 {
		border-bottom: solid 1px #4169E1;
		margin: 0 0 5px;
		padding: 0 0 5px;
		font-size: 108%;
	}
	#kk-contents h5 {
		margin: 0 0 5px;
		padding: 0 0 5px;
		font-size: 100%;
	}
	#kk-contents h6 {
		margin: 0 0 5px;
		padding: 0 0 5px;
		font-size: 100%;
	}
	/* ===段落=== */
	#kk-contents p {
		margin-bottom: 20px;
	}
	/* ===リスト=== */
	#kk-contents ul {
		margin-bottom: 20px;
		margin-left: 1.4em;
		list-style: disc;
	}
	#kk-contents ol {
		margin-bottom: 14px;
		margin-left: 1.8em;
	}
	/* ===表組み=== */
	#kk-contents table {
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	#kk-contents table th {
		margin: 0;
		padding: 7px 10px;
		border: solid 1px #999;
		background: #eee;
	}
	#kk-contents table td {
		margin: 0;
		padding: 7px 10px;
		border: solid 1px #999;
	}
	/* ===表組み__観光データ=== */
	#kk-contents table.mc-kk-data {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
		border-bottom: solid 1px #999;
	}
	#kk-contents table.mc-kk-data th {
		width: auto;
		white-space: nowrap;
		margin: 0;
		padding: 7px 10px;
		text-align: left;
		border-top: solid 1px #999;
		border-left: none;
		border-right: none;
		border-bottom: none;
		background: #eee;
	}
	#kk-contents table.mc-kk-data td {
		margin: 0;
		padding: 7px 10px;
		border-top: solid 1px #999;
		border-left: solid 1px #999;
		border-right: none;
		border-bottom: none;
	}
	/* ===画像左寄せ／画像右寄せ=== */
	#kk-contents .imgL {
		margin: 0 14px 14px 0;
	}
	#kk-contents .imgR {
		margin: 0 0 14px 14px;
	}
	/* 買えるところ ＆ お食事処 */
	#kk-contents .k-tokoro-list {
		list-style: none;
		margin: 0 0 30px;
	}
	#kk-contents .k-tokoro-list li {
		float: left;
		width: 48%;
		margin: 0 1%;
	}
	#kk-contents .k-tokoro-list li a {
		display: block;
		font-size: 85%;
	}
	#kk-contents .k-tokoro-list li a img {
		width: 100%;
		height: auto;
		margin: 0 0 5px;
	}
	
	/* モデルコース */
	.mc-left {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.t-wtrap {
		border: solid 1px #ddbb99;
		margin: 5px 0;
		padding: 14px;
		background: #fff9f5;
	}
	.p-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.p-box img {
		padding: 0;
		background: #ccc;
	}
	.p-box a {
		display: block;
		padding: 5px;
		background: #39f;
	}
	.p-box a img {
		padding: 0;
	}
	.t-box {
		float: left;
		width: auto;
	}
	#kk-contents .t-box h4 {
		border: none;
		margin: 0 0 14px;
		padding: 0;
		line-height: 1.3em;
		font-size: 115%;
		color: #1c305c;
	}
	#kk-contents .t-box p {
		margin: 0;
		padding: 0;
	}
	#kk-contents .t-time,
	#kk-contents .t-box p.t-time {
		display: inline-block;
		margin: 5px 1em;
		padding: 3px 12px;
		font-weight: bold;
		font-size: 93%;
		line-height: 1.0em;
		border-radius: 10px;
		background: #82ae46;
		color: #fff;
	}
	/* 車 */
	#kk-contents .t-car,
	#kk-contents .t-box p.t-car {
		margin:  0 0 0 3.5em;
		padding: 10px 0 10px 1em;
		border-left: solid 5px #c1c1c1;
	}
	/* 船 */
	#kk-contents .t-ship,
	#kk-contents .t-box p.t-ship {
		margin:  0 0 0 3.5em;
		padding: 10px 0 10px 1em;
		border-left: dotted 5px #3cf;
	}
	/* JR */
	#kk-contents .t-jr {
		margin:  0 0 0 3.5em;
		padding: 10px 0 10px 1em;
		border-left: dotted 5px #096;
	}
	/* 三陸鉄道 */
	#kk-contents .t-sante {
		margin:  0 0 0 3.5em;
		padding: 10px 0 10px 1em;
		border-left: dotted 5px #c33;
	}
	/* 徒歩 */
	#kk-contents .t-toho,
	#kk-contents .t-box p.t-toho {
		margin:  0 0 0 3.5em;
		padding: 10px 0 10px 1em;
		border-left: dotted 5px #999;
	}
	
	/* ________2018_観光_FOOTER */
	
	/* footer
	----------------------------------------------- */
	/* footer-navi
	---------------------- */
	#kk-footerNavi {
		width: 100%;
		border-top: none;
		padding: 5px 0 20px;
	}
	#kk-footerNavi .pieceBody {
		padding: 10px 0 0;
		color: #333333;
		text-align: center;
	}
	#kk-footerNavi ul {
		list-style: none;
	}
	#kk-footerNavi ul li {
		display: block;
		float: left;
		width: 50%;
		border-right: none;
		border-top: solid 1px #c1c1c1;
	}
	#kk-footerNavi ul li:first-child {
		border-left: none;
	}
	#kk-footerNavi ul li:last-child {
		width: 100%;
		border-left: none;
		border-bottom: solid 1px #c1c1c1;
	}
	#kk-footerNavi ul li:nth-child(even) a {
		border-left: solid 1px #c1c1c1;
	}
	#kk-footerNavi a {
		display: block;
		padding: 14px 1em;
		color: #003399;
	}
	#kk-footerNavi a:visited {
		color: #660099;
	}
	#kk-footerNavi a:hover {
		color: #ff0000;
	}
	
	/* address
	---------------------- */
	#kk-address {
		height: auto;
		padding:10px 3%;
		border-top: none;
		border-bottom: none;
	}
	/* ______MC_Plus */
	.kk-footer-logo {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.kk-footer-logo h3 {
		margin: 0;
		padding: 0;
		background: none;
	}
	#kk-address p {
		float: left;
		margin: 15px 0;
		padding: 0;
	}
}