@charset "UTF-8";
/*************************
* 共通
*************************/
.page_title {
  background: url(../img/main.jpg) center center/cover no-repeat;
}

.tourism_content_wrap {
  position: relative;
  margin: -140px auto 85px;
  padding: 210px 0 0;
  /*予約導線復活時に削除*/
  margin: -80px auto 85px;
  padding: 150px 0 0;
  /*予約導線復活時に削除*/
}

.tourism_content_wrap::before {
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
  content: '';
}

.tourism_content_wrap::before {
  top: 80px;
}

.tourism_content_title {
  margin: 0 0 20px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: .07em;
  font-family: ten-mincho,serif;
}

/*************************
* 各コンテンツ
*************************/
.page_title.page_tourism img {
  vertical-align: middle;
}

#lead {
  background: url(../img/lead_bg_repeat.png) 0 0/63px 38px, url(../img/lead_bg.jpg) center top/cover no-repeat;
  position: relative;
  z-index: 10;
}

#lead.tourism_content_wrap {
  margin: 0;
  padding: 70px 0 60px;
}

#lead.tourism_content_wrap::before {
  top: 0;
}

#lead .tourism_content_title {
  font-size: 3rem;
}

#lead .tourism_content_title br {
  display: none;
}

#lead .lead_text {
  margin: 0 0 35px;
  text-align: center;
}

#lead .inpage_link {
  margin-bottom: 30px;
}

#lead .inpage_link_sub {
  font-size: 2rem;
}

#lead .inpage_link_sub li {
  background: #EFE6D6;
}

#map {
  position: relative;
  z-index: 5;
}

.map_googlemap {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 0 40px;
  overflow: hidden;
}

.map_googlemap iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 770px;
}

#map .link_button {
  width: 245px;
  margin: 0 auto 35px;
}

#map .link_button a {
  padding: 0 0 0 20px;
  background: url(../../img/common/btn_bg_black.png) 0 0/299px 59px repeat;
}

#map .link_button a span {
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

#map .link_button::after {
  border-color: #000;
}

#map .link_button .link_button_arrow {
  right: 20px;
  fill: #fff;
}

_:lang(x)::-ms-backdrop, #map .link_button a span {
  background: none !important;
  color: #fff !important;
}

_:-ms-lang(x)::backdrop, #map .link_button a span {
  background: none;
  color: #fff;
}

#spot.tourism_content_wrap {
  margin: -140px auto 75px;
}

.around_spot {
  height: 500px;
  overflow: hidden;
  margin: 0 0 60px;
}

.around_spot_shinjigaike {
  background: url(../img/spot_shinjigaike.png) calc(50% + 265px) 0/753px 500px no-repeat, url(../img/spot_shinjigaike_bg.png) 0 0/63px 38px;
}

.around_spot_fukuebukeyashiki {
  background: url(../img/spot_fukuebukeyashiki.png) calc(50% + 265px) 0/753px 500px no-repeat, url(../img/spot_fukuebukeyashiki_bg.png) 0 0/63px 38px;
}

.around_spot_inner {
  position: relative;
  width: 500px;
  height: 500px;
  margin-left: calc((100vw - 1120px) / 2);
  padding: 115px 50px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0) 100%);
}

.around_spot_fukuebukeyashiki .around_spot_inner {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(14, 60, 91, 0.6)), color-stop(85%, rgba(14, 60, 91, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(14, 60, 91, 0.6) 15%, rgba(14, 60, 91, 0.6) 85%, rgba(0, 0, 0, 0) 100%);
}

.around_spot_label {
  position: absolute;
  top: 41px;
  right: 65px;
  width: calc((100vw - 1120px) / 2 + 500px);
  height: 50px;
  padding: 0 20px 0 0;
  line-height: 50px;
  text-align: right;
  font-size: 2rem;
  font-family: ten-mincho,serif;
  background: #fff;
  color: #000;
}

.around_spot_label::after {
  position: absolute;
  top: 0;
  right: -47px;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 23px solid #fff;
}

.around_spot_label .svg {
  width: 11px;
  height: 16px;
  margin: 0 10px 0 0;
  fill: #000;
}

.around_spot_label br {
  display: none;
}

.around_spot_name {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .1em;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
  font-family: ten-mincho,serif;
}

.around_spot_name br {
  display: none;
}

.around_spot_time {
  height: 50px;
  margin: 0 0 20px;
  line-height: 50px;
  text-align: center;
  border: dotted 1px #fff;
  border-width: 1px 0;
}

