@charset "UTF-8";
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkbtn.submit button, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: url(../images/arow4.png) no-repeat center right 30px #f79729;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

/*
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
.mediaset .text iframe,
.calloutset .text iframe,
.flowset .text iframe,
.badgeflow .text iframe,
.listset li iframe,
.txtset iframe {
  width: 100%;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
}
#pagetitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  font-family: "M PLUS 2", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #010000;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
#pagetitle small {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #pagetitle h2 {
    height: 250px;
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #pagetitle h2 {
    height: 200px;
    font-size: 30px;
  }
  #pagetitle small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  max-width: 1420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  margin-bottom: 60px;
}
.heading1 h2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 20px;
  background-color: #f79729;
}
.heading1 h2::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #fff;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 18px;
    padding: 10px 15px;
  }
  .heading1 h2::before {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 16px;
    padding: 5px 10px;
  }
  .heading1 h2::before {
    width: 6px;
    height: 30px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  margin-bottom: 50px;
}
.heading2 p {
  color: #f79729;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-left: 4px solid #f79729;
  border-bottom: 2px solid #f79729;
  padding: 5px 20px 0;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 16px;
    padding: 5px 15px 0;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 14px;
    border-left-width: 3px;
    border-bottom-width: 1px;
    padding: 5px 10px 0;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  margin-bottom: 50px;
}
.heading3 p {
  color: #f79729;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-top: 2px solid #f79729;
  border-bottom: 1px solid #f79729;
  padding: 5px;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 12px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  margin-bottom: 70px;
}
.heading4 p {
  color: #f79729;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f79729;
  padding: 0 5px 5px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 12px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  margin-bottom: 100px;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  margin-bottom: 100px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 230px;
  margin-top: 40px;
}
.mediaset.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 39.7916666667%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .imgbox {
  width: 31.25%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /*
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 23.9583333333%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 1.3888888889%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /*
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 31.25%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 3.125%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.9166666667%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 999px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 48.5915492958%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  margin-bottom: 100px;
  /*  @include tab {
    &.col4 {
      a {
        background-image: none;
        padding: 0 15px;
      }
    }
  } */
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.linkset.col4 ul {
  -moz-column-gap: 1.3888888889%;
       column-gap: 1.3888888889%;
}
.linkset.col4 li {
  width: 23.9583333333%;
}
.linkset.col3 ul {
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.linkset.col3 li {
  width: 30%;
}
.linkset a {
  line-height: 1.3;
}
@media (max-width: 999px) {
  .linkset ul {
    row-gap: 5px;
  }
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
  .linkset.col4 ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .linkset.col4 li {
    width: 48%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .linkset.col3 li {
    /* width: 47%; */
    width: 32%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(even){
      margin-left: auto;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .linkset.col3 li a {
    background-image: none;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 365px;
}
.linkbtn.submit button {
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  /* border-collapse: separate;
    border-spacing: $TB-sc-spacing; */
}
.tableset tbody tr:last-child th,
.tableset tbody tr:last-child td {
  border-bottom: 1px solid #f7dca6;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border-top: 1px solid #f7dca6;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f9e9c8;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll td:not(:first-child) {
  border-left: 1px solid #f7dca6;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 999px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr:last-child th {
    border-bottom: unset;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  /* border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: 1px solid #f7dca6;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #f7dca6;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: 1px solid #999999;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  background: #f9e9c8;
  /*
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
  white-space: nowrap;
  font-weight: bold;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .red {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #999999;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td:not(:first-child) {
    border-top: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    white-space: inherit !important;
    padding: 5px 15px 5px 15px;
    border: none !important;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    padding: 3px 15px 3px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

.alert {
  margin-top: 20px;
  text-align: center;
}
.alert.alert-danger strong {
  color: red;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  margin-bottom: 100px;
  border: solid 1px #f79729;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /*
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ff5f07;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 999px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 50px;
  width: 44.7916666667%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #f79729;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    left: -5px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 31.25%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 3.125%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -10%;
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1000px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 999px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

/* ----------------------------------------------
ranking
------------------------------------------------- */
.ranking {
  margin-bottom: 90px;
}
.ranking .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.ranking .title::before {
  content: "";
  width: 53px;
  aspect-ratio: 53/62;
  background: url(../images/ranking-title-icon.png) no-repeat center/cover;
}
.ranking ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.ranking ul li a {
  text-decoration: none;
}
.ranking ul li::before {
  content: "";
  width: 66px;
  aspect-ratio: 66/56;
  background-repeat: no-repeat;
  background-size: cover;
}
.ranking ul li:nth-child(1) {
  color: #827229;
}
.ranking ul li:nth-child(1) a {
  color: #827229;
}
.ranking ul li:nth-child(1)::before {
  background-image: url(../images/ranking1-icon.png);
}
.ranking ul li:nth-child(2) {
  color: #656766;
}
.ranking ul li:nth-child(2) a {
  color: #656766;
}
.ranking ul li:nth-child(2)::before {
  background-image: url(../images/ranking2-icon.png);
}
.ranking ul li:nth-child(3) {
  color: #8b6726;
}
.ranking ul li:nth-child(3) a {
  color: #8b6726;
}
.ranking ul li:nth-child(3)::before {
  background-image: url(../images/ranking3-icon.png);
}
.ranking ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .ranking {
    margin-bottom: 80px;
  }
  .ranking .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ranking .title::before {
    width: 40px;
  }
  .ranking ul li {
    font-size: 22px;
  }
  .ranking ul li::before {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .ranking {
    margin-bottom: 70px;
  }
  .ranking .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ranking .title::before {
    width: 30px;
  }
  .ranking ul li {
    font-size: 18px;
  }
  .ranking ul li::before {
    width: 25px;
  }
}
@media (max-width: 500px) {
  .ranking ul li {
    font-size: 14px;
  }
}

/* ----------------------------------------------
初めての方へ
------------------------------------------------- */
.first-flow.notLast .mediaset {
  position: relative;
  padding-bottom: 60px;
}
.first-flow.notLast .mediaset::before {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  border-left: 4px dashed #ff5f07;
  top: 5px;
  left: 3.125%;
}
.first-flow:not(.notLast) {
  margin-bottom: 90px;
}
.first-flow .heading {
  background-color: #ff5f07;
  font-family: "M PLUS 2", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 11px 20px;
}
.first-flow .mediaset {
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 12.5%;
  /* & > div{
    &:first-child{
      margin-left: perCalc(120,960);
    }
  } */
}
.first-flow .mediaset .txtbox .text {
  line-height: 2;
}
@media (max-width: 999px) {
  .first-flow.notLast .mediaset {
    padding-bottom: 40px;
  }
  .first-flow .heading {
    font-size: 20px;
    padding: 10px 15px;
  }
  .first-flow .mediaset {
    /* & > div{
      &:first-child{
        margin-left: 0;
      }
    } */
  }
}
@media (max-width: 767px) {
  .first-flow.notLast .mediaset {
    padding-bottom: 30px;
  }
  .first-flow .heading {
    font-size: 18px;
    padding: 10px;
  }
  .first-flow .mediaset {
    padding-top: 20px;
  }
}

/* ----------------------------------------------
よくある質問
------------------------------------------------- */
.q-alist {
  border: 1px solid #0e6db4;
  padding: 30px 6.25%;
  margin-bottom: 60px;
}
.q-alist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 6.25%;
}
.q-alist ul li {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0e6db4;
}
.q-alist ul li a {
  font-weight: 500;
  color: #0e6db4;
}
@media (max-width: 999px) {
  .q-alist {
    padding: 20px 6.25%;
    margin-bottom: 40px;
  }
  .q-alist ul {
    row-gap: 15px;
  }
  .q-alist ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .q-alist {
    padding: 15px 6.25%;
    margin-bottom: 30px;
  }
  .q-alist ul {
    row-gap: 10px;
  }
  .q-alist ul li {
    font-size: 16px;
  }
}

.q-ablock {
  margin-bottom: 90px;
}
.q-ablock.notLast {
  margin-bottom: 40px;
}
.q-ablock .q,
.q-ablock .a {
  padding-left: 60px;
  padding-right: 10px;
}
.q-ablock .q {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f9e9c8;
  padding-top: 14px;
  padding-bottom: 14px;
}
.q-ablock .q::before {
  content: "Q.";
  position: absolute;
  left: 20px;
  font-family: "M PLUS 2", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ff5f07;
}
.q-ablock .q .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ff5f07;
}
.q-ablock .a {
  margin-top: 10px;
}
.q-ablock .a .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
.q-ablock .a .text strong {
  width: 500;
}
@media (max-width: 999px) {
  .q-ablock {
    margin-bottom: 80px;
  }
  .q-ablock.notLast {
    margin-bottom: 30px;
  }
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 50px;
  }
  .q-ablock .q {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .q-ablock .q::before {
    font-size: 20px;
  }
  .q-ablock .q .title {
    font-size: 18px;
  }
  .q-ablock .a .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .q-ablock {
    margin-bottom: 70px;
  }
  .q-ablock.notLast {
    margin-bottom: 20px;
  }
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 40px;
  }
  .q-ablock .q::before {
    font-size: 18px;
    left: 10px;
  }
  .q-ablock .q .title {
    font-size: 16px;
  }
  .q-ablock .a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
注目物件　物件詳細
------------------------------------------------- */
.featuredpropertiesblock {
  margin-bottom: 20px;
}
.featuredpropertiesblock.archives {
  border: solid 1px #f9e9c8;
  border-radius: 10px;
  overflow: hidden;
}
.featuredpropertiesblock.archives .archives_inner {
  padding: 0 10px 20px 10px;
}
.featuredpropertiesblock.archives .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featuredpropertiesblock.archives .bottom-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.featuredpropertiesblock.archives .bottom-data .icon {
  margin-top: 0;
}
.featuredpropertiesblock.archives .bottom-data .btn {
  margin: 0;
  width: 100%;
}
.featuredpropertiesblock.archives .img-data {
  /* .tableset {
    th,
    td {
      font-size: 14px;
    }
  } */
}
.featuredpropertiesblock.archives .img-data .image > img {
  aspect-ratio: 3/2;
}
.featuredpropertiesblock.detail .title {
  margin-bottom: 30px;
}
.featuredpropertiesblock.detail .image {
  order: 1;
}
.featuredpropertiesblock.detail .image .btn {
  width: 100%;
  margin-top: 10px;
}
.featuredpropertiesblock.detail .image .btn a {
  background-position: center right 10px;
  font-size: 16px;
}
.featuredpropertiesblock .title {
  background-color: #f9e9c8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ff5f07;
  padding: 14px 10px;
  margin-bottom: 10px;
}
.featuredpropertiesblock .cate-area {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0e6db4;
}
.featuredpropertiesblock .cate-area a {
  text-decoration: none;
  color: #0e6db4;
}
.featuredpropertiesblock .cate-area > :not(:first-child)::before {
  content: " / ";
}
.featuredpropertiesblock .img-data {
  display: flex;
  align-items: start;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  margin-bottom: 20px;
  /*  .icon {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    img {
      width: 34px;
    }
  } */
}
.featuredpropertiesblock .img-data .image {
  width: 31%;
}
.featuredpropertiesblock .img-data .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featuredpropertiesblock .img-data .tableset {
  margin-bottom: 0;
  flex: 1;
}
.featuredpropertiesblock .img-data .tableset th,
.featuredpropertiesblock .img-data .tableset td {
  padding: 8px 15px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.featuredpropertiesblock .btn {
  width: calc(100% - 20px);
  max-width: 280px;
  height: 60px;
  margin: 0 auto;
}
.featuredpropertiesblock .btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../images/arow3.png) no-repeat center right 30px #5c9101;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
.featuredpropertiesblock .icon {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.featuredpropertiesblock .icon img {
  width: 34px;
}
@media (max-width: 999px) {
  .featuredpropertiesblock.notLast {
    margin-bottom: 40px;
  }
  .featuredpropertiesblock.detail .title {
    margin-bottom: 20px;
  }
  .featuredpropertiesblock .title {
    font-size: 18px;
    padding: 10px;
  }
  .featuredpropertiesblock .cate-area {
    /* font-size: 16px;
    margin-bottom: 20px; */
    font-size: 14px;
  }
  .featuredpropertiesblock .img-data .tableset th,
  .featuredpropertiesblock .img-data .tableset td {
    display: table-cell;
  }
  .featuredpropertiesblock .btn {
    /*  height: 70px;
    a {
      font-size: 24px;
    } */
  }
}
@media (max-width: 767px) {
  .featuredpropertiesblock.detail .title {
    margin-bottom: 15px;
  }
  .featuredpropertiesblock.archives .sp_titlebottom {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .featuredpropertiesblock.archives .title .cate-area {
    display: none;
  }
  .featuredpropertiesblock.archives .img-data {
    /* .tableset {
      width: 100%;
      th,
      td {
        font-size: 13px;
        display: table-cell;
        padding: 3px 5px;
      }
    } */
  }
  .featuredpropertiesblock.archives .img-data .image {
    display: none;
  }
  .featuredpropertiesblock.archives .bottom-data {
    justify-content: center;
  }
  .featuredpropertiesblock.archives .bottom-data .icon {
    display: none;
  }
  .featuredpropertiesblock .title {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .featuredpropertiesblock .cate-area {
    font-size: 13px;
  }
  .featuredpropertiesblock .img-data {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .featuredpropertiesblock .img-data .image {
    width: 100%;
    max-width: 200px;
  }
  .featuredpropertiesblock .img-data .tableset {
    width: 100%;
  }
  .featuredpropertiesblock .img-data .tableset th,
  .featuredpropertiesblock .img-data .tableset td {
    /* padding: 3px 10px;
    display: block; */
    font-size: 13px;
    display: table-cell;
    padding: 3px 5px;
  }
  .featuredpropertiesblock .btn {
    height: 50px;
  }
  .featuredpropertiesblock .btn a {
    font-size: 18px;
    background-size: 10px;
  }
}

.tableset.pricelist {
  margin-bottom: 10px !important;
}
.tableset.pricelist table {
  border-collapse: inherit;
}
.tableset.pricelist thead, .tableset.pricelist tbody td {
  border: solid 1px #f9e9c8;
}
.tableset.pricelist tbody td.spacecell {
  border: none;
}
.tableset.pricelist tbody td {
  text-align: center;
}
.tableset.pricelist tbody td .title {
  font-size: 14px;
  line-height: 1.6;
}
.tableset.pricelist tbody td .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 150px;
  height: 36px;
  font-size: 15px;
  border-radius: 10px;
  background: url(../images/arow4.png) no-repeat center right 10px #f79729;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
.tableset.pricelist tbody td > span {
  display: inline-block;
}
.tableset.pricelist tbody td > span:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 999px) {
  .tableset.pricelist tbody td .btn a {
    /*   width: 210px;
      height: 50px; */
  }
}
@media (max-width: 767px) {
  .tableset.pricelist tbody td .btn a {
    width: 120px;
    background-image: none;
  }
}

.featuredpropertiesblock.map iframe {
  margin-bottom: 20px;
  width: 100%;
  height: 418px;
}
@media (max-width: 767px) {
  .featuredpropertiesblock.map iframe {
    height: 300px;
  }
}

.properties_detail .heading2 {
  margin-bottom: 30px;
}
.properties_detail .tableset {
  margin-bottom: 40px;
}
.properties_detail .tableset.type-scroll th,
.properties_detail .tableset.type-scroll td, .properties_detail .tableset.type-normal th,
.properties_detail .tableset.type-normal td {
  padding: 8px 15px;
}
.properties_detail .txtset {
  margin-bottom: 40px;
}
.properties_detail .linkbtn {
  margin-bottom: 40px;
}
.properties_detail .fullimg {
  margin-bottom: 40px;
}
.properties_detail .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  white-space: nowrap;
}
.properties_detail #de_form_01 .tableset.type-scroll.resulttable th {
  background-color: #f5facd;
}
.properties_detail #de_form_01 .tableset.type-scroll.resulttable tr.sumprice th {
  background-color: #eaf398;
}
.properties_detail #de_form_01 .tableset.type-scroll.resulttable tr.sumprice th,
.properties_detail #de_form_01 .tableset.type-scroll.resulttable tr.sumprice td {
  font-size: 18px;
  font-weight: bold;
}
.properties_detail #de_form_01 .tableset.type-scroll th {
  width: 160px;
}
@media (max-width: 767px) {
  .properties_detail .tableset.type-normal th,
  .properties_detail .tableset.type-normal td {
    padding: 3px 10px;
  }
  .properties_detail .tableset.type-scroll th {
    padding: 3px 10px;
  }
  .properties_detail .tableset.type-scroll td {
    padding: 5px 10px;
  }
  .properties_detail #de_form_01 .tableset.type-scroll.resulttable tr.sumprice th,
  .properties_detail #de_form_01 .tableset.type-scroll.resulttable tr.sumprice td {
    font-size: 16px;
  }
  .properties_detail #de_form_01 .tableset.type-scroll th {
    width: 140px;
    min-width: 140px;
  }
}
.properties_detail .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 8px 15px;
}

