@charset "UTF-8";
@import url("global.css");
#pagetitle .title .dots {
  background-color: #3F989B;
}
#pagetitle .title .dots::before, #pagetitle .title .dots::after {
  background-color: #3F989B;
}

#toparea {
  display: flex;
  gap: min(60px,4.5vw);
  align-items: center;
  margin-bottom: 80px;
  /* Dots */
}
#toparea .pickup_area {
  flex-shrink: 0;
  width: 50%;
  position: relative;
}
#toparea .pickup_area .pickup {
  overflow: hidden;
}
#toparea .pickup_area .pickup .image {
  position: relative;
}
#toparea .pickup_area .pickup .image figure {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
}
#toparea .pickup_area .pickup .image figure img {
  border-radius: 10px;
}
#toparea .pickup_area .pickup .image .info {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 15px 2%;
  width: 300px;
  max-width: 50%;
}
#toparea .pickup_area .pickup .image .info .name {
  font-size: 14px;
  font-weight: 700;
}
#toparea .pickup_area .pickup .image .info .text {
  line-height: 1.6;
  font-size: 11px;
  font-weight: 500;
}
#toparea .pickup_area .pickup .linkbutton {
  margin-top: 15px;
}
#toparea #information {
  flex-grow: 1;
  display: flex;
  column-gap: min(50px,3vw);
}
#toparea #information .main {
  flex-grow: 1;
}
#toparea #information .main .areatitle {
  display: flex;
  gap: 10px;
  line-height: 1;
  margin-bottom: 20px;
  font-size: clamp(26px, 5vw, 42px);
  font-weight: 700;
}
#toparea #information .main .areatitle::before {
  content: "";
  width: 50px;
  display: block;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: url("../img/areaicon.png") no-repeat center center;
  background-size: contain;
}
#toparea #information .main .areasub {
  margin-bottom: 30px;
}
#toparea #information .main .areasub span {
  display: block;
}
#toparea #information .main .areasub .ja {
  font-size: clamp(15px, 2.5vw, 20px);
  font-weight: 700;
}
#toparea #information .main .areasub .en {
  font-size: 13px;
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #706D65;
  letter-spacing: 1px;
}
#toparea #information .main .text {
  font-size: 15px;
}
#toparea #information .image {
  width: 40%;
  flex-shrink: 0;
}
#toparea .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#toparea .slick-dots li {
  position: relative;
  width: 10px;
  height: 20px;
  margin-inline: 5px;
  cursor: pointer;
}
#toparea .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#toparea .slick-dots li button:hover, #toparea .slick-dots li button:focus {
  outline: none;
}
#toparea .slick-dots li button:hover:before, #toparea .slick-dots li button:focus:before {
  background-color: #3F989B;
}
#toparea .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  text-align: center;
  color: black;
  border-radius: 100%;
  background-color: #D8D8D8;
}
#toparea .slick-dots li.slick-active button:before {
  background-color: #3F989B;
}

.linkbutton {
  width: fit-content;
  margin: 20px 5px 0 auto;
}
.linkbutton .morearrow {
  width: 30px;
  height: 16px;
}
.linkbutton .morearrow::before {
  width: 9px;
  height: 6px;
}
.linkbutton .more:has(.morearrow) {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}
@media (any-hover: hover) {
  .linkbutton a.more:hover .morearrow::before {
    translate: 5px 0;
  }
}

.sectitle {
  border-top: #23221F 1px solid;
  border-bottom: #23221F 1px dashed;
  padding: 20px 10px 15px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.sectitle.city {
  margin-bottom: 5px;
}
.sectitle::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: block;
  margin-right: 18px;
  background-color: #3F989B;
}
.sectitle span {
  display: block;
}
.sectitle .en {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 3.5vw, 34px);
  font-weight: 700;
  letter-spacing: .1em;
  margin-right: 20px;
}
.sectitle .ja {
  font-weight: 500;
  letter-spacing: 1px;
}

