@charset "UTF-8";
/*--------------------------------------
	探訪プレディアタウン
---------------------------------------*/

.feature_town {
background-color: #f3ecda;
    padding-bottom: 80px;
}

.feature_town #main_visual {
  /*background-color: #f4dfc5;*/
  background-color: #fff;
padding-bottom: 60px;
  /*background-image: url("../images/town/main_bg1.png") , url("../../images/town/main_bg2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 7% bottom 1vh, right 0 bottom 0;
  background-size: 40%,50%;*/
}

@media print, screen and (min-width: 414px) {
  .feature_town #main_visual {
    background-position: left 7% bottom 1vh, right 0 bottom 0;
    background-size: 50%,50%;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual {
    background-position: left 7% bottom 4.7vh, right 0 bottom 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .feature_town #main_visual {
    background-position: left 7% bottom 6vh, right 0 bottom 0;
    background-size: 45%,50%;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual {
    background-position: left 8% bottom 7vh, right 0 bottom 0;
    background-size: 496px,783px;
  }
}

@media print, screen and (min-width: 1400px) {
  .feature_town #main_visual {
    background-size: 570px,830px;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual {
    /*background-color: #f4dfc5;*/
      background: #fff;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 70%;
  }
}


#main_visual .location_funmap {
  margin: 0 auto;
  width: 100%;
  max-width: 1210px;
}



.feature_town #main_visual .inner {
  width: 100%;
  margin: 0;
  position: relative;
}

.feature_town #main_visual .main_ph {
  margin: 0 auto;
  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;
  max-width: 1500px;
  padding-top: 1vh;
  width: 95%;
}

@media print, screen and (min-width: 330px) {
  .feature_town #main_visual .main_ph {
    padding-top: 2vh;
  }
}

@media print, screen and (min-width: 414px) {
  .feature_town #main_visual .main_ph {
    padding-top: 1vh;
    width: 88%;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .main_ph {
    padding-top: 3vh;
    width: 90%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .feature_town #main_visual .main_ph {
    width: 75%;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #main_visual .main_ph {
    padding-top: 2vh;
  }
}



@media print, screen and (min-width: 1200px) and (max-height: 767px) {
  .feature_town #main_visual .main_ph {
    margin-left: 5%;
  }
}

.feature_town #main_visual .main_ph p {
  width: 24.8%;
}

@media print, screen and (min-width: 375px) and (min-height: 812px) {
  .feature_town #main_visual .main_ph p {
    width: 49.8%;
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 414px) {
  .feature_town #main_visual .main_ph p {
    width: 49.8%;
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .main_ph p {
    width: 24.93%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) and (orientation: portrait) {
  .feature_town #main_visual .main_ph p {
    width: 49.9%;
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #main_visual .main_ph p {
    width: 24.93%;
    margin-bottom: 0;
  }
}



.feature_town #main_visual .main_ph p img {
  width: 100%;
}

.feature_town #main_visual .title_block {
  position:relative;
  width: 100%;
}

@media print, screen and (min-width: 375px) and (min-height: 812px) {
  .feature_town #main_visual .title_block {
  }
}

@media print, screen and (min-width: 414px) {
  .feature_town #main_visual .title_block {
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .title_block {
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .feature_town #main_visual .title_block {
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .feature_town #main_visual .title_block {
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #main_visual .title_block {
  }
}




.feature_town #main_visual .title_block .logo {
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #E97485;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 200px;
  padding: 5px 15px 0 15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .title_block .logo {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 250px;
    padding: 10px 20px 0 20px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual .title_block .logo {
    padding: 10px 30px 0 30px;
    width: 315px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .title_block .logo {
    font-size: 1.8rem;
    width: 50%;
    padding: 10px 30px 0 30px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .title_block .logo p {
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .feature_town #main_visual .title_block .logo .img {
    width: 60%;
    padding-right: 15px;
  }
}

.feature_town #main_visual .title_block .logo .img img {
  width: 100%;
  max-width: 273px;
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .title_block .logo .img img {
    width: 100%;
  }
}

.feature_town #main_visual .title_block .logo .num {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .title_block .logo .num {
    text-align: center;
  }
}

