@charset "utf-8";

/*
Theme Name: 丸森町観光案内所 201512
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* new clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix {zoom:1;}/* IE6 */ *:first-child+html .clearfix {zoom:1;} /* IE7 */

html, body {
  height:100%;
  background:#fff;
}
body, input, textarea, button {
  color:#333;
  font:15px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
strong {
	font-weight:bold;
}
img {
	max-width:100%;
	height:auto;
	font-size:0;
	line-height:0;
	vertical-align:top;
}
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}
a, a:hover {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
a img:hover {
	filter: alpha(opacity=8);
	-moz-opacity:0.8;
	opacity:0.8;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
h1 { font-size:27px; }
h2, .fontsizelarge { font-size:24px; }
.post h2.title, h3 { font-size:21px; }
.sub-header h2, .sub-header h3,h4 { font-size:18px; }
h5, h6 { font-size:100%; }

#blog_feed .left, #blog_feed .right {
	width:48%;
}
.left {
	float:left;
}
.right {
	float:right;
}

.border-blue {
	border:2px solid #009ae0;
}

/* ------------------------
  #header
------------------------ */

#global-header {
	border-top:0;
}
#site-title {
	padding:30px 0;
	margin:0;
	font-size:32px;
	line-height:1;
	font-weight:bold;
}
#inquiry_hira {
	position:absolute;
	right:0;
	top:21px;
}

/* 検索フォーム */
#header-search-form {
	position:absolute;
	top:34px;
	right:0;
}
#header-search-form input[type="text"] {
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#d5d5d5;
	height:40px;
	padding:0 10px;
	border-radius:4px 0 0 4px;
	width:230px;
}
#header-search-form input[type="submit"] {
	width:68px;
	height:42px;
	border:none;
	background:#eb6100;
	border-radius:0 4px 4px 0;
	color:#fff;
	cursor:pointer;
}

/* ------------------------
  スライダー
------------------------ */

#top-gallery {
	display:block;
	min-width:960px;
}
#slide-wrapper {
	position:relative;
	overflow:hidden;
	padding:30px 0 0;
	min-width:1000px;



}
#slide {
	position:relative;
	left:50%;
}
#slide li img {
	position:relative;
	left:-245px;
}

/* ------------------------
  町施設の紹介
------------------------ */
#main_field {}

.home #mkb_group {
	box-shadow:rgba(92, 122, 161, 0.498039) 0px -5px 10px -2px;
	padding:20px;
	background:#fff;
	background:rgba(255,255,255,0.95);
	position:relative;
	top:-100px;
	border-radius:4px 4px 0 0;
}

.article-sub-contents #mkb_group {
	padding-top:0;
}

#mkb_group a,
#around-spot-list a {
	color:#333;
	text-decoration:none;
}
#mkb_group a:hover,
#around-spot-list a:hover {
	-moz-opacity:.75;
	opacity:.75;
}
#mkb_group li,
#around-spot-list li {
	float:left;
	margin-right:1.4%;
	width:15.5%;
}



@media screen and (max-width: 1280px) {
.home #mkb_group {
	position:relative;
	top:0;
	margin-top:10px;
	margin-bottom:10px;
	box-shadow:none;
	padding-right:0;
	padding-left:0;
}


/*
.home #mkb_group li {
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.home #mkb_group li:nth-child(3n) {
	margin-right:0;
}
*/
}


.article-sub-contents #mkb_group li,
#around-spot-list li {
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
}

/* 吹き出し */
.home .arrow_box {
	position: relative;
	background: #4dd56c;
	border: 1px solid #36b53b;
}
.home .arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.home .arrow_box:after {
	border-color: rgba(77, 213, 108, 0);
	border-top-color: #4dd56c;
	border-width: 6px;
	margin-left: -6px;
}
.home .arrow_box:before {
	border-color: rgba(54, 181, 59, 0);
	border-top-color: #36b53b;
	border-width: 7px;
	margin-left: -7px;
}
/* 吹き出しここまで */

