@charset "UTF-8";

._main-img .main-txt .___mtaccess {background-color: rgb(255, 255, 255,0.9);}
.___mta-txt ._sptel,.___mta-txt ._sptel, a {color: #e8940f;text-decoration: underline;}
.___mta-txt ._link-btn a {display: block;padding: 0.75em 1em;text-align: center;background-color: #e8940f;color: #fff;font-size: 90%;text-decoration: none;margin-top: 0.5em;line-height: 1;border-radius: 5px;}
@media screen and (max-width: 800px) {
  ._main-img {padding-bottom: 35vh;}
  ._main-img ._slider1{width: 100%;height: 100vh;z-index: -1;}
  ._main-img ul img {z-index: -1;}
  ._main-img .main-txt {position: static;margin-top: -6em;}
  ._main-img > .main-txt > p {position: absolute;top:15%;width: 100%;margin: 0 auto;}
  ._main-img .main-txt .___mta-img {width: 120px;height: 120px;margin: 0 auto 1rem;display: block;overflow: hidden;border-radius:50% ;}
  ._main-img .main-txt .___mta-img img {object-fit: cover;width: 100%;height: 100%;}
}
@media (max-width: 500px) {._main-img .main-txt .___mtaccess > div.___mta-txt {margin:0;}}

._main-img .main-txt .___mtaccess {
  position: absolute;
  width: calc(97% - 3em);
  max-width: 675px;
  bottom: 3em;
  right: 3em;
  background-color: rgb(255, 255, 255,0.9);
  border: solid 3px #28a24a;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  grid-column-gap: 3%;
  align-items: center;
}
@media (max-width: 760px) {
  ._main-img .main-txt .___mtaccess {
    display: block;
    right: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
}
._main-img .main-txt .___mtaccess > p.___mta-img {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 760px) {
  ._main-img .main-txt .___mtaccess > p.___mta-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  ._main-img .main-txt .___mtaccess > p.___mta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  ._main-img .main-txt .___mtaccess > p.___mta-img {
    width: 80px;
    height: 80px;
    left: 0.5em;
  }
}
._main-img .main-txt .___mtaccess > div.___mta-txt {
  padding: 1em;
  color: #1f7b37;
  font-weight: bold;
}
._main-img .main-txt .___mtaccess > div.___mta-txt > p ._sptel {
  font-size: 125%;
  color: #e8940f;
}
._main-img .main-txt .___mtaccess > div.___mta-txt > a {
  display: block;
  padding: 0.75em 1em;
  text-align: center;
  background-color: #e8940f;
  color: #fff;
  font-size: 90%;
  text-decoration: none;
  margin-top: 0.5em;
  line-height: 1;
  border-radius: 5px;
}
@media (max-width: 500px) {
  ._main-img .main-txt .___mtaccess > div.___mta-txt > address {
    font-size: 85%;
  }
}

.___clist01 {
  margin-top: 2em;
  width: 100%;
  border-radius: 10px;
  background-color: #d3f4dd;
  overflow: hidden;
}
.___clist01 tr th {
  background-color: #28a24a;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 0.25em 0.5em;
}
.___clist01 tr th:not(:first-child) {
  border-left: solid 1px #fff;
  text-align: center;
}
.___clist01 tr td {
  color: #618c6d;
  padding: 0.25em 0.5em;
  border-bottom: solid 1px #fff;
  font-weight: 700;
  font-size: 90%;
}
.___clist01 tr td:not(:first-child) {
  border-left: solid 1px #fff;
  text-align: center;
}

.___clist02 {
  margin-top: 2em;
  color: #343434;
  font-size: 90%;
}
.___clist02 span {
  color: #618c6d;
}
.___clist02 p {
  position: relative;
  padding-left: 1.5em;
}
.___clist02 p:before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.___clist03 {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.___clist03 li {
  width: 14%;
  min-width: 80px;
  margin-top: 1em;
}

.___clist04 {
  margin: 5em auto 0;
  width: 95%;
  border: solid 2px #28a24a;
  border-radius: 35px;
  padding: 0 2em 3em;
}
@media (max-width: 600px) {
  .___clist04 {
    width: 100%;
    margin: 3em auto 0;
    padding: 0 0 2em;
  }
}
.___clist04 > h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5em;
}
@media (max-width: 600px) {
  .___clist04 > h3 {
    margin-bottom: 1.5em;
  }
}
.___clist04 > h3 p {
  font-size: 125%;
  font-weight: bold;
  color: #28a24a;
  background-color: #fff;
  line-height: 1;
  padding: 0.25em 2em;
  display: inline-block;
  margin-top: -0.85em;
}
.___clist04 > dl {
  margin: 0.75em auto 0;
  display: flex;
  background-color: #efefef;
  max-width: 95%;
}
@media (max-width: 600px) {
  .___clist04 > dl {
    border-radius: 10px;
  }
}
.___clist04 > dl dt {
  background-color: #28a24a;
  padding: 1em 2em;
  text-align: center;
  color: #fff;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .___clist04 > dl dt {
    padding: 1em 1em 1.5em;
    border-radius: 10px 10px 0 0;
  }
}
.___clist04 > dl dt:after {
  content: "";
  background: url("../img/material/icon-arrow01.png") no-repeat;
  width: 31px;
  height: 32px;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.___clist04 > dl dd {
  padding: 1em 2em;
}
@media (max-width: 600px) {
  .___clist04 > dl dd {
    padding: 1.5em 1em 1em;
  }
}
@media (max-width: 850px) {
  .___clist04 > dl {
    flex-wrap: wrap;
  }
  .___clist04 > dl dt {
    width: 100%;
  }
  .___clist04 > dl dt:after {
    right: 0;
    left: 0;
    top: initial;
    bottom: -15px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .___clist04 > dl dd {
    width: 100%;
  }
}

.___clist05 {
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 650px) {
  .___clist05 {
    margin-top: 2em;
  }
}
.___clist05 > li {
  width: 31%;
  background-color: #efefef;
  box-shadow: 6px 6px 6px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 650px) {
  .___clist05 > li {
    width: 100%;
  }
  .___clist05 > li:not(:first-child) {
    margin-top: 1.2em;
  }
}
.___clist05 > li > h4 {
  background-color: #ffb505;
  color: #fff;
  text-align: center;
  padding: 0.25em 1em;
  font-weight: bold;
}
.___clist05 > li > div {
  padding: 0.75em 2em 1em;
}
.___clist05 > li > div > p {
  margin: 0.25em 0 0;
}
.___clist05 > li > div > p > strong {
  display: inline-block;
  font-weight: normal;
  padding-right: 0.4em;
}
.___clist05 > li > div > p > strong:after {
  content: ":";
  padding-left: 0.4em;
}

.___clist06 {
  margin: 4em auto 0;
  max-width: 98%;
  border: solid 1px #c7c7c7;
  border-radius: 25px;
}
@media (max-width: 650px) {
  .___clist06 {
    margin-top: 2em;
  }
}
.___clist06 > li {
  display: flex;
  flex-wrap: wrap;
}
.___clist06 > li:not(:last-child) {
  border-bottom: dashed 1px #c7c7c7;
}
.___clist06 > li:first-child > p {
  border-radius: 23px 0 0 0;
}
.___clist06 > li:first-child > div {
  border-radius: 0 23px 0 0;
}
.___clist06 > li > p {
  margin: 2px;
  width: 200px;
  text-align: center;
  background-color: #ffb505;
  padding: 1em 0.5em 0.85em;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 650px) {
  .___clist06 > li > p {
    width: 80px;
    font-size: 90%;
  }
}
.___clist06 > li > div {
  padding: 1em 2em 0.85em;
  margin: 2px 2px 2px 0;
  background-color: #efefef;
  width: calc(100% - 206px);
}
@media (max-width: 650px) {
  .___clist06 > li > div {
    width: calc(100% - 86px);
    padding: 1em 1em 0.85em;
    font-size: 90%;
  }
}
.___clist06 > li > span {
  width: 100%;
  display: block;
  padding: 1em 2em 0.85em;
}
@media (max-width: 650px) {
  .___clist06 > li > span {
    text-align: center;
  }
}

.___clist07 {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2%;
}
.___clist07 > li {
  width: 32%;
  margin-top: 1.5em;
}
@media (max-width: 1000px) {
  .___clist07 > li {
    width: 49%;
  }
}
@media (max-width: 700px) {
  .___clist07 > li {
    width: 100%;
  }
}
.___clist07 > li > figure {
  position: relative;
  padding-bottom: 66.8%;
  overflow: hidden;
  box-shadow: 4px 4px 6px -3px rgba(0, 0, 0, 0.25);
}
.___clist07 > li > figure img {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.___clist07 > li > p {
  font-size: 80%;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.25em 0;
  background-color: #efefef;
  color: #666;
  font-weight: 500;
}
.___clist07 > li.___wh {
  width: 15%;
}
@media (max-width: 1000px) {
  .___clist07 > li.___wh {
    width: 22.85%;
  }
}
@media (max-width: 700px) {
  .___clist07 > li.___wh {
    width: 49%;
  }
}
.___clist07 > li.___wh > figure {
  padding-bottom: 142.5%;
}

.___cftxt01 {
  line-height: 2;
  margin-left: 1em;
  margin-right: 1em;
}

.___cftxt02 {
  margin-left: 1em;
  margin-right: 1em;
  background-color: #f3f3f3;
  opacity: 0.8;
  padding: 0.5em;
  font-size: 90%;
}

.___cbox01 {
  margin: 2em auto 0;
  background-color: #efefef;
  display: flex;
  align-items: center;
  padding: 1em;
}
.___cbox01 > p {
  width: 30%;
  max-width: 205px;
  min-width: 120px;
}
.___cbox01 > div {
  margin-left: 2em;
}
.___cbox01 > div p {
  font-size: 90%;
  opacity: 0.8;
}

@media (max-width: 980px) {
  .___csub01 > div:first-child {
    order: 2;
  }
}
@media (max-width: 980px) {
  .___csub01 > div:last-child {
    order: 1;
  }
}

.___csub02 p {
  padding-left: 1.75em;
  position: relative;
  margin-top: 0.5em;
}
.___csub02 p span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 73%;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #28a24a;
  color: #fff;
}
.___csub02.___va01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .___csub02.___va01 {
    width: 95%;
    margin: 0 auto;
  }
}
.___csub02.___va01 > p {
  padding: 3em 1.2em 2em;
  background-color: #d3f4dd;
  text-align: center;
  box-shadow: 6px 6px 6px -5px rgba(0, 0, 0, 0.2);
}
.___csub02.___va01 > p > span {
  width: 40px;
  height: 40px;
  font-size: 155%;
  right: 0;
  top: -0.45em;
  margin: 0 auto;
  padding-bottom: 1px;
}
@media (max-width: 650px) {
  .___csub02.___va01 > p > span {
    width: 30px;
    height: 30px;
    font-size: 135%;
    padding-bottom: 2px;
  }
}
.___csub02.___va01.___box3 > p {
  width: 31%;
}
@media (max-width: 650px) {
  .___csub02.___va01.___box3 > p {
    width: 90%;
    padding: 2em 1em 1.5em;
    margin: 0 auto 0;
  }
  .___csub02.___va01.___box3 > p:not(:first-child) {
    margin-top: 2em;
  }
}
.___csub02.___va01.___box4 > p {
  width: 23%;
}
@media (max-width: 900px) {
  .___csub02.___va01.___box4 > p {
    width: 48%;
  }
  .___csub02.___va01.___box4 > p:nth-child(3), .___csub02.___va01.___box4 > p:nth-child(4) {
    margin-top: 2em;
  }
}
@media (max-width: 650px) {
  .___csub02.___va01.___box4 > p {
    width: 90%;
    padding: 2em 1em 1.5em;
    margin: 0 auto 0;
  }
  .___csub02.___va01.___box4 > p:nth-child(2) {
    margin-top: 2em;
  }
}

.___bbox {
  min-height: 200px;
}
.___bbox p {
  margin: 0.5em 0;
}

/* varsion  */
.__list05.___va01 {
  border-top: dashed 1px #c7c7c7;
}
.__list05.___va01 li {
  border-bottom: dashed 1px #c7c7c7;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}
.__list05.___va01 li a {
  background-color: #d3f4dd !important;
}

/* Pagination  */
.wp-pagenavi {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-pagenavi > * {
  text-align: center;
  font-size: 105%;
  line-height: 2;
  margin: 0.5em 0.2em 0 0;
  padding: 0 0.65em;
  border: solid 2px #ff6600;
}

.wp-pagenavi > span {
  color: #ff6600;
}

.wp-pagenavi > a {
  background-color: #ff6600;
  color: #FFFFFF;
  text-decoration: none;
}

.___pn01 {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid 1px #ccc;
}

.___adpaypay {
  margin: 1.5em 0 0;
}
.___adpaypay > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 80%;
  font-weight: 600;
}
.___adpaypay > p > img {
  margin-right: 1em;
}

.___adhoken {
  margin-top: 1em;
  border-top: solid 1px #343434;
  padding-top: 1.5em;
  display: flex;
  align-items: flex-start;
}
.___adhoken > h3 {
  font-weight: 600;
  white-space: nowrap;
  margin-top: 1em;
  margin-right: 3em;
}
@media (max-width: 650px) {
  .___adhoken > h3 {
    margin-right: 2em;
  }
}
.___adhoken > h3:before {
  content: "";
  width: 9px;
  height: 1.15em;
  background-color: #618c6d;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 3px;
}
.___adhoken > p {
  margin-left: 0.5em;
  text-align: center;
  font-size: 80%;
  font-weight: 600;
}