.around_spot_description {
  margin: 0 0 30px;
  letter-spacing: .02em;
}

.around_spot_link li {
  position: relative;
  float: left;
  width: 190px;
  overflow: hidden;
  height: 60px;
  padding: 0 0 0 20px;
  line-height: 60px;
  border: dotted 1px #fff;
  font-size: 2rem;
  font-family: ten-mincho,serif;
}

.around_spot_link li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

.around_spot_link li .svg {
  width: 17px;
  height: 14px;
  margin: 0 15px 0 0;
  fill: #fff;
}

.around_spot_link li:nth-child(2) {
  float: right;
}

.around_spot_link li:nth-child(2) .svg {
  width: 11px;
  height: 16px;
  fill: #fff;
}

.around_spot_link li .around_spot_link_arrow {
  position: absolute;
  right: 2px;
  top: calc(50% - 5px);
  width: 11px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

_:lang(x)::-ms-backdrop, .around_spot_name {
  background: none;
  color: #fff;
}

_:lang(x)::-ms-backdrop, .around_spot_link li a {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .around_spot_name {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .around_spot_link li a {
  background: none;
  color: #fff;
}

#japan_heritage {
  padding: 57px 0 0;
  background: #DED5C1 url(../img/jp_heritage_bg.jpg) center top no-repeat;
}

#japan_heritage .tourism_content_title {
  margin: 0 0 20px;
  font-size: 3rem;
}

#japan_heritage .tourism_content_title span {
  font-size: 2.5rem;
  padding-left: 1em;
}

.japan_heritage_lead {
  margin: 0 0 65px;
  text-align: center;
}

.japan_heritage_list {
  margin: 0 auto 29px;
}

.japan_heritage_list_elem {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 40px 0 0;
  padding: 20px 30px;
  background: #efe6d6;
}

.japan_heritage_list_elem:nth-child(3n) {
  margin: 0;
}

.japan_heritage_listnum {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #923333;
  color: #fff;
}

.japan_heritage_name {
  margin: 0 0 13px;
  text-align: center;
  font-size: 2.5rem;
}

.japan_heritage_name span {
  font-size: 1.8rem;
}

.japan_heritage_img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.japan_heritage_time {
  height: 50px;
  line-height: 50px;
  margin: 0 0 13px;
  text-align: center;
  border: dotted 1px #000;
  border-width: 1px 0;
}

.japan_heritage_description {
  margin: 0 0 95px;
}

.japan_heritage_link {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 260px;
}

.japan_heritage_link li {
  position: relative;
  float: left;
  width: 120px;
  height: 60px;
  padding: 0 0 0 41px;
  line-height: 60px;
  border: dotted 1px #000;
  font-size: 2rem;
  font-family: ten-mincho,serif;
}

.japan_heritage_link li .japan_heritage_link {
  position: absolute;
  top: calc(50% - 7px);
  left: 14px;
  width: 17px;
  height: 14px;
}

.japan_heritage_link li .around_spot_link_arrow {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 11px;
  height: 6px;
  fill: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.japan_heritage_link li:nth-child(2) {
  float: right;
}

.japan_heritage_link li:nth-child(2) .japan_heritage_link {
  width: 12px;
  height: 16px;
}

.japan_heritage_about {
  padding: 0 0 45px;
}

.japan_heritage_about_title {
  padding: 0 33px 5px;
  font-size: 2.5rem;
  border-bottom: dotted 1px #000;
  letter-spacing: .12em;
}

.japan_heritage_about_title .svg {
  width: 32px;
  height: 22px;
  margin-right: 10px;
}

.japan_heritage_about_body {
  padding: 10px 20px;
}

#otherspot {
  padding: 50px 0 5px;
}

.otherspot_title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: .1em;
  font-family: ten-mincho,serif;
}

.otherspot_list {
  margin: 0 auto;
}

.otherspot_list_elem {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 40px 40px 0;
  padding: 50px 30px 20px;
  background: #fff;
}

.otherspot_list_elem:nth-child(3n) {
  margin: 0;
}

.otherspot_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 35px;
}

.otherspot_name {
  margin: 0 0 13px;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .15em;
  font-family: ten-mincho,serif;
}

.otherspot_name .otherspot_name_katakana {
  letter-spacing: -.08em;
}

