@charset "utf-8";

/*======*/
/* スポット */
/*======*/

.spot .outline-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 16px;
	text-align: left;
	overflow: hidden;
}

@media screen and (min-width: 1793px) {
.spot .outline-inner {
	padding: 0 0 0 4.1%;

}
}

.spot .outline-inner figure {
	float: right;
	width: 56.25%;
}

.spot .outline-text {
	float: left;
	width: 43.75%;
	padding: 4% 0;
	font-size: 22px;
	line-height: 1.6;
}

@media screen and (min-width: 1025px) and  (max-width: 1280px) {
.spot .outline-text {
	font-size: 20px;
}
}

@media screen and (min-width: 768px) and  (max-width: 1024px) {
.spot .outline-text {
	font-size: 16px;
}
}

@media screen and (max-width: 767px) {
.spot .outline-inner {
	padding: 0 16px;
}

.spot .outline-inner figure {
	float: none;
	width: 100%;
}

.spot .outline-text {
	float: none;
	width: 100%;
	font-size: 16px;
}
}

.spot .spot-cts {
	background: #FAFAFA url(/en/images/touristspot/touristspot_bg02.png) repeat-x 0 0;
}

.spot .list-menu {
	max-width: 1232px;
	margin: 0 auto;
	padding: 3.24% 0;
	font-size: 0;
	text-align: center;
}

.spot .list-menu li {
	display: inline-block;
	width: 22.40%;
	margin: 0 1.29%;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
.spot .list-menu {
	max-width: 600px;
}

.spot .list-menu li {
	width: 46%;
	margin: 1%;
	font-size: 16px;
}
}

/* スポット一覧
-----------------------------------*/
.spot .list-spot {
	max-width: 1768px;
	margin: 0 auto;
}

.spot .list-spot ul {
	font-size: 0;
	text-align: left;
}

.spot .list-spot li {
	display: inline-block;
	width: 23.2%;
	margin: 0.9%;
	background: #FFF;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	font-size: 16px;
	vertical-align: top;
}

.spot .list-spot a {
	display: block;
	position: relative;
	height: 100%;
	color: #333;
}

.spot .list-spot a:hover {
	opacity: .7;
	text-decoration: none;
}

.spot .list-spot a::before {
	content: "";
	position: absolute;
	bottom: 3.9%;
	right: 3.9%;
	width: 72px;
	height: 4px;
	background: url(/en/images/touristspot/touristspot_ic00.svg) no-repeat 100% 100%;
}

.spot .list-spot figure {
	position: relative;
}

.spot .list-spot figure::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/en/images/touristspot/touristspot_bg03.png) no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 1;
}

.spot .list-spot figure .label-ico {
	position: absolute;
	right: 3.9%;
	bottom: 0;
	z-index: 1;
	font-size: 0;
	width: 96.1%;
	text-align: right;
}

.spot .list-spot figure .label-ico span {
	display: inline-block;
	width: 12%;
	height: 57px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% auto;
}

.spot .list-spot .ex {
	background-image: url(/en/images/touristspot/touristspot_ic01.svg);
}

.spot .list-spot .ho {
	background-image: url(/en/images/touristspot/touristspot_ic02.svg);
}

.spot .list-spot .re {
	background-image: url(/en/images/touristspot/touristspot_ic03.svg);
}

.spot .list-spot .ps {
	background-image: url(/en/images/touristspot/touristspot_ic04.svg);
}

.spot .list-spot .list-spot-cts {
	padding: 1.95% 3.9% 7.8%;
}

