@charset "UTF-8";
/*detail.css 打消し用*/
#tourism_area_map h3 {
  color: #ffffff;
}

@media (min-width: 992px) {
  .tourism_area_spot .container .slidebox {
    margin-top: 0;
  }
}
#tourism_area_otherspot .container {
  background-color: #f4f2e6;
  padding: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.tourism_area_spot .container {
  padding-bottom: 0;
}

/*#okutama .tourism_area_spot*/
.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

h3 {
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  color: #000000;
  font-size: inherit;
  border-radius: inherit;
}

@media (min-width: 992px) {
  .tourism_area #main .map {
    right: auto;
    left: 0;
  }
}
#sasaguri img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sasaguri #main .sub_tit {
  position: absolute;
  color: #fff;
  top: 60px;
  right: -2px;
  font-family: "Damion", cursive;
  font-size: 2em;
}
#sasaguri .tourism_area_spot .txt {
  line-height: 1.8;
  font-family: "sawarabi";
  font-size: 3vw;
  padding: 0 4%;
}
#sasaguri .tourism_area_spot .bgImg .txt {
  margin-top: 30px;
}
#sasaguri .pc {
  display: none;
}
#sasaguri .main_ttl {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  border: solid 1px #000000;
  background-image: url(../img/main_ttl_bg_.png);
  background-repeat: repeat;
}
@media only screen and (max-width: 991px) {
  #sasaguri .main_ttl {
    width: 90%;
    margin: 0 auto 24px;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .main_ttl {
    font-size: 1.1em;
  }
}
#sasaguri .main_ttl__inner {
  background-color: #ffffff;
  padding: 16px 24px 0 20px;
  display: inline-block;
  height: 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  #sasaguri .main_ttl__inner {
    height: 66px;
  }
}
#sasaguri .main_ttl__inner h3 {
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  color: #000000;
  font-size: inherit;
  font-family: normal;
  border-radius: inherit;
}
#sasaguri .main_ttl__inner span {
  position: relative;
  padding-top: 16px;
  padding-left: 70px;
  display: block;
}
@media only screen and (max-width: 430px) {
  #sasaguri .main_ttl__inner span {
    padding-top: 10px;
    padding-left: 50px;
  }
}
#sasaguri .main_ttl__inner span::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 54px;
  height: 76px;
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 430px) {
  #sasaguri .main_ttl__inner span::before {
    width: 36px;
    height: 51px;
  }
}
#sasaguri .main_ttl__inner span.area01 {
  position: relative;
}
#sasaguri .main_ttl__inner span.area01::before {
  background-image: url(../img/area01_ttl.png);
}
#sasaguri .main_ttl__inner span.area02::before {
  background-image: url(../img/area02_ttl.png);
}
#sasaguri .main_ttl__inner span.area03::before {
  background-image: url(../img/area03_ttl.png);
}
#sasaguri .main_ttl__inner span.area04::before {
  background-image: url(../img/area04_ttl.png);
}
#sasaguri .main_ttl__inner span.area05::before {
  background-image: url(../img/area05_ttl.png);
}
#sasaguri .main_ttl__inner span.area06::before {
  background-image: url(../img/area06_ttl.png);
}
#sasaguri .sub_ttl {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  padding-left: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  #sasaguri .sub_ttl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .sub_ttl {
    margin: 0 auto 20px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .sub_ttl br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri .sub_ttl--custom {
    width: 100%;
  }
}
#sasaguri .sub_ttl::before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 4px;
  height: 100%;
  left: 0;
}
#sasaguri .basic-txt {
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  #sasaguri .basic-txt {
    font-size: 0.9em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .basic-txt--reset {
    margin-bottom: 0px;
  }
}
#sasaguri .basic-txt p {
  margin-bottom: 20px;
}
#sasaguri .basic-txt p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  #sasaguri .tourism_area_spot .container .slidebox .mb40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri #tourism_area_spot1.mt60 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri #tourism_area_spot1.mt60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri #tourism_area_spot1 .basic-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri #tourism_area_spot2 .basic-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri #tourism_area_spot5 .basic-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sasaguri #tourism_area_spot6 {
  /*& .basic-txt {
  	@media only screen and (max-width: 991px) {
  		width: 90%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  }*/
}
#sasaguri .colum-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  #sasaguri .colum-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto 20px;
  }
}
#sasaguri .colum-first--reverse {
  margin-bottom: 0px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  #sasaguri .colum-first--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sasaguri .colum-first__left {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  #sasaguri .colum-first__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