.article-sub-contents #mkb_group li:nth-child(3),
#mkb_group li:last-child, #around-spot-list li:nth-child(3n) {
	margin-right:0;
}
.home #mkb_group li p,
.home #around-spot-list p {
	font-size:13px;
	display:block;
	text-align:center;
	padding:10px 0;
}
.home #mkb_group div p {
	padding:5px;
	margin-bottom:13px;
	color: #ddf8c6;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	border-radius:2px;
}


.single #mkb_group li span,
.single #around-spot-list span {
	font-size:13px;
	display:block;
	text-align:left;
	padding:10px 0;
	border-bottom:1px solid #eee;
	font-weight:bold;
}

.spot-cat-wrap {
	display:inline-block;
	margin:10px 3px 0 0;
	padding:2px 5px;
	border-radius:3px;
	font-size:12px;
	border:1px solid #eee;
	font-weight:normal;
}


.article-sub-contents #mkb_group li span,
#around-spot-list li span {
	text-align:left;
}

/* ------------------------
  トップ・スポット情報 検索エリア
------------------------ */
#spot-search {
	margin-bottom:30px;
}
.home #spot-search {
	margin-top:30px;
	margin-bottom:0;
}
#spot-search-inner {
	padding:30px;
}

#spot-search-map {
	position:relative;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:30px;
}
#spot-search-map-text a {
	display:inline-block;
	position:absolute;
}
#map-fudo { top:57%; left:51%;}
#map-hippo { top:75%; left:25%;}
#map-kaneyama_kosai { top:30%; left:70%; }
#map-machinaka {top:28%; left:40%; }
#map-marumori { top:40%; left:30%;}
#map-ohari_koya { top:20%; left:5%; }
#map-ouchi { top:70%; left:68%; }
#map-tateyama { top:10%; left:56%; }

#spot-search ul {
	border-radius:4px;
	overflow:hidden;
}
#spot-search li:nth-child(9),
#spot-search li:last-child {
	border-radius:0 0 4px 0;
	overflow:hidden;
}
#spot-search li {
	float:left;
	width:33.33333333333333%;
	background:#2c3e50;
	height:40px;
	line-height:40px;
}
#spot-search li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 10%;
	box-shadow:-1px -1px 0 0 rgba(255,255,255,.1) inset;
}
#spot-search li a:hover {
	background:#1abc9c;
}


/* ------------------------
  パンくずリスト
------------------------ */

#bredcrumbs {
	padding-top:9px;
	padding-bottom:9px;
	font-size:13px;
	border-bottom:1px solid #eee;
}
#bredcrumbs .arrow {
	padding:0 .75em;
}

/* ------------------------
  レイアウト
------------------------ */

.container {
	width:1200px;
	min-width:960px;
	margin:0 auto;
	position:relative;
}

.home #main_field {
	margin-top:-70px;
}
#main_field {
	margin-top:30px;
}

@media screen and (max-width: 1280px) {
.container {
	width:94%;
	margin:0 3%
}

.home #main_field {
	margin-top:0px;
}
}


#side {
	width:250px;
	float:left;
}
#main {
	width:100%;
	margin-left:-250px;
	float:right;
}
#blog_feed_wrapper {
	margin-left:270px;
}


#blog_feed {
	width:100%;
	margin-right:-250px;
	float:left;
	padding-bottom:30px;
}
#blog_feed_inner {
	margin-right:270px;
}
#blog_side {
	width:250px;
	float:right;
}




/* ------------------------
  サイドバー
------------------------ */

/* radio-pr */
#radio-pr {
	border:1px solid #eee;
}
#radio-pr li {
	border-top:1px solid #eee;
	padding:19px;
}

/* banners */
#banners p {
	margin-bottom:5px;
}

.spotlight {
	position:relative;
	margin-bottom:30px;
}
.spotlight h2 {
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,.4);
	color:#fff;
	padding:5px 3%;
	font-size:15px;
	width:94%;
}


/* ------------------------
  メインエリア
------------------------ */