.containersize {
  margin-bottom: 40px;
}
.containersize .contents {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 5%;
}

.contact_tel {
  margin-bottom: 50px;
  border: solid 1px #f9e9c8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contact_tel .title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f9e9c8;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.contact_tel .tel {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  /* color: #ff5f07;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
  letter-spacing: 0.08em; */
  /*  a {
     @include opacity;
     text-decoration: none;
   } */
}
@media (max-width: 767px) {
  .contact_tel {
    display: block;
  }
  .contact_tel .title {
    padding: 5px 15px;
  }
  .contact_tel .title br {
    display: none;
  }
  .contact_tel .tel {
    padding: 5px;
  }
}

/* ----------------------------------------------
pagination_wrapper
------------------------------------------------- */
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
}
.pagination .page-numbers li .page-numbers {
  font-size: 18px;
  border-radius: 50%;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #010000;
  background-color: #fff;
  border: 0.5px solid #0e6db4;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li a.prev, .pagination .page-numbers li a.next {
  display: none;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  background-color: #0e6db4;
  color: #fff;
  font-weight: bold;
}
.pagination .page-numbers li:has(.prev) {
  display: none;
}
.pagination .page-numbers li:has(.next) {
  display: none;
}
@media (max-width: 999px) {
  .pagination .page-numbers {
    margin-bottom: 80px;
  }
  .pagination .page-numbers li .page-numbers {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-bottom: 70px;
  }
  .pagination .page-numbers li {
    padding: 3px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .pagination .page-numbers li .page-numbers {
    font-size: 14px;
  }
}

.pagination2 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  /* &:has(.prev) {
    display: none;
  }
  &:has(.next) {
    display: none;
  } */
}
.pagination2 .page-numbers {
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #010000;
  background-color: #fff;
  border: 0.5px solid #f79729;
}
.pagination2 .page-numbers:hover {
  opacity: 0.6;
}
.pagination2 .page-numbers.prev, .pagination2 .page-numbers.next {
  display: none;
}
.pagination2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination2 span.current {
  background-color: #f79729;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 999px) {
  .pagination2 .page-numbers {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pagination2 {
    gap: 3px;
  }
  .pagination2 .page-numbers {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
prev_next
------------------------------------------------- */
/* .prev_next {
  //@include contSize(false);
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  a{
    text-decoration: none;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #00244c;
  }
& > :not(.archivebtn){
  a{
    display: block;
    width: 48px;
    height: 48px;
    background-color: #00244c;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.prev{
  margin-right: auto;
  a{

  }
}
.next{
  margin-left: auto;
  a{

  }
}
.archivebtn {
  margin-left: auto;
  margin-right: auto;
  a{
    border-bottom: 1px solid #00244c;
  }
}

  & > div:nth-child(2) {
   // margin-left: auto;
  }


  .arrow {
    display: none;
  }
  .prev_arrow {
    display: none;
  }
  .no_post {
    //display: none;
  }
  @include tab{
    margin-bottom: 80px;
    a{
      font-size: 16px;
    }
  }
  @include sp {
    margin-bottom: 70px;
    flex-direction: column;
    & > :not(.archivebtn){
      a{
        width: 40px;
        height: 40px;
      }
    }
    a{
      font-size: 14px;
    }
    & > div{
      &:not(:last-child){
        margin-bottom: 10px;
      }
    }
    .prev{
      margin-left: auto;
    }
    .next{
      margin-right: auto;
    }
  }
} */
/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
div#wpcf7cpcnf {
  z-index: 1;
  margin-bottom: 100px;
}
div#wpcf7cpcnf table {
  width: 100%;
  /* border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
div#wpcf7cpcnf table tr:first-child th,
div#wpcf7cpcnf table tr:first-child td {
  border-top: 1px solid #f7dca6;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
  padding: 8px 15px;
  border-bottom: 1px solid #f7dca6;
}
div#wpcf7cpcnf table th {
  white-space: nowrap;
  background: #f9e9c8;
  border-bottom: 1px solid #f7dca6;
}
div#wpcf7cpcnf table td {
  border-bottom: 1px solid #f7dca6;
}
div#wpcf7cpcnf table td p {
  border: 1px solid #999999;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.6;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #f79729;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #f79729;
}
@media (max-width: 999px) {
  div#wpcf7cpcnf table tr:not(:first-child) th,
  div#wpcf7cpcnf table tr td {
    border-top: 0;
  }
  div#wpcf7cpcnf table tr:first-child td {
    border-top: unset;
  }
  div#wpcf7cpcnf table th,
  div#wpcf7cpcnf table td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  div#wpcf7cpcnf table th {
    border-width: 2px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
    align-items: center;
  }
}

/* ----------------------------------------------
近隣の店舗
------------------------------------------------- */
.near-shops {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  list-style: none;
}

.near-shops li {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
}
.near-shops li a {
  display: flex;
  align-items: start;
  gap: 15px;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  transition: all 0.5s ease-out;
}
.near-shops li a:hover {
  opacity: 0.6;
}

.near-shops .texts {
  flex-grow: 1;
}
.near-shops .texts h3 {
  font-weight: bold;
}

.near-shops .right {
  text-align: right;
  display: none;
}

.near-shops .right a {
  display: block;
  width: 160px;
  margin-left: auto;
  padding: 0.5em 1em;
  transition: background-color 0.3s;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.near-shops .right a:hover {
  background-color: var(--secondary-color);
}

.near-shops .img-link:hover {
  opacity: 0.6;
}

.near-shops .images {
  flex-shrink: 0;
  width: 120px;
}

.near-shops img {
  /*  width: 120px;
  height: auto; */
  /*  margin-block: 1em; */
  border-radius: 4px;
  aspect-ratio: 12/8;
  -o-object-fit: cover;
     object-fit: cover;
}

.near-shops p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/* ----------------------------------------------
物件一覧用調整
------------------------------------------------- */
.properties_list .heading1,
.properties_list .heading4 {
  margin-bottom: 15px;
}
.properties_list .heading4 a {
  text-decoration: none;
  color: #f79729;
}
.properties_list .listset {
  padding: 15px;
  margin-bottom: 30px;
}
.properties_list .listset.areaset ul {
  gap: 10px 15px;
}
.properties_list .listset ul {
  gap: 7px 15px;
}
.properties_list .listset li {
  padding: 0 !important;
  width: auto;
  margin: 0 !important;
}
.properties_list .listset li a {
  text-decoration: none;
  color: #010000;
  font-weight: normal;
}
.properties_list .listset li a:hover {
  opacity: 1;
  color: #f79729;
}
@media (max-width: 767px) {
  .properties_list .listset {
    padding: 7px;
  }
  .properties_list .listset ul {
    gap: 12px 18px;
  }
  .properties_list .listset li:before {
    margin-right: 3px;
  }
  .properties_list .listset.areaset ul {
    gap: 12px 18px;
  }
}

.properties_costom .cosotomsearch {
  margin-bottom: 30px;
}
.properties_costom .cosotomsearch input[type=number] {
  border: 1px solid #999999;
  padding: 3px;
  outline: none;
}
.properties_costom .cosotomsearch .checklist,
.properties_costom .cosotomsearch #cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.properties_costom .cosotomsearch .checklist label,
.properties_costom .cosotomsearch #cities label {
  width: 90px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .properties_costom .cosotomsearch td.checklist {
    gap: 5px;
  }
  .properties_costom .cosotomsearch td.checklist label {
    width: 60px;
    font-size: 13px;
  }
  .properties_costom .cosotomsearch #cities {
    gap: 5px;
  }
  .properties_costom .cosotomsearch #cities label {
    width: 80px;
    font-size: 13px;
  }
}

