@charset "UTF-8"; /* CSS Document */
/*-----------------------------------------
clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
.dispnone {
  display: none;
}
/*--------------------------*/
@media (min-width: 1400px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 769px) {
}
@media (max-width: 768px) {
}
@media (min-width: 600px) and (max-width: 768px) {
}
@media (min-width: 600px) and (max-width: 768px) {
}
@media (min-width: 751px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (width: 768px) {
  .pcpc,
  .spsp {
    display: none;
  }
}
@media (min-width: 769px) {
  .nopc,
  .tablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .nomobile,
  .tablet {
    display: none;
  }
}
.pc_only {
  @media screen and (max-width: 991px) {
    display: none;
  }
}
.pc-md_only {
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.md_only {
  @media screen and (max-width: 575px) and (min-width: 992px) {
    display: none;
  }
}
.pc_only {
  @media screen and (min-width: 576px) {
    display: none;
  }
}
html {
  font-size: 62.5%;
}
body {
  font: 600 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #4290ce;
  text-decoration: underline;
}
p {
  text-align: justify;
}
/* wrapper */
header.header .wrapper {
  max-width: 1100px;
}
.wrapper {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wrapper.narrow {
  max-width: 960px;
}
.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
}
.caution {
  font-size: 95%;
}
/**/
.mb_1em {
  margin-bottom: 1em !important;
}
.mb_2em {
  margin-bottom: 2em !important;
}
.mb_3em {
  margin-bottom: 3em !important;
}
.mb_4em {
  margin-bottom: 4em !important;
}
.mb_5em {
  margin-bottom: 5em !important;
}
.mb_6em {
  margin-bottom: 6em !important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
arrow basic
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
header.header {
  border-bottom: 1px solid #cdcdcd;
}
header.header .wrapper {
  padding: 10px 0;
}
.hd-sitelogo {
  max-width: 240px;
}
.hd-sitelogo a {
  display: block;
}
ul.hd-cv-vtn-pc {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  margin-top: 3px;
}
ul.hd-cv-vtn-pc li {
  max-width: 130px;
}
ul.hd-cv-vtn-pc li a {
  display: block;
}
ul.hd-cv-vtn-pc li a img {
}
ul.hd-cv-vtn-pc li a img:hover {
  opacity: 0.6;
}
ul.hd-cv-vtn-pc li:first-child {
  /* width: 152px; */
  height: auto;
  /* margin-right: 8px; */
}
ul.hd-cv-vtn-pc li:last-child {
  /* width: 190px; */
  /* height: auto; */
}
@media (max-width: 750px) {
  .hd-sitelogo {
    max-width: 200px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
drawer menu
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
ul.drawer-menu {
}
.drawer-nav ul.drawer-menu li {
  position: relative;
  border-bottom: 1px solid #cdcdcd;
}
.drawer-nav ul.drawer-menu li a {
  font-size: 14px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
  /* 20240904 変更 */
  /* padding-right: 17px;
  padding-left: 10px; */
  padding-right: 10px;
  padding-left: 20px;
}
.drawer-nav ul.drawer-menu li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #e91e63;
  border-right: solid 1px #e91e63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 56%;
  margin-top: -6px;
  /* 20240904 変更 */
  /* right: 11px; */
  left: 5px;
  margin-left: 0;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーー
FOOTER
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
footer.footer {
  padding-top: 2em;
  border-top: 1px solid #cdcdcd;
}
footer.footer .wrapper {
  max-width: 980px;
}
p.copyright {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #cdcdcd;
  padding-top: 1em;
}
p.chibaken-logo {
  text-align: center;
}
p.chibaken-logo a {
  display: inline-block;
  max-width: 200px;
}
.ft-logo {
  max-width: 310px;
}
p.ft-info-name {
  font-size: 16px;
  font-weight: bold;
}
p.ft-info-name span {
  font-size: 90%;
  font-weight: normal;
}
ul.ft-menu {
  padding: unset;
  margin: unset;
  list-style-type: none;
  margin-bottom: 2em;
  text-align: right;
  line-height: 1.9;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  gap: 0 30px;
  @media screen and (max-width: 960px) {
    place-content: center;
  }
}
ul.ft-menu li {
  display: inline-block;
  /* margin: 0 1em; */
  text-align: left;
}
ul.ft-menu li a {
  font-weight: bold;
  font-size: 10px;
  color: #333;
}
.sns-link {
  /* max-width: 190px; */
  max-width: 69%;
  /* float: right; */
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  /* 20240904 変更 */
  @media screen and (max-width: 960px) {
    max-width: fit-content;
    margin: auto;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
.sns-link h4 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
ul.sns-btn {
  padding: unset;
  list-style-type: none;
  display: flex;
  margin-top: 12px;
  /* 20240904 変更 */
  @media screen and (max-width: 767px) {
    justify-content: center;
  }
}
ul.sns-btn li {
  margin: 0 10px;
}
ul.sns-btn li a {
  /* 20240904 変更 */
  & img {
    width: auto;
    height: 34px;
  }
}
@media (max-width: 950px) {
  ul.ft-menu li {
    display: block;
  }
}
@media (max-width: 768px) {
  .ft-baseinfo.left {
    float: unset;
  }
  .ft-logo {
    margin: 0 auto 2em;
  }
  p.ft-info-name {
    text-align: center;
  }
  nav.ft-nav.right {
    float: unset;
    margin-top: 2em;
  }
  ul.ft-menu {
    text-align: center;
    border-top: 1px solid #cdcdcd;
    padding-top: 1em;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .sns-link {
    float: unset;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ft-logo {
    max-width: 80%;
  }
  p.ft-info-name {
    font-size: 15px;
  }
  ul.ft-menu {
    padding: 0.3em 0;
    /* 20240904 変更 */
    grid-template-columns: 1fr;
  }
  ul.ft-menu li {
    display: block;
    line-height: 1.8;
    /* 20240904 変更 */
    text-align: center;
  }
  ul.ft-menu li a {
    font-size: 13px;
  }
  p.chibaken-logo a {
    max-width: 181px;
  }
  p.copyright {
    font-size: 12px;
  }
  p.ft-info-name span {
    line-height: 1.7;
    display: block;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
パンくず
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.breadcrumbs {
  font-size: 10px;
  padding: 0.4em 0;
  border-bottom: 1px solid #cdcdcd;
  font-weight: normal;
}
.breadcrumbs span {
}
.breadcrumbs a {
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第1フェーズトップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*main_visual*/
section.mainvisual {
  background-image: url("images/mvbg-pc.webp");
  background-color: #fbf5b3;
  background-repeat: repeat-x;
  background-size: cover;
  padding-bottom: 1em;
  background-position: top center;
  border-bottom: 1px solid #d2d2d2;
}
h1.main-visual-text {
  margin: 0;
  picture {
    @media screen and (max-width: 767px) {
      margin-bottom: 0;
    }
  }
}
@media (min-width: 1200px) {
  section.mainvisual .wrapper {
    max-width: 1600px;
  }
}
@media (max-width: 750px) {
  section.mainvisual .wrapper {
    width: 100%;
  }
}
/**/
section.part-yellow,
section.part-green {
  background-size: 870px 730px;
  background-position: top center;
  padding: 2em 0;
}
section.part-yellow {
  background-image: url("images/bg-part-yellow-2.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
section.part-green {
  background-image: url("images/bg-part-green.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
/*sec01*/
h2.sec01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
h2.sec01 span {
  font-size: 30px;
  font-weight: bold;
  color: #dd0119;
  border: none;
  text-decoration: none;
}
span.imgfukidashi {
  max-width: 230px;
  margin-right: 0.6em;
}

.top-box-1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 50px 20px;
  margin-bottom: 45px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 767px) {
    padding: 15px 10px;
  }
  & h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    @media screen and (max-width: 767px) {
      margin-bottom: 15px;
    }
    & img {
      width: 430px;
      @media screen and (max-width: 767px) {
        width: 90%;
      }
    }
  }
  & img {
    /* width: fit-content; */
  }
  & p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: bold;
    line-height: 35.61px;
    letter-spacing: 0.42px;
    color: #231815;
    text-align: center;
    @media screen and (max-width: 991px) {
      font-size: 20px;
    }
    @media screen and (max-width: 767px) {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 1.5;
      text-align: left;
    }
    & span {
      color: #af1e25;
    }
  }
  & dl {
    width: 100%;
    margin: 0;
    text-align: center;
    & dt {
      margin-bottom: 15px;
      padding: 5px 15px;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      position: relative;
      display: inline-block;
      @media screen and (max-width: 767px) {
        margin-bottom: 5px;
        font-size: 16px;
      }

      &::before,
      &::after {
        content: "";
        position: absolute;
        bottom: 10px;
        display: inline-block;
        width: 1px;
        height: 1em;
        background-color: #231815;
        @media screen and (max-width: 767px) {
          height: 2em;
        }
      }
      &::before {
        left: 0;
        transform: rotate(-30deg);
      }
      &::after {
        right: 0;
        transform: rotate(30deg);
      }
    }
    & dd {
      text-align: center;
      margin: 0;
      & picture {
        margin-bottom: 0;
      }
    }
  }
}

/**/
@media (min-width: 1000px) {
  .blue-round {
    /* background-image: url("images/blue-round-pc.svg"); */
    /* background-size: cover; */
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
    padding: 10px;
    margin: auto;
    margin-bottom: 5em;
    max-width: 850px;
    width: 100%;
    /* height: 810px; */
    background-color: #fff;
    /* 20240904 変更 */
    /* border-radius: 6em; */
    border-radius: 50px;
    box-shadow: 8px 7px 12px #bac0db;
  }
}
h3.kenkou-point {
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.kenkou-point img {
  width: 120px;
  margin-right: 10px;
}
h3.kenkou-point p {
  font-size: 29px;
  color: #192a85;
  font-weight: bold;
  line-height: 1.2;
}
h3.kenkou-point p span {
  display: block;
  color: #333;
  font-size: 50%;
  margin-top: 6px;
}
ul.point-future {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
ul.point-future li {
  list-style-type: none;
  width: 29%;
  margin-right: 3%;
}
ul.point-future li:last-child {
  margin-right: unset;
}
ul.point-future li img {
}
.tameruto-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-tameruto-base,
.img-tameruto-card {
}
.text-tameruto-base {
  width: 350px;
}
.img-tameruto-card {
  width: 360px;
}
p.name-yurai {
  text-align: center;
  font-size: 16px;
  margin-top: 1.7em;
}
@media (max-width: 999px) {
  .blue-round {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 1px #8ab0b9;
    padding: 5px 11px;
    margin-bottom: 2em;
  }
}
@media (max-width: 750px) {
  h2.sec01 span {
    font-size: 20px;
    line-height: 1.3;
  }
  h2.sec01 span.imgfukidashi {
    width: 220px;
    min-width: 35%;
  }
  h3.kenkou-point img {
    width: 90px;
  }
  h3.kenkou-point {
    margin-top: 0;
  }
  h3.kenkou-point p {
    font-size: 19px;
  }
  .blue-round {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 6px 6px 1px #8ab0b9;
    padding: 5px 11px;
    margin-bottom: 2em;
  }
  ul.point-future {
    display: none;
  }
  .tameruto-card {
    display: block;
    margin-top: 2em;
  }
  .text-tameruto-base {
    width: 80%;
    margin: auto;
  }
  p.name-yurai {
    text-align: justify;
    font-size: 14px;
  }
  section.part-yellow {
    /*background: #fbf5b3;*/
    padding-top: 0.3em;
  }
  .img-tameruto-card {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .red-round {
    background-image: url("images/red-round-pc.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 1000px;
    height: 1015px;
    margin: auto;
    padding: 10px;
  }
}
h3.merit4 {
  text-align: center;
  font-size: 34px;
  color: #b5282d;
  margin: 48px auto 20px;
}
ul.merit3list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  max-width: 850px;
  margin: auto;
  margin-bottom: 10px;
}
ul.merit3list li {
  margin-right: 25px;
}
ul.merit3list li:last-child {
  margin-right: unset;
}
ul.merit3list li dt {
  min-width: 230px;
}
ul.merit3list li dd {
  margin: unset;
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
}
.merit04 {
  display: flex;
  align-items: center;
  justify-content: center;
}
p.text-merit04 {
}
p.img-nobori {
  width: 500px;
  margin-left: 20px;
}
.banner-to-entry {
  /* max-width: 570px; */
  margin: auto;
}
@media (max-width: 999px) {
  .red-round {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 1px #d0a4a6;
    padding: 5px 11px 25px;
  }
  ul.merit3list li {
    flex-basis: 30%;
  }
  ul.merit3list li dt {
    min-width: unset;
  }
}
@media (max-width: 750px) {
  h3.merit4 {
    font-size: 23px;
    margin-top: 23px;
  }
  ul.merit3list {
    display: block;
    margin-bottom: 3em;
  }
  ul.merit3list li {
    margin-right: unset;
  }
  ul.merit3list li dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.merit3list li dt {
    min-width: unset;
    width: 100%;
    margin-right: 12px;
  }
  ul.merit3list li dd {
    font-size: 16px;
  }
  ul.merit3list li:nth-child(2) dl {
    flex-direction: row-reverse;
  }
  ul.merit3list li:nth-child(2) dl dt {
    /* margin-left: 12px; */
    margin-right: unset;
  }
  /**/
  .merit04 {
    display: block;
  }
  p.text-merit04 {
    max-width: 90%;
    margin: auto;
  }
  p.img-nobori {
    width: unset;
    margin: unset;
    margin-top: 10px;
  }
}
.green-round {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 6px 6px 1px #9eb524;
  margin: auto;
  padding: 30px;
  margin-bottom: 50px;
}
h3.green-text {
  color: #9eb524;
  text-align: center;
  font-size: 33px;
  margin-top: 12px;
  margin-bottom: 12px;
  &.small {
    font-size: 28px;
  }
}
.flow-raiten {
  margin: 1rem 0;
  padding: 0 15px;
  @media (width <= 767px) {
    padding: 0;
  }
  & picture {
    & source,
    & img {
      max-width: 100%;
    }
  }
}
ul.flow-raiten {
  display: none;
  padding: unset;
  list-style-type: none;
}
ul.flow-raiten li {
  background-repeat: no-repeat;
}
ul.flow-raiten li:first-child {
}
ul.flow-raiten li:last-child {
  background: none;
}
ul.flow-raiten dl {
}
ul.flow-raiten dt {
}
ul.flow-raiten dd {
  margin-left: 0;
}
ul.flow-raiten dd img {
}
ul.flow-raiten dd p {
}
@media (min-width: 751px) {
  ul.flow-raiten {
    display: none;
    align-items: start;
    justify-content: center;
    padding-left: 15px;
  }
  ul.flow-raiten li {
    padding-right: 45px;
    margin-left: 25px;
    flex-basis: 33%;
    background-image: url("images/b-block/arrow-right.svg");
    background-size: 20px 35px;
    background-position: right;
  }
  ul.flow-raiten li:first-child {
  }
  ul.flow-raiten li:last-child {
  }
  ul.flow-raiten dl {
  }
  ul.flow-raiten dt {
    max-width: 210px;
    margin: auto;
  }
  ul.flow-raiten dd {
    width: 100%;
    margin: 0;
  }
  ul.flow-raiten dd img {
  }
  ul.flow-raiten dd p {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .green-round {
    padding: 17px;
    border-radius: 13px;
    box-shadow: 5px 3px 7px #9eb524;
  }
  h3.green-text {
    font-size: 23px;
    margin-bottom: 12px;
    &.small {
      font-size: 18px;
    }
  }
  ul.flow-raiten {
  }
  ul.flow-raiten li {
    background-image: url("images/b-block/arrow-under.svg");
    padding-bottom: 16px;
    margin-bottom: 15px;
    background-size: 30px 13px;
    background-position: bottom center;
  }
  ul.flow-raiten li:first-child {
  }
  ul.flow-raiten li:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
  }
  ul.flow-raiten dl {
  }
  ul.flow-raiten dt {
    text-align: center;
  }
  ul.flow-raiten dt img {
    width: 90%;
  }
  ul.flow-raiten dd {
    display: flex;
  }
  ul.flow-raiten dd img {
    width: 45%;
  }
  ul.flow-raiten dd p {
    margin: 0;
    font-size: 15px;
    margin-left: 1px;
  }
}
ul.start-flow {
  padding: unset;
  list-style-type: none;
}
ul.start-flow li {
  background-repeat: no-repeat;
}
ul.start-flow li:last-child {
  background: none;
  margin-right: unset;
}
ul.start-flow li dl {
}
ul.start-flow li dl dt {
}
ul.start-flow li dl dd {
  margin: unset;
}
ul.start-flow li dl dd p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #4d99c4;
  border-radius: 13px;
  margin: unset;
  padding: 5px;
}
@media (min-width: 751px) {
  ul.start-flow {
    display: flex;
    justify-content: center;
  }
  ul.start-flow li {
    background-image: url(images/b-block/arrow-right.svg);
    background-position: right center;
    background-size: 12px 26px;
    padding-right: 25px;
    margin-right: 18px;
    flex-basis: 25%;
  }
  ul.start-flow li:last-child {
  }
  ul.start-flow li dl {
  }
  ul.start-flow li dl dt {
  }
  ul.start-flow li dl dd {
  }
  ul.start-flow li dl dd p {
  }
}
@media (max-width: 750px) {
  ul.start-flow {
  }
  ul.start-flow li {
    background-image: url(images/b-block/arrow-under.svg);
    background-size: 24px 11px;
    background-position: bottom center;
    padding-bottom: 6px;
  }
  ul.start-flow li:last-child {
    padding: unset;
  }
  ul.start-flow li dl {
    display: flex;
    align-items: center;
  }
  ul.start-flow li dl dt {
  }
  ul.start-flow li dl dd {
    flex-basis: 80%;
    margin-left: 14px;
  }
  ul.start-flow li dl dd p {
  }
}
/**/
section.subsec {
  margin-bottom: 50px;
}
/**/
p.sec04-p {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
p.sec04-p span {
  font-size: 85%;
  font-weight: normal;
}
.sec04-caution {
  text-align: center;
}
@media (max-width: 768px) {
  p.sec04-p {
    text-align: justify;
    font-size: 22px;
  }
  .sec04-caution {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  p.sec04-p {
    font-size: 16px;
  }
  .sec04-caution {
    font-size: 75%;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーー
custom post list view（sample）
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
ul.post-list {
  padding: unset;
  list-style-type: none;
}
ul.post-list li {
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: 3px 3px 4px #cdcdcd;
}
ul.post-list li dl {
  margin: unset;
}
ul.post-list li dl dt {
}
.photoframe {
}
.photoframe img {
  aspect-ratio: 177/122;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.post-list li dl dd {
  margin: unset;
}
/**/
p.category-place {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
h3.custompost-title {
  font-size: 19px;
  line-height: 1.2;
  margin: unset;
  margin-bottom: 4px;
  margin-top: 3px;
}
p.servicename {
  margin: unset;
  font-size: 15px;
  font-weight: bold;
  color: #2196f3;
  margin-bottom: 7px;
}
p.excerpt {
  margin: unset;
  font-size: 14px;
}
@media (min-width: 769px) {
  ul.post-list {
    padding: unset;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.post-list li {
    flex-basis: 23%;
    margin: 1%;
    padding: 14px;
  }
  ul.post-list li dl {
  }
  ul.post-list li dl dt {
  }
  .photoframe {
  }
  .photoframe img {
  }
  ul.post-list li dl dd {
    margin: unset;
    margin-top: 8px;
  }
  /**/
  p.category-place {
  }
  h3.custompost-title {
  }
  p.servicename {
  }
  p.excerpt {
  }
}
@media (max-width: 768px) {
  ul.post-list {
    padding: unset;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  ul.post-list li {
    /* flex-basis: 48%; */
    margin: 1%;
  }
  ul.post-list li dl {
    display: flex;
  }
  ul.post-list li dl dt {
    /* flex-basis: 40%; */
    margin-right: 12px;
  }
  .photoframe {
    width: 90px;
    height: 90px;
  }
  .photoframe img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  ul.post-list li dl dd {
    margin: unset;
    /* flex-basis: 60%; */
  }
  /**/
  p.category-place {
    font-size: 13px;
  }
  h3.custompost-title {
    font-size: 20px;
  }
  p.servicename {
    font-size: 16px;
  }
  p.excerpt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  ul.post-list {
    /* display: unset; */
  }
  ul.post-list li {
    /* margin: unset; */
    /* margin-bottom: 20px; */
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーー
固定ページタイトル（デフォルト）
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
h1.page-title {
  background-color: #77a6cc;
  font-size: 20px;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 1em auto 1em;
}
h1.page-title.narrow {
  max-width: 900px;
}
h1.page-title.basic {
  max-width: 1000px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーー
本サイト化
トップページ
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-right-part {
  display: flex;
  justify-content: right;
  align-items: center;
}
ul.nav-main2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.nav-main2 li {
  margin-right: 1em;
}
ul.nav-main2 li a {
}
ul.nav-main2 li a {
}
ul.nav-main2 li a {
  position: relative;
  display: inline-block;
  /* padding: 0 0 0 16px; */
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  padding-right: 10px;
  line-height: 1.3;
}
ul.nav-main2 li a::before,
ul.nav-main li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: unset;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
ul.nav-main2 li a::before {
  right: 0;
  left: unset;
  width: 7px;
  height: 7px;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/
div.movie-box {
  max-width: 800px;
  margin: auto;
  padding: 2em 0;
}
h2.title-sec02 {
  max-width: 110px;
  height: auto;
  margin: 0 auto 1em;
}
div.movie-box iframe {
  max-width: 560px;
  display: block;
  margin: auto;
}
@media (max-width: 1150px) {
  .header-inner {
    display: block;
  }
  .hd-sitelogo {
    margin: 0 auto 1em;
  }
  .hd-right-part {
    justify-content: center;
  }
  .hd-cv-btn-part.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  div.movie-box iframe {
    width: 100%;
    max-height: 200px;
  }
  .hd-sitelogo {
    margin-bottom: 0;
  }
}
h2.title-sec03 {
  max-width: 190px;
  margin: auto auto 1em;
}
div.wrapper-narrow {
  /* 20240904 変更 */
  /* max-width: 770px; */
  max-width: 849px;
}
.message-box {
  padding: 2em 4em;
}
.message-box p {
  line-height: 2;
  text-align: justify;
}
p.text-right.name-chiji {
  text-align: right;
  font-size: 110%;
  margin-bottom: 0;
}
div.top-banner01 {
  max-width: 780px;
}
div.top-banner01 a {
  display: block;
  border-radius: 21px;
  box-shadow: 1px 1px 7px #2f2e2e;
}
@media (max-width: 767px) {
  .message-box {
    padding: 1em 2em;
  }
  .message-box p {
    font-size: 13px;
    line-height: 1.7;
  }
  p.text-right.name-chiji {
    font-size: 14px;
  }
}
/**/
.ft-baseinfo.left {
  width: 30%;
  /* 20240904 変更 */
  @media screen and (max-width: 960px) {
    width: 100%;
    float: none;
    .ft-logo {
      margin-left: auto;
      margin-right: auto;
    }
    p.ft-info-name {
      text-align: center;
    }
  }
}
nav.ft-nav.right {
  /* width: 69%; */
  width: 67%;
  /* 20240904 変更 */
  @media screen and (max-width: 960px) {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  /**/
  .ft-baseinfo.left,
  nav.ft-nav.right {
    width: 100%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページタイトル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.kasou-title-part {
  padding: 3.7em 0 2em;
  background-image: url("images/bg-pagetitle.svg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1500px 70px;
  background-color: #fff;
}
.kasou-title-part h1 {
  text-align: center;
  margin: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
市区町村スポットページ（single-cityspot）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
main.cityspot {
}
article.cityspot {
  background-image: url(images/bg-part-green.webp);
  background-size: 870px;
  padding: 2em 0;
}
.cityspot-inner {
  background-color: #fff;
  padding: 2em;
  border-radius: 2em;
}
article.cityspot .wrapper {
  max-width: 1100px;
}
.title-sec {
  display: flex;
  justify-content: space-between;
  /* margin-top: 2em; */
  background-color: #cef0ff;
  border-radius: 1em;
}
.title-part {
  width: 60%;
  padding: 1.8em;
}
.title-part.full-width {
  width: 100%;
}
.photo-part {
  width: 35%;
  max-width: 400px;
  min-width: 380px;
  background-color: #fff;
}
.photo-part a {
  display: block;
}
.photo-part a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .photo-part {
    min-width: unset;
  }
  .photo-part a img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  article.cityspot {
    padding: 1em 0;
  }
  .cityspot-inner {
    padding: 1.2em;
    border-radius: 1em;
  }
  .title-sec {
    display: block;
    padding: 1em;
  }
  .title-part,
  .photo-part {
    width: 100%;
  }
  .title-part {
    padding: 0.3em 0.6em;
  }
}
/**/
.gmap-sec {
  margin: auto;
}
.acf-map {
  width: 100%;
  height: 450px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .acf-map {
    max-height: 360px;
  }
}
/**/
p.city-name {
  margin: 0;
  margin-bottom: 0.1em;
  font-weight: bold;
  font-size: 22px;
  /* color: #755a0a; */
}
.title-part h1 {
  margin: 0 0 0.2em;
  font-size: 35px;
  line-height: 1.2;
}
p.tantou-madoguchi {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #7d7878;
  padding-top: 0.4em;
}
.title-partline {
  /* background-color: #ffe9a6; */
  /* padding: 1em 1.5em; */
  width: 100%;
  /* border-radius: 0.8em; */
}
dl.sankataisyo {
  display: flex;
  align-items: flex-start;
}
dl.sankataisyo dt {
  font-size: 14px;
  background-color: #ff9800;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1.3em 0.3em 0.6em;
  border-radius: 0 1em 1em 0;
  margin-right: 1em;
  font-weight: bold;
}
dl.sankataisyo dd {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  p.city-name {
    font-size: 18px;
  }
  .title-part h1 {
    font-size: 26px;
  }
  p.tantou-madoguchi {
    font-size: 17px;
  }
  dl.sankataisyo {
    margin-bottom: 0;
  }
  dl.sankataisyo dt {
  }
  dl.sankataisyo dd {
  }
}
@media (max-width: 767px) {
  p.city-name {
    font-size: 15px;
  }
  .title-part h1 {
    font-size: 22px;
  }
  p.tantou-madoguchi {
    font-size: 15px;
  }
  dl.sankataisyo {
    margin-bottom: 0;
  }
  dl.sankataisyo dt {
    font-size: 12px;
  }
  dl.sankataisyo dd {
    font-size: 16px;
  }
}
/**/
.message-sec {
  width: 95%;
  margin: 1em auto 3em;
}
.message-sec p {
  font-size: 19px;
  line-height: 1.6;
}
/**/
.spot-maininfo-block {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 2em;
}
.point-sec {
  width: 55%;
}
.basic-info-sec {
  width: 40%;
  /* border-top: 1px solid #cdcdcd; */
  /* padding-top: 1em; */
}
@media (max-width: 768px) {
  .spot-maininfo-block {
    display: block;
  }
  .point-sec,
  .basic-info-sec {
    width: 100%;
  }
  .point-sec {
  }
  .basic-info-sec {
  }
}
@media (max-width: 767px) {
  .message-sec p {
    font-size: 16px;
  }
}
/**/
dl.point-details {
  margin-bottom: 2em;
  margin-top: 0;
}
dl.point-details dt {
  background-color: #cef0ff;
  padding: 0.2em 0.7em;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0.6em;
}
dl.point-details dd {
  margin: 0;
  margin-left: 0.5em;
}
/**/
.basic-info-sec-contents {
  border-top: 1px solid #cdcdcd;
  padding-top: 1em;
}
/**/
dl.basic-info {
  display: flex;
  margin-top: 0;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 1em;
}
dl.basic-info dt {
  font-size: 13px;
  width: 20%;
  margin-right: 1em;
}
dl.basic-info dd {
  margin: 0;
  width: 73%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .basic-info-sec-contents {
  }
}
/**/
.dl-btn-sec {
  margin-bottom: 3em;
}
ul.dl-btn-part {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.dl-btn-part li {
  /* width: 30%; */
  margin: 1em 1em;
}
ul.dl-btn-part li a {
  display: block;
  background-color: #ffc107;
  text-align: center;
  color: #4a3a23;
  text-decoration: none;
  font-weight: bold;
  font-size: 23px;
  padding: 0.4em 3em;
  border-radius: 1.4em;
  box-shadow: 1px 2px 2px #888888;
}
ul.dl-btn-part li a:hover {
  box-shadow: -1px -1px 6px #888888;
}
@media (max-width: 768px) {
  ul.dl-btn-part li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.dl-btn-part {
  }
  ul.dl-btn-part li {
    margin: 0.6em 0;
  }
  ul.dl-btn-part li a {
    font-size: 17px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
準備中市区町村
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.preparation {
  max-width: 600px;
  margin: auto;
}
.preparation h1 {
}
.preparation h1 span.city-name {
  display: block;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5em;
}
.preparation h1 span.preparation-date {
  display: block;
  text-align: center;
  background-color: #fd7f57;
  color: #fff;
  font-size: 30px;
  padding: 0.6em;
  border-radius: 5px;
}
.preparation p {
  text-align: center;
}
/**/
.city-tool-link-part {
}
ul.city-tool-link {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
ul.city-tool-link li {
  margin-bottom: 1em;
}
ul.city-tool-link li a {
  display: block;
  text-align: center;
  background-color: #50aad2;
  text-decoration: none;
  padding: 0.4em;
  font-weight: bold;
  color: #fff;
  border-radius: 1em;
  box-shadow: 1px 2px 2px #888888;
}
ul.city-tool-link li a:hover {
  box-shadow: -1px -1px 6px #888888;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SHOP SPOT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.title-sec.type-shop {
  background-color: #fff38d;
}
.title-part.shop-title {
  width: 100%;
  padding: 1.6em;
}
p.title-shoulder {
  margin: 0;
  font-weight: bold;
}
.title-part.shop-title h1 {
  font-size: 33px;
  /* margin-bottom: 0.6em; */
  color: #53584d;
}
article.shopspot,
main.shopspot-archive {
  /* background-image: url(images/bg-part-yellow.webp); */
  /* background-size: 870px; */
  background-image: url(images/bg-part-yellow-2.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
article.shopspot {
  padding: 2em 0;
}
/**/
.service-sec {
  background-color: #fafde3;
  border-radius: 0.3em;
  padding: 0.4em 1em 0.001em;
  margin-top: 1em;
}
dl.service {
  margin: 0.6em 0;
  display: flex;
  align-items: flex-start;
}
dl.service dt {
  background-color: #ff5722;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 15px;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin-right: 0.9em;
  min-width: 9em;
  text-align: center;
}
dl.service dd {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
/**/
dl.service.othercard {
  align-items: center;
}
dl.service.othercard dt {
  background-color: unset;
  min-width: unset;
  font-size: 12px;
  margin-bottom: 0;
  border-radius: 0;
  color: #232323;
  border: 1px solid #848484;
}
dl.service.othercard dd {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/**/
ul.shop-photo-group {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
ul.shop-photo-group li {
  width: 49%;
}
ul.shop-photo-group li img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
}
.message-part {
}
.message-part h3 {
  margin-bottom: 0.3em;
  font-size: 15px;
  color: #585446;
  padding: 0.3em;
  background-color: #fff28c;
}
.message-part p {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 0;
}
dl.basic-info.shop-info {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
article.shopspot .basic-info-sec-contents {
  padding-top: 0.6em;
}
@media (max-width: 767px) {
  p.title-shoulder {
    /* background-color: #a8b718;
    color: #fff;
    font-size: 14px;
    padding: 0.2em; */
  }
  .title-sec.type-shop {
    padding: 1.2em;
  }
  .title-part.shop-title {
    padding: 0;
  }
  .title-part.shop-title h1 {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
  .service-sec {
    padding: 0.6em;
    padding-bottom: 0.1px;
  }
  dl.service {
    display: block;
  }
  dl.service dt {
    font-size: 12px;
  }
  dl.service dd {
    font-size: 15px;
  }
  ul.shop-photo-group li img {
    max-height: 123px;
  }
}
.title-shoulder-group {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
ul.area-tax {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
}
ul.area-tax li {
  font-weight: bold;
}
ul.area-tax li:first-child {
  /* font-size: 12px; */ /* margin-right: 1em; */
}
ul.area-tax li:last-child {
  /* font-size: 12px; */
}
@media (max-width: 767px) {
  .title-shoulder-group {
    /* display: block; */
  }
  ul.area-tax {
    /* justify-content: flex-end;
    margin-top: 0.4em; */
  }
  span.slash {
    /* display: none; */
  }
}
main.shopspot-archive {
  .sec00 {
    margin-top: 40px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SHOP SPOT archive
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1.shopspot {
  max-width: 610px;
  margin: auto;
}
/*2column*/
.wrapper.column-2col {
  /* display: flex; */
  justify-content: space-between;
  padding: 1em 0 2em;
  align-items: flex-start;
  max-width: 1200px;
}
.col2-main-part.archive-list {
  /* width: 73%; */
  width: 100%;
}
.col2-side-part {
  /* width: 24%; */
  width: 100%;
  /* border: 1px solid #cdcdcd; */
  padding: 1em;
  background-color: #fff;
  box-shadow: 2px 2px 5px #d2c6a1;
  border-radius: 1em;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .wrapper.column-2col {
    display: block;
  }
  .col2-main-part.archive-list,
  .col2-side-part {
    width: 100%;
  }
  .col2-main-part.archive-list {
  }
  .col2-side-part {
    margin-bottom: 1em;
    position: relative;
  }
}
/**/
.archive-list {
}
.archive-list article.shopspot {
  background: none;
  padding: unset;
  /* border: 1px solid #cdcdcd; */
  margin-bottom: 1em;
  padding: 1em;
  background-color: #fff;
  border-radius: 0.3em;
  box-shadow: 2px 2px 5px #d2c6a1;
}
.archive-list article.shopspot h2 {
}
/**/
dl.service.syozaichi {
  border-top: 1px solid #cdcdcd;
  padding-top: 1em;
}
dl.service.syozaichi dt {
  background-color: #b3afaf;
  font-size: 13px;
}
dl.service.syozaichi dd {
  font-weight: normal;
}
/**/
p.industry-icon {
}
/**/
.searchgroup ul {
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
  margin-top: 0;
  /* 20240926　編集 */
  /* margin-bottom: 3em; */
  margin-bottom: 0.5em;
  @media screen and (max-width: 767px) {
    margin-bottom: 0.5em;
  }
}
.searchgroup ul li,
.searchgroup ul li li {
  display: block;
  padding-right: unset;
}
.searchgroup input[type="submit"] {
  /* margin-top: 1em; */
  width: 100%;
  max-width: 200px;
  /* background-color: #de0019; */
  background-color: #efefef;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  padding: 1px 6px;
  /* box-shadow: 1px 1px 3px #989292; */
}
.searchgroup h4 {
  margin-bottom: 0.4em;
}
.searchgroup input[type="submit"]:hover {
  background-color: #dc7b5d;
}
@media (max-width: 767px) {
  .searchgroup input[type="submit"] {
    max-width: unset;
  }
}

/* 20240926　編集 */
form.search {
  margin-bottom: 0.5em;
  input[type="search"] {
    padding: 0.21em;
  }
}
.freeword {
  & + .searchgroup {
    form.searchandfilter {
      > div {
        > ul {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 2em;
          gap: 0;
          li:first-child {
            ul {
              gap: 5px 20px;
            }
          }
        }
      }
    }
  }
}
.searchgroup {
  form.searchandfilter {
    > div {
      > ul {
        gap: 0;
        li:first-child {
          select {
            margin-right: 5px;
          }
          ul {
            gap: 5px 20px;
          }
        }
      }
    }
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SHOP SPOT 複合商業施設
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
ul.conp-shoplink {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.conp-shoplink li {
  /* display: inline-block; */
  margin: 0.2em;
}
ul.conp-shoplink li a {
  /* text-decoration: none; */
  display: block;
  background-color: #ff9800;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 0.3em 1em;
  border-radius: 1em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1.about {
  max-width: 760px;
  margin: auto;
}
section.part-yellow.part-blue {
  background-image: url("images/about/bg-part-blue.svg");
}
.green-round.blue-ver {
  box-shadow: 8px 8px 7px #91c3ea;
}
h2.abaut-h2 {
  text-align: center;
  color: #c10d1f;
  font-size: 29px;
  & img {
    max-width: 430px;
    width: 80%;
  }
}
p.about-kenkou-point {
  margin: auto;
  max-width: 840px;
}
.wrap-narrow {
  max-width: 770px;
  margin: auto;
}
p.honbun-l {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  line-height: 1.7;
}
span.aka-kinami {
  color: #c10d1f;
}
h3.maruobi-oudoiro {
  text-align: center;
  background-color: #b58c4f;
  color: #fff;
  font-size: 21px;
  padding: 0.4em;
  border-radius: 2em;
  margin-bottom: 0.1em;
}
p.oudoiro-big {
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  margin: 0.5em 0 0;
  color: #966f36;
}
@media (max-width: 767px) {
  h2.abaut-h2 {
    font-size: 19px;
    line-height: 1.4;
  }
  p.honbun-l {
    font-size: 17px;
    text-align: justify;
  }
  h3.maruobi-oudoiro {
    font-size: 17px;
    border-radius: 11px;
  }
  p.oudoiro-big {
    font-size: 12px;
  }
}
.about-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.left-text-part {
  width: 55%;
}
.right-image-part {
  width: 40%;
}
ul.basic-ul {
}
ul.basic-ul li {
  margin-bottom: 2em;
}
a.search-link-red {
  text-align: center;
  background-color: #e10119;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  margin: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #000000;
  max-width: 340px;
}
.right-image-part.card-ab {
  max-width: 270px;
}
.right-image-part.card-ab img {
  margin: 0.4em;
}
@media (max-width: 767px) {
  .about-flex {
    display: block;
  }
  .left-text-part,
  .right-image-part {
    width: 100%;
  }
  .left-text-part {
    margin-bottom: 1em;
  }
  .right-image-part {
  }
  .right-image-part.card-ab {
    display: flex;
    max-width: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .right-image-part.card-ab img {
    width: 45%;
    max-width: 100%;
  }
}
/**/
section#about-sec04 {
  background-color: #ececec;
  padding-top: 2em;
  padding-bottom: 1em;
}
section#about-sec04 h2 {
  margin-top: 0;
}
ul.blue-arrow-triple {
  list-style-type: none;
  padding: 0;
}
ul.blue-arrow-triple li {
  display: flex;
  justify-content: flex-start;
}
div.blue-hidarigawa,
ul.blue-arrow-triple li div.triple-arrow {
}
div.blue-hidarigawa {
  width: 40%;
  margin-right: 18px;
}
ul.blue-arrow-triple li div.triple-arrow {
  width: 60%;
  padding-left: 75px;
  background-image: url("images/about/arrow-blue-triple.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left 16px;
}
ul.blue-arrow-triple li h3 {
  align-items: flex-end;
  background-color: #2196f3;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #21394c;
  margin: 0;
  font-size: 18px;
}
ul.blue-arrow-triple li div.triple-arrow h4 {
  margin-top: 0;
  font-size: 23px;
  line-height: 1.3;
  color: #067bd8;
  margin-bottom: 10px;
}
ul.blue-arrow-triple li div.triple-arrow p {
  margin-top: 0;
}
@media (max-width: 767px) {
  ul.blue-arrow-triple li {
    display: block;
  }
  div.blue-hidarigawa,
  ul.blue-arrow-triple li div.triple-arrow {
    width: 100%;
  }
  div.blue-hidarigawa {
    margin-bottom: 1em;
  }
  ul.blue-arrow-triple li div.triple-arrow {
    background-size: 50px;
    background-position: left 10px;
    padding-left: 66px;
  }
  ul.blue-arrow-triple li h3 {
    font-size: 17px;
    padding: 0.6em;
  }
  ul.blue-arrow-triple li div.triple-arrow h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.search-link-red {
}
.search-link-red::before {
  left: unset;
  right: 15px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
申請窓口
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p.h1-no-soegaki {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
p.h1-no-soegaki span {
  display: block;
  font-size: 12px;
}
/**/
h2.abaut-h2.request-sec01 {
  color: #152288;
  font-weight: bold;
}
/**/
ul.request-flow {
  display: block;
  padding: 0;
  max-width: 750px;
  margin: auto;
}
ul.request-flow li {
  background-image: url("images/b-block/arrow-under.svg");
  padding-bottom: 16px;
  margin-bottom: 0px;
  background-size: 35px 20px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
ul.request-flow li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
ul.request-flow li dl dt {
  width: 17%;
}
ul.request-flow li dl dd {
  width: 76%;
}
ul.request-flow li dl dd p {
  margin: 0;
  margin-bottom: 0.7em;
}
/**/
.wrapper.jichitai-link-part {
  max-width: 740px;
  margin: auto;
}
.wrapper.jichitai-link-part h3.basic-01 {
  /* text-align: center; */
  font-size: 23px;
  margin-bottom: 0.5em;
}
.wrapper.jichitai-link-part h3.basic-01 span {
  font-size: 50%;
}
.wrapper.jichitai-link-part p {
}
p.caution {
}
/**/
ul.jichitai-link {
  padding: 0;
  max-width: 740px;
  margin: auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
ul.jichitai-link li {
  width: 20%;
  line-height: 2;
}
ul.jichitai-link li a {
}
@media (max-width: 767px) {
  h2.abaut-h2.request-sec01 {
    font-size: 23px;
  }
  .wrapper.jichitai-link-part {
    width: 100%;
  }
  .wrapper.jichitai-link-part h3.basic-01 {
    font-size: 21px;
    line-height: 1.5;
  }
  .wrapper.jichitai-link-part h3.basic-01 span {
    display: block;
    /* text-align: right; */
  }
  ul.jichitai-link li {
    width: 33%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
よくある質問
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1.faq {
  max-width: 610px;
  margin: auto;
}
/**/
ul.faq-inlink {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
ul.faq-inlink li {
  width: 48%;
}
ul.faq-inlink a {
  background-color: #0b347d;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1em 0.5em 1.4em;
  font-size: 19px;
  border-radius: 7px;
  box-shadow: 2px 2px 3px #4b5567;
}
h2.faq-sec {
  color: #0e347c;
  font-size: 29px;
}
h2.faq-sec.faq-sec01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2.faq-sec.faq-sec01 span {
}
h2.faq-sec.faq-sec01 span a {
  font-size: 15px;
}
div#faq-sec01 {
}
div.faq-wrapper {
}
/**/
dl.faq-contents {
  position: relative;
  width: 96%;
  margin: auto;
  margin-bottom: 3em;
}
dl.faq-contents dt,
dl.faq-contents dd {
  padding-left: 38px;
  position: relative;
}
dl.faq-contents dt {
  font-size: 25px;
  color: #006cad;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
dl.faq-contents dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
/**/
dl.faq-contents dt::before,
dl.faq-contents dd::before {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
/**/
dl.faq-contents dt::before {
  content: "Q";
}
dl.faq-contents dd::before {
  content: "A";
  color: #dd0119;
}
/**/
.faqlink {
}
.faqlink::before {
  left: 0;
  right: 0;
  bottom: 7px;
  top: unset;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  ul.faq-inlink a {
    font-size: 13px;
  }
  .faqlink::before {
    width: 8px;
    height: 8px;
  }
  /**/
  h2.faq-sec {
    font-size: 19px;
  }
  /**/
  h2.faq-sec.faq-sec01 {
    display: block;
    margin-bottom: 3em;
  }
  h2.faq-sec.faq-sec01 span {
    display: block;
  }
  h2.faq-sec.faq-sec01 span a {
    font-size: 70%;
    text-align: right;
    display: block;
    margin-top: 0.3em;
  }
  /**/
  dl.faq-contents dt {
    font-size: 19px;
    padding-top: 0.2em;
  }
  dl.faq-contents dt::before,
  dl.faq-contents dd::before {
    font-size: 28px;
  }
  dl.faq-contents dd {
    font-size: 15px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページver03
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/**/
h4.head-border {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.2em;
}
h4.head-border {
  display: flex;
  align-items: center;
}
h4.head-border:before,
h4.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
h4.head-border:before {
  margin-right: 1rem;
}
h4.head-border:after {
  margin-left: 1rem;
}
/**/
h2.icon-search {
  text-align: center;
  font-size: 35px;
  color: #de0e1b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
span.icon-s {
  display: block;
  max-width: 50px;
  margin-right: 0.3em;
}
/**/
.green-round.yellow-round {
  max-width: 1200px;
  box-shadow: 3px 3px 6px #b38809;
}
.top-omisesearch {
  display: flex;
  justify-content: space-between;
  /* 20240904 変更 */
  /* align-items: center; */
  @media screen and (max-width: 980px) {
    flex-direction: column;
    gap: 30px;
  }
  &.pc-only {
    /* display: block; */
    @media screen and (max-width: 767px) {
      display: none !important;
    }
  }
  &.sp-only {
    display: none !important;
    @media screen and (max-width: 767px) {
      display: block !important;
    }
  }
}
@media screen and (min-width: 768px) {
  .top-omisesearch.sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .top-omisesearch.pc-only {
    display: none !important;
  }
  .top-omisesearch.sp-only {
    display: block !important;
  }
}
.shoptools {
  width: 30%;
  /* 20240904 変更 */
  img {
    margin-top: 1rem;
  }
  @media screen and (max-width: 980px) {
    width: 100%;
  }
  .searchgroup {
    @media screen and (max-width: 767px) {
      display: flex;
      /* justify-content: center; */
    }
  }
}
.top-search-parts {
  width: 68.7%;
  /* 20240904 変更 */
  @media screen and (max-width: 980px) {
    width: 100%;
  }
}
/**/
.search-parts-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left-group,
.right-group {
  width: 49%;
}
.left-group {
}
.right-group {
}
/**/
.search-gr.search-gr-01 {
  margin-bottom: 3em;
  input[type="search"] {
    padding: 0.28em;
    @media screen and (max-width: 767px) {
      width: 70%;
      outline: 1px solid rgb(118, 118, 118);
      border-radius: 2px;
      border: none;
    }
  }
}
.search-gr.search-gr-01 input[type="search"] {
  outline: 1px solid rgb(118, 118, 118);
  border-radius: 2px;
  border: none;
}
.search-gr.search-gr-01 input[type="search"]:focus {
  outline: 1px solid #04a4cc;
}
/*検索ツール見出し*/
.searchgroup h4,
h4.midashi-search-parts {
  margin-top: 0;
  margin-bottom: 0.6em;
  background-color: #01b4dc;
  color: #fff;
  padding: 0.3em;
  font-size: 18px;
  text-align: left;
}
/**/
ul.search-btn {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
ul.search-btn li {
  width: 48%;
  margin: 0.3em 0;
}
ul.search-btn li a {
  border-radius: 4px;
  display: block;
  box-shadow: 1px 1px 1px #cdcdcd;
}
/*左*/
ul.search-btn.search-btn-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 15px;
}
ul.search-btn.search-btn-category li {
  /* margin: 0.5em 0; */
  width: 100%;
  height: 30px;
}
ul.search-btn.search-btn-category li a {
  display: grid;
  place-content: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #5f3819;
  background: #d8ecf5;
  border-style: Solid;
  border-color: #4ca0cb;
  border-width: 1px;
  box-shadow: 2.15px 2.15px 2.15px rgba(4, 0, 0, 0.2);
  text-decoration: none;
  transition: 0.3s all ease;
}
ul.search-btn.search-btn-category li a:hover {
  opacity: 0.6;
}
/*右*/
.search-gr.search-gr-03 {
  margin-bottom: 0;
  .subsec-mini {
    margin-top: 15px;
  }
}
.search-gr.search-gr-03 img {
  max-width: 170px;
  margin: auto;
  display: block;
}
.search-gr.search-gr-03 h4.head-border {
  font-size: 13px;
}
/**/
ul.search-btn.search-btn-area li a {
  font-size: 14px;
  padding: 0.8em 0.6em;
}
ul.search-btn.search-btn-area li a::before {
  right: 7px;
  width: 7px;
  height: 7px;
}
a.arrow.search-link-red.area-bay {
  background-color: #7eb94d;
}
a.arrow.search-link-red.area-hokuso {
  background-color: #e46277;
}
a.arrow.search-link-red.area-kujyukuri {
  background-color: #429fef;
}
a.arrow.search-link-red.area-minamiboso {
  background-color: #ea7013;
}
@media (max-width: 767px) {
  /**/
  h2.icon-search {
    font-size: 22px;
  }
  span.icon-s {
    max-width: 35px;
  }
  .top-omisesearch {
    /*display: block;*/
    flex-direction: column-reverse;
    gap: 2rem;
    .shoptools {
      width: 100%;
      margin-bottom: 0.5em;
    }
  }
  .top-search-parts {
    width: 100%;
  }
  /**/
  .search-parts-group {
    display: block;
  }
  .left-group,
  .right-group {
    width: 100%;
  }
  .search-gr.search-gr-01,
  .search-gr.search-gr-02 {
    margin-bottom: 1em;
    /* text-align: center; */
  }
  ul.search-btn.search-btn-category li {
    margin: 0.2em 0;
  }
}
/**/
.searchgroup h4 {
  font-size: 14px;
  padding: 0.2em 0.3em;
  display: none;
}
.searchgroup {
  select {
    padding: 0.2em;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ページネーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pagination {
  text-align: center;
}
.page-numbers {
  border: 1px solid #cdcdcd;
  padding: 0.3em 0.5em;
  background-color: #f9f9f9;
}
.page-numbers.current {
  background: none;
  border: none;
}
span.page-numbers.dots,
.next.page-numbers {
  background-color: unset;
  border: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
archive　リスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.archive-list-block {
}
.archive-list-block article.type-shopspot {
}
/**/
a.archive-list-flex {
  display: flex;
  text-decoration: none;
  color: #333;
  justify-content: space-between;
}
a.archive-list-flex:hover {
  /* background-color: #f9f7ec; */
}
.ac-photo-part {
  width: 28%;
}
.ac-text-part {
  width: 70%;
}
p.ac-category {
  margin: 0;
  font-size: 13px;
}
span.ac-industry-icon {
  background-color: #2196f3;
  color: #fff;
  padding: 2px 6px;
  margin-right: 0.5em;
}
h2.ac-shopname {
  margin: 0 0 0.1em;
}
p.ac-service {
  margin: 0 0 0.5em;
  color: #0994b5;
}
p.ac-syozaichi {
  margin: 0 0 0.5em;
  font-size: 14px;
  font-weight: normal;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 4px 0;
}
p.ac-comment {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
p.ac-single-link {
  margin: 0;
  text-align: right;
}
a.archive-list-link {
  font-size: 15px;
}
.ac-photoframe {
}
.ac-photoframe img {
  /* width: 100%; */
  /* max-height: 158px; */
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  p.ac-category {
    margin-bottom: 5px;
  }
  h2.ac-shopname {
    font-size: 21px;
    line-height: 1.3;
  }
  p.ac-service {
    line-height: 1.4;
    font-size: 15px;
  }
  p.ac-syozaichi {
    line-height: 1.3;
  }
  p.ac-comment {
    line-height: 1.4;
  }
  p.ac-single-link {
    text-align: center;
    margin-top: 0.7em;
  }
  a.archive-list-link {
    display: block;
    background-color: #dedede;
    color: #797979;
    padding: 0.5em;
    border: 1px solid #afafaf;
  }
  .ac-photoframe img {
    height: 100px;
  }
}
/*サイドバー*/
@media (width: 768px) {
  input.search-input {
    max-width: 100%;
    padding: 0.2em 0;
  }
  select#ofmunicipality {
    font-size: 12px;
    padding: 0.5em 0;
  }
}
* {
  -webkit-text-size-adjust: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップ お知らせ　新着情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/**/
.green-round.yellow-round.information-box {
  /* 20240904 変更 */
  /* max-width: 900px; */
  max-width: 100%;
  padding: 1.1em 2em 1em;
  @media screen and (max-width: 767px) {
    padding: 1.1em 10px 1em;
  }
}
/**/
.information-box ul.post-list {
  border-bottom: 1px solid #cdcdcd;
  /* padding-bottom: 0.6em; */
  margin-bottom: 0.6em;
  display: block;
}
.information-box ul.post-list li {
  border: none;
  box-shadow: unset;
  margin: unset;
  border-top: 1px solid #cdcdcd;
  padding-top: 0.5em;
  flex-basis: unset;
}
/**/
.text-part2 {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
/**/
p.daytime,
p.categoryname {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  margin-right: 1em;
  width: fit-content;
}
p.categoryname {
  border: 1px solid #9c9c9c;
  font-size: 12px;
  padding: 1px 2px;
}
h3.post-title.vparts01 {
  margin: 1rem 0 0;
  font-size: 16px;
  width: 100%;
}
/**/
h2.pagecontents-ttl {
  margin: 0;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
h2.pagecontents-ttl span {
  display: block;
  font-size: 50%;
  font-weight: normal;
}
@media (max-width: 767px) {
  ul.post-list {
    display: flex;
  }
  ul.post-list li {
  }
  .text-part2 {
    flex-wrap: wrap;
  }
  p.daytime,
  p.categoryname {
  }
}
.post-wrap {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 0 25px;
  @media screen and (max-width: 767px) {
    grid-template-columns: 30% 1fr;
    gap: 0 1rem;
  }
  & img {
    border-radius: 5px;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップ お知らせ　新着情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
main.single-basic-box {
  background-color: #ffefd2;
  background-image: url("images/bg-part-green.webp");
  background-size: 1170px 1000px;
  background-position: top center;
  padding: 2em 0;
  padding: 3em 0;
  .wrapper.column-2col {
    display: flex;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
  }
}
.wrapper.column-2col.single-basic {
  max-width: 1100px;
  min-height: 390px;
  margin: auto;
  background-color: #fff;
  padding: 3em 2em;
  border-radius: 7px;
  box-shadow: 1px 4px 6px #bec572;
}
.col2-main-part.at-left {
  flex-basis: 70%;
}
.col2-side-part.at-right {
  flex-basis: 26%;
  box-shadow: unset;
  background-color: unset;
  border-radius: unset;
  border-left: 1px solid #cdcdcd;
  padding: 0;
  padding-left: 1em;
}
/*Single basic*/
article.type-post.category-information {
}
article.type-post.category-information h1 {
}
article.type-post.category-information h2 {
}
article.type-post.category-information h3 {
}
article.type-post.category-information h4 {
}
article.type-post.category-information h5 {
}
article.type-post.category-information p {
  font-weight: normal;
  line-height: 2;
}
/*title sec*/
section.post-single-titlesec {
  border: 1px solid #dedede;
  background-color: #fcfff0;
  padding: 1.5em;
  margin-bottom: 2em;
}
section.post-single-titlesec h1 {
  font-size: 24px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.4em;
  margin: 0 0 0.6em;
}
p.single-meta {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: unset !important;
}
section.main-contents-part {
  /*padding-left: 1.5em;*/
}
/*post sidebar*/
div#recent-posts-3 {
}
div#recent-posts-3 h3 {
  margin: 0;
  background-color: #e6edc7;
  font-size: 14px;
  padding: 0.5em 0.7em;
}
div#recent-posts-3 ul {
  padding: 0;
  list-style-type: none;
}
div#recent-posts-3 ul li {
  font-size: 15px;
  font-weight: normal;
  border-left: 7px solid #d9e4a6;
  padding-left: 0.8em;
}
div#recent-posts-3 ul li span.post-date {
  display: block;
  font-size: 12px;
}
.post-archive-listbox a {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #e5edc7;
  border-left-width: 18px;
  padding: 0.9em;
  text-decoration: none;
  color: #585656;
  justify-content: space-between;
}
.pa-thumbnail-part {
  flex-basis: 20%;
}
.pa-contents-part {
  flex-basis: 77%;
}
.pa-contents-part h2 {
  margin: 0;
  font-size: 20px;
}
article.type-post.category-information p.bassui {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pa-contents-part {
    flex-basis: 62%;
  }
  .wrapper.column-2col.single-basic {
    padding: 1.4em;
  }
  .post-archive-listbox a {
    border: none;
    padding: 0;
    flex-direction: inherit;
  }

  /**/
  .col2-side-part.at-right {
    border: 1px solid #cdcdcd;
    padding: 1em;
    margin: 2em 0 0;
  }

  .pa-thumbnail-part {
    flex-basis: 33%;
  }
}

p.small-caution {
  font-size: 13px;
  font-weight: normal;
}

/* 20240926 追記 */
article:not(:first-of-type) {
  .box-article {
    margin-top: 50px;
  }
}
.box-article {
  border: 1px solid #e5edc7;
  border-left-width: 18px;
  padding: 0.9em;
  text-decoration: none;
  color: #585656;
  @media screen and (max-width: 767px) {
    padding: 0;
    border: none;
  }
  .sp-thumb {
    @media screen and (min-width: 768px) {
      display: none;
    }
  }
  figure {
    width: 100%;
    @media screen and (max-width: 767px) {
      margin-bottom: 15px;
    }
    img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      @media screen and (max-width: 767px) {
        aspect-ratio: 16 / 9;
      }
    }
    a {
      transition: 0.3s all ease;
    }
    a:hover {
      opacity: 0.6;
    }
  }
}
.article-title-area {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 0.9em;
  position: relative;
  z-index: 0;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    &::after {
      content: none !important;
    }
  }
  &::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e5edc7;
    width: calc(100% + (0.9em * 2));
    height: 1px;
    top: 0;
    bottom: 0;
    left: -0.9em;
    right: 0;
    margin: auto auto 0 auto;
    z-index: -1;
  }
  .single-meta {
    width: 125px;
    @media screen and (max-width: 767px) {
      width: 100%;
      text-align: right;
    }
  }
  h2 {
    width: calc(100% - 125px);
    margin: 0;
    padding-left: 30px;
    @media screen and (max-width: 767px) {
      width: 100%;
      padding-left: 0;
    }
    a {
      color: #585656;
      text-decoration: none;
    }
  }
}
.box-inner {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 0 30px;
  padding-top: 0.9em;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  figure {
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  .box-text {
    p {
      margin: 0;
    }
    a {
      display: block;
      color: #585656;
      text-align: right;
      text-decoration: none;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ADD
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.shopdataedit-link {
  background-color: rgb(255 255 255 / 0.7);
  padding: 0.1em;
  max-width: 370px;
  margin: 3em auto 0;
}
.shopdataedit-link p {
  text-align: center;
  font-size: 15px;
}
.shopdataedit-link a {
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ADD 20240820
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* header */
ul.nav-main2 li {
  /* width: max-content; */
}

/* page-home01 */
picture {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.box-bnr-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  margin-bottom: 60px;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  @media screen and (max-width: 767px) {
    gap: 15px;
  }
  picture {
    margin-bottom: 0;
  }
}
.box-bnr-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 35px;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お店検索
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.shopspot-archive {
  #sec00 {
    @media screen and (max-width: 767px) {
      margin-top: 0;
    }
    .green-round {
      @media screen and (max-width: 767px) {
        margin-bottom: 30px;
      }
    }
  }
}
.svg__warp.chiba_map {
  padding: 0 20%;
  width: 100%;
  @media screen and (min-width: 768px) {
    padding: 0;
    width: 80%;
    margin: auto;
  }
}
.right-group {
  @media screen and (max-width: 767px) {
    margin: 1em 0;
  }
}
.area-mark {
  margin-top: 2em;
  picture {
    @media screen and (max-width: 767px) {
      width: 70%;
      margin: auto auto 1em;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP ハンバーガーメニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer-nav {
  touch-action: initial !important;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
  .hd-sitelogo {
    padding-top: 10px;
  }
  & ul {
    &.grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-bottom: 1px solid #cdcdcd;
      & li:nth-child(odd) {
        border-right: 1px solid #cdcdcd;
      }
      & li:last-child {
        border-bottom: none;
      }
    }
  }
  .nav-close {
    background: #615f5f;
    & p {
      padding: 20px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      margin: 0;
      position: relative;
      display: flex;
      justify-content: center;
      gap: 10px;
      & span {
        position: absolute;
        width: 20px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: -11em;
        right: 0;
        &::before,
        &::after {
          background-color: #fff;
          height: 2px;
        }
      }
      & img {
        width: 15px;
      }
    }
  }
  .nav-close p {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0;
    position: relative;
  }
  .nav-close p span {
    position: absolute;
    width: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -11em;
    right: 0;
  }
  .nav-close p span::before,
  .nav-close p span::after {
    background-color: #fff;
    height: 2px;
  }
  .nav-sns-link {
    padding-left: 20px;
    & h4 {
      color: #1a1a1a;
      font-size: 14px;
    }
    & ul {
      display: flex;
      gap: 0 5px;
      margin: 0 0 0 -10px;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ADD 20240926
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header-jamp {
  text-align: center;
  margin: 0;
  padding: 0;
  & a {
    display: block;
    background: #cf121f;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1.12px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s all ease;
    @media screen and (max-width: 991px) {
      font-size: 16px;
    }
    @media screen and (max-width: 767px) {
      font-size: 14px;
    }
  }
  a:hover {
    opacity: 0.6;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ADD 20250509
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header-inner {
  justify-content: center;
}
.hd-right-part {
  display: none;
}

/* shopentry */
@media (min-width: 1000px) {
  .red-round-2 {
    background-image: url("images/red-round-2-pc.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 1000px;
    height: 1122px;
    margin: auto;
    padding: 10px;
  }
}
@media (max-width: 999px) {
  .red-round-2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 1px #d0a4a6;
    padding: 5px 11px 25px;
  }
  ul.merit3list li {
    flex-basis: 30%;
  }
  ul.merit3list li dt {
    min-width: unset;
  }
}
.banner-to-entry {
  margin-top: 30px;
  position: relative;
  & figure {
    position: absolute;
    left: 140px;
    top: -35px;
    @media screen and (max-width: 999px) {
      position: relative;
      text-align: center;
      margin-bottom: 15px;
      left: 0;
      top: 0;
    }
    & img {
      width: fit-content;
    }
  }
  & a {
    display: block;
    max-width: 434px;
    width: 100%;
    margin: auto;
  }
  & p {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }
}
.white-round {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  /* box-shadow: 6px 6px 1px #9eb524; */
  margin: auto;
  padding: 30px;
  margin-bottom: 50px;
  .contents-list-wrapper {
    display: grid;
    gap: 50px;
    @media screen and (max-width: 767px) {
      gap: 30px;
    }
    .contents-list {
      .box-wrap {
        display: grid;
        grid-template-columns: 1fr calc(385 / 900 * 100%);
        gap: calc(55 / 900 * 100%);
        @media screen and (max-width: 767px) {
          display: flex;
          flex-direction: column-reverse;
          gap: 0;
        }
      }
    }
  }
  & h3 {
    &.h3-ttl-1 {
      background-color: #2c8cb2;
      color: #fff;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      padding: 10px 1rem;
      margin-bottom: 30px;
      @media screen and (max-width: 767px) {
        font-size: 16px;
      }
    }
  }
  & dl {
    & dt {
      margin-bottom: 10px;
    }
    & dd {
      font-size: 14px;
      margin-left: 0;
      margin-bottom: 2em;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .btn-area-1 {
    max-width: 430px;
    width: 100%;
    margin: auto;
    & p {
      margin-top: 30px;
      font-size: 12px;
      text-align: center;
    }
  }
  .btn-area-gray {
    background-color: #e6eaed;
    border-radius: 7px;
    padding: 35px 1rem;
    & a {
      display: block;
      max-width: 430px;
      width: 100%;
      margin: auto;
    }
    @media screen and (max-width: 767px) {
      padding: 20px 1rem;
    }
  }
}
@media (max-width: 750px) {
  .white-round {
    padding: 17px;
    border-radius: 13px;
    /* box-shadow: 5px 3px 7px #9eb524; */
  }
}

.mt-50-pc {
  @media screen and (min-width: 768px) {
    margin-top: 50px;
  }
}
.mt-30-sp {
  @media screen and (max-width: 767px) {
    margin-top: 30px;
  }
}

/* -----------------------------
20250529 追記
----------------------------- */
/* 店舗一覧のアコーディオン */
.message-part {
  .acd-wrap {
    & dt {
      width: 100%;
      height: 57px;
      display: grid;
      place-content: center;
      border-radius: 10px;
      background-color: #e47e00;
      border: 5px solid #e9af6d;
      font-size: 24px;
      color: #fff;
      text-align: center;
      position: relative;
      display: inline-block;
      padding: 0 40px;
      margin-bottom: 10px;
      @media screen and (max-width: 575px) {
        height: 40px;
        font-size: 18px;
      }
      &::before,
      &::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 44%;
        width: 15px;
        height: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transition: 0.3s all ease;
        @media screen and (max-width: 575px) {
          width: 14px;
          height: 14px;
        }
      }
      &::before {
        left: 30px;
        @media screen and (max-width: 575px) {
          left: 20px;
        }
      }
      &::after {
        right: 30px;
        @media screen and (max-width: 575px) {
          right: 30px;
        }
      }
      cursor: pointer;
      transition: 0.3s all ease;
      &:hover {
        opacity: 0.6;
      }
      &.active_dt {
        &::before,
        &::after {
          top: 27%;
          transform: rotate(135deg);
          @media screen and (max-width: 575px) {
            top: 15%;
          }
        }
      }
    }
    & dd {
      background-color: #f9f0b1;
      padding: 25px 20px;
      margin-left: 0;
      & ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        @media screen and (max-width: 575px) {
          grid-template-columns: 1fr;
        }
        & li {
          & a {
            background-color: #fff;
            text-decoration: none;
            color: #5b3000;
            transition: 0.3s all ease;
            &:hover {
              opacity: 0.6;
            }
          }
        }
      }
    }
  }
}

/* ------------------------
20250715 追記
------------------------ */
/* 「ち～バリュ～の店」協賛店募集 - shopentry */
ul.post-list li {
  @media screen and (min-width: 769px) {
    & dl {
      & dd {
        & h3.custompost-title {
          min-height: 2.5em;
        }
        p.servicename {
          min-height: 4.5em;
        }
      }
    }
  }
}

/* 元気ちば！健康チャレンジ事業の紹介 - about */
ul.blue-arrow-triple li div.triple-arrow {
  @media screen and (min-width: 769px) {
    & p {
      font-size: 15px;
    }
  }
}
