﻿@charset "utf-8";
.accordion-box {
 max-width: 100%;
}
.spot-cat-list {
 margin-top: 50px;
 background: #f7f7f7;
 border: 1px solid #ddd;
}
.spot-cat-list ul {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
}
.spot-cat-list ul li a {
 display: block;
 padding: 10px;
 text-align: center;
}
.spot-cat-list ul li a:hover {
 background-color: #A47B51;
 color: #fff;
}
@media screen and (min-width:1061px) {
 .spot-cat-list ul li {
  width: 20%;
 }
 .spot-cat-list ul li:nth-child(n+6) {
  width: 25%;
  border-top: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(n+2) {
  border-left: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(6) {
  border-left: none;
 }
}
@media screen and (max-width:1060px) {
 .spot-cat-list ul li {
  width: 33.33333333%;
 }
 .spot-cat-list ul li:nth-child(n+2) {
  border-left: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(n+4) {
  border-top: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(4), .spot-cat-list ul li:nth-child(7) {
  border-left: none;
 }
}
@media screen and (max-width:767px) {
 .spot-cat-list {
  margin-top: 25px;
 }
 .spot-cat-list ul li {
  width: 50%;
 }
 .spot-cat-list ul li a {
  padding: 5px;
  font-size: 1.2rem;
 }
 .spot-cat-list ul li:nth-child(even) {
  border-left: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(n+3) {
  border-top: 1px solid #ddd;
 }
 .spot-cat-list ul li:nth-child(9) {
  width: 100%;
  border-left: none;
 }
}
.spot-cat-box {
 background: #f7f7f7;
 border: 1px solid #ddd;
}
@media screen and (min-width:768px) {
 .spot-cat-box {
  margin-top: 50px;
  padding: 25px 25px 5px;
  background: #f7f7f7;
  border: 1px solid #ddd;
 }
 .spot-cat-left {
  float: left;
  width: 47.5%;
 }
 .spot-cat-right {
  float: right;
  width: 47.5%;
 }
 .spot-cat-box h2 {
  font-size: 3.2rem;
  font-weight: 700;
 }
 .spot-cat-box h3 {
  margin-top: 15px;
  font-size: 1.8rem;
 }
 .spot-cat-box p {
  margin-top: 25px;
 }
}
@media screen and (max-width:767px) {
 .spot-cat-box {
  margin-top: 25px;
  padding: 15px;
 }
 .spot-cat-box h2 {
  font-size: 2rem;
  font-weight: 700;
 }
 .spot-cat-box h3 {
  margin-top: 5px;
  font-size: 1.6rem;
 }
 .spot-cat-box p {
  margin-top: 15px;
 }
}
@media screen and (min-width: 1025px) {
 .spot-research-box-wrp {
  padding: 50px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .spot-research-box-wrp {
  padding: 25px;
 }
}
@media screen and (min-width: 768px) {
 .spot-research-box-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
}
.spot-search-box {
 flex: 1 0 0;
 padding: 50px 15px;
 /*max-width: 1050px;*/
 background: #F7F5F0;
 margin: 0 auto;
 /*border-radius: 5px;
	border: 3px solid #A47B51;*/
}
.spot-search-area-box {
 width: 271px;
 margin: 0 auto;
}
@media screen and (max-width: 767px) {
 .spot-search-area-box {
  margin-top: 30px;
 }
}
@media screen and (max-width:767px) {
 .spot-search-box {
  padding: 15px;
 }
}
.spot-research-box {
 flex: 1 0 0;
 /*padding: 50px 15px;*/
 /*max-width: 1050px;*/
}
.wrp-search {
 /*max-width: 760px;*/
 margin: 0 auto;
 text-align: left;
}
@media screen and (min-width: 768px) {
 .wrp-search {
  padding-right: 50px;
 }
}
.wrp-search input[type="checkbox"] {
 display: none;
}
.wrp-search label {
 position: relative;
 display: inline-block;
 padding: 3px 3px 3px 22px;
 cursor: pointer;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.wrp-search label::before, .wrp-search label::after {
 position: absolute;
 content: "";
 -webkit-transition: all .2s;
 transition: all .2s;
}
.wrp-search label::before {
 top: 50%;
 left: 0;
 width: 14px;
 height: 14px;
 margin-top: -8px;
 background: #fff;
 border: 1px solid #ccc;
 border-radius: 3px;
}
.wrp-search label::after {
 opacity: 0;
 top: 50%;
 left: 3px;
 width: 8px;
 height: 4px;
 margin-top: -4px;
 border-left: 2px solid #6BA516;
 border-bottom: 2px solid #6BA516;
 -webkit-transform: rotate(-45deg) scale(.5);
 transform: rotate(-45deg) scale(.5);
}
.wrp-search label:hover::before {
 background: #fff;
}
.wrp-search input[type="checkbox"]:checked + label::before {
 background: #a37e39;
 border: 1px solid #a37e39;
}
.wrp-search input[type="checkbox"]:checked + label::after {
 opacity: 1;
 -webkit-transform: rotate(-45deg) scale(1);
 transform: rotate(-45deg) scale(1);
 border-left: 2px solid #fff;
 border-bottom: 2px solid #fff;
}
.wrp-search h4 {
 margin-top: 15px;
 padding-top: 15px;
 padding-bottom: 5px;
 border-top: 1px dotted #ccc;
 font-size: 1.6rem;
 font-weight: 700;
 color: #806040;
}
.wrp-search input[type="text"] {
 width: 100%;
 margin-top: 5px;
 padding: 10px;
 background-color: #fff;
 border: 1px solid #ccc;
 border-radius: 3px;
}
.wrp-search .btn {
 display: block;
 margin: 30px auto 0;
 padding: 8px 10px;
 width: 60%;
 background-color: #222;
 font-size: 1.5rem;
 font-weight: 700;
 letter-spacing: .15em;
 text-align: center;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
}
/*.wrp-search .btn::before{
	content:"\f002";
	display:inline-block;
	position:relative;
	margin-right:5px;
	width:20px;
	height:20px;
	font-family:'FontAwesome';
	font-weight:normal;
}*/
.wrp-search .btn::before {
 content: "";
 display: inline-block;
 background-image: url(/img/common/icn-search-white.svg);
 background-size: contain;
 position: relative;
 margin-right: 5px;
 width: 14px;
 height: 14px;
 vertical-align: middle;
}
.wrp-search .btn:hover {
 background-color: #a37e39;
 color: #fff;
}
@media screen and (max-width: 767px) {
 .wrp-search h4 {
  font-size: 1.4rem;
 }
 .wrp-search .btn {
  margin: 30px auto 0;
  width: 80%;
 }
}
.page-spot .spot-list div {
 padding-top: 8px;
 background-color: #fff;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #ddd;
}
.page-spot .spot-list div p {
 padding-right: 10px;
 padding-left: 10px;
 font-weight: 700;
}
.page-spot .spot-list dl {
 margin: 10px;
 padding-left: 5em;
 font-size: 1.2rem;
}
.page-spot .spot-list dt, .page-spot .spot-list dd {
 float: left;
 margin: 0;
 line-height: 1;
 text-align: left;
}
.page-spot .spot-list dt {
 clear: left;
 float: left;
}
.page-spot .spot-list dd {
 position: relative;
 width: 100%;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.page-spot .spot-list dd::after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin-top: auto;
 margin-bottom: auto;
 border-right: 1px dotted #868686;
 width: 1px;
 height: 10px;
}
.page-spot .spot-list dd span {
 padding-left: 10px;
}
.page-spot .spot-list .area1 p {
 border-left: 5px solid #f7a603;
}
.page-spot .spot-list .area2 p {
 border-left: 5px solid #eeae79;
}
.page-spot .spot-list .area3 p {
 border-left: 5px solid #43a1bf;
}
.page-spot .spot-list .area4 p {
 border-left: 5px solid #1b3f5f;
}
.page-spot .spot-list .area5 p {
 border-left: 5px solid #95a524;
}
.page-spot .spot-list .area6 p {
 border-left: 5px solid #d54939;
}
@media screen and (min-width:768px) {
 .page-spot .spot-list div p {
  font-size: 1.4rem;
 }
 .page-spot .spot-list dt, .page-spot .spot-list dd {
  padding: 7px 0;
 }
 .page-spot .spot-list dt {
  margin-left: -5em;
 }
}
@media screen and (max-width:767px) {
 .page-spot .spot-list dt, .page-spot .spot-list dd {
  padding: 4px 0 0;
  font-size: 1.1rem;
 }
 .page-spot .spot-list dl {
  margin: 6px 5px 10px;
  padding-left: 5em;
 }
 .page-spot .spot-list dt {
  margin-left: -5em;
 }
 .page-spot .spot-list dt::before {
  margin-right: 0;
 }
 .page-spot .spot-list dd {
  font-size: 1.2rem;
 }
 .page-spot .spot-list dd::after {
  top: 3px;
  height: 8px;
 }
}
.search-number {
 margin: 50px 0;
 padding: 20px 0;
 border-top: 1px dotted #dadada;
 border-bottom: 1px dotted #dadada;
 font-size: 1.4rem;
 font-weight: 700;
 text-align: center;
}
.search-number ul li:last-child {
 margin-left: auto;
}
.search-number dl dt {
 float: left;
 clear: left;
}
.search-number dl dd {
 padding-left: 80px;
 text-align: left;
}
.search-number em {
 padding: 0 6px;
 color: #B97103;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.8rem;
 vertical-align: middle;
 line-height: 1;
}
@media screen and (min-width:768px) {
 /*.search-number ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	justify-content:center;
}*/
 .search-number ul li:first-child {
  float: left;
  width: 70%;
 }
 .search-number ul li:last-child {
  float: right;
 }
}
@media screen and (max-width:767px) {
 .search-number {
  margin: 25px 0;
  padding: 5px 0;
  font-size: 1.3rem;
 }
 .search-number em {
  font-size: 2.4rem;
 }
}
/* .spot-news */
.spot-news {
 margin-top: 50px;
 color: red;
 font-weight: bold;
 font-size: 1.9rem;
}
@media screen and (min-width:768px) {
 .spot-dtl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 }
 .spot-dtl .spot-dtl-left {
  flex: 1;
 }
 .spot-dtl .spot-dtl-right {
  width: 270px;
  margin-left: 60px;
 }
}
@media screen and (max-width:767px) {
 .spot-dtl .spot-dtl-right {
  margin-top: 50px;
 }
}
.spot-dtl .spot-ttl h2 {
 font-size: 2.2rem;
 font-weight: 700;
 border-bottom: 1px dotted #ccc;
 padding-bottom: 10px;
}
.spot-dtl .spot-ttl span {
 font-size: 1.1rem;
}
.page-spot .spot-area li {
 float: left;
 margin-top: 15px;
 margin-right: 15px;
 padding: 3px 15px;
 border-radius: 2px;
 font-size: 1.2rem;
 font-weight: 700;
}
@media screen and (max-width:767px) {
 .spot-dtl .spot-ttl span {
  font-size: 1rem;
 }
 .page-spot .spot-area li {
  margin-top: 10px;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 1.1rem;
 }
}
.page-spot .spot-area li:first-child {
 color: #fff;
}
.page-spot .spot-area li.area1 {
 background-color: #f7a603;
 border: 1px solid #f7a603;
}
.page-spot .spot-area li.area2 {
 background-color: #eeae79;
 border: 1px solid #eeae79;
}
.page-spot .spot-area li.area3 {
 background-color: #43a1bf;
 border: 1px solid #43a1bf;
}
.page-spot .spot-area li.area4 {
 background-color: #1b3f5f;
 border: 1px solid #1b3f5f;
}
.page-spot .spot-area li.area5 {
 background-color: #95a524;
 border: 1px solid #95a524;
}
.page-spot .spot-area li.area6 {
 background-color: #d54939;
 border: 1px solid #d54939;
}
.page-spot .spot-area li.cat {
 border: 1px solid #3F6B92;
 color: #3F6B92;
}
.page-spot .spot-area li.category-list span {
 position: relative;
 padding-left: 46px;
 line-height: 2.6em;
 font-weight: 700;
}
.page-spot .spot-area li.category-list span:nth-child(n+2) {
 margin-left: 10px;
}
@media screen and (max-width:767px) {
 .page-spot .spot-area li {
  margin-right: 10px;
  padding: 3px 10px;
 }
 .page-spot .wrp-spot-comment {
  padding: 10px;
 }
}
.spot-dtl .spot-search-list {
 margin-top: 10px;
 font-size: 1.2rem;
}
@media screen and (max-width:767px) {
 .spot-dtl h2.ttl {
  font-size: 1.5rem;
  line-height: 1.5;
 }
 .spot-dtl .spot-search-list {
  margin-top: 5px;
  font-size: 1.1rem;
 }
}
.spot-dtl .spot-search-list, .spot-dtl .spot-search-list dl {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.spot-dtl .spot-search-list li {
 margin-top: 5px;
 margin-right: 15px;
}
.spot-dtl .spot-search-list li:last-child {
 margin-right: 0;
}
.spot-dtl .spot-search-list dl dd span {
 padding: 0 5px;
 border: 1px solid #30437C;
 border-radius: 2px;
 color: #30437C;
}
.spot-dtl .spot-search-list dl dd span + span {
 margin-left: 5px;
}
.spot-dtl .spot-plan {
 padding: 20px;
 border: 1px solid #D3CEAF;
 background-color: #E7E4D3;
}
.spot-txt {
 margin-top: 25px;
}
.spot-plan {
 margin-top: 25px;
}
.spot-plan h3 {
 padding-left: 40px;
 /*background-image: url(../../AppData/Local/Temp/ffftp00003344/img/spot/icn-plan.png);*/
 background-repeat: no-repeat;
 font-family: '07logotypegothic7regular';
 font-size: 1.8rem;
 color: #806040;
}
.spot-dtl .spot-plan .spot-plan-inner {
 margin-top: 10px;
 padding: 0 40px 10px;
 border: 1px solid #D3CEAF;
 background-color: #fff;
}
@media screen and (max-width:767px) {
 .spot-dtl .spot-plan {
  padding: 10px;
 }
 .spot-plan h3 {
  padding-left: 30px;
  background-size: 20px 20px;
  font-size: 1.5rem;
 }
 .spot-dtl .spot-plan .spot-plan-inner {
  margin-top: 5px;
  padding: 0 25px 10px;
  font-size: 1.1rem;
  letter-spacing: 0;
 }
}
.spot-dtl .spot-plan .spot-plan-inner li, .spot-dtl .spot-plan .spot-plan-inner li a {
 position: relative;
}
.spot-dtl .spot-plan .spot-plan-inner li {
 float: left;
 margin-top: 10px;
 margin-right: 10px;
 padding-right: 40px;
}
.spot-dtl .spot-plan .spot-plan-inner li a::before, .spot-dtl .spot-plan .spot-plan-inner li a::after {
 content: "";
 position: absolute;
 top: 50%;
 right: -20px;
 border-top: 1px solid #222;
}
.spot-dtl .spot-plan .spot-plan-inner li a::before {
 width: 12px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.spot-dtl .spot-plan .spot-plan-inner li a::after {
 width: 6px;
 height: 6px;
 border-right: 1px solid #222;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}
.spot-dtl .spot-plan .spot-plan-inner li:last-child a::before, .spot-dtl .spot-plan .spot-plan-inner li:last-child a::after {
 display: none;
}
.spot-dtl .spot-route {
 position: relative;
 margin-top: 50px;
}
.spot-dtl .spot-route::before {
 content: "";
 position: absolute;
 top: 0;
 left: 50px;
 z-index: -1;
 display: block;
 width: 3px;
 height: 100%;
 background-color: #E6E6E6;
}
.spot-dtl .spot-fin {
 margin-top: 50px;
}
.spot-dtl .spot-day, .spot-dtl .spot-fin {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-self: stretch;
 background-color: #f2f2f2;
 border: 1px solid #E6E6E6;
}
.spot-dtl .spot-day dt, .spot-dtl .spot-fin dt {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
 width: 125px;
 background-color: #A57951;
 font-size: 1.8rem;
 color: #fff;
 text-align: center;
}
.spot-dtl .spot-day dd, .spot-dtl .spot-fin dd {
 padding: 15px 20px;
 font-size: 1.6rem;
}
.spot-dtl .spot-day dd a {
 margin-left: 20px;
 color: #C75F54;
 text-decoration: underline;
}
.spot-dtl .spot-day dd a:hover {
 text-decoration: none;
}
.spot-dtl .route-time {
 margin-left: 40px;
 padding: 20px;
 font-size: 1.5rem;
}
.spot-dtl .route-box {
 padding: 20px 30px;
 background-color: #f8f8f8;
 border: 1px solid #E6E6E6;
}
.spot-dtl .route-ttl {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-self: stretch;
 margin-bottom: 20px;
 border-bottom: 1px dotted #ccc;
}
.spot-dtl .route-ttl dt {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
 width: 40px;
 background-color: #A57951;
 font-size: 1.8rem;
 color: #fff;
 text-align: center;
}
.spot-dtl .route-ttl dd {
 padding: 5px 15px;
 font-size: 1.8rem;
 font-weight: 700;
}
@media screen and (max-width:767px) {
 .spot-dtl .spot-route::before {
  left: 20px;
 }
 .spot-dtl .spot-day dt, .spot-dtl .spot-fin dt {
  width: 80px;
  font-size: 1.5rem;
 }
 .spot-dtl .spot-day dd, .spot-dtl .spot-fin dd {
  padding: 5px 10px;
  font-size: 1.3rem;
 }
 .spot-dtl .spot-day dd a {
  margin-left: 10px;
 }
 .spot-dtl .route-time {
  margin-left: 10px;
  padding: 15px;
  font-size: 1.3rem;
 }
 .spot-dtl .route-box {
  padding: 15px;
 }
 .spot-dtl .route-box .route-left {
  margin-top: 15px;
 }
 .spot-dtl .route-ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: stretch;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
 }
 .spot-dtl .route-ttl dt {
  width: 30px;
  font-size: 1.5rem;
 }
 .spot-dtl .route-ttl dd {
  padding: 0 10px 5px;
  font-size: 1.5rem;
 }
}
@media screen and (min-width:768px) {
 .spot-dtl .route-box .route-left {
  float: left;
  width: 47.5%;
 }
 .spot-dtl .route-box .route-right {
  float: right;
  width: 47.5%;
 }
}
.spot-dtl .route-box .route-right img {
 width: 100%;
 height: 266px;
 object-position: 50% 50%;
 /*object-fit:contain;
	font-family:'object-fit: contain; object-position: 50% 50%;';*/
 object-fit: cover;
 font-family: 'object-fit: cover; object-position: 50% 50%;';
}
@media screen and (max-width:767px) {
 .spot-dtl .route-box .route-right img {
  height: 200px;
 }
}
.spot-dtl .route-box table {
 width: 100%;
 table-layout: fixed;
 margin-top: 20px;
 border-collapse: collapse;
 border: 1px solid #ddd;
}
.spot-dtl .route-box table th, .spot-dtl .route-box table td {
 padding: 10px;
 border-bottom: 1px solid #ddd;
 font-size: 1.3rem;
}
.spot-dtl .route-box table th {
 width: 82px;
 background-color: #eee;
 border-right: 1px solid #ddd;
 vertical-align: middle;
}
.spot-dtl .route-box table td {
 background-color: #fff;
 display: table-cell;
 word-wrap: break-word;
 overflow-wrap: break-word;
}
.spot-dtl .route-box table td a {
 color: #C75F54;
 text-decoration: underline;
}
.spot-dtl .route-box table td a:hover {
 text-decoration: none;
}
.spot-dtl .route-box .btn {
 width: 100%;
 margin-top: 20px;
}
@media screen and (max-width: 767px) {
 .spot-dtl .route-box table th, .spot-dtl .route-box table td {
  padding: 5px;
  font-size: 1.2rem;
 }
 .spot-dtl .route-box table th {
  width: 70px;
 }
}
.spot-dtl .map-ttl {
 margin-top: 50px;
 padding: 15px 0 15px 35px;
 /*background: url(../../AppData/Local/Temp/ffftp00003344/img/spot/icn-map.png) no-repeat 0 50%;*/
 background-repeat: no-repeat;
 border-bottom: 1px solid #ddd;
 font-size: 1.6rem;
 line-height: 1;
}
@media screen and (max-width: 767px) {
 .spot-dtl .map-ttl {
  font-size: 1.4rem;
  letter-spacing: 0;
 }
}
.g-map {
 position: relative;
 margin-top: 30px;
 padding-bottom: 38%;
 height: 0;
 overflow: hidden;
 border: 1px solid #ddd;
}
.g-map iframe {
 position: absolute;
 padding: 5px;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 350px !important;
}
@media screen and (max-width: 767px) {
 .g-map {
  padding-bottom: 75%;
 }
 .g-maps iframe {
  height: 100% !important;
 }
}
.wrp-spot-slider {
 margin-top: 25px;
}
.spot-slider li.slick-slide img {
 width: 100%;
 height: 620px;
 object-position: 50% 50%;
 object-fit: cover;
 font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.spot-cat-box .spot-slider li.slick-slide img {
 width: 100%;
 height: 400px;
 object-position: 50% 50%;
 object-fit: cover;
 font-family: 'object-fit: cover; object-position: 50% 50%;';
}
@media screen and (max-width:960px) {
 .spot-slider li.slick-slide img {
  height: 300px;
 }
}
@media screen and (max-width:767px) {
 .spot-slider li.slick-slide img {
  height: 400px;
 }
 .spot-cat-box .spot-slider li.slick-slide img {
  height: 250px;
 }
}
@media screen and (max-width:480px) {
 .spot-slider li.slick-slide img {
  height: 250px;
 }
}
.spot-slider li {
 position: relative;
}
.spot-slider li p {
 display: block;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 10px 5px;
 background: rgba(0, 0, 0, .8);
 z-index: 1;
 font-size: 1.2rem;
 color: #fff;
 text-align: center;
}
@media screen and (max-width:767px) {
 .spot-slider li p {
  padding: 5px;
  font-size: 1.1rem;
  text-align: left;
 }
}
.spot-slider .slick-dots {
 position: relative;
 bottom: -10px;
 text-align: center;
}
.spot-slider .slick-dots li {
 position: relative;
 display: inline-block;
 width: 5px;
 height: 5px;
 margin: 0 5px;
 padding: 0;
 cursor: pointer;
 background: transparent;
}
.spot-slider .slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 5px !important;
 height: 5px !important;
 padding: 0;
 cursor: pointer;
 background-color: #ccc;
 outline: none;
 border-radius: 50%;
}
.spot-slider .slick-dots li button:hover, .spot-slider .slick-dots li button:focus {
 outline: none;
}
.spot-slider .slick-dots li button:hover:before, .spot-slider .slick-dots li button:focus:before {
 opacity: 1;
}
.spot-slider .slick-dots li button:before {
 position: absolute;
 top: 0;
 left: 0;
 width: 5px;
 height: 5px;
 border-radius: 50%;
 content: "";
 text-align: center;
 background: transparent;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.spot-slider .slick-dots li.slick-active button:before {
 opacity: 1;
 background: #114564;
 width: 100%;
 height: 100%;
}
.spot-doc {
 margin-top: 50px;
}
.spot-slider + .spot-doc {
 margin-top: 0;
}
.spot-dtl-right .spot-word-ttl, .spot-dtl-right .spot-rank-ttl {
 margin-top: 10px;
 margin-bottom: 20px;
 padding: 10px 0 10px 25px;
 border-bottom: 1px solid #f6aa00;
 line-height: 1;
 background-size: 20px 18px;
}
.spot-dtl-right .spot-word-ttl {
 background: url(/img/common/icn-spot-word.png) no-repeat 0 50%;
}
.spot-dtl-right .spot-rank-ttl {
 background: url(/img/spot/icn-spot-rank.png) no-repeat 0 50%;
}
.spot-rank {
 margin-bottom: 50px;
}
@media screen and (max-width:767px) {
 .spot-rank {
  margin-bottom: 30px;
 }
}
.spot-rank li:nth-child(n+2) {
 margin-top: 15px;
 padding-top: 15px;
 border-top: 1px solid #eee;
}
.spot-rank li dt::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 background-repeat: no-repeat;
 background-size: contain;
 width: 30px;
 height: 30px;
}
.spot-rank li:nth-child(1) dt::before {
 background-image: url(/img/common/icn-rank1.svg);
}
.spot-rank li:nth-child(2) dt::before {
 background-image: url(/img/common/icn-rank2.svg);
}
.spot-rank li:nth-child(3) dt::before {
 background-image: url(/img/common/icn-rank3.svg);
}
.spot-rank li:nth-child(4) dt::before {
 background-image: url(/img/common/icn-rank4.svg);
}
.spot-rank li:nth-child(5) dt::before {
 background-image: url(/img/common/icn-rank5.svg);
}
.spot-rank li a:hover dt img {
 opacity: 1;
}
.spot-rank dl {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
}
.spot-rank dl dt {
 position: relative;
 width: 90px;
}
.spot-rank dl dd {
 flex: 1;
 margin-left: 10px;
 font-size: 1.3rem;
 line-height: 1.4;
 letter-spacing: 0;
}
.spot-rank dl dt img {
 width: 90px;
 height: 90px;
 object-fit: cover;
 object-position: 50% 50%;
 font-family: 'object-fit: cover; object-position: 50% 50%;';
 -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}
/*.spot-rank dl dd em{
	display:block;
	width:70px;
	border:1px solid #3F6B92;
	border-radius:2px;
	color:#3F6B92;
	font-size:1rem;
	font-style:normal;
	font-weight:700;
	letter-spacing:.1em;
	text-align:center;
}*/
.spot-rank dl dd p {
 margin-top: 5px;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.spot-rank dl dd span {
 display: block;
 margin-top: 5px;
 font-size: 1.1rem;
}
.spot-word li {
 float: left;
 margin-bottom: 15px;
 margin-right: 8px;
}
.spot-word a {
 height: 26px;
 padding: 5px 10px;
 background-color: #eee;
 border-radius: 26px;
 font-size: 1.2rem;
 font-weight: 500;
}
.spot-word a:hover {
 background-color: #f6aa00;
 color: #fff;
}
.spot-info-box {
 margin-top: 50px;
 border-style: solid;
 border-width: 3px;
 border-color: #e6e6e6;
}
.spot-basic {
 border-top-color: #7AA516;
}
.spot-cherry {
 border-top-color: #E5677F;
}
.spot-autumn {
 border-top-color: #D90000;
}
.spot-universal {
 border-top-color: #004C92;
}
.spot-dtl-ttl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 15px 0 15px 35px;
 font-size: 1.8rem;
 font-weight: 700;
 letter-spacing: .2em;
 background-repeat: no-repeat;
}
@media screen and (min-width:768px) {
 .spot-basic .spot-dtl-ttl, .spot-cherry .spot-dtl-ttl, .spot-autumn .spot-dtl-ttl, .spot-universal .spot-dtl-ttl {
  margin-left: 30px;
 }
}
.spot-dtl-ttl span {
 padding-left: 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1rem;
 letter-spacing: .15em;
}
.spot-info-photo {
 margin: 50px auto;
 padding-right: 50px;
 padding-left: 50px;
 text-align: center;
}
.spot-dtl-ttl.spot-basic-ttl {
 background: url(/img/spot/icn-spot-info.png) no-repeat 0 50%;
}
.spot-dtl-ttl.spot-cherry-ttl {
 background: url(/img/spot/icn-spot-cherry.png) no-repeat 0 50%;
}
.spot-dtl-ttl.spot-autumn-ttl {
 background: url(/img/spot/icn-spot-autumn.png) no-repeat 0 50%;
}
.spot-dtl-ttl.spot-universal-ttl {
 background: url(/img/spot/icn-spot-universal.png) no-repeat 0 50%;
}
.spot-dtl-ttl.spot-access-ttl {
 background: url(/img/spot/icn-spot-access.png) no-repeat 0 50%;
 border-bottom: 1px dotted #ccc;
}
.spot-dtl-ttl.spot-access-ttl {
 background: url(/img/spot/icn-spot-access.png) no-repeat 0 50%;
 border-bottom: 1px dotted #ccc;
}
.spot-dtl-ttl.spot-related-ttl {
 background: url(/img/spot/icn-spot-related.png) no-repeat 0 50%;
 border-bottom: 1px dotted #ccc;
}
.spot-dtl-ttl.spot-event-ttl {
 background: url(/img/spot/icn-spot-event.png) no-repeat 0 50%;
 border-bottom: 1px dotted #ccc;
}
.spot-dtl-ttl.spot-access-ttl, .spot-dtl-ttl.spot-related-ttl, .spot-dtl-ttl.spot-event-ttl {
 margin-top: 50px;
}
@media screen and (max-width:767px) {
 .spot-dtl-ttl {
  margin: 10px;
  font-size: 1.6rem;
  letter-spacing: 0;
 }
 .spot-basic .spot-dtl-ttl, .spot-cherry .spot-dtl-ttl, .spot-autumn .spot-dtl-ttl, .spot-universal .spot-dtl-ttl {
  padding-top: 0;
  padding-bottom: 0;
 }
 .spot-dtl-ttl span {
  display: none;
 }
 .spot-info-photo {
  margin: 25px auto;
  padding-right: 15px;
  padding-left: 15px;
 }
}
.spot-table-box {
 padding-right: 15px;
 padding-left: 15px;
 border-top: solid 1px #e6e6e6;
}
.spot-table {
 width: 100%;
 border-collapse: collapse;
}
.spot-table th, .spot-table td {
 padding: 15px 10px;
 border-bottom: solid 1px #e6e6e6;
}
.spot-table th {
 width: 15%;
 vertical-align: middle;
 font-weight: 700;
}
.spot-table td a {
 color: #0093AF;
 text-decoration: underline;
}
.spot-table td a:hover {
 text-decoration: none;
}
@media screen and (max-width:767px) {
 .spot-table {
  border-top: 1px solid #e3e3e3;
 }
 .spot-table th, .spot-table td {
  padding: 10px 0;
 }
 .spot-table td {
  padding-top: 0;
 }
 .spot-table th {
  display: block;
  border-top: none;
  border-bottom: none;
  width: 100%;
  text-align: left;
 }
 .spot-table td {
  display: block;
 }
}
.spot-table .by-train li:first-child, .spot-table .by-car li:first-child, .spot-table .by-other li:first-child {
 background-color: #eee;
}
.spot-table .by-car, .spot-table .by-other {
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px dotted #e3e3e3;
}
@media screen and (min-width:768px) {
 .spot-table .by-train li:first-child, .spot-table .by-car li:first-child, .spot-table .by-other li:first-child {
  float: left;
  width: 20%;
  margin-right: 2%;
  text-align: center;
 }
 .spot-table .by-train li:last-child, .spot-table .by-car li:last-child, .spot-table .by-other li:last-child {
  float: left;
  width: 78%;
 }
}
@media screen and (max-width:767px) {
 .spot-table .by-train li:first-child, .spot-table .by-car li:first-child, .spot-table .by-other li:first-child {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 10px;
 }
}
.spot-universal .spot-table-box {
 padding: 0;
}
.spot-universal .spot-table th {
 width: inherit;
 text-align: center;
}
.spot-universal .spot-table td {
 vertical-align: middle;
 border-left: 1px solid #e3e3e3;
}
.spot-universal .spot-table tr:last-child th, .spot-universal .spot-table tr:last-child td {
 border-bottom: none;
}
.spot-universal-box ul, .spot-universal-box li:nth-child(n+2) {
 border-top: 1px solid #e3e3e3;
}
@media screen and (min-width:768px) {
 .spot-universal-box li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
 }
 .spot-universal-box li p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
 }
 .spot-universal-box li p:first-child {
  width: 85px;
 }
 .spot-universal-box li p:nth-child(2) {
  width: 150px;
 }
 .spot-universal-box li p:nth-child(n+2) {
  border-left: 1px solid #e3e3e3;
 }
}
@media screen and (max-width:767px) {
 .spot-universal-box li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
 }
 .spot-universal-box li p {
  padding: 0;
 }
 .spot-universal-box li img {
  width: 24px;
  height: auto;
 }
 /*.spot-universal-box li:first-child p,
.spot-universal-box li:nth-child(2) p{
	padding-bottom:0;
}*/
 .spot-universal-box li p:nth-child(2) {
  font-weight: 700;
  padding-left: 10px;
 }
 .spot-universal-box li p:last-child {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 1.2rem;
 }
}
.spot-universal-box .universal-other p:first-child {
 width: 100%;
 text-align: left;
 justify-content: left;
}
.spot-tab {
 width: 98%;
 margin: 30px auto 0;
}
.spot-tab li a {
 position: relative;
 float: left;
 display: block;
 width: 49%;
 padding: 15px;
 background: #f3f3f3;
 border-top: 1px solid #eee;
 border-right: 1px solid #eee;
 border-left: 1px solid #eee;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 color: #666;
 line-height: 1.5;
 text-align: center;
}
.spot-tab li:last-child a:last-child {
 margin-left: 2%;
}
.spot-tab li.active a {
 background: #a47b51;
 border-top: 1px solid #a47b51;
 border-right: 1px solid #a47b51;
 border-left: 1px solid #a47b51;
 color: #fff;
 font-weight: 700;
}
.spot-tab-box-inner {
 display: none;
 border-top: 1px solid #a47b51;
}
.spot-tab-box-inner ul {
 margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
 .spot-tab li a {
  padding: 10px 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
 }
}
/*  event
----------------------*/
.near-event-slider .area1 p {
 border-left: 5px solid #f7a603;
}
.near-event-slider .area2 p {
 border-left: 5px solid #eeae79;
}
.near-event-slider .area3 p {
 border-left: 5px solid #43a1bf;
}
.near-event-slider .area4 p {
 border-left: 5px solid #1b3f5f;
}
.near-event-slider .area5 p {
 border-left: 5px solid #95a524;
}
.near-event-slider .area6 p {
 border-left: 5px solid #d54939;
}
.near-event-slider li div {
 padding-top: 8px;
 background-color: #fff;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #ddd;
}
.near-event-slider li div p {
 padding-right: 10px;
 padding-left: 10px;
 font-weight: 700;
}
.near-event-slider dl {
 margin: 10px;
 padding-left: 8em;
 font-size: 1.2rem;
}
.near-event-slider dt, .near-event-slider dd {
 float: left;
 margin: 0;
 line-height: 1;
 text-align: left;
}
.near-event-slider dt {
 clear: left;
 float: left;
}
.near-event-slider dd {
 position: relative;
 width: 100%;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.near-event-slider dd::after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin-top: auto;
 margin-bottom: auto;
 border-right: 1px dotted #868686;
 width: 1px;
 height: 10px;
}
.near-event-slider dd span {
 padding-left: 10px;
}
.near-event-slider figure {
 position: relative;
 overflow: hidden;
}
.near-event-slider figure span {
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 1px 15px 3px;
 background-color: rgba(0, 0, 0, .7);
 font-size: 1.2rem;
 color: #fff;
 letter-spacing: 0;
}
.near-event-slider figure span em {
 padding-right: 5px;
 font-style: normal;
 font-size: 1.4rem;
}
@media screen and (min-width:768px) {
 .near-event-slider dt, .near-event-slider dd {
  padding: 7px 0;
 }
 .near-event-slider dt {
  margin-left: -8em;
 }
}
@media screen and (max-width:767px) {
 .near-event-slider {
  padding-right: 15px;
  padding-left: 15px;
 }
 .near-event-slider dt, .near-event-slider dd {
  padding: 4px 0 0;
  font-size: 1.1rem;
 }
 .near-event-slider dl {
  margin: 6px 5px 10px;
  padding-left: 8em;
 }
 .near-event-slider dt {
  margin-left: -8em;
 }
 .near-event-slider dt::before {
  margin-right: 0;
 }
 .wrp-review dd {
  font-size: 1.2rem;
 }
 .wrp-review dd::after {
  top: 3px;
  height: 8px;
 }
 .near-event-slider figure span {
  padding: 1px 10px 3px;
  font-size: 1rem;
 }
 .near-event-slider figure span em {
  font-size: 1.2rem;
 }
}
.spot-event ul li {
 margin: 0 15px;
}
.spot-event ul li figure {
 position: relative;
 overflow: hidden;
}
.spot-event ul li div {
 margin-top: 5px;
}
.spot-event ul li div p, .spot-event ul li div span {
 display: block;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.spot-event .slick-prev, .spot-event .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 padding: 0;
 border: none;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 color: transparent;
 z-index: 1;
 cursor: pointer;
 outline: none;
}
.spot-event .slick-prev:hover, .spot-event .slick-prev:focus, .spot-event .slick-next:hover, .spot-event .slick-next:focus {
 color: transparent;
 outline: none;
}
.spot-event .slick-prev, .spot-event .slick-next {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
}
.spot-event .slick-prev:after, .spot-event .slick-next:after {
 content: "";
 position: absolute;
 top: 50%;
 border-top: 1px solid #111;
 -webkit-transition: .5s;
 transition: .5s;
}
.spot-event .slick-prev:after, .spot-event .slick-next:after {
 width: 10px;
 height: 10px;
}
.spot-event .slick-prev:after {
 border-left: 1px solid #111;
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
}
.spot-event .slick-next:after {
 border-right: 1px solid #111;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
 .spot-event ul {
  margin-top: 25px;
 }
 .spot-event ul li div p {
  font-size: 1.5rem;
 }
 .spot-event ul li div span {
  display: block;
  font-size: 1.2rem;
 }
 .spot-event .slick-prev, .spot-event .slick-next {
  width: 30px;
  height: 30px;
  background-size: 30px auto;
 }
}
@media screen and (max-width: 767px) {
 .spot-event {
  padding-left: 0;
  padding-right: 0;
 }
 .spot-event ul {
  margin-top: 15px;
 }
 .spot-event ul li div p {
  font-size: 1.3rem;
 }
 .spot-event ul li div span {
  font-size: 1.1rem;
 }
 .spot-event .slick-prev, .spot-event .slick-prev:hover, .spot-event .slick-prev:focus, .spot-event .slick-next, .spot-event .slick-next:hover, .spot-event .slick-next:focus {
  width: 25px;
  height: 25px;
  background-size: 25px auto;
 }
 .spot-event .slick-prev, .spot-event .slick-prev:hover, .spot-event .slick-prev:focus {
  left: -10px;
 }
 .spot-event .slick-next, .spot-event .slick-next:hover, .spot-event .slick-next:focus {
  right: -10px;
 }
}
.course-dtl-right .spot-rank-ttl {
 margin-top: 10px;
 margin-bottom: 20px;
 padding: 10px 0 10px 25px;
 border-bottom: 1px solid #eee;
 line-height: 1;
 background: url(/img/common/icn-rank-in.png) no-repeat 0 50%;
 background-size: 20px 18px;
 letter-spacing: 0;
}
.spot-rank {
 margin-bottom: 50px;
}
@media screen and (max-width:767px) {
 .spot-rank {
  margin-bottom: 30px;
 }
}
.spot-rank li:nth-child(n+2) {
 margin-top: 15px;
 padding-top: 15px;
 border-top: 1px solid #eee;
}
.spot-rank li dt::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 background-repeat: no-repeat;
 background-size: contain;
 width: 30px;
 height: 30px;
}
.spot-rank li:nth-child(1) dt::before {
 background-image: url(/img/common/icn-rank1.svg);
}
.spot-rank li:nth-child(2) dt::before {
 background-image: url(/img/common/icn-rank2.svg);
}
.spot-rank li:nth-child(3) dt::before {
 background-image: url(/img/common/icn-rank3.svg);
}
.spot-rank li:nth-child(4) dt::before {
 background-image: url(/img/common/icn-rank4.svg);
}
.spot-rank li:nth-child(5) dt::before {
 background-image: url(/img/common/icn-rank5.svg);
}
.spot-rank li a:hover dt img {
 opacity: 1;
}
.spot-rank dl {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
}
.spot-rank dl dt {
 position: relative;
 width: 90px;
}
.spot-rank dl dd {
 flex: 1;
 margin-left: 10px;
 font-size: 1.3rem;
 line-height: 1.4;
 letter-spacing: 0;
}
.spot-rank dl dt img {
 width: 90px;
 height: 90px;
 object-fit: cover;
 object-position: 50% 50%;
 font-family: 'object-fit: cover; object-position: 50% 50%;';
 -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
 -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}
.spot-rank dl dd em {
 display: block;
 width: 70px;
 border-radius: 2px;
 color: #fff;
 font-family: 'Lato', sans-serif;
 font-size: 1rem;
 font-style: normal;
 font-weight: 700;
 letter-spacing: .1em;
 text-align: center;
}
.spot-rank dl dd .area1 {
 background-color: #f7a603;
}
.spot-rank dl dd .area2 {
 background-color: #eeae79;
}
.spot-rank dl dd .area3 {
 background-color: #43a1bf;
}
.spot-rank dl dd .area4 {
 background-color: #1b3f5f;
}
.spot-rank dl dd .area5 {
 background-color: #95a524;
}
.spot-rank dl dd .area6 {
 background-color: #d54939;
}
.spot-rank dl dd p {
 margin-top: 10px;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.spot-rank dl dd span {
 display: block;
 margin-top: 10px;
 font-size: 1.1rem;
}
@media screen and (min-width:768px) {
 .spot-rank a:hover p {
  text-decoration: underline;
 }
}
.jhn-btn-box {
 margin-top: 50px;
 text-align: center;
}
.jhn-btn-box .jhn-btn {
 padding: 25px 70px;
 background-color: #b22;
 border-radius: 2px;
 font-size: 1.8rem;
 font-weight: 600;
 color: #fff;
 letter-spacing: .15em;
 cursor: pointer;
 transition: all .4s ease-out;
}
.jhn-btn-box .jhn-btn:hover {
 opacity: .7;
}
@media screen and (max-width: 767px) {
 .jhn-btn-box .jhn-btn {
  padding: 15px 30px;
  font-size: 1.5rem;
  letter-spacing: .0;
 }
}
@media screen and (min-width: 768px) {
 .spot-relation {
  margin-top: 60px;
 }
}
@media screen and (max-width: 767px) {
 .spot-relation {
  margin-top: 40px;
 }
}
.spot-relation h3 {
 position: relative;
 padding-bottom: 35px;
 text-align: center;
}
.spot-relation h3 span {
 position: relative;
 padding: 0 1em;
 vertical-align: middle;
}
.spot-relation h3 span em {
 background: linear-gradient(transparent 60%, rgba(252, 151, 0, 0.5) 0%);
 font-style: normal;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 1;
}
@media screen and (max-width: 767px) {
 .spot-relation h3 span em {
  font-size: 1.8rem;
 }
}
.spot-relation h3::before, .spot-relation h3::after {
 content: "";
 background-repeat: no-repeat;
 display: inline-block;
 vertical-align: middle;
 width: 13px;
 height: 30px;
}
.spot-relation h3::before {
 background: url(ttl-left.svg);
 background-size: cover;
}
.spot-relation h3::after {
 background: url(ttl-right.svg);
 background-size: cover;
}
.spot-relation ul li {
 position: relative;
 background: #F8F6F3;
 border: 1px solid #e6e6e6;
 border-radius: 6px;
}
.spot-relation ul li a {
 display: block;
 padding: 24px 20px 16px;
}
@media screen and (min-width: 768px) {
 .spot-relation ul {
  display: flex;
  flex-wrap: wrap;
 }
 .spot-relation ul li {
  width: 48%;
  margin-right: 4%;
 }
 .spot-relation ul li:nth-child(even) {
  margin-right: 0;
 }
 .spot-relation ul li:nth-child(n+3) {
  margin-top: 4%;
 }
}
@media screen and (max-width: 767px) {
 .spot-relation ul li a {
  padding: 18px 10px 8px;
  display: block;
 }
 .spot-relation ul li:nth-child(n+2) {
  margin-top: 25px;
 }
}
.spot-relation-inner {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.spot-relation ul li a span {
 position: absolute;
 top: -12px;
 left: 20px;
 width: 116px;
 height: 26px;
 font-size: 1.2rem;
 color: #fff;
 font-weight: 500;
 display: flex;
 align-items: center;
 justify-content: center;
}
.spot-relation ul li a span.label-rewiews {
 background: #21a085;
}
.spot-relation ul li a span.label-course {
 background: #06a8c3;
}
@media screen and (max-width: 767px) {
 .spot-relation ul li a span {
  top: -12px;
  left: 10px;
  width: 90px;
  height: 22px;
  font-size: 1rem;
 }
}
.spot-relation ul li a span::after {
 content: "";
 position: absolute;
 top: 0;
 right: -0.5rem;
 display: block;
}
.spot-relation ul li a span.label-rewiews::after {
 border: 13px solid #21a085;
 border-right-width: 0.5rem;
 border-right-color: transparent;
}
.spot-relation ul li a span.label-course::after {
 border: 13px solid #06a8c3;
 border-right-width: 0.5rem;
 border-right-color: transparent;
}
@media screen and (max-width: 767px) {
 .spot-relation ul li a span.label-rewiews::after {
  border: 11px solid #21a085;
  border-right-width: 0.5rem;
  border-right-color: transparent;
 }
 .spot-relation ul li a span.label-course::after {
  border: 11px solid #06a8c3;
  border-right-width: 0.5rem;
  border-right-color: transparent;
 }
}
.relation-txt h4 {
 font-size: 1.3rem;
}
.spot-relation-inner figure {
 position: relative;
 margin: 0 20px 0 0;
 width: 140px;
}
@media screen and (max-width: 767px) {
 .spot-relation-inner figure {
  width: 102px;
  height: 100%;
  position: relative;
  margin: 0 12px 0 0;
 }
}
.relation-txt {
 flex: 1;
 display: flex;
 flex-direction: column;
}
.relation-txt h4 {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
}
@media screen and (max-width: 767px) {
 .relation-txt h4 {
  font-size: 1.2rem;
  line-height: 1.7;
 }
}