#sasaguri .colum-first__right {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  #sasaguri .colum-first__right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri .colum-first__right--mbnone {
    margin-bottom: 0px;
  }
}
#sasaguri .tourism-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
#sasaguri .tourism-voice__title {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #187fc4;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-voice__title {
    font-size: 1em;
  }
}
#sasaguri .tourism-voice__title::first-letter {
  color: #ffce00;
}
#sasaguri .tourism-voice__inner {
  background-color: #f5f2e9;
  padding: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
#sasaguri .tourism-voice__inner__txt {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-voice__inner__txt {
    font-size: 0.9em;
  }
}
#sasaguri .tourism-voice__inner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#sasaguri .tourism-voice__inner__info p {
  line-height: 0;
}
#sasaguri .tourism-voice__inner__info p:nth-of-type(1) {
  width: 66px;
}
#sasaguri .tourism-voice__inner__info p:nth-of-type(1) img {
  border-radius: 100%;
  border: solid 4px #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sasaguri .tourism-voice__inner__info p:nth-of-type(2) {
  font-size: 0.9em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-voice__inner__info p:nth-of-type(2) {
    font-size: 0.8em;
  }
}
#sasaguri .tourism-ebike {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
#sasaguri .tourism-ebike div:nth-of-type(1) {
  position: relative;
  display: block;
  padding: 16px;
  margin-bottom: 20px;
  border: 2px solid #000000;
  background-color: #e8e8e8;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-ebike div:nth-of-type(1) {
    font-size: 1em;
  }
}
#sasaguri .tourism-ebike div:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
#sasaguri .tourism-ebike div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #e8e8e8 transparent transparent;
  translate: -50% 100%;
}
#sasaguri .tourism-ebike div:nth-of-type(2) {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
}
#sasaguri .tourism-ebike div:nth-of-type(3) {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#sasaguri .tourism-ebike div:nth-of-type(4) {
  background-color: #000000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