.otherspot_img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.otherspot_time {
  height: 50px;
  line-height: 50px;
  margin: 0 0 13px;
  text-align: center;
  border: dotted 1px #000;
  border-width: 1px 0;
}

.otherspot_time span.otherspot_time_bukeyashikidori {
  letter-spacing: -.05em;
}

.otherspot_description {
  margin: 0 0 95px;
}

.otherspot_link {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 260px;
}

.otherspot_link li {
  position: relative;
  float: left;
  width: 120px;
  height: 60px;
  padding: 0 0 0 41px;
  line-height: 60px;
  border: dotted 1px #000;
  font-size: 2rem;
  font-family: ten-mincho,serif;
}

.otherspot_link li .otherspot_link_ico {
  position: absolute;
  top: calc(50% - 7px);
  left: 14px;
  width: 17px;
  height: 14px;
}

.otherspot_link li .otherspot_link_arrow {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 11px;
  height: 6px;
  fill: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.otherspot_link li:nth-child(2) {
  float: right;
}

.otherspot_link li:nth-child(2) .otherspot_link_ico {
  width: 12px;
  height: 16px;
}

#recommend {
  padding: 0 0;
}

.recommen_title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
  font-family: ten-mincho,serif;
}

.recommend_content {
  padding: 30px 30px 20px;
  background: #E0D3BD;
  margin: 0 auto 60px;
}

.recommend_content_title {
  margin: 0 0 24px;
  padding: 0 0 0 12px;
  padding: 6px 30px;
  background: #000;
  color: #fff;
}

.recommend_content_title span {
  font-size: 2.3rem;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
  font-family: ten-mincho,serif;
}

_:lang(x)::-ms-backdrop, .recommend_content_title span {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .recommend_content_title span {
  background: none;
  color: #fff;
}

.recommend_body {
  margin: 0 0 5px;
}

.recommend_img {
  float: left;
  width: 360px;
}

.recommend_text {
  float: right;
  width: 600px;
}

.recommend_text_outline {
  margin: 0 0 22px;
}

.recommend_text_info {
  padding: 9px 10px;
  border: dotted 1px #000;
  border-width: 1px 0;
}

.recommend_plan {
  margin: 30px 0 0;
}

.recommend_plan_table {
  float: left;
  width: 640px;
  margin: -4px 0 0;
  border-collapse: separate;
  border-spacing: 4px;
}

.recommend_plan_table th {
  width: 180px;
  height: 50px;
  background: #938574;
  text-align: center;
  vertical-align: middle;
}

.recommend_plan_table td {
  background: #fff;
  vertical-align: middle;
  padding: 0 9px;
}

.recommend_plan_comment {
  float: right;
  width: 340px;
  height: 104px;
  margin: 0 0 15px;
  padding: 15px 10px;
  background: #fff;
}

.recommend_text_contact {
  padding: 15px 10px;
  text-align: center;
}

.recommend_text_contact_name {
  font-size: 2.2rem;
  letter-spacing: -.08em;
  padding-right: 24px;
}

.surrounding_bg {
  margin: -70px 0 0;
  padding: 70px 0 50px;
  background: url(../img/map_bg.png) 0 0/64px 37px;
}

.tourism_content_title {
  position: relative;
  z-index: 5;
}

.surrounding_text {
  position: relative;
  z-index: 5;
  margin: 0 0 35px;
  text-align: center;
}

.surrounding_map {
  position: relative;
  z-index: 0;
}

.surrounding_map img {
  position: relative;
  left: 50%;
  margin: -286px 0 0;
  transform: translateX(-44%);
  -webkit-transform: translateX(-44%);
}

#surrounding .recommend_content {
  position: relative;
  margin: 40px auto 0;
  padding: 30px;
}

#surrounding .recommend_content::after {
  position: absolute;
  top: -350px;
  right: 160px;
  content: '';
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-bottom: 300px solid #E0D3BD;
}

#surrounding .recommend_content_title {
  background: #820717;
}

#surrounding .recommend_body {
  margin-bottom: 0;
}

#surrounding .recommend_text_outline {
  margin-bottom: 15px;
}

#surrounding .link_button {
  width: 430px;
  margin: 0 0 24px;
  text-align: left;
}

#surrounding .link_button a {
  padding: 0 0 0 20px;
  background: url(../../img/common/btn_bg_black.png) 0 0/299px 59px repeat;
}

#surrounding .link_button a span {
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

#surrounding .link_button::after {
  border-color: #000;
}

