.layout {
  width: 960px;
  margin: auto; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

#spot .main-visual {
  padding-bottom: 5px;
  border-bottom: 1px solid #B0B0B0;
  background-color: #fff; }
  #spot .main-visual .layout img {
    margin: 12px 0 0; }

#spot .left {
  width: 730px; }

#spot section {
  padding: 22px 0 35px; }
  #spot section .layout .left {
    width: 730px; }
    #spot section .layout .left .sec1 .map {
      position: relative; }
      #spot section .layout .left .sec1 .map .button {
        right: 15px;
        bottom: 15px;
        position: absolute; }
    #spot section .layout .left .sec1 ul {
      justify-content: left;
      margin-top: 18px; }
      #spot section .layout .left .sec1 ul li {
        background: url("../../../img/spot/pc/bg_location.png") no-repeat center;
        background-size: contain;
        width: 364px;
        height: 225px;
        text-align: center;
        margin-top: 6px;
        margin-left: 2px; }
        #spot section .layout .left .sec1 ul li:nth-child(odd) {
          margin-left: 0; }
        #spot section .layout .left .sec1 ul li h3 {
          font-size: 16px;
          color: #73AE38;
          margin: 9px auto; }
        #spot section .layout .left .sec1 ul li .content {
          height: 110px;
          padding: 0 20px;
          margin-bottom: 5px; }
          #spot section .layout .left .sec1 ul li .content h4 {
            font-size: 14px;
            color: #73AE38;
            padding-top: 2px; }
          #spot section .layout .left .sec1 ul li .content h5 {
            font-size: 14px;
            font-weight: normal;
            text-align: justify;
            line-height: 1.45; }
        #spot section .layout .left .sec1 ul li p {
          font-size: 14px;
          color: #73AE38;
          line-height: 1.5;
          padding-top: 2px; }
        #spot section .layout .left .sec1 ul li span {
          font-size: 13px;
          display: block;
          line-height: 1.4; }
    #spot section .layout .left .sec1 .wrap {
      background: url(../../../img/spot/pc/other-bg.png) no-repeat center center/100% 100%;
      border-radius: 20px;
      padding: 3px 15px 3px 0;
      margin-top: 25px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #spot section .layout .left .sec1 .wrap span {
        width: 24px;
        height: 24px;
        border-radius: 20px;
        display: block;
        background-color: transparent;
        margin-left: -12px;
        vertical-align: 3px; }
      #spot section .layout .left .sec1 .wrap h3 {
        font-size: 23px;
        color: #fff;
        vertical-align: text-bottom; }
      #spot section .layout .left .sec1 .wrap h4 {
        font-size: 16px;
        color: #F15A24;
        line-height: 1.2;
        background: url("../../../img/spot/pc/bg_arrow.png") no-repeat center;
        background-size: contain;
        padding: 14px 0 14px 10px;
        width: 130px;
        text-align: left;
        margin-right: 10px; }
      #spot section .layout .left .sec1 .wrap img {
        margin: 10px auto; }