.feature_town #main_visual .title_block .logo .num span {
  font-family: roboto_slab;
  font-weight: 600;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .title_block .logo .num span {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual .title_block .logo .num span {
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .title_block .logo .num span {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 767px) {
  .feature_town #main_visual .main_ph {
    width: 60%;
  }
  .feature_town #main_visual .main_ph p {
    width: 49.8% !important;
    margin-bottom: 1px;
  }
  .feature_town #main_visual .title_block {
    /*top: 80%;
    -webkit-transform: translateY(-80%) !important;
    transform: translateY(-80%) !important;*/
  }
}

@media print, screen and (max-width: 599px) {
  .feature_town #main_visual .main_ph {
    width: 70%;
  }
}

@media print, screen and (max-width: 489px) {
  .feature_town #main_visual .main_ph {
    width: 85%;
  }
}

@media print, screen and (max-width: 767px) and (max-height: 639px) {
  .feature_town #main_visual .main_ph {
    width: 48%;
  }
}

@media print, screen and (max-width: 599px) and (max-height: 639px) {
  .feature_town #main_visual .main_ph {
    width: 65%;
  }
}

@media print, screen and (max-width: 409px) and (max-height: 639px) {
  .feature_town #main_visual .main_ph {
    width: 60%;
  }
}

.feature_town #main_visual .text_block {
  width: 100%;
  padding: 30px 5% 15px 5%;
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .text_block {
    padding: 15px 5% 20px 5%;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual .text_block {
    padding: 40px 5% 25px 5%;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .text_block {
    padding: 35px 5% 25px 5%;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 650px) {
  .feature_town #main_visual .text_block {
    padding: 30px 5% 25px 5%;
  }
}

.feature_town #main_visual .text_block h1 {
  color: #be9461;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 2rem;
  line-height: 1.2;
}
    .feature_town #main_visual .text_block h2 { 
        text-align: center;
    font-family: var(--font_family-NotoSerifJP);
    font-weight: 700;
    color: var(--color_theme-r);
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    padding-bottom: .7em;
    }


@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .text_block h1 {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #main_visual .text_block h1 {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual .text_block h1 {
    margin-bottom: 8px;
    font-size: 3.8rem;
  }
    .feature_town #main_visual .text_block h2 { 
        text-align: center;
    font-family: var(--font_family-NotoSerifJP);
    font-weight: 700;
    color: var(--color_theme-r);
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    padding-bottom: .7em;
    }
    
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .text_block h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .feature_town #main_visual .text_block h1 .hidden_pc {
    display: block !important;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 650px) {
  .feature_town #main_visual .text_block h1 {
    margin-bottom: 15px;
  }
}

.feature_town #main_visual .text_block .lead {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.1em;
font-family: var(--font_family-NotoSerifJP);
}

@media print, screen and (min-width: 768px) {
  .feature_town #main_visual .text_block .lead {
    line-height: 1.6;
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #main_visual .text_block .lead {
    line-height: 1.8;
            font-size: 1.0625rem;
          font-family: var(--font_family-NotoSerifJP);
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #main_visual .text_block .lead {
   font-size: 1.0625rem;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .feature_town #main_visual .text_block .lead {
            font-size: 1.0625rem;
    line-height: 1.8;
  }
  .feature_town #main_visual .text_block .lead .hidden_pc {
    display: block !important;
  }
}

@media print, screen and (min-width: 1200px) and (max-height: 767px) {

  .feature_town #main_visual .text_block .lead .hidden_pc {
    display: block !important;
  }
}

.feature_town #detail .item {
  padding-bottom: 55px;
  margin-bottom: 35px;
  background: url("../images/town/topic_bottom.png") center bottom no-repeat;
  background-size: 90%;
}

@media print, screen and (min-width: 570px) {
  .feature_town #detail .item {
    background-size: 564px;
  }
}

.feature_town #detail .item:last-child {
  background: none;
}

@media print, screen and (min-width: 768px) {
  .feature_town #detail .item {
    padding-bottom: 90px;
    margin-bottom: 50px;
  }
}