#sasaguri .tourism-ebike div:nth-of-type(4) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#sasaguri .tourism-ebike div:nth-of-type(4) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sasaguri .tourism-ebike div:nth-of-type(4) ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  line-height: 1;
}
#sasaguri .tourism-ebike div:nth-of-type(4) ul li a span {
  width: 16px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 4px;
}
#sasaguri .tourism_spot1_parts1 {
  margin: 20px auto 0;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  #sasaguri .tourism_spot1_parts1 {
    width: 60%;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_spot1_parts1 {
    width: 80%;
  }
}
#sasaguri .tourism-shopinfo {
  background-color: #f4f2e6;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-shopinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#sasaguri .tourism-shopinfo ul:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-shopinfo ul:nth-of-type(1) {
    width: 100%;
    row-gap: 8px;
  }
}
#sasaguri .tourism-shopinfo ul:nth-of-type(1) li {
  font-family: "Noto Sans JP", sans-serif;
}
#sasaguri .tourism-shopinfo ul:nth-of-type(1) li:nth-of-type(1) {
  font-size: 1.2em;
  font-weight: 600;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-shopinfo ul:nth-of-type(1) li:nth-of-type(1) {
    font-size: 1em;
  }
}
#sasaguri .tourism-shopinfo ul:nth-of-type(1) li:nth-of-type(2) {
  font-size: 1.6em;
  font-weight: 600;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-shopinfo ul:nth-of-type(1) li:nth-of-type(2) {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism-shopinfo ul:nth-of-type(2) {
    width: 100%;
  }
}
#sasaguri .tourism-shopinfo ul:nth-of-type(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 8px;
  font-size: 0.9em;
  font-family: "Noto Sans JP", sans-serif;
}
#sasaguri .tourism-shopinfo ul:nth-of-type(2) li:last-of-type {
  margin-bottom: 0px;
}
#sasaguri .tourism-shopinfo ul:nth-of-type(2) li p:nth-of-type(1) {
  background-color: #e8ba42;
  color: #ffffff;
  width: 100px;
  border-radius: 4px;
  padding: 4px 0;
  line-height: 1.4;
  text-align: center;
}
#sasaguri #tourism_area_spot5 .container {
  padding-bottom: 0;
}
#sasaguri #tourism_area_spot5 .container .bgborder:after {
  content: none;
}
#sasaguri #tourism_area_spot5 .container .sp-bg p {
  /*  !important 2023/07/04/ added */
  line-height: 1.3em;
}
#sasaguri #tourism_area_otherspot {
  background-color: #f4f2e6;
  width: 1088px;
  margin: 0 auto;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1088px) {
  #sasaguri #tourism_area_otherspot {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri #tourism_area_otherspot {
    padding: 40px;
  }
}
#sasaguri .tourism_area_otherspot__container {
  width: 100%;
}
#sasaguri .tourism_area_otherspot__container__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__ttl {
    row-gap: 8px;
  }
}
#sasaguri .tourism_area_otherspot__container__ttl::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/osusume_ttl.png);
  background-size: cover;
  background-position: center center;
  width: 234px;
  height: 48px;
  z-index: -1;
}
#sasaguri .tourism_area_otherspot__container__ttlMain {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__ttlMain {
    font-size: 1.4em;
  }
}
#sasaguri .tourism_area_otherspot__container__ttlSub {
  font-size: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__ttlSub {
    font-size: 0.9em;
  }
}
#sasaguri .tourism_area_otherspot__container__ttlSub span {
  position: relative;
}
#sasaguri .tourism_area_otherspot__container__ttlSub span:before {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: -60px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__ttlSub span:before {
    right: -50px;
    width: 40px;
  }
}
#sasaguri .tourism_area_otherspot__container__ttlSub span:after {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: -60px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__ttlSub span:after {
    left: -50px;
    width: 40px;
  }
}
#sasaguri .tourism_area_otherspot__container__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sasaguri .tourism_area_otherspot__container__list__item {
  max-width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 0px);
          flex: 0 0 calc(30% - 0px);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media only screen and (max-width: 991px) {
  #sasaguri .tourism_area_otherspot__container__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    margin-right: 16px;
    max-width: 100%;
  }
  #sasaguri .tourism_area_otherspot__container__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 430px) {
  #sasaguri .tourism_area_otherspot__container__list__item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  #sasaguri .tourism_area_otherspot__container__list__item:last-child {
    margin-bottom: 0px;
  }
}
#sasaguri .tourism_area_otherspot__container__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  row-gap: 20px;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner dl dt {
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner dl dt::before {
  position: absolute;
  content: "";
  background-image: url(../img/ic_camera.png);
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sasaguri .tourism_area_otherspot__container__list__item__inner dl dd {
  font-size: 1em;
  line-height: 1.6;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner aside {
  font-size: 0.9em;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner aside a {
  font-size: 0.85em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #000000;
  padding: 8px 48px;
  text-decoration: none !important;
  position: relative;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner aside a::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/ic_yajib.png);
  background-size: cover;
  background-position: center center;
  width: 6px;
  height: 7px;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner aside a:hover {
  background-color: #000000;
  color: #ffffff;
}
#sasaguri .tourism_area_otherspot__container__list__item__inner aside a:hover::before {
  background-image: url(../img/ic_yajiw.png);
}
#sasaguri #tourism_area_otherspot .area_ttl {
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
}
#sasaguri #tourism_area_otherspot .area_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#sasaguri #tourism_area_otherspot .area_ttl span:before, #sasaguri #tourism_area_otherspot .area_ttl span:after {
  content: "";
  display: block;
  background: #222;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
}
#sasaguri #tourism_area_otherspot .area_ttl span:before {
  left: -20px;
}
#sasaguri #tourism_area_otherspot .area_ttl span:after {
  right: -20px;
}
#sasaguri #tourism_area_otherspot .container .box aside .tittle {
  /*  !important 2023/07/04/ added */
  font-weight: bold;
}
#sasaguri #tourism_area_otherspot .container .box aside .address {
  /*  !important 2023/07/04/ added */
  margin-top: 5px;
}
@media (min-width: 992px) {
  #sasaguri #main .sub_tit {
    top: 125px;
    right: -5px;
    font-size: 4em;
  }
}
#sasaguri {
  /*#tourism_area_spot5*/
}
#sasaguri #tourism_area_otherspot .container .box aside .tel a {
  text-decoration: none;
}
#sasaguri {
  /*#tourism_area_map*/
}
#sasaguri #tourism_area_map {
  background-image: url(../img/okutama_spot_04_03.jpg);
  position: relative;
}
#sasaguri #tourism_area_map:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
#sasaguri #tourism_area_map > .container {
  z-index: 999;
  position: relative;
}
#sasaguri #tourism_voice .voice_wrap {
  margin: 0 4%;
}
#sasaguri #tourism_voice .voice_wrap .vo_box {
  margin-bottom: 40px;
}
#sasaguri #tourism_voice .voice_wrap .vo_box:last-of-type {
  margin-bottom: 0;
}
#sasaguri #tourism_voice .voice_wrap .vo_box .img {
  text-align: center;
}
#sasaguri #tourism_voice .voice_wrap .vo_box .txt_area {
  margin-top: 0px;
  padding: 5vw;
}
#sasaguri {
  /*#tourism_voice*/
}
@media (max-width: 991px) {
  #sasaguri .tourism_area_spot .container h4 {
    text-align: left;
  }
}
#sasaguri .sp-bg img,
#sasaguri .bgImg img {
  pointer-events: none;
}
#sasaguri .tourism_area_spot .container .tourism_area_spot_link {
  position: absolute;
}
#sasaguri .tourism_area_spot .container .tourism_area_spot_link a {
  display: block;
}
#sasaguri #tourism_area_spot1 .container .tourism_area_spot_link {
  bottom: 160vw;
  left: 43vw;
}
#sasaguri #tourism_area_spot1 .container .tourism_area_spot_link img {
  width: 54vw;
}
#sasaguri #tourism_area_spot5 .container .tourism_area_spot_link {
  bottom: 138vw;
  left: 33vw;
  z-index: 999;
}
#sasaguri #tourism_area_spot5 .container .tourism_area_spot_link img {
  width: 54vw;
}
#sasaguri {
  /*#tourism_area_spot1 {
  	margin-top: -30px;
  }*/
}
@media (min-width: 992px) {
  #sasaguri #pt .container .bgImg {
    position: static;
    width: auto;
    height: auto;
  }
  #sasaguri #pt .container p {
    margin: 0;
  }
  #sasaguri #tourism_area_spot1 .container .tourism_area_spot_link img,
  #sasaguri #tourism_area_spot5 .container .tourism_area_spot_link img {
    width: auto;
  }
  #sasaguri .tourism_area_spot .txt {
    font-size: 16px;
    position: absolute;
  }
  #sasaguri .tourism_area_spot .bgImg {
    margin-top: 0;
  }
  #sasaguri .tourism_area_spot .bgImg .txt {
    position: absolute;
    margin-top: 0;
    top: 35px;
    padding: 0 30px;
  }
  #sasaguri .pc {
    display: block;
  }
  #sasaguri .tourism_area_spot .container .tourism_area_spot_link {
    display: block;
    position: absolute;
  }
  #sasaguri {
    /*
    #tourism_area_spot1 .container .tourism_area_spot_link {
    	bottom: 16px;
    	right: 8px;
    	left: auto;
    	z-index: 99;
    }

    #tourism_area_spot5 .container .tourism_area_spot_link {
    	bottom: 10px;
    	right: 8px;
    	left: auto;
    	text-align: left;
    }*/
    /*
    #tourism_area_spot1 {

    	.container .slidebox {
    		margin-top: 0px !important;
    	}

    	.txt {
    		max-width: 680px;
    		padding: 0;
    	}

    	.bgImg {
    		margin-top: -30px;
    		margin-bottom: 75px;

    		.txt {
    			max-width: 750px;
    			padding: 30px 0 0 30px;
    			padding-right: 0;
    		}
    	}
    }*/
    /*
    #tourism_area_spot5 .container .spot_write {
    	pointer-events: none;
    }*/
    /*
    #tourism_area_spot2 {
    	.txt {
    		max-width: 520px;
    		right: 94px;
    		margin-top: 23px;
    	}

    	.bgImg {
    		margin-top: -30px;
    		margin-bottom: 40px;
    	}

    	.container h4 {
    		left: auto;
    		right: 20px;
    	}
    }*/
    /*
    #tourism_area_spot4 .container h4 {
    	left: auto;
    	right: 20px;
    }*/
    /*
    #tourism_area_spot3 {
    	.txt {
    		max-width: 511px;
    		margin-top: 30px;
    	}

    	.bgImg {
    		margin-top: -30px;
    		margin-bottom: 40px;
    	}
    }*/
    /*#tourism_area_spot4 {
    	.txt {
    		max-width: 530px;
    		right: 0;
    		margin-top: 38px;
    		padding-left: 15px;
    	}

    	.bgImg {
    		margin-top: -30px;
    		margin-bottom: 70px;
    	}
    }*/
    /*#tourism_area_spot5 {
    	margin-bottom: -40px;

    	.txt {
    		max-width: 530px;
    		margin-top: 30px;
    	}

    	.bgImg {
    		margin-top: -30px;
    	}
    }*/
  }
  #sasaguri #tourism_area_otherspot .area_ttl {
    font-size: 24px;
  }
  #sasaguri #tourism_area_otherspot .area_ttl span {
    padding: 0 18px;
  }
  #sasaguri #tourism_area_otherspot .area_ttl span:before, #sasaguri #tourism_area_otherspot .area_ttl span:after {
    width: 26px;
  }
  #sasaguri #tourism_area_otherspot .area_ttl span:before {
    left: -26px;
  }
  #sasaguri #tourism_area_otherspot .area_ttl span:after {
    right: -26px;
  }
  #sasaguri #tourism_area_otherspot .container .box .otherspot_link p {
    margin-bottom: 20px;
  }
  #sasaguri #tourism_voice .voice_wrap .vo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sasaguri #tourism_voice .voice_wrap .vo_box:nth-of-type(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #sasaguri #tourism_voice .voice_wrap .vo_box .img {
    width: 34.4%;
    padding-top: 10px;
  }
  #sasaguri #tourism_voice .voice_wrap .vo_box .txt_area {
    margin-top: 0;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #sasaguri .tourism_area_spot .container .tourism_area_spot_link_x {
    position: absolute;
  }
  #sasaguri .tourism_area_spot .container .tourism_area_spot_link_x a {
    width: 46vw;
  }
  #sasaguri .tourism_area_spot .container .tourism_area_spot_link_x a:before {
    background-image: url(../img/xealt_logo.png);
    top: 3.8462vw;
    left: 1.282vw;
    width: 38.462vw;
    height: auto;
  }
  #sasaguri #tourism_area_spot1 .container .tourism_area_spot_link_x {
    top: auto;
    left: 0;
    right: 0;
    bottom: 15vw;
    text-align: center;
  }
  #sasaguri #tourism_area_spot4 .container .tourism_area_spot_link_x {
    top: auto;
    bottom: 54vw;
    left: 2vw;
    right: auto;
  }
  #sasaguri .tourism_area_spot .container {
    position: relative;
  }
  #sasaguri #pt {
    border: none;
  }
  #sasaguri #pt .sp-bg {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #sasaguri #pt #tourism_area_spot1 {
    margin-top: -105px;
  }
  #sasaguri #pt #pt {
    position: relative;
    z-index: 999;
  }
  #sasaguri #pt #tourism_voice .container .box p {
    font-size: 1.2em;
    margin-top: 0;
  }
  #sasaguri #pt #tourism_voice .container .box p .name_tag {
    font-size: 1.3em;
  }
  #sasaguri #pt #tourism_area_spot1 .container .tourism_area_spot_link_x {
    display: block;
    top: auto;
    bottom: 26px;
    left: 40px;
    text-align: left;
  }
  #sasaguri #pt #tourism_area_spot4 .container .tourism_area_spot_link_x {
    top: auto;
    left: 20px;
    bottom: 0;
  }
  #sasaguri #pt .tourism_area_spot .container .tourism_area_spot_link_x a {
    width: 300px;
  }
  #sasaguri #pt .tourism_area_spot .container .tourism_area_spot_link_x a:before {
    background-image: url(../img/xealt_logo.png);
    top: 20px;
    left: 30px;
    width: 230px;
    height: auto;
  }
}