/* 検索結果・並び替えなど・ページのタイトル */
#result {
	padding-bottom:15px;
}
#result-inner {
	border-radius:5px;
}
#result h1 {
	background:#2c3e50;
	color:#fff;
	font-size:20px;
	padding:10px 20px;
	border-radius:4px;
	margin-bottom:15px;
}
.tags {
	font-weight:bold;
}
.tags a {
	margin-left:.5em;
	border:1px solid #eee;
	display:inline-block;
	padding:4px 7px;
	text-decoration:none;
	color:#333;
	border-radius:3px;
	font-weight:normal;
}
.tags span {
	margin-right:1em;
}
#result .data {
	line-height:inherit;
	padding:5px 0;
	margin-right:1em;
}

/* blog_feed 記事 */
.post {
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}
.post:hover {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	filter: alpha(opacity=8);
	-moz-opacity:0.8;
	opacity:0.8;
}


.post:nth-child(2n) {
	margin-right:0;
}
.post a {
	text-decoration:none;
}

.post .thumbnail {
	position:relative;
	border-radius:3px 3px 0 0;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#eee;
}
.post .thumbnail img {
	border-radius:3px 3px 0 0;
}
.post-new-button {
	border-radius:3px 0 3px 0;
	position:absolute;
	top:0;
	left:0;
	padding:5px 8px 5px 15px;
	background:#FF0004;
	color:#fff;
	display:inline-block;
	letter-spacing:7px;
	font-weight:bold;
}
.post .text {
	color:#333;
	border-radius:0 0 3px 3px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#eee;
	padding:15px;
}

/* Col */
.col .col-inner {
	float:left;
	width:31%;
	margin-right:3.5%;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:40px;
}
.col .col-inner:nth-child(3n) {
	margin-right:0;
}


.col .post-inner {
	padding:0;
}
.col .title {
	margin:20px 0;
}
.col hr {
	height:0;
	border:0;
	border-bottom:1px solid #ddd;
}


/* ブログカテゴリー */

.post .text .data {
	float:left;
}
.post .text .post-category {
	float:right;
}
.title {
	margin-top:10px;
	font-weight:bold;
}


/* シングルページ(blog_feed記事に準じるものも) */
#article-wrapper {
	padding-bottom:30px;
}
#article-wrapper .thumbnail {
	position:relative;
	top:1px;
}

/* 固定ページの関連記事表示 */
.spot-relevance-post,
#around-spot,
.article-sub-contents {
	padding:30px 0 0;
}

/* よく編集するエリア */
#article-wrapper table,
#article-wrapper th,
#article-wrapper td {
	border:1px solid #eee;
	line-height:1.7;
}
#article-wrapper table {
	margin-top:30px;
	width:100%;
}
#article-wrapper table caption,
.article-sub-header {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	padding:15px 20px;
	background:#f5f5f5;
	margin-bottom:10px;
	border-radius:5px;
}
#article-wrapper th {
	padding:10px 19px;
	text-align:left;
	width:6em;
	font-weight:bold;
}
#article-wrapper td {
	padding:10px 19px;
}


/* 更新日時 */
#last-update-data {
	padding-top:10px;
	padding-right:0px;
	text-align:right;
}


/* 記事のみで適応 */
#article {
	padding-top:30px;
	font-size:16px;
}
#article p, #article table, #article ul, #article ol {
	margin-top:0;
	margin-bottom:1.5em;
}
#article th,
#article td {
	line-height:1.5;
	padding:7px;
}
#article table {
	vertical-align:middle;
}
#article ul {
	list-style:disc outside;
	margin-left:1.5em;
}


/* Google Map */
.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 10px 0 0;
}


/* ページャー関連 */
.read_more_post a {
	display:block;
	background:#2c3e50;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	border-radius:5px;
}

#pager, .article_link, #article-foot-ad, #comment-area, #respond, .nocomments {
	padding-top:30px;
}
#pager .right {
	text-align:right;
}
#pager a {
	display:inline-block;
	padding:9px 10px;
	text-decoration:none;
	border-radius:4px;
	background:#2c3e50;
	color:#fff;
}
#pager a:hover {
	background:#1abc9c;
}

/* ウィジェット */
.widget {
	margin-bottom:30px;
}
.widget-title {
	padding:0 19px;
	line-height:40px;
	font-size:100%;
}