.feature_town #detail .item:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.feature_town #detail .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 1024px) {
  .feature_town #detail .item .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature_town #detail .item .inner .main_col {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 1023px) {
  .feature_town #detail .item .inner .main_col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #detail .item .inner .main_col {
    margin-bottom: 0;
    width: 49%;
  }
}

.feature_town #detail .item .inner .main_col img {
  width: 100%;
}

.feature_town #detail .item .inner .sub_col {
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  .feature_town #detail .item .inner .sub_col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #detail .item .inner .sub_col {
    width: 49%;
    position: relative;
  }
}

.feature_town #detail .item .inner .sub_col .text_wrap {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}

.feature_town #detail .item .inner .sub_col .text_wrap .num {
  position: relative;
  color: #E97485;
  font-family: roboto_slab;
  font-weight: 600;
  background: url("../images/town/detail_num_line.png") right center no-repeat;
  background-size: auto 100%;
  font-size: 2rem;
  width: 11em;
}


@media print, screen and (min-width: 375px) {
  .feature_town #detail .item .inner .sub_col .text_wrap .num {
    font-size: 2.2rem;
    width: 11em;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_town #detail .item .inner .sub_col .text_wrap .num {
    font-size: 3rem;
    width: 11em;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #detail .item .inner .sub_col .text_wrap .num {
    font-size: min(5.8vw, 80px);
    width: 11em;
  }
}

.feature_town #detail .item .inner .sub_col .text_wrap .num p {
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
    padding: 0;
    margin: 0;
        font-family: var(--font_family-NotoSerifJP);
}

.feature_town #detail .item .inner .sub_col .text_wrap .num.single p {
  left: 35%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}

.feature_town #detail .item .inner .sub_col .text {
    font-size: 13px;
  line-height: 1.8;
  margin-left: 5px;
    font-family: var(--font_family-NotoSerifJP);
}

@media print, screen and (min-width: 768px) {
  .feature_town #detail .item .inner .sub_col .text {
    line-height: 2;
    margin-left: 10px;
      font-size: min(1.83vw, 13px);
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town #detail .item .inner .sub_col .text {
    letter-spacing: -0.03em;
    line-height: 1.9;
    font-size: min(1.23vw, 13px);
              
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town #detail .item .inner .sub_col .text {
    letter-spacing: 0;
    line-height: 2.1;
    margin-left: 20px;
      font-size: min(2.0vw, 14px);
  }
}

@media print, screen and (min-width: 1440px) {
  .feature_town #detail .item .inner .sub_col .text {
    line-height: 2.1;
  }
}

@media print, screen and (min-width: 1680px) {
  .feature_town #detail .item .inner .sub_col .text {
    line-height: 2.2;
  }
}

.feature_town #detail .item .inner .sub_col .sub_ph {
  left: 0;
  bottom: 0;
  width: 100%;
}

.feature_town #detail .item .inner .sub_col .sub_ph.cap_set {
    bottom: -1.6em;
}


@media print, screen and (min-width: 1024px) {
  .feature_town #detail .item .inner .sub_col .sub_ph {
    position: absolute;
      bottom: 0;
      left: 0;
  }
}

.feature_town #detail .item .inner .sub_col .sub_ph p {
  width: 100%;
    margin: 0;
    padding: 0;
}

.feature_town #detail .item .inner .sub_col .sub_ph p img {
  width: 100%;
}

.feature_town #detail .item .location_cap {
  font-size: 11px;
    display: block;
    text-align: right;
    padding-top: 10px;
}

@media print, screen and (max-width: 768px) {
    
.feature_town #detail .item .location_cap {
  font-size: 10px;
    text-align: left;
    padding-top: 10px;
    line-height: 180%;
}

}



.feature_town #detail .item .date {
  margin-top: 8px;
  font-size: 1.2rem;
  text-align: right;
}

.feature_town .interview {
  border: 1px solid #E97485;
  position: relative;
  width: 90%;
  padding: 30px 20px 20px 20px;
  margin: 80px auto 0 auto;
  margin-top: 80px;
  max-width: 1200px;
}