#citysearch {
  margin-bottom: 5px;
}
#citysearch .title {
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
#citysearch .title::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/icon-search.png") no-repeat center center/contain;
}
#citysearch .city {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 25px;
}
#citysearch .city dl {
  display: flex;
  column-gap: 20px;
  line-height: 30px;
  margin-block: 5px;
}
#citysearch .city dl dt {
  width: 100px;
  flex-shrink: 0;
  align-content: center;
  font-size: 14px;
  font-weight: 600;
  border: #c2c2c2 1px solid;
  text-align: center;
}
#citysearch .city dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 20px;
}
#citysearch .city dl dd p a, #citysearch .city dl dd p .nopost {
  display: block;
}
#citysearch .city dl dd p a::before, #citysearch .city dl dd p .nopost::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
  background-color: #9B783F;
  border-radius: 2px;
  vertical-align: 1px;
}
#citysearch .city dl dd p a.current, #citysearch .city dl dd p .nopost.current {
  text-decoration-color: rgba(155, 120, 63, 0.3);
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}
#citysearch .city dl dd p a {
  background-image: linear-gradient(#706D65, #706D65);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9), color 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
@media (any-hover: hover) {
  #citysearch .city dl dd p a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
#citysearch .city dl dd p .nopost {
  color: #706D65;
}
#citysearch .city dl dd p .nopost::before {
  background-color: #c2c2c2;
}
#citysearch .city dl dd p .num {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  color: #706D65;
  letter-spacing: 1px;
  padding-left: 3px;
}
#citysearch #openbutton {
  display: none;
}

ul.memberlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(75px,4vw);
}
ul.memberlist li {
  container-type: inline-size;
  display: contents;
}
ul.memberlist li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 6;
  height: 100%;
  margin-top: 70px;
  line-height: 1.7;
}
@media (any-hover: hover) {
  ul.memberlist li a:hover .more .morearrow {
    background-color: #706D65;
  }
  ul.memberlist li a:hover .more .morearrow::before {
    translate: 5px 0;
  }
  ul.memberlist li a:hover .image::before {
    opacity: .4;
  }
  ul.memberlist li a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
ul.memberlist li a .image {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  overflow: hidden;
}
ul.memberlist li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
ul.memberlist li a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
ul.memberlist li a .image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  /*background: url("../img/tatero4.png") no-repeat -15% 300%;
  background-size: 50% auto;*/
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
  translate: -20px 0;
}
ul.memberlist li a .posttitle {
  font-size: clamp(18px, 2.8vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.memberlist li a .text {
  font-size: 15px;
  font-weight: 500;
}
ul.memberlist li a dl {
  margin-top: 10px;
}
ul.memberlist li a dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
ul.memberlist li a dl dt::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #9B783F;
  display: inline-block;
  margin-right: 6px;
  vertical-align: 2px;
}
ul.memberlist li a dl dd {
  font-size: 12px;
  font-weight: 500;
  color: #706D65;
}
ul.memberlist li a dl dd:has(.office) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 6px;
}
ul.memberlist li a dl dd:has(.office) .office {
  padding: 1px 6px;
  border: #c2c2c2 1px solid;
  border-radius: 2px;
  font-size: 85%;
  font-weight: 500;
}

ul.freelist {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: min(30px,2vw);
}
ul.freelist li {
  container-type: inline-size;
  display: contents;
}
ul.freelist li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  height: 100%;
  margin-top: min(30px,2vw);
  background-color: #fff;
  padding: 25px 7%;
  border-radius: 6px;
  line-height: 1.5;
}
@media (any-hover: hover) {
  ul.freelist li a:hover .more .morearrow {
    background-color: #706D65;
  }
  ul.freelist li a:hover .more .morearrow::before {
    translate: 5px 0;
  }
}
ul.freelist li a .posttitle {
  font-size: clamp(14px, 2.5vw, 19px);
  font-weight: 700;
  margin-bottom: 15px;
}
ul.freelist li a dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
ul.freelist li a dl dt::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #9B783F;
  display: inline-block;
  margin-right: 6px;
  vertical-align: 2px;
}
ul.freelist li a dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #706D65;
}
ul.freelist li a .linkbutton {
  margin: 25px -5px 0 auto;
}

