@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sightseeing_lower.css
 author     : Ability Consultant
 style info : 周辺観光 下層
=================================================================== */
.con_intro .txt, .con_spot, .con_link .box_link {
	max-width: 1080px;
	margin: auto;
}
@media only screen and (max-width: 1080px) {
  .con_intro .txt, .con_spot, .con_link .box_link {
		width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	text-align: center;
}
.con_intro .time {
	color: #FFF;
	background: #7db687;
	font-size: 108%;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: .3em 1.5em;
	margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .time {
		margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .time {
		margin-top: 1em;
  }
}
.con_intro .txt {
	margin-top: 20px;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .txt {
		margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
		font-size: 100%;
  }
}
.con_intro #map {
	width: 100%;
	height: 550px;
	border-top: 8px solid #f1ebe2;
	border-bottom: 8px solid #f1ebe2;
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro #map {
		margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro #map {
		margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro #map {
		height: 0;
		padding-bottom: 50.92593%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro #map {
		border-width: 4px;
		height: 0;
		padding-bottom: 85.9375%;
		margin-bottom: 1em;
  }
}
.con_intro #map:before, .con_intro #map:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #fff;
}
.con_intro #map:after {
	margin-top: 1px;
	position: absolute;
	bottom: 0;
}