#surrounding .link_button .link_button_arrow {
  right: 20px;
  fill: #fff;
}

#surrounding .recommend_text_info {
  letter-spacing: -.06em;
}

#surrounding .recommend_plan_table {
  float: none;
  width: 100%;
  margin: 15px 0 0;
  border-collapse: separate;
  border-spacing: 4px;
}

#surrounding .recommend_plan_table td {
  height: 50px;
}

_:lang(x)::-ms-backdrop, #surrounding .link_button a span {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, #surrounding .link_button a span {
  background: none;
  color: #fff;
}

.links_list {
  margin: 4px auto 155px;
}

.links_list_element {
  width: 518px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  float: left;
  margin: 0 0 4px;
  background: #fff;
}

.links_list_element:nth-child(2n) {
  float: right;
}

.links_list_element span {
  width: 90px;
  height: 30px;
  margin: 0 20px 0 0;
  display: inline-block;
  background: #E4DCCE;
  text-align: center;
  line-height: 30px;
}

.links_list_element a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .page_title img {
    height: 50px;
    width: auto;
  }
  .tourism_content_wrap {
    position: relative;
    margin: 0 auto 40px;
    padding: 55px 0 0;
  }
  .tourism_content_wrap::before {
    top: 0;
  }
  .tourism_content_title {
    margin: 0 0 20px;
    font-size: 2.5rem;
    letter-spacing: normal;
  }
  #lead.tourism_content_wrap {
    margin: 0;
    padding: 50px 20px 20px;
  }
  #lead .tourism_content_title {
    font-size: 2.5rem;
  }
  #lead .lead_text {
    margin: 0 0 35px;
    text-align: left;
  }
  .around_spot {
    height: auto;
    margin: 0 0 60px;
    overflow: visible;
  }
  .around_spot_shinjigaike {
    background: url(../img/spot_shinjigaike_bg.png) 0 0/63px 38px;
  }
  .around_spot_fukuebukeyashiki {
    background: url(../img/spot_fukuebukeyashiki_bg.png) 0 0/63px 38px;
  }
  .around_spot_inner {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 105px 20px 30px;
    background: rgba(0, 0, 0, 0.4);
  }
  .around_spot_fukuebukeyashiki .around_spot_inner {
    background: rgba(14, 60, 91, 0.7);
  }
  .around_spot_label {
    top: 25px;
    right: auto;
    left: 0;
    width: 360px;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 1.8rem;
  }
  .around_spot_sp-image {
    margin: 0 0 25px;
  }
  .around_spot_sp-image img {
    width: 100%;
    height: auto;
  }
  .around_spot_link li {
    width: calc((100% - 30px) / 2);
    padding: 0 0 0 20px;
    font-size: 2rem;
  }
  #spot.tourism_content_wrap {
    margin: 0 auto 40px;
  }
  #japan_heritage {
    padding: 30px 0 0;
  }
  #japan_heritage .tourism_content_title {
    font-size: 2.5rem;
  }
  #japan_heritage .tourism_content_title span {
    font-size: 2rem;
    padding-left: 0;
  }
  .japan_heritage_lead {
    margin: 0 20px 30px;
    text-align: left;
  }
  .japan_heritage_list {
    margin: 0 0 29px;
    padding: 0 20px;
  }
  .japan_heritage_list_elem {
    float: none;
    width: 100%;
    margin: 0  0 25px;
    padding: 20px 30px;
  }
  .japan_heritage_description {
    margin: 0 0 20px;
  }
  .japan_heritage_link {
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
  }
  .japan_heritage_link li {
    width: calc((100% - 30px) / 2);
    height: 60px;
    padding: 0 0 0 41px;
  }
  .japan_heritage_link li .japan_heritage_link {
    position: absolute;
    top: calc(50% - 5px);
    left: 14px;
    width: 17px;
  }
  .japan_heritage_link li .around_spot_link_arrow {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    width: 11px;
    fill: #000;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .japan_heritage_link li:nth-child(2) {
    float: right;
  }
  .japan_heritage_link li:nth-child(2) .japan_heritage_link {
    width: 12px;
  }
  .japan_heritage_about {
    padding: 0 20px 30px;
  }
  .japan_heritage_about_title {
    padding: 0 33px 5px;
    font-size: 2.5rem;
  }
  .japan_heritage_about_body {
    padding: 10px 0 0;
  }
  #otherspot {
    padding: 50px 0 30px;
  }
  .otherspot_title {
    margin: 0 0 25px;
    font-size: 2.5rem;
    letter-spacing: normal;
  }
  .otherspot_list {
    padding: 0 20px;
  }
  .otherspot_list_elem {
    float: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 50px 30px 20px;
  }
  .otherspot_list_elem:nth-child(3n) {
    margin: 0 0 25px;
  }
  .otherspot_description {
    margin: 0 0 20px;
  }
  .otherspot_link {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  .otherspot_link li {
    width: calc((100% - 30px) / 2);
  }
  #recommend {
    padding: 0 20px;
  }
  .recommen_title {
    margin: 0 0 5px;
    font-size: 2.5rem;
  }
  .recommend_content {
    padding: 30px 30px 20px;
    margin: 0 auto 25px;
  }
  .recommend_content_title {
    font-size: 1.8rem;
    margin: 0 0 15px;
    padding: 10px 15px;
  }
  .recommend_content_title span {
    font-size: 2.5rem;
  }
  .recommend_img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .recommend_img img {
    width: 100%;
    height: auto;
  }
  .recommend_text {
    float: none;
    width: 100%;
  }
  .recommend_plan_table {
    float: none;
    width: 100%;
    margin: 0;
    border-spacing: 0;
  }
  .recommend_plan_table th {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .recommend_plan_table td {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 10px;
  }
  .recommend_plan_comment {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 10px;
  }
  .recommend_text_contact {
    line-height: 1.6;
  }
  .recommend_text_contact_name {
    font-size: 1.8rem;
    letter-spacing: normal;
    padding: 0 0 10px;
  }
  .surrounding_bg {
    margin: -55px 0 0 0;
    padding: 55px 20px 0;
  }
  .surrounding_text {
    margin: 0 0 20px;
    text-align: left;
  }
  .surrounding_text.sp-show {
    font-size: 1.4rem;
  }
  .surrounding_map {
    top: auto;
    margin: -200px 0 60px;
    left: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
  .surrounding_map .surrounding_map_inner {
    overflow: scroll;
    padding: 0 0 30px 20px;
  }
  .surrounding_map img {
    top: auto;
    left: auto;
    width: 900px;
    height: auto;
    margin: 0 -10% 0 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  #surrounding .recommend_content {
    position: relative;
    margin-top: -20px;
    padding: 30px;
  }
  #surrounding .recommend_content::after {
    position: absolute;
    top: -80px;
    right: 90px;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 70px solid #E0D3BD;
  }
  #surrounding .link_button {
    width: 100%;
    max-width: 430px;
    margin: 0 0 24px;
    text-align: left;
  }
  #surrounding .link_button a {
    padding: 0 0 0 10px;
    font-size: 1.4rem;
  }
  #surrounding .recommend_plan_table {
    float: none;
    width: 100%;
    margin: 15px 0 0;
    border-collapse: separate;
    border-spacing: 4px;
  }
  #surrounding .recommend_plan_table td {
    height: auto;
  }
  .links_list {
    margin: 4px auto 50px;
    padding: 0 20px;
  }
  .links_list_element {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    line-height: normal;
    float: none;
    margin: 0 0 5px;
  }
  .links_list_element:nth-child(2n) {
    float: none;
  }
  .links_list_element span {
    width: 90px;
    height: 30px;
    margin: 0 20px 0 0;
    display: inline-block;
    background: #E4DCCE;
    text-align: center;
    line-height: 30px;
  }
  .links_list_element a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 500px) {
  #lead .tourism_content_title br {
    display: block;
  }
  .map_googlemap {
    height: 225px;
  }
  .map_googlemap iframe {
    top: -133px;
    height: 455px;
  }
  .around_spot_label {
    top: 25px;
    right: auto;
    left: 0;
    width: 200px;
    height: auto;
    padding: 4px 0 4px 25px;
    line-height: 25px;
    text-align: left;
    font-size: 1.8rem;
  }
  .around_spot_label::after {
    position: absolute;
    top: 0;
    right: -54px;
    content: '';
    width: 0;
    height: 0;
    border: 29px solid transparent;
    border-left: 26px solid #fff;
  }
  .around_spot_label .svg {
    position: absolute;
    top: calc(50% - 10px);
    left: 8px;
    width: 11px;
    margin: 0 10px 0 0;
  }
  .around_spot_label br {
    display: block;
  }
  .around_spot_name br {
    display: block;
  }
  .around_spot_name span {
    display: none;
  }
}