/* ---------- Area(City) Archive ---------- */
#citytop {
  margin-inline: auto;
  margin-bottom: 110px;
  display: flex;
  gap: min(55px,5vw);
}
#citytop .cityinfo {
  flex-grow: 1;
}
#citytop .cityinfo .area {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
#citytop .cityinfo .area .icon {
  width: 46px;
  display: block;
}
#citytop .cityinfo .cityname {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#citytop .cityinfo .cityname .ja {
  display: flex;
  align-items: center;
  gap: .3em;
  letter-spacing: .1em;
  font-size: min(3vw,42px);
  font-weight: 700;
}
#citytop .cityinfo .cityname .ja::before, #citytop .cityinfo .cityname .ja::after {
  font-size: 76%;
}
#citytop .cityinfo .cityname .ja::before {
  content: "[";
}
#citytop .cityinfo .cityname .ja::after {
  content: "]";
}
#citytop .cityinfo .cityname .en {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #706D65;
  letter-spacing: 1px;
  padding-top: 5px;
}
#citytop .cityinfo .text {
  font-size: 13px;
  font-weight: 500;
}
#citytop .hojokinarea {
  flex-shrink: 0;
  width: 57%;
}
#citytop .hojokinarea .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#citytop .hojokinarea .title::before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  background: url("../img/icon-favorite.png") no-repeat center center;
  background-size: contain;
  filter: brightness(0);
  margin-right: 10px;
}
#citytop .hojokinarea .title .small {
  font-size: 12px;
  font-weight: 600;
}
#citytop .hojokinarea .hojokin table {
  width: 100%;
  border-collapse: collapse;
  border: #23221F 1px solid;
  font-size: 13px;
  line-height: 1.7;
}
#citytop .hojokinarea .hojokin table th {
  border-right: #c2c2c2 1px solid;
}
#citytop .hojokinarea .hojokin table thead tr {
  background-color: #E5E2DE;
}
#citytop .hojokinarea .hojokin table thead th {
  padding: 10px 15px;
  color: #706D65;
  font-weight: 600;
}
#citytop .hojokinarea .hojokin table thead th:last-of-type {
  border: none;
}
#citytop .hojokinarea .hojokin table tbody tr {
  background-color: #fff;
  border-top: #706D65 1px solid;
}
#citytop .hojokinarea .hojokin table tbody tr:first-of-type {
  border: none;
}
#citytop .hojokinarea .hojokin table tbody th {
  font-weight: 700;
  padding: 10px 15px;
}
#citytop .hojokinarea .hojokin table tbody td {
  padding: 10px 15px;
  font-weight: 500;
}
#citytop .hojokinarea .notes {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  color: #706D65;
}
#citytop .hojokinarea .notes::before {
  content: "※";
}

.link-builder {
  margin-top: 150px;
}

/* ---------- Hokkaido City ---------- */
#hokkaido .inner {
  max-width: 1300px;
  margin-inline: auto;
}
#hokkaido #hokkaidotop {
  display: flex;
  margin-inline: auto;
  margin-bottom: 100px;
  display: flex;
  gap: min(55px,5vw);
}
#hokkaido #hokkaidotop .maintitle {
  line-height: 1.6;
  width: 32%;
  flex-shrink: 0;
}
#hokkaido #hokkaidotop .maintitle .en {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  letter-spacing: .05em;
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
#hokkaido #hokkaidotop .maintitle .en::before {
  content: "";
  width: 24px;
  height: 22px;
  display: block;
  background: url("../img/areaicon.png") no-repeat center center;
  background-size: contain;
}
#hokkaido #hokkaidotop .maintitle .ja {
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: min(40px,3vw);
}
#hokkaido #hokkaidotop .maintitle .ja::after {
  content: "";
  width: 58px;
  height: 52px;
  background: url("../img/tatero-builder.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: -12px;
  margin-left: 10px;
}
#hokkaido #hokkaidotop .main {
  flex-grow: 1;
}
#hokkaido #hokkaidotop .main .text {
  margin-bottom: 10px;
}
#hokkaido #hokkaidotop .main ul.areaanchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
#hokkaido #hokkaidotop .main ul.areaanchor li {
  margin-top: 30px;
}
#hokkaido #hokkaidotop .main ul.areaanchor li a {
  display: block;
  width: fit-content;
  padding-right: 40px;
  position: relative;
  line-height: 1.4;
}
@media (any-hover: hover) {
  #hokkaido #hokkaidotop .main ul.areaanchor li a:hover .morearrow {
    background-color: #706D65;
    translate: 0 5px;
  }
}
#hokkaido #hokkaidotop .main ul.areaanchor li a span {
  display: block;
}
#hokkaido #hokkaidotop .main ul.areaanchor li a .ja {
  font-size: min(20px,1.5vw);
  font-weight: 700;
  letter-spacing: 1px;
}
#hokkaido #hokkaidotop .main ul.areaanchor li a .en {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #706D65;
  text-transform: uppercase;
}
#hokkaido #hokkaidotop .main ul.areaanchor li a .morearrow {
  position: absolute;
  right: 0;
  top: 7px;
  width: 30px;
  height: 16px;
}
#hokkaido #hokkaidotop .main ul.areaanchor li a .morearrow::before {
  width: 10px;
  height: 6px;
  rotate: 90deg;
}
#hokkaido .areablock {
  display: flex;
  flex-direction: row-reverse;
  gap: min(40px,3vw);
  margin-top: 80px;
}
#hokkaido .areablock .areaimage {
  width: 15%;
  flex-shrink: 0;
}
#hokkaido .areablock .main {
  flex-grow: 1;
}
#hokkaido .areablock .main .title {
  border-top: #23221F 1px solid;
  border-bottom: #23221F 1px dashed;
  padding: 20px 10px 15px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
