@charset "UTF-8";
/* ------------------------------------------------------------------------------
   mixin Global Styles
-------------------------------------------------------------------------------*/
body {
  background: url(../../img/common/contBg_pc.png) repeat;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Helvetica,Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}


@media (max-width: 640px) {
}
/* ------------------------------------------------------------------------------
   topic
-------------------------------------------------------------------------------*/

#video {
  display: none;
}

.topic {
  background: url(../img/tourist_bg.jpg) center top;
}
.topic.section-spacing {
  padding: 4.5em 0;
}
.topic h2 {
  margin-top: 0;
  margin-bottom: 1.5em;
  position: relative;
}
.topic h2 span {
  position: absolute;
  top: -30%;
  right: 1.5%;
}
.topic ul {
  width: 100%;
  min-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.topic ul li {
	margin-bottom: 15px;
  padding: 0 .5em;
  float: left;
  box-sizing:border-box;
  width: 25%;
  text-align: center;
}
.topic ul li img {
  width: 100%;
}

.topic ul li .wpp {
	display: block;
	position: relative;
	width: 100%;
}
.topic ul li .wpp .wp:before {
	content:"";
	display: block;
	padding-top: 75%;
}
.topic ul li .wpp .wp .pp {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/img/noimage.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.topic ul li .wpp .wp .pp a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


.topic ul li dl {
  display: table;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #073190;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.3rem;
}
.topic ul li dl dt {
  display: table-cell;
  font-style: italic;
  border-right: 1px dotted #bebaab;
  width: 25%;
  font-size: 12px;
  padding-right: .5em;
}
.topic ul li dl dd {
  display: table-cell;
  padding-left: .5em;
}
.topic ul li p {
  font-size: 14px;
  text-align: left;
}


/* -----------------------------------------------------------------------------------------------------------
ページャー
----------------------------------------------------------------------------------------------------------- */

.search_pager ul li a {
background-color: #fff;
border: 1px solid #000;
padding: 10px 15px;
color: #333;
display: block;
}

.search_pager ul li span {
background-color: #000000;
border: 1px solid #000;
color: #fff;
padding: 10px 15px;
display: block;
}


.search_pager ul li.prevLi span,
.search_pager ul li.nextLi span {
background-color: #e9e9e9;
padding: 10px 15px;
display: block;
color: #fff;
}

.search_pager ul li.prevLi a,
.search_pager ul li.nextLi a {
background-color: #000000;
color: #fff;
}

.search_pager {
margin: 60px 0;
}

.search_pager {
padding: 30px 0;
position: relative;
overflow: hidden;
}

.search_pager ul {
position: relative;
left: 50%;
float: left;
}

.search_pager ul li {
position: relative;
left: -50%;
float: left;
margin-left: 3px;
}

.search_pager ul li.prevLi {
margin-right: 49px;
}


.search_pager ul li.nextLi {
margin-left: 50px;
}


/* Re Style----------------------------------------------- */
@media screen and (max-width: 640px) {
.search_pager {
padding: 30px 10px;
}
.search_pager ul {
width: 100%;
}

.search_pager ul li.numLi {
display: none;
}

.search_pager ul li.prevLi {
width: 48%;
float: left;
}


.search_pager ul li.nextLi {
width: 48%;
float: right;
}

}


@media (max-width: 640px) {
  .topic{
    position: relative;
  }
  .topic h2 {
    margin-top: 12px;
    position: relative;
}
  .topic h2 span {
    position: absolute;
    top: 100%;
    right: 50%;
    left: 50%;
    margin-left: -9px;
    margin-right: -9px;
}
  .topic ul {
	  width: 100%;
	  min-width: 100%;
    display: block;
    letter-spacing: -.40em;
  }
  .topic ul li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    overflow: hidden;
  }
}

.topicTtl {
	background-color: #fff;
}

.topicTtl h2 {
	font-weight: bold;
}

.topicTtl dl {
	display: table;
	border-bottom: 1px solid #dedad1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.topicTtl dl dt {
	display: table-cell;
	font-style: italic;
	border-right: 1px dotted #dedad1;
	width: 7em;
}
.topicTtl dl dd {
	display: table-cell;
}

.topicDetails .container .detailwrapInner .ttl {
	font-weight: bold;
}

.topicDetails .container .linkArea {
	border-top: 1px dotted #dedad1;
	border-bottom: 1px dotted #dedad1;
}

.btnListArea {
	background: #f2f2f2;
	text-align: center;
}


@media (min-width: 640px) {
	.topicTtl {
		padding: 56px 0;
	}

	.topicTtl .container {
		width: 940px !important;
		padding: 0 !important;
	}

	.topicTtl h2 {
	  font-size: 24px;
	}

	.topicTtl dl {
	  font-size: 1.3rem;
	}
	.topicTtl dl dt {
	  font-size: 16px;
	  padding: .5em 1.0em .5em .5em;
	}
	.topicTtl dl dd {
	  font-size: 16px;
	  padding: .5em .5em .5em 1.0em;
	}

	.topicDetails {
		padding: 40px 0;
	}

	.topicDetails .container {
		width: 940px !important;
		padding: 0 !important;
	}

	.topicDetails .container .mainImg {
		margin-bottom: 30px;
	}

	.topicDetails .container .detailwrapInner .ttl {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.topicDetails .container .detailwrapInner p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.topicDetails .container .detailwrapInner ul{
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.topicDetails .container .linkArea {
		margin-bottom: 60px;
		padding: 40px 0;
	}

	.btnListArea {
		margin-top: 3em;
		padding: 25px 0 70px 0;
	}
	.topicDetails .container .detailwrapInner .contact{
		width: 320px;
		margin-left: auto;
	}
	.topicDetails .container .detailwrapInner .contact address{
		display: inline-block;
		border: 1px solid #dedad1;
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 14px;
	}
}


@media (max-width: 640px) {
	.topicTtl {
		padding: 20px 0;
	}

	.topicTtl .container {
		width: 100% !important;
	}

	.topicTtl h2 {
	  font-size: 24px;
	}

	.topicTtl dl {
	  font-size: 1.3rem;
	}
	.topicTtl dl dt {
	  font-size: 16px;
	  padding: .5em 1.0em .5em .5em;
	}
	.topicTtl dl dd {
	  font-size: 16px;
	  padding: .5em .5em .5em 1.0em;
	}

	.topicDetails {
		padding: 20px 0;
	}

	.topicDetails .container {
		width: 100% !important;
	}

	.topicDetails .container .mainImg {
		margin-bottom: 30px;
	}

	.topicDetails .container .detailwrapInner .ttl {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.topicDetails .container .detailwrapInner p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.topicDetails .container .detailwrapInner ul {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.topicDetails .container .linkArea {
		margin-bottom: 60px;
		padding: 40px 0;
	}

	.btnListArea {
		margin-top: 3em;
		padding: 25px 0 70px 0;
	}

	.topicDetails .container .detailwrapInner .contact{
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.topicDetails .container .detailwrapInner .contact address{
		display: block;
		width: 100%;
		text-align: center;
		border: 1px solid #dedad1;
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 14px;
	}
}