.spot .list-spot .list-spot-cts .title {
	font-family: 'BioRhyme', serif;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.spot .list-spot .list-spot-cts p:not(.title) {
	font-size: 14px;
}

@media screen and (min-width: 1025px) and  (max-width: 1280px) {
.spot .list-spot .list-spot-cts .title {
	font-size: 15px;
}
}

@media screen and (min-width: 768px) and  (max-width: 1024px) {
.spot .list-spot .list-spot-cts .title {
	font-size: 13px;
}

.spot .list-spot .list-spot-cts p:not(.title) {
	font-size: 12px;
}

}

.spot .btn-area {
	margin: 0 auto 32px;
	text-align: center;
}

@media screen and (max-width: 767px) {
.spot .list-spot {
	max-width: 100%;
}

.spot .list-spot li {
	width: 48%;
	margin: 1%;
}

.spot .list-spot a:hover {
	opacity: 1;
}

.spot .list-spot .list-spot-cts .title {
	font-size: 13px;
}

.spot .list-spot .list-spot-cts p:not(.title) {
	font-size: 12px;
}
}




/* スポット詳細
-----------------------------------*/
.spot.spot-detail .spot-cts {
	background-position: 0 95%;
}

.spot-detail .contents {
	padding-top: 32px;
}

.spot-detail h2 {
	margin: 0 0 32px 0;
	padding-left: 16px;
	border-left: solid 4px #E40012;
	font-family: 'BioRhyme', serif;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-align: left;
}

.spot-detail .wrap {
	padding-bottom: 32px;
	overflow: hidden;
}

.spot-detail .spot-note {
	width: 50%;
	float: left;
}

.spot-detail .spot-note p {
	line-height: 2;
	margin-bottom: 1em;
}

.spot-detail .spot-note .spot-label {
	padding-top: 1.5em;
}

.spot-detail .spot-note .spot-label ul {
	width: 100%;
	font-size: 0;
}

.spot-detail .spot-note .spot-label li {
	display: inline-block;
	margin: 0 16px 0.5em 0;
	padding: 6px 24px;
	border-radius: 20px;
	background: #333;
	color: #FFF;
	font-family: 'BioRhyme', serif;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.03em;
}

.spot-detail .slider-cts {
	width: 47%;
	float: right;
}

.spot-detail .slide-thumb .slick-tarack {
	transform: translate3d(0, 0, 0)!important;
}

.spot-detail .slide-thumb li {
	margin: 8px 4px 0;
}

.spot-detail .slide-thumb li:hover {
	cursor: pointer;
}

.spot-detail .spot-data {
	font-size: 0;
	margin: 0 0 80px 0;
	border-top: solid 1px #CCC;
}

.spot-detail .spot-data dt {
	display: inline-block;
	width: 24.5%;
	font-family: 'BioRhyme', serif;
	font-size: 16px;
	color: #E40012;
	padding: 16px;
	vertical-align: top;
	border-bottom: solid 1px #CCC;
}

.spot-detail .spot-data dd {
	display: inline-block;
	width: 75%;
	padding: 16px 32px;
	font-size: 16px;
	text-align: left;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom: solid 1px #CCC;
}

.spot-detail .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 37.5%;/*480/1280*/
	overflow: hidden;
	margin-bottom: 32px;
}

.spot-detail .map iframe,
.spot-detail .map object,
.spot-detail .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.spot-detail h2 {
	font-size: 22px;
	margin: 0 0 16px;
}

.spot-detail  .spot-note {
	width: 100%;
	float: none;
}

.spot-detail  .spot-note p {
	font-size: 15px;
}

.spot-detail .spot-note .spot-label li {
	padding: 4px 20px;
	border-radius: 18px;
	font-size: 14px;
}

.spot-detail .wrap .slider-cts {
	width: 100%;
	float: none;
	margin-top: 32px;
}

.spot-detail .spot-data dt {
	width: 25%;
	padding: 8px;
	font-size: 14px;
}

.spot-detail .spot-data dd {
	width: 74%;
	padding: 8px;
	font-size: 14px;
}

.spot-detail .map {
	padding-bottom: 74%;/*533/718*/
}

}


/* News
-----------------------------------*/

.news .contents-header {
	background-image: url(/en/images/news/news_bg01_pc.jpg);
}

.news .spot-cts {
	background: #FFF;
}

.news .list-spot {
	padding-top: 3.24%;
}

.news .btn-area {
	margin: 32px 0;
	text-align: center;
}

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

.news .contents-header {
	background-image: none;
}


}

/* お知らせ詳細
-----------------------------------*/

.news .entry-header {
	position: relative;
}

.news .entry-img {
	text-align: center;
	margin-bottom: 24px;
}

.news h2 {
	margin: 0 0 8px 0;
}

.news .entry-meta {
	font-weight: bold;
	margin-bottom: 16px;
}

.news .entry-body {
	padding-bottom: 40px;
	overflow: hidden;
}

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

}

/* 投稿記事
-----------------------------------*/
.news .entry-body .entry-content p {
	margin: 15px 0;
}

.news .entry-body .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.news .entry-body .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.news .entry-body .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.news .entry-body .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.news .entry-body .entry-content h5 {
	font-size: 1em;
}

.news .entry-body .entry-content h6 {
	font-size: 0.9em;
}

.news .entry-body .entry-content h1,
.news .entry-body .entry-content h2,
.news .entry-body .entry-content h3,
.news .entry-body .entry-content h4,
.news .entry-body .entry-content h5,
.news .entry-body .entry-content h6 {
	margin: 10px 0px !important;
}

.news .entry-body .entry-content ul,
.news .entry-body .entry-content ol {
	margin: 10px 0 15px 30px;
}

.news .entry-body .entry-content ul li {
	list-style: disc;
}

.news .entry-body .entry-content ul ul,
.news .entry-body .entry-content ol ol,
.news .entry-body .entry-content ul ol,
.news .entry-body .entry-content ol ul {
	margin-bottom: 0;
}

.news .entry-body .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.news .entry-body .entry-content blockquote cite,
.news .entry-body .entry-content blockquote em,
.news .entry-body .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	margin: 0;
}