#hokkaido .areablock .main .title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: block;
  margin-right: 18px;
  background-color: #9B783F;
}
#hokkaido .areablock .main .title strong {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: .1em;
  margin-right: 10px;
}
#hokkaido .areablock .main .title span {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
#hokkaido .areablock .main dl.citylist {
  display: flex;
  column-gap: 20px;
  margin-block: 20px;
  font-size: 15px;
}
#hokkaido .areablock .main dl.citylist dt {
  width: 100px;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#hokkaido .areablock .main dl.citylist dt::before, #hokkaido .areablock .main dl.citylist dt::after {
  line-height: 1.6;
}
#hokkaido .areablock .main dl.citylist dt::before {
  content: "[";
}
#hokkaido .areablock .main dl.citylist dt::after {
  content: "]";
}
#hokkaido .areablock .main dl.citylist dd {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
}
#hokkaido .areablock .main dl.citylist dd p {
  margin-right: 8px;
  display: flex;
  gap: 0;
}
#hokkaido .areablock .main dl.citylist dd p::after {
  content: "/";
  display: block;
  color: #706D65;
  margin-left: 8px;
}
#hokkaido .areablock .main dl.citylist dd p:last-of-type {
  margin-right: 0;
}
#hokkaido .areablock .main dl.citylist dd p:last-of-type::after {
  display: none;
}
#hokkaido .areablock .main dl.citylist dd p a {
  font-weight: 500;
  display: block;
  background-image: linear-gradient(#706D65, #706D65);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9), color 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
@media (any-hover: hover) {
  #hokkaido .areablock .main dl.citylist dd p a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
#hokkaido .areablock .main dl.citylist dd p .num {
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  padding-left: 3px;
}
#hokkaido .areablock .main dl.citylist dd p .nopost {
  color: #706D65;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #toparea #information {
    display: block;
    position: relative;
  }
  #toparea #information .main .areatitle {
    display: block;
  }
  #toparea #information .main .areatitle::before {
    display: none;
  }
  #toparea #information .image {
    position: absolute;
    right: 0;
    top: -2.5vw;
    width: 40%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  ul.memberlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1300px) {
  ul.freelist {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea {
    display: block;
    margin-bottom: 70px;
  }
  #toparea .pickup_area {
    width: auto;
    position: relative;
    margin-bottom: 40px;
  }
  #toparea #information {
    display: flex;
    column-gap: min(50px,3vw);
  }
  #toparea #information .main .areatitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  #toparea #information .main .areatitle::before {
    display: block;
  }
  #toparea #information .image {
    position: static;
  }

  #citysearch {
    margin-bottom: 0;
  }
  #citysearch .city {
    padding: 10px 25px 25px;
    position: relative;
    height: 150px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
  }
  #citysearch .city.open {
    height: auto;
    padding-bottom: 60px;
  }
  #citysearch .city.open::after {
    opacity: 0;
  }
  #citysearch .city::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-image: linear-gradient(to bottom, rgba(246, 244, 241, 0), #f6f4f1 40%);
    display: block;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
  }
  #citysearch .city dl {
    display: block;
    margin-block: 15px;
  }
  #citysearch .city dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  #citysearch .city dl dd {
    padding-inline: 5px;
  }
  #citysearch .city #openbutton {
    position: absolute;
    cursor: pointer;
    font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
    border-radius: 100px;
    background-color: #fff;
    box-sizing: border-box;
    width: 160px;
    z-index: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #citysearch .city #openbutton span {
    display: block;
    position: absolute;
    inset: 0;
    color: #23221F;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    opacity: 0;
  }
  #citysearch .city #openbutton::before, #citysearch .city #openbutton::after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background-color: #3F989B;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
  }
  #citysearch .city #openbutton.open {
    color: transparent;
  }
  #citysearch .city #openbutton.open span {
    opacity: 1;
  }
  #citysearch .city #openbutton.open::before, #citysearch .city #openbutton.open::after {
    rotate: 180deg;
  }

  ul.memberlist li a {
    margin-top: 50px;
  }
  ul.memberlist li a .text {
    font-size: 14px;
  }

  ul.freelist {
    margin-top: 60px;
    column-gap: 3vw;
  }
  ul.freelist li a {
    margin-top: 3vw;
    padding: 25px 8%;
  }
}
@media only screen and (max-width: 959px) and (max-width: 800px) {
  ul.freelist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 959px) {
  /* ---------- Area(City) Archive ---------- */
  #citytop {
    display: block;
    margin-bottom: 80px;
  }
  #citytop .cityinfo {
    margin-bottom: 40px;
  }
  #citytop .cityinfo .area {
    justify-content: center;
  }
  #citytop .cityinfo .cityname {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  #citytop .cityinfo .cityname .ja {
    justify-content: center;
    font-size: clamp(26px, 5.5vw, 38px);
  }
  #citytop .cityinfo .cityname .en {
    display: block;
    padding-top: 10px;
  }
  #citytop .hojokinarea {
    width: 100%;
  }

  .link-builder {
    margin-top: 100px;
  }

  /* ---------- Hokkaido City ---------- */
  #hokkaido #hokkaidotop {
    display: block;
    margin-bottom: 80px;
  }
  #hokkaido #hokkaidotop .maintitle {
    width: auto;
  }
  #hokkaido #hokkaidotop .maintitle .en {
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  #hokkaido #hokkaidotop .maintitle .ja {
    letter-spacing: 1px;
    font-size: 30px;
    width: fit-content;
    margin: 0 auto 40px;
  }
  #hokkaido #hokkaidotop .maintitle .ja::after {
    width: 50px;
    height: 46px;
    vertical-align: -12px;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li a .ja {
    font-size: min(20px,2.5vw);
  }
  #hokkaido .areablock {
    display: block;
    margin-top: 70px;
    position: relative;
  }
  #hokkaido .areablock .areaimage {
    width: 110px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 2;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea {
    margin-bottom: 50px;
  }
  #toparea .pickup_area {
    margin-bottom: 30px;
  }
  #toparea .pickup_area .pickup .image figure img {
    border-radius: 6px;
  }
  #toparea .pickup_area .pickup .image .info {
    left: 3vw;
    bottom: 3vw;
    border-radius: 4px;
    padding: 10px 4vw 12px;
  }
  #toparea .pickup_area .pickup .image .info .name {
    font-size: 13px;
  }
  #toparea .pickup_area .pickup .image .info .text {
    font-size: 10px;
  }
  #toparea .pickup_area .pickup .linkbutton {
    margin-top: 10px;
  }
  #toparea #information {
    row-gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }
  #toparea #information .main .areatitle {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #toparea #information .main .areatitle::before {
    display: none;
  }
  #toparea #information .main .areasub {
    margin-bottom: 25px;
    text-align: center;
  }
  #toparea #information .main .text {
    font-size: 13px;
  }

  .linkbutton {
    margin: 10px 0 0 auto;
  }
  .linkbutton .more:has(.morearrow) {
    gap: 5px;
    font-size: 11px;
  }

  .sectitle {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .sectitle::before {
    width: 11px;
    height: 11px;
    margin-right: 12px;
  }
  .sectitle .ja {
    width: 340px;
    margin: -6px 0 0 22px;
  }

  #citysearch {
    margin-bottom: 40px;
  }
  #citysearch .city {
    border-radius: 6px;
    padding: 5px 15px 25px;
    height: 140px;
  }
  #citysearch .city.open {
    height: auto;
    padding-bottom: 50px;
  }
  #citysearch .city::after {
    background-image: linear-gradient(to bottom, rgba(246, 244, 241, 0), #f6f4f1 50%);
    height: 60px;
  }
  #citysearch .city dl dd {
    gap: 0 15px;
  }
  #citysearch .city dl dd p a .num {
    font-weight: 500;
  }
  #citysearch .city dl dd p a::before, #citysearch .city dl dd p .nopost::before {
    width: 7px;
    height: 7px;
    vertical-align: 2px;
  }
  #citysearch .city #openbutton {
    bottom: 15px;
  }

  ul.memberlist {
    display: block;
  }
  ul.memberlist li {
    display: block;
    margin-top: 40px;
  }
  ul.memberlist li a {
    display: block;
    margin-top: 0;
  }
  ul.memberlist li a .image {
    margin-bottom: 12px;
    border-radius: 6px;
  }
  ul.memberlist li a .posttitle {
    margin-bottom: 8px;
  }
  ul.memberlist li a .text {
    font-size: 13px;
  }
  ul.memberlist li a dl {
    margin-top: 8px;
  }
  ul.memberlist li a dl dt {
    font-size: 13px;
  }
  ul.memberlist li a dl dt::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }

  ul.freelist {
    margin-top: 40px;
    column-gap: 4vw;
  }
  ul.freelist li a {
    margin-top: 4vw;
    padding: 16px 8% 18px;
    border-radius: 6px;
    line-height: 1.5;
  }
  ul.freelist li a .posttitle {
    margin-bottom: 8px;
  }
  ul.freelist li a dl dt {
    font-size: 12px;
    margin-bottom: 3px;
  }
  ul.freelist li a dl dt::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    vertical-align: 1px;
  }
  ul.freelist li a dl dd {
    font-size: 11px;
  }
  ul.freelist li a .linkbutton {
    margin: 10px -5px 0 auto;
  }
  ul.freelist li a .linkbutton .more {
    font-size: 10px;
  }

  /* ---------- Area(City) Archive ---------- */
  #citytop {
    margin-bottom: 50px;
  }
  #citytop .cityinfo {
    margin-bottom: 40px;
  }
  #citytop .cityinfo .area {
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #citytop .cityinfo .area .icon {
    width: 40px;
  }
  #citytop .cityinfo .cityname {
    margin-bottom: 20px;
  }
  #citytop .cityinfo .cityname .en {
    font-size: 13px;
    padding-top: 8px;
  }
  #citytop .cityinfo .text {
    font-size: 12px;
  }
  #citytop .hojokinarea .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #citytop .hojokinarea .title::before {
    margin-right: 6px;
  }
  #citytop .hojokinarea .title .small {
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
  #citytop .hojokinarea .hojokin table {
    font-size: 12px;
    line-height: 1.6;
  }
  #citytop .hojokinarea .notes {
    margin-top: 10px;
  }

  .link-builder {
    margin-top: 70px;
  }

  /* ---------- Hokkaido City ---------- */
  #hokkaido #hokkaidotop {
    margin-bottom: 40px;
  }
  #hokkaido #hokkaidotop .maintitle .en {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #hokkaido #hokkaidotop .maintitle .en::before {
    width: 20px;
    height: 20px;
  }
  #hokkaido #hokkaidotop .maintitle .ja {
    margin: 0 auto 25px;
    font-size: 24px;
  }
  #hokkaido #hokkaidotop .maintitle .ja::after {
    width: 42px;
    height: 40px;
    vertical-align: -10px;
    margin-left: 6px;
  }
  #hokkaido #hokkaidotop .main .text {
    font-size: 13px;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor {
    column-gap: 0;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li {
    margin-top: 15px;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li a {
    margin-inline: auto;
    text-align: center;
    padding-right: 0;
    position: relative;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li a .ja {
    font-size: min(16px,3.5vw);
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li a .en {
    font-size: 9px;
    margin-bottom: 5px;
  }
  #hokkaido #hokkaidotop .main ul.areaanchor li a .morearrow {
    width: 40px;
    position: static;
    margin-inline: auto;
  }
  #hokkaido .areablock {
    margin-top: 30px;
  }
  #hokkaido .areablock .areaimage {
    width: 130px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto -15px;
  }
  #hokkaido .areablock .main .title {
    margin-bottom: 25px;
  }
  #hokkaido .areablock .main .title::before {
    width: 11px;
    height: 11px;
    margin-right: 12px;
  }
  #hokkaido .areablock .main .title strong {
    font-size: 140%;
    margin-right: 5px;
  }
  #hokkaido .areablock .main dl.citylist {
    display: block;
    margin-block: 15px;
  }
  #hokkaido .areablock .main dl.citylist dt {
    width: auto;
    letter-spacing: .1em;
    display: block;
    border: #c2c2c2 1px solid;
    margin-bottom: 6px;
  }
  #hokkaido .areablock .main dl.citylist dt::before, #hokkaido .areablock .main dl.citylist dt::after {
    display: none;
  }
  #hokkaido .areablock .main dl.citylist dd {
    font-size: 13px;
  }
}

/*# sourceMappingURL=builder.css.map */