@media screen and (max-width: 750px) {
  .layout {
    width: auto;
    margin: 0 3rem; }
  #spot .main-visual {
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    border-bottom: 1px solid #B0B0B0; }
    #spot .main-visual .layout img {
      margin: 12px 0 0; }
  #spot .page-link li {
    line-height: 1; }
  #spot .left {
    width: auto;
    float: none; }
  #spot section {
    padding: 2.5rem 0 35px; }
    #spot section .layout .left {
      width: auto;
      float: none; }
      #spot section .layout .left .sec1 {
        padding-bottom: 4.5rem; }
        #spot section .layout .left .sec1 img {
          width: 100%; }
        #spot section .layout .left .sec1 .map .button {
          right: 1.5rem;
          bottom: 1.5rem; }
        #spot section .layout .left .sec1 ul {
          justify-content: left;
          margin-top: 2rem; }
          #spot section .layout .left .sec1 ul li {
            background: url("../../../img/spot/sp/bg_location_2b.png") no-repeat center;
            background-size: contain;
            width: 69rem;
            height: auto;
            text-align: center;
            margin-top: .5rem;
            margin-left: 0; }
            #spot section .layout .left .sec1 ul li:first-child, #spot section .layout .left .sec1 ul li:nth-child(5), #spot section .layout .left .sec1 ul li:nth-child(10) {
              background: url("../../../img/spot/sp/bg_location_3.png") no-repeat center;
              background-size: contain; }
              #spot section .layout .left .sec1 ul li:first-child .content, #spot section .layout .left .sec1 ul li:nth-child(5) .content, #spot section .layout .left .sec1 ul li:nth-child(10) .content {
                margin-bottom: .5rem; }
            #spot section .layout .left .sec1 ul li:nth-child(7), #spot section .layout .left .sec1 ul li:nth-child(9), #spot section .layout .left .sec1 ul li:nth-child(13), #spot section .layout .left .sec1 ul li:nth-child(15), #spot section .layout .left .sec1 ul li:nth-child(16), #spot section .layout .left .sec1 ul li:nth-child(17), #spot section .layout .left .sec1 ul li:nth-child(18), #spot section .layout .left .sec1 ul li:nth-child(23) {
              background: url("../../../img/spot/sp/bg_location_3b.png") no-repeat center;
              background-size: contain; }
            #spot section .layout .left .sec1 ul li:nth-child(11) {
              background: url("../../../img/spot/sp/bg_location_2.png") no-repeat center;
              background-size: contain; }
              #spot section .layout .left .sec1 ul li:nth-child(11) .content {
                margin-bottom: .5rem; }
            #spot section .layout .left .sec1 ul li:nth-child(12) {
              background: url("../../../img/spot/sp/bg_location_1.png") no-repeat center;
              background-size: contain; }
              #spot section .layout .left .sec1 ul li:nth-child(12) p {
                margin-top: .6rem; }
            #spot section .layout .left .sec1 ul li:nth-child(odd) {
              margin-left: 0; }
            #spot section .layout .left .sec1 ul li h3 {
              font-size: 2.8rem;
              color: #73AE38;
              margin: .9rem auto .5rem; }
            #spot section .layout .left .sec1 ul li .content {
              height: auto;
              padding: 0 3rem 0 2rem;
              margin-bottom: .5rem; }
              #spot section .layout .left .sec1 ul li .content h4 {
                font-size: 2.4rem;
                color: #73AE38;
                padding-top: .2rem; }
              #spot section .layout .left .sec1 ul li .content h5 {
                font-size: 2.2rem;
                font-weight: normal;
                text-align: justify;
                line-height: 1.45; }
            #spot section .layout .left .sec1 ul li p {
              font-size: 2.4rem;
              color: #73AE38;
              line-height: 1.5;
              padding-top: .4rem; }
            #spot section .layout .left .sec1 ul li span {
              font-size: 2.2rem;
              display: block;
              line-height: 1.4;
              margin-bottom: 1.3rem; }
        #spot section .layout .left .sec1 .wrap {
          background-color: #F5911E;
          border-radius: 2rem;
          padding: 1.5rem 1.5rem 1.5rem 0;
          margin-top: 3rem;
          display: flex;
          justify-content: space-between; }
          #spot section .layout .left .sec1 .wrap span {
            width: 2.6rem;
            height: 2.5rem;
            border-radius: 2rem;
            display: inline-block;
            background-color: #fff;
            margin: 2rem .8rem 2rem -1.3rem;
            vertical-align: 1rem; }
          #spot section .layout .left .sec1 .wrap h3 {
            font-size: 2.7rem;
            display: inline-block;
            color: #fff;
            vertical-align: text-bottom;
            line-height: 1.2;
            margin-top: .5rem;
            white-space: nowrap; }
          #spot section .layout .left .sec1 .wrap h4 {
            font-size: 2.1rem;
            color: #F15A24;
            display: inline-block;
            line-height: 1.9;
            background: url("../../../img/spot/sp/bg_arrow.png") no-repeat center;
            background-size: contain;
            padding: 1.4rem 0 1.4rem .5rem;
            width: 20rem;
            text-align: left;
            margin: auto;
            white-space: nowrap;
            vertical-align: 1.5rem;
            letter-spacing: -.1rem; }
          #spot section .layout .left .sec1 .wrap img {
            width: 19.8rem;
            margin: 1rem auto; } }