/* ソーシャル */
#social {
	border-width:0 1px 1px 1px;
	border-color:#eee;
	border-style:solid;
	padding:15px 20px;
}
.social-button {
	font-size:30px;
}
.social-button a {
	width:33.3333333333333%;
	display:inline-block;
	text-align:center;
	color:#fff;
}
.social-button a:hover {
	opacity:.8;
}
.social-button .fb {
	background:#305097;
}
.social-button .twi {
	background:#00aced;
}
.social-button .rss {
	background:#eb6100;
}

/* グローバルナビゲーション（サイドのナビ） */
#side-navigation {
	background:#2c3e50;
	line-height:54px;
	overflow:hidden;
	display:table;
	width:100%;
	text-align:center;
}

#side-navigation li {
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid rgba(255,255,255,.1);
}
#side-navigation li:first-child {
	border-left:1px solid rgba(255,255,255,.1);
}

#side-navigation a {
	color:#fff;
	text-decoration:none;
	padding:0 0px;
	display:block;
}
#side-navigation .current_page_item a,
#side-navigation a:hover,
.post-type-archive-spot #menu-item-364 a,
.single-spot #menu-item-364 a,
.post-type-archive-blog #menu-item-377 a,
.single-blog #menu-item-377 a,
.tax-blog-category #menu-item-377 a,
.read_more_post a:hover,
.post-type-archive-spot #menu-item-18892 a,
.single-spot #menu-item-18892 a,
.post-type-archive-blog #menu-item-18893 a,
.single-blog #menu-item-18893 a,
.post-type-archive-tokusan #menu-item-18886 a,
.single-tokusan #menu-item-18886 a {
	background:#1abc9c;
}
/* グローバルナビ アイコンの設定 */

#navigation-wrapper {
	background:#2c3e50;
}
#side-navigation a:before {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	display:inline-block;
	font-size:18px;
	position:relative;
	text-align:center;
	margin-right:10px;
}

#menu-item-18843 a:before {
	content:"\f015";
}
#menu-item-329 a:before {
	content:"\f1bb";
}
#menu-item-18892 a:before {
	content:"\f041";
}
#menu-item-18887 a:before {
	content:"\f1b9";
}
#menu-item-319 a:before {
	content:"\f030";
}
#menu-item-18888 a:before {
	content:"\f11d";
}
#menu-item-320 a:before {
	content:"\f005";
}
#menu-item-18893 a:before {
	content:"\f05a";
}
#menu-item-18886 a:before {
	content:"\f069";
}



.widget .sub-header {
	line-height:40px;
	padding:0 20px;
	background:#2c3e50;
	font-weight:bold;
	color:#fff;
	border-radius:3px;
}
.widget .sub-header h3 {
	font-size:100%;
}
#blog-category-wrapper .sub-header {
	border-radius:3px 3px 0 0;
}
#blog-category {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#eee;
	border-radius:0 0 3px 3px;
}
#blog-category li {
	border-bottom:1px solid #eee;
	line-height:46px;
}
#blog-category li:last-child {
	border-bottom:0;
}
#blog-category a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:0 20px;
}
#blog-category a:hover {
	background:#f5f5f5;
}



#global-footer {
	background:#f5f5f5;
	padding:0 0 60px;
	border-top:1px solid #eee;
}
#footer-navigation-wrapper {
	background:#fff;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	text-align:center;
	line-height:1;
	font-size:13px;
	padding:11px;
}
#footer-navigation-wrapper a {
	color:#666;
	text-decoration:none;
}
#footer-navigation-wrapper a:hover {
	text-decoration:underline;
}
#footer-navigation-wrapper li {
	display:inline-block;
	margin:0 .75em 0 0;
	padding:0 1em 0 0;
	border-right:1px solid #eee;
}
#footer-navigation-wrapper li:first-child {
	border-left:1px solid #eee;
	padding-left:1em;
}
#global-footer .right {
	position:relative;
}
#copyright {
	text-align:center;
	font-size:12px;
}



/* ------------------------
  スポットサーチ
------------------------ */
#spot-search-map-text img {
	width:80%;
}