@media print, screen and (min-width: 768px) {
  .feature_town .interview {
    padding: 45px 30px 30px 30px;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview {
    padding: 60px 40px 40px 40px;
    margin-top: 80px;
  }
}

.feature_town .interview h2 {
  position: absolute;
  text-align: center;
  background: #FFF;
  top: -27px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #E97485;
  font-size: 1.4rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .feature_town .interview h2 {
    width: auto;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview h2 {
    top: -35px;
    font-size: 2rem;
  }
}

.feature_town .interview h2 span {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .feature_town .interview h2 span {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview h2 span {
    font-size: 2.4rem;
  }
}

.feature_town .interview .inner {
  width: 100%;
  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;
}

.feature_town .interview .inner .ph {
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .feature_town .interview .inner .ph {
    width: 55%;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview .inner .ph {
    width: 60%;
  }
}

.feature_town .interview .inner .ph p {
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 375px) {
  .feature_town .interview .inner .ph p {
    width: 49%;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town .interview .inner .ph p {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview .inner .ph p {
    width: 48.5%;
  }
}

.feature_town .interview .inner .ph p img {
  width: 100%;
}

.feature_town .interview .inner .text {
  font-size: 1.2rem;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .feature_town .interview .inner .text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

@media print, screen and (min-width: 1024px) {
  .feature_town .interview .inner .text {
    width: 45%;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 1280px) {
  .feature_town .interview .inner .text {
    width: 40%;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.feature_town #backnum .fin {
  color: #E97485;
}

/*--------------------------------------
	 探訪プレディアタウン_1307
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1307 #main_visual .lead {
    letter-spacing: -0.07em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1312
---------------------------------------*/
/*--------------------------------------
	 探訪プレディアタウン_1612
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1612 #main_visual .lead {
    letter-spacing: -0.03em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1512
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1512 #main_visual .lead {
    letter-spacing: -0.03em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1604
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1604 #main_visual .lead {
    letter-spacing: -0.03em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1606
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1606 #main_visual .lead {
    letter-spacing: -0.03em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1711
---------------------------------------*/
@media print, screen and (min-width: 1024px) and (max-width: 1299px) {
  .town_1711 #detail .item:nth-child(2) .text, .town_1711 #detail .item:nth-child(3) .text, .town_1711 #detail .item:nth-child(4) .text, .town_1711 #detail .item:nth-child(5) .text, .town_1711 #detail .item:nth-child(6) .text, .town_1711 #detail .item:nth-child(9) .text, .town_1711 #detail .item:nth-child(11) .text {
    letter-spacing: -0.08em !important;
  }
}

@media print, screen and (max-width: 374px) {
  .town_1711 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1807
---------------------------------------*/
@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_1807 #main_visual h1 {
    letter-spacing: -0.08em !important;
  }
}

@media print, screen and (max-width: 374px) {
  .town_1807 #main_visual h1 {
    letter-spacing: -0.05em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1812
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1812 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1905
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1905 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1906
---------------------------------------*/
.town_1906 #backnum ul.links {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .town_1906 #backnum ul.links {
    font-size: 1.4rem;
  }
}

.town_1906 #backnum ul.links li {
  margin-bottom: 10px;
  font-weight: 500;
}

.town_1906 #backnum ul.links li a.hover {
  text-decoration: underline !important;
}

.town_1906 #backnum ul.links li:first-child a {
  color: #187EC1;
}

.town_1906 #backnum ul.links li:last-child a {
  color: #199D57;
}

@media print, screen and (max-width: 374px) {
  .town_1906 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1910
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1910 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_1911
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_1911 #main_visual .lead {
    letter-spacing: -0.01em !important;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_1911 h1 {
    letter-spacing: -0.05em;
  }
  .town_1911 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_1911 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2002
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_2002 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2002 h1 {
    letter-spacing: -0.05em;
  }
}

.town_2002 .text_wrap .text .note {
  font-size: 1.1rem;
}

@media print, screen and (min-width: 1280px) {
  .town_2002 .text_wrap .text .note {
    font-size: 1.3rem;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2005
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_2005 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2005 h1 {
    letter-spacing: -0.05em;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2010
---------------------------------------*/
@media print, screen and (max-width: 374px) {
  .town_2010 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}

@media print, screen and (max-width: 413px) and (max-height: 811px) {
  .town_2010 .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2010 .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2010 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2010 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) and (max-height: 767px) {
  .town_2010 .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2010 .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2010 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2010 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 856px) and (min-height: 768px) {
  .town_2010 h1 {
    letter-spacing: -0.05em;
  }
  .town_2010 .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2010 .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2010 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2010 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2103
---------------------------------------*/
.town_2103 .map {
  text-align: center;
}

.town_2103 .map img {
  width: 100%;
  max-width: 1500px;
}

/*--------------------------------------
	 探訪プレディアタウン_2109
---------------------------------------*/
@media print, screen and (max-width: 413px) and (max-height: 811px) {
  .town_2109 .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2109 .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2109 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2109 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 768px) and (min-height: 768px) {
  .town_2109 .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2109 .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2109 .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2109 .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2202
---------------------------------------*/
.town_2202 .interview h2 {
  font-size: 1.6rem !important;
}

@media print, screen and (max-width: 1279px) {
  .town_2202 .interview h2 {
    font-size: 1.3rem !important;
    top: -30px !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .town_2202 .interview h2 {
    top: -60px !important;
  }
}

@media print, screen and (max-width: 767px) {
  .town_2202 .interview h2 {
    font-size: 1.2rem !important;
    top: -65px !important;
  }
}

.town_2202 .interview h2 span {
  font-size: 2.2rem;
}

@media print, screen and (max-width: 1279px) {
  .town_2202 .interview h2 span {
    font-size: 1.7rem !important;
  }
}

@media print, screen and (max-width: 768px) {
  .town_2202 .interview h2 span {
    font-size: 1.6rem !important;
  }
}

/*--------------------------------------
	 探訪プレディアタウン_2210
---------------------------------------*/
@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2210 h1 {
    letter-spacing: -0.05em;
  }
}

.town_2210 .map {
  text-align: center;
}

.town_2210 .map img {
  width: 100%;
  max-width: 1500px;
}

/*--------------------------------------
	 探訪プレディアタウン_2312
---------------------------------------*/
@media print, screen and (min-width: 879px) {
  .town_2311 #main_visual .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*--------------------------------------
     探訪プレディアタウン_2404
---------------------------------------*/
/* PC並び */
.town_2404 #main_visual .inner .main_ph p:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.town_2404 #main_visual .inner .main_ph p:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.town_2404 #main_visual .inner .main_ph p:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.town_2404 #main_visual .inner .main_ph p:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media print, screen and (min-width: 768px) {
  .town_2404 #main_visual .inner .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* SP・タブレット並び */
@media print, screen and (min-width: 768px) and (orientation: portrait), screen and (max-width: 767px), screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2404 #main_visual .inner .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2404 #main_visual .inner .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2404 #main_visual .text_block h1 {
    font-size: 2.8rem;
  }
  .town_2404 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}

/*--------------------------------------
     探訪プレディアタウン_2406
---------------------------------------*/
/* PC並び */
.town_2406 #main_visual .inner .main_ph p:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.town_2406 #main_visual .inner .main_ph p:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.town_2406 #main_visual .inner .main_ph p:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.town_2406 #main_visual .inner .main_ph p:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media print, screen and (min-width: 768px) {
  .town_2406 #main_visual .inner .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* SP・タブレット並び */
@media print, screen and (min-width: 768px) and (orientation: portrait), screen and (max-width: 767px), screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2406 #main_visual .inner .main_ph p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .town_2406 #main_visual .inner .main_ph p:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2406 #main_visual .text_block h1 {
    font-size: 2.8rem;
  }
  .town_2406 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}

/*--------------------------------------
     探訪プレディアタウン_2407
---------------------------------------*/
@media print, screen and (min-width: 1024px) and (max-height: 767px) {
  .town_2407 #main_visual .text_block h1 {
    font-size: 2.4rem;
  }
  .town_2407 #main_visual .lead {
    letter-spacing: -0.02em !important;
  }
}
/*# sourceMappingURL=feature_town.css.map */