:root {
  --primary-color: #f79729;
}

#search-map {
  margin-bottom: 100px;
}
#search-map #map .current-location {
  box-sizing: content-box;
}
#search-map #map {
  position: relative;
  /*  width: calc(100% - 300px); */
  /*  height: 100%; */
  width: 100%;
  height: 500px;
  border: solid 1px #000;
}
#search-map #map .current-location {
  width: 10px;
  height: 10px;
  background: #4285f4;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px 5px rgba(160, 186, 228, 0.6);
}
#search-map #map .infowindow-header a,
#search-map #map .infowindow-inner a {
  color: var(--secondary-color);
  text-decoration: none;
}
#search-map #map .infowindow-header a:hover,
#search-map #map .infowindow-inner a:hover {
  text-decoration: underline;
}
#search-map #map .infowindow-inner .img-link:hover {
  opacity: 0.6;
}
#search-map #map .infowindow-header {
  font-size: 1.2em;
  font-weight: bold;
}
#search-map #map .infowindow-header .num {
  color: var(--primary-color);
}
#search-map #map .infowindow-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1em;
}
#search-map #map .infowindow-inner img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#search-map #map .infowindow-inner img[src=""] {
  display: none;
}
#search-map #map .infowindow-inner p {
  margin: 0;
  padding: 0;
}
#search-map #panel .search-result {
  box-sizing: border-box;
  border: 1px solid #333;
  border-top: 0;
}
#search-map #panel .search-result h2 {
  display: none;
}
#search-map #panel .panelbottomarea {
  margin-top: 20px;
  background-color: #fffde8;
  padding: 20px;
  border: 1px solid #f79729;
  border-radius: 10px;
  line-height: 1.5;
}
#search-map #panel .panelbottomarea form {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  /* justify-content: space-between; */
}
#search-map #panel .panelbottomarea form input {
  outline: none;
  border: 1px solid #999999;
  padding: 5px;
  font-size: 15px;
}
#search-map #panel .panelbottomarea form input::-moz-placeholder {
  font-size: 0.9em;
}
#search-map #panel .panelbottomarea form input::placeholder {
  font-size: 0.9em;
}
#search-map #panel .panelbottomarea button[type=submit],
#search-map #panel .panelbottomarea button[type=button] {
  transition: all 0.5s ease-out;
  padding: 5px 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  outline: none;
  background-color: #f79729;
  cursor: pointer;
  color: #fff;
}
#search-map #panel .panelbottomarea button[type=submit]:hover,
#search-map #panel .panelbottomarea button[type=button]:hover {
  opacity: 0.6;
}
#search-map #panel .panelbottomarea .wordsubmit {
  background-color: #333 !important;
}
#search-map #panel .panelbottomarea #show-all {
  display: block;
  background: #333;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#search-map #panel .panelbottomarea #toggle-check {
  display: block;
  width: 160px;
}
#search-map #panel #cities {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
#search-map #panel #list {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
#search-map #panel #list li button {
  transition: all 0.5s ease-out;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  color: #010000;
}
#search-map #panel #list li button .num {
  color: #f79729;
}
#search-map #panel #list li button:hover {
  color: #f79729;
}
#search-map #panel .not-found {
  padding: 8px 15px;
}
@media (max-width: 767px) {
  #search-map #panel #list {
    padding: 10px;
    gap: 0px 15px;
  }
  #search-map #panel #list li button {
    font-size: 14px;
  }
  #search-map #panel .panelbottomarea {
    padding: 13px;
  }
  #search-map #panel .panelbottomarea form {
    flex-direction: column;
    align-items: center;
  }
  #search-map #panel .panelbottomarea form input {
    outline: none;
    border: 1px solid #999999;
    padding: 5px;
    font-size: 15px;
  }
  #search-map #panel .panelbottomarea #toggle-check {
    margin-left: auto;
    margin-right: auto;
  }
}

.area_search .heading1 {
  margin-bottom: 20px;
}
.area_search .linkset.col3 {
  margin-bottom: 70px;
}
.area_search .linkset.col3 ul {
  justify-content: flex-start;
}
.area_search .linkset.col3 a {
  height: 45px;
  letter-spacing: 0.1em;
  color: #333;
  background-color: #fff;
  border: 3px solid #f79729;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .area_search .linkset.col3 li {
    width: 49%;
  }
}/*# sourceMappingURL=contents.css.map */