/* ------------------------
  .col
------------------------ */
.col .col-inner {
	float:left;
	width:48%;
	margin-right:4%;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:40px;
}
.col .col-inner:nth-child(3n) {
	margin-right:4%;
}
.col .col-inner:nth-child(2n) {
	margin-right:0;
}


blockquote {
	border:1px solid #eee;
	padding:4%;
	margin:0 2% 1.7em;
}
blockquote p:last-child {
	margin-bottom:0 !important;
	padding-bottom:0;
}

.post-category {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.post-category span {
	background: #2c3e50;
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 2px;
}


@media screen and (max-width: 767px) {}
@media screen and (max-width: 479px) {}

@media print {
	#search,  #side, #blog_side, #footer-navigation-wrapper, #around-spot, .article-sub-contents {
		display:none;
	}
	#blog_feed_wrapper,
	#blog_feed {
		width:100%;
		float:none;
		padding-bottom:30px;
	}
	#result h1 {
		background:inherit;
		color:#333;
		padding:0;
		text-align:center;
		font-size:28px;
	}
	#article-wrapper .thumbnail {
		text-align:center;
		margin:0 auto;
	}
	#last-update-data {
		padding:0;
		text-align:center;
	}
	#article {
		padding:30px 0;
		border-width:0;
		max-width:720px;
		margin:0 auto;
		font-size:16px;
	}
	#global-footer {
		background:#fff;
		border:none;
	}
	#global-footer .right,
	#global-footer .left {
		float:none;
		text-align:center;
		width:auto;
	}
	#copyright {
		margin-top:30px;
	}
	#copyright:before {
		padding-right:20px;
		display:block;
		content:"本サイトに掲載されている、全てのコンテンツは著作権法により保護されています。事業等で使用する際には、貸し出し申請が必要です。";
		margin-bottom:15px;
	}
}


