@charset "UTF-8";
#town {
  overflow-wrap: anywhere;
}
#town .town_name {
  font-size: 1.6em;
}
@media screen and (max-width: 599px) {
  #town .town_name {
    font-size: 1.4em;
  }
}
#town .town_summary {
  padding: 1em;
}
#town .town_summary .wp-block-separator {
  margin: 0.5em auto;
}
#town .town_profile {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 0;
  grid-template-rows: repeat(3, minmax(5em, auto));
}
#town .town_profile h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
#town .town_profile .town_navi {
  grid-area: 1/6/4/8;
  align-content: flex-start;
  gap: 0.5em;
}
#town .town_profile .town_navi .soudan_btn a,
#town .town_profile .town_navi .fav_btn a,
#town .town_profile .town_navi .fav_list a {
  background-color: var(--wp--preset--color--theme-blue);
  border-width: 0;
  color: var(--wp--preset--color--theme-white);
  font-family: inherit;
  font-size: inherit;
  line-height: 1.25;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  border-radius: 2em;
  padding: 1em 1em;
  min-height: auto;
  text-align: left;
  font-size: 1em;
  position: relative;
  padding-right: 2.5em;
}
#town .town_profile .town_navi .soudan_btn a:after,
#town .town_profile .town_navi .fav_btn a:after,
#town .town_profile .town_navi .fav_list a:after {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
#town .town_profile .town_navi .soudan_btn a:before,
#town .town_profile .town_navi .fav_btn a:before,
#town .town_profile .town_navi .fav_list a:before {
  content: " ";
  display: block;
  background-color: #fff;
  background-size: contain;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 1em);
}
#town .town_profile .town_navi #soudan_url a:after,
#town .town_profile .town_navi #soudan_email a:after {
  background-image: url(../images/town_icon_sodan.svg);
}
#town .town_profile .town_navi #fav_save a:after,
#town .town_profile .town_navi #fav_on a:after {
  background-image: url(../images/town_icon_fav.svg);
}
#town .town_profile .town_navi .fav_list a:after {
  background-image: url(../images/town_icon_favlist.svg);
}
#town .town_profile #sellingpoint {
  grid-area: 1/1/3/6;
  margin: 0;
}
#town .town_profile #sellingpoint .tag_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5em;
  padding-left: 0;
}
#town .town_profile #sellingpoint .tag_list .tag {
  font-size: 0.8em;
  background-color: rgba(25, 127, 196, 0.2);
  padding: 0 0.25em;
}
#town .town_profile #inquiry {
  grid-area: 3/1/4/6;
}
#town .town_profile #inquiry .town_inquiry {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
}
#town .town_profile #inquiry .town_inquiry li {
  font-size: 0.9em;
}
#town .town_profile #inquiry .town_inquiry li:before {
  top: 0.75em;
}
@media screen and (max-width: 599px) {
  #town .town_profile {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: none !important;
    grid-row-gap: 1em;
    /* 子要素をすべて1列目に強制する */
  }
  #town .town_profile .town_navi,
  #town .town_profile #sellingpoint,
  #town .town_profile #inquiry {
    grid-column: 1/-1 !important; /* 「端から端まで」という指定 */
    grid-row: auto !important;
    width: 100% !important; /* 幅を出し切る */
  }
}
#town .town_menu {
  margin-top: 3em;
}
#town .town_menu .switch_box {
  display: none;
}
#town .town_menu #tnav {
  display: flex;
  width: 100%;
  list-style: none;
  padding-left: 0;
  gap: 0.25em;
  justify-content: space-between;
  border-bottom: 5px solid var(--wp--preset--color--theme-blue);
}
#town .town_menu #tnav li {
  flex-basis: calc(16.6666666667% - 0.25em);
  display: flex;
  flex-direction: column;
}
#town .town_menu #tnav li a {
  display: block;
  text-align: center;
  border-radius: 0.5em 0.5em 0 0;
  background-color: var(--wp--preset--color--theme-lightgray);
  text-decoration: none;
  color: var(--wp--preset--color--theme-white);
  padding: 0.5em 0.2em;
  flex-grow: 1;
  line-height: 1.5;
}
#town .town_menu #tnav li a br {
  display: none;
}
#town .town_menu #tnav li.basic {
  order: 0;
}
#town .town_menu #tnav li.sellingpoint {
  order: 1;
}
#town .town_menu #tnav li.life {
  order: 2;
}
#town .town_menu #tnav li.house {
  order: 3;
}
#town .town_menu #tnav li.support {
  order: 4;
}
#town .town_menu #tnav li.sightseeing {
  order: 5;
}
#town .town_menu:has(+ #town_information) #tnav .basic a {
  background-color: var(--wp--preset--color--theme-blue);
}
#town .town_menu:has(+ #town_sellingpoint) #tnav .sellingpoint a {
  background-color: var(--wp--preset--color--theme-blue);
}
#town .town_menu:has(+ #town_life) #tnav .life a {
  background-color: var(--wp--preset--color--theme-blue);
}
#town .town_menu:has(+ #town_house) #tnav .house a {
  background-color: var(--wp--preset--color--theme-blue);
}
#town .town_menu:has(+ #town_support) #tnav .support a {
  background-color: var(--wp--preset--color--theme-blue);
}
#town .town_menu:has(+ #town_sightseeing) #tnav .sightseeing a {
  background-color: var(--wp--preset--color--theme-blue);
}
@media screen and (max-width: 599px) {
  #town .town_menu #tnav {
    flex-wrap: wrap;
    gap: 1em;
    border-bottom: none;
  }
  #town .town_menu #tnav li {
    flex-basis: calc(50% - 0.5em);
  }
  #town .town_menu #tnav li a {
    border-radius: 0.5em;
  }
}
#town .town_content .content_title {
  font-size: 1.3em;
}
#town .town_content .content_title + .sect_block {
  margin-top: 2em;
}
#town .town_content h3 {
  font-size: 1em;
}
#town .town_content h3 + .sect_content {
  margin-top: 0;
}
#town .town_content h3 + .sect_content dl dd {
  margin-left: 0;
}
#town .town_content h3 + p {
  margin-top: 0;
  color: var(--wp--preset--color--theme-blue);
}
#town .town_content h4.cate_head {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#town .town_content h4.cate_head::before {
  content: "●";
  color: var(--wp--preset--color--theme-blue);
  display: inline-block;
  margin-right: 0.25em;
}
#town .town_content .cate_body {
  margin-top: 0.5em;
  border-bottom: 1px dotted var(--wp--preset--color--theme-blue);
}
#town .town_content .info_block {
  margin-bottom: 2em;
}
#town .town_content .info_block .info_head {
  font-weight: bold;
  margin-top: 1em;
}
#town .town_content .info_block .info_head .name {
  font-style: normal;
  font-weight: bold;
}
#town .town_content .info_block .info_head .capacity {
  display: inline-block;
  color: var(--wp--preset--color--theme-blue);
  font-size: 0.8em;
  border: 1px solid var(--wp--preset--color--theme-blue);
  padding: 0.2em 0.4em;
  line-height: 1;
  margin-left: 0.5em;
}
#town .town_content .info_block .info_head .type {
  display: inline-block;
  color: var(--wp--preset--color--theme-white);
  font-size: 0.8em;
  border: 1px solid var(--wp--preset--color--theme-blue);
  background-color: var(--wp--preset--color--theme-blue);
  padding: 0.2em 0.4em;
  line-height: 1;
  margin-right: 0.5em;
}
#town .town_content .info_block .info_head .type:empty {
  display: none;
}
#town .town_content .info_block dd {
  font-size: 0.9em;
}
#town .town_content .sect_block dl dd {
  margin-left: 0;
}
#town #town_information .town_photo .photo_block {
  margin: 0 auto;
}
#town #town_information .town_photo .photo_block .photo {
  margin: 0 auto;
}
#town #town_information .town_photo .photo_slide {
  margin-bottom: 3em;
}
#town #town_information .town_map {
  position: relative;
  width: 100%;
  padding-top: 40%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#town #town_information .town_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#town #town_information .town_info table td {
  font-size: 0.9em;
}
#town #town_information .town_info table td ul {
  list-style: none;
  padding-left: 0;
}
#town #town_information .town_info table td ul.access_list li {
  padding: 0.2em 0;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
}
#town #town_information .town_info table td ul.access_list li img {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.75em;
  vertical-align: top;
}
#town #town_information .town_info table td ul.access_list li span {
  display: inline-block;
}
#town #town_information .town_info table td ul.internet_list {
  display: flex;
  gap: 0.5em;
}
#town #town_information .town_info table td ul.internet_list li {
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  line-height: 1;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
}
@media screen and (max-width: 599px) {
  #town #town_information .town_map {
    padding-top: 100%;
  }
  #town #town_information .town_info table td,
  #town #town_information .town_info table th {
    display: block;
    width: 200%;
    border: none;
  }
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: flex-start;
  height: auto !important;
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list .item {
  position: relative !important;
  flex-basis: calc(33.3333333333% - 1.5em) !important;
  left: auto !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list .item img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list .item h4 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list .item h4 + p {
  margin: 0;
  line-height: 1.75;
}
#town #town_sellingpoint #selling_ichioshi #ichioshi_list .item .cat {
  font-size: 0.8em;
  color: var(--wp--preset--color--theme-blue);
}
@media screen and (max-width: 599px) {
  #town #town_sellingpoint #selling_ichioshi #ichioshi_list {
    flex-direction: column;
  }
}
#town #town_sellingpoint #selling_movie .movie_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 2em;
  position: relative;
}
#town #town_sellingpoint #selling_movie .movie_list .movie {
  flex-basis: calc(33.3333333333% - 1.5em) !important;
  aspect-ratio: 4/3;
}
#town #town_sellingpoint #selling_movie .movie_list .movie:empty {
  display: none;
}
#town #town_sellingpoint #selling_movie .movie_list .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  #town #town_sellingpoint #selling_movie .movie_list {
    flex-direction: column;
  }
}
#town #town_house #house_sale .cassette_block,
#town #town_house #house_rental .cassette_block {
  padding-bottom: 2em;
  border-bottom: 1px dotted var(--wp--preset--color--theme-blue);
  margin-bottom: 2em;
}
#town #town_house #house_sale .cassette_block .cassette_body,
#town #town_house #house_rental .cassette_block .cassette_body {
  grid-template-columns: 25% 1fr;
  gap: 2em;
}
#town #town_house #house_sale .cassette_block .cassette_body:not(:has(.cassette_img)),
#town #town_house #house_rental .cassette_block .cassette_body:not(:has(.cassette_img)) {
  grid-template-columns: 1fr;
  gap: 0;
}
#town #town_sightseeing #sightseeing_list {
  height: auto !important;
  flex-wrap: wrap;
  display: flex;
  gap: 2em;
  list-style: none;
  padding-left: 0;
}
#town #town_sightseeing #sightseeing_list li {
  position: relative !important;
  flex-basis: calc(33.3333333333% - 1.5em);
  left: auto !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#town #town_sightseeing #sightseeing_list li img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#town #town_sightseeing #sightseeing_list li h6 {
  margin: 0.5em 0 0.5em;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--wp--preset--color--theme-blue);
}
#town #town_sightseeing #sightseeing_list li .text {
  font-size: 0.9em;
  line-height: 1.75;
  margin-top: 0;
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  #town #town_sightseeing #sightseeing_list {
    flex-direction: column;
  }
}
#town #reccomend h2 {
  font-size: 1.3em;
}
#town #reccomend .card_list {
  display: flex;
  gap: 2em;
}
#town #reccomend .card_list .card {
  flex-basis: calc(25% - 2em);
  border-radius: 1.5em;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
  align-items: center;
}
#town #reccomend .card_list .card .card_img {
  border-radius: 1.5em 1.5em 0 0;
  overflow: hidden;
  align-self: center;
  width: 100%;
  height: 8.5em;
  position: relative;
}
#town #reccomend .card_list .card .card_img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#town #reccomend .card_list .card .card_title {
  margin-bottom: 0.2em;
  padding: 0 0.75em;
  margin-top: 1em;
  font-size: 1.1em;
}
#town #reccomend .card_list .card .card_text {
  padding: 0 0.75em 1em;
  margin-top: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  #town #reccomend .card_list {
    flex-direction: column;
  }
  #town #reccomend .card_list .card .card_img {
    height: 12em;
  }
}/*# sourceMappingURL=town.css.map */