/* -----------------------------------------------------------
	.con_spot
----------------------------------------------------------- */
.con_spot {
	border-left: 1px solid #d3d3d3;
	margin-top: 70px;
	border-top: 1px solid #d3d3d3;
	letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot {
		margin-top: 1em;
  }
}
.con_spot li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li {
		padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li {
		width: 100%;
		height: auto !important;
  }
}
.con_spot li .box_img {
	overflow: hidden;
	letter-spacing: -.4em;
	padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li .box_img {
		padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_img {
		padding-bottom: 0;
  }
}
.con_spot li .box_img .wrp_txt {
	width: 41.30435%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	text-align: center;
	margin-right: 6.52174%;
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_img .wrp_txt {
		width: 45%;
		margin-right: 3%;
  }
}
.con_spot li .box_img .wrp_txt .st {
	display: block;
	font-size: 93%;
	color: #93c09b;
	font-family: "Cinzel", serif;
}
.con_spot li .box_img .wrp_txt .st em {
	display: block;
	color: #0a4b21;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 139%;
	margin-top: .2em;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li .box_img .wrp_txt .st em {
		font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_img .wrp_txt .st em {
		font-size: 116%;
		line-height: 1.2;
  }
}
.con_spot li .box_img .wrp_txt .time {
	margin-top: 15px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	border: 1px solid #93c09b;
	color: #55a464;
	padding: .4em .4em .3em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li .box_img .wrp_txt .time {
		margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_img .wrp_txt .time {
		margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_img .wrp_txt .time {
		font-size: 85%;
		margin-bottom: .1em;
  }
}
.con_spot li .box_img .wrp_img {
	width: 51.73913%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	text-align: center;
}
.con_spot li .btn_more {
	text-align: center;
	background: #93c09b;
	color: #FFF;
	padding: .8em;
	font-size: 100%;
	position: relative;
	letter-spacing: .1em;
	margin: .8em auto .5em;
}
.con_spot li .btn_more:after {
	content: 'û';
	font-family: CONDENSEicon;
	position: absolute;
	top: 50%;
	margin-top: -.7em;
	right: .8em;
}
.con_spot li .btn_more.active:after {
	content: 'ü';
}
@media only screen and (min-width: 768px) {
  .con_spot li .box_txt .detail {
		display: block !important;
  }
}
@media print {
  .con_spot li .box_txt .detail {
		display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt .detail {
		display: none;
  }
}
.con_spot li .box_txt .txt {
	font-size: 100%;
	line-height: 1.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li .box_txt .txt {
		line-height: 1.5;
  }
  .con_spot li .box_txt .txt span {
		font-size: 110% !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt .txt {
		line-height: 1.6;
  }
  .con_spot li .box_txt .txt span {
		font-size: 100% !important;
  }
}
.con_spot li .box_txt table {
	border-top: 1px solid #c0dec6;
}
@media only screen and (max-width: 1080px) {
  .con_spot li .box_txt table {
		width: 100% !important;
  }
}
.con_spot li .box_txt table tr th, .con_spot li .box_txt table tr td {
	border-bottom: 1px solid #c0dec6 !important;
	padding: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_spot li .box_txt table tr th span, .con_spot li .box_txt table tr td span {
		font-size: 120% !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt table tr th span, .con_spot li .box_txt table tr td span {
		font-size: 115% !important;
  }
}
.con_spot li .box_txt table tr th {
	text-align: center;
}
.con_spot li .box_txt table tr td {
	text-align: left;
}
.con_spot li .box_txt .btn {
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt .btn {
		margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt .btn {
		letter-spacing: -.4em;
  }
}
.con_spot li .box_txt .btn p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_spot li .box_txt .btn p {
		width: 49%;
		margin-right: 0;
		letter-spacing: normal;
  }
  .con_spot li .box_txt .btn p:first-child {
		margin-right: 2%;
  }
}
.con_spot li .box_txt .btn p a, .con_spot li .box_txt .btn p span {
	font-size: 108%;
	display: block;
	text-decoration: none;
	color: #3f3f3f;
	-moz-transition: color 300ms, border-color 300ms;
	-o-transition: color 300ms, border-color 300ms;
	-webkit-transition: color 300ms, border-color 300ms;
	transition: color 300ms, border-color 300ms;
}
.con_spot li .box_txt .btn p a:before, .con_spot li .box_txt .btn p span:before {
	content: 'ú';
	font-family: CONDENSEicon;
	color: #FFF;
	background: #73723e;
	line-height: 1;
	padding: .3em .3em .3em .5em;
	font-size: 72%;
	margin-right: .5em;
}
.con_spot li .box_txt .btn p a:hover, .con_spot li .box_txt .btn p span:hover {
	color: #73723e;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
	background: url(../images/common/bg_pattern1.png) repeat top left;
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link {
		margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
		margin-top: 2em;
  }
}
.con_link .box_link {
	text-align: center;
	padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link {
		padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
		padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
		overflow: hidden;
  }
}
.con_link .box_link li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 8.33333%;
	margin-left: 0.92593%;
	max-width: 90px;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li {
		width: calc(50% - .15em);
		display: block;
		max-width: inherit;
		margin-left: 0;
		float: left;
		margin-bottom: .2em;
  }
  .con_link .box_link li:nth-child(2n) {
		margin-right: .2em;
  }
}
.con_link .box_link li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li:first-child {
		width: 100%;
		display: block;
  }
}
.con_link .box_link li:first-child a {
	padding: 74px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link li:first-child a {
		padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li:first-child a {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li:first-child a .txt {
		width: 100%;
  }
}
.con_link .box_link li a {
	display: block;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #d0e5d0;
	padding: 30px 0;
	overflow: hidden;
	min-height: 197px;
	-moz-transition: background 300ms, color 300ms;
	-o-transition: background 300ms, color 300ms;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link li a {
		padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a {
		padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a {
		min-height: inherit;
		letter-spacing: -.4em;
		position: relative;
		text-align: left;
  }
  .con_link .box_link li a:after {
		content: 'ú';
		font-family: CONDENSEicon;
		position: absolute;
		top: 50%;
		right: .8em;
		margin-top: -.7em;
		font-size: 93%;
		color: #55a464;
  }
}
.con_link .box_link li a .num {
	color: #55a464;
	font-family: "Cinzel", serif;
	text-align: center;
	margin-bottom: 25px;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link li a .num {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .num {
		margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .num {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 2.5em;
		margin-right: .5em;
		letter-spacing: normal;
  }
}
.con_link .box_link li a .num:after {
	content: '';
	width: 26px;
	height: 1px;
	display: block;
	background: #55a464;
	margin: .5em auto 0;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .num:after {
		position: absolute;
		width: 1px;
		height: 60%;
		top: 5%;
		left: 3.5em;
  }
}
.con_link .box_link li a .num span {
	font-size: 108%;
	display: block;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .num span {
		font-size: 85%;
  }
}
.con_link .box_link li a .num em {
	font-size: 154%;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .num em {
		font-size: 108%;
  }
}
.con_link .box_link li a .txt {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1.1;
	width: 1em;
	margin: 0 auto;
	font-size: 139%;
	word-break: break-all;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_link .box_link li a .txt {
		min-height: 7.5em;
  }
}
@media print {
  .con_link .box_link li a .txt {
		min-height: 7.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .txt {
		width: calc(100% - 3em);
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		letter-spacing: normal;
		font-size: 100%;
		text-align: center;
		white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .con_link .box_link li a .txt span {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 1em;
		height: 1.2em;
		text-align: left;
  }
  .ie .con_link .box_link li a .txt span {
		margin-left: -.3em;
  }
}
@media print {
  .con_link .box_link li a .txt span {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 1em;
		height: 1.2em;
		text-align: left;
  }
  .ie .con_link .box_link li a .txt span {
		margin-left: -.3em;
  }
}
.con_link .box_link li a:hover {
	background: #9cc59c;
	color: #FFF;
}
.con_link .box_link li a:hover .num {
	color: #FFF;
}
.con_link .box_link li a:hover .num:after {
	background: #FFF;
}