@media screen and (max-width: 767px), print {
	body, body * {
		float: none !important;
	}
	body * {
		max-width: 100%;
	}
	.container {
		width: 100%;
		min-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	#global-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100vw;
		background: #fff;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}
	#global-header .container {
		position: relative;
		z-index: 9999;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#global-header .drawer-menu {
		position: relative;
		width: 30px;
		height: 30px;
	}
	#global-header .drawer-menu span {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #000;
	}
	#global-header .drawer-menu span {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s transform, .3s opacity;
	}
	#global-header .drawer-menu span:first-of-type {
		transform: translateY(-8px);
	}
	#global-header .drawer-menu span:last-of-type {
		transform: translateY(8px);
	}
	#global-header.is-active .drawer-menu span:first-of-type {
		transform: translateY(0) rotate(45deg);
	}
	#global-header.is-active .drawer-menu span:nth-of-type(2) {
		opacity: 0;
		transform: translateX(30px);
	}
	#global-header.is-active .drawer-menu span:last-of-type {
		transform: translateY(0) rotate(-45deg);
	}
	#site-title {
		padding: 0;
		display: grid;
	}
	#site-title a {
		display: grid;
	}
	#top-gallery {
		position: relative;
		min-width: inherit;
		margin-top: 50px;
		height: 180px;
	}
	#top-gallery img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.home #mkb_group {
		padding-bottom: 50px !important;
		opacity: 0;
		transition: .3s opacity;
		padding: 0 10px;
		margin: -20px 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background: none;
	}
	.home #mkb_group.swiper-initialized {
		opacity: 1;
	}
	#navigation-wrapper {
		position: fixed;
		top: 50px;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 9998;
		background: #2c3e50;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(100%);
		transition: .3s transform;
		height: calc(100% - 50px);
	}
	#global-header.is-active #navigation-wrapper {
		transform: translateX(0);
	}
	.home #main_field {
		margin-top: 20px;
	}
	#side-navigation {
		border-top: 1px solid rgba(255,255,255,.1);
		border-bottom: 1px solid rgba(255,255,255,.1);
		display: block;
	}
	#side-navigation li {
		display: block;
		line-height: 1.5;
		height: calc((100vh - 50px) / 9);
	}
	#side-navigation li:nth-of-type(n + 2) {
		border-top: 1px solid rgba(255,255,255,.1);
	}
	#side-navigation a {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}
	#blog_feed, #side, #blog_side, #main {
		float: none;
	}
	#blog_feed_wrapper {
		margin-left: 0;
	}
	#blog_feed_inner, #blog_feed, #main {
		margin-right: 0;
		margin-left: 0;
	}
	#blog_side,#side {
		width: 100%;
	}
	#main_field {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#blog_feed_inner > .clearfix:not(#pager) {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#blog_feed_inner .title {
		font-size: 14px;
	}
	#blog_feed_inner .data, #blog_feed_inner .post-category {
		font-size: 12px;
	}
	#blog_side .spotlight p img, #banners img {
		width: 100%;
	}
	#blog_side .advertising {
		display: none;
	}
	#global-footer .page_item {
		line-height: 1.5;
	}
	#global-footer {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.5;
	}
 	#global-footer * {
		line-height: 1.6;
	}
	#global-footer .container {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#global-footer #footer-navigation-wrapper {
		display: none;
	}
	#global-footer #copyright {
		margin-top: 20px;
	}
	.home #mkb_group div p {
		font-size: 12px;
	}
	.widget {
    margin-bottom: 15px;
	}
	#blog-category li {
		line-height: 36px;
	}
	#blog_feed .left, #blog_feed .right {
		width: 100%;
	}
	#blog_feed .left, #blog_feed .tags {
		font-size: 12px;
	}
	#bredcrumbs {
		padding-top: 60px;
    padding-left: 10px;
    box-sizing: border-box;
		overflow-x: scroll;
	}
	#bredcrumbs .container {
    white-space: nowrap;
	}
	#result h1 {
		font-size: 16px;
	}
	#main_field {
		margin-top: 15px;
	}
	#spot-search-map-text a {
		height: 9vw;
	}
	#spot-search-map-text a img {
		height: 100%;
		width: auto;
	}
	#map-fudo {
		top: 40vw;
    left: 45vw;
	}
	#map-ouchi {
		top: 50vw;
    left: 60vw;
	}
	#map-ohari_koya {
    top: 11vw;
    left: 1vw;
	}
	#map-marumori {
    top: 30vw;
    left: 26vw;
	}
	#map-tateyama {
    top: 7vw;
    left: 48vw;
	}
	#map-machinaka {
    top: 20vw;
    left: 31vw;
	}
	#map-hippo {
    top: 51vw;
    left: 23vw;
	}
	#spot-search ul {
		display: flex;
		flex-wrap: wrap;
	}
	#spot-search li {
		width: calc(100% / 3);
		line-height: 1.5;
	}
	#spot-search li a {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.5;
		height: 40px;
	}
	h2, .fontsizelarge {
		font-size: 16px;
	}
	.spot-relevance-post-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	#around-spot-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.article-sub-contents #mkb_group .swiper-wrapper > div, #around-spot-list li,.article-sub-contents #mkb_group li, #around-spot-list li {
		width: calc(50% - 5px);
		margin: 0;
	}
	.spot-cat-wrap {
		margin: 5px 3px 0 0;
	}
	#article-wrapper th, #article-wrapper td {
		font-size: 14px;
	}
	#mkb_group {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#mkb_group li {
		width: calc(50% - 5px);
	}
	#mkb_group li span {
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}
	.single #mkb_group .swiper-wrapper span, .single #around-spot-list span {
		border-bottom: none;
	}
	.spot-relevance-post-wrap, .spot-relevance-post-wrap * {
		font-size: 14px;
	}
	#article-wrapper table caption, .article-sub-header {
		font-size: 16px;
		padding: 10px 15px;
	}
	.googleCalendar iframe {
		width: 100%;
		height: 400px;
	}
	#blog_feed .col-inner {
		width: 100%;
	}
	#pager {
		display: flex;
		justify-content: space-between;
	}
	#pager a {
		font-size: 14px;
	}
	.post__wrap {
		display: flex;
		justify-content: space-between;
	}
}

.swiper {
	position: absolute;
	opacity: 0;
	transition: .3s opacity;
}

.swiper.swiper-initialized {
	position: static;
	opacity: 1;
}