@charset "UTF-8";

/*　レイアウト
---------------------------------------------------------- */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.wrapper-800 {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .wrapper,
  .wrapper-800 {
    width: 100%;
    padding: 0 4%;
  }

  #wrapper {
    margin-top: 58px;
  }
}

.mainvisual img {
  width: 100%;
}

.h2-block {
  background: url('../images/bg-h2.jpg') center 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0 50px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .h2-block {
    padding: 30px 0 20px;
    margin-bottom: 30px;
  }
}

.h2-block h2 {
  font-size: 4rem;
  color: #0d7844;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .h2-block h2 {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
}

.h2-block p {
  font-size: 2rem;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .h2-block p {
    font-size: 1.3rem;
  }
}

.h3-pattern01 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00893f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .h3-pattern01 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.lead h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  color: #00893f;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .lead h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}

.lead h2 span {
  position: relative;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #000;
  font-weight: normal;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .lead h2 span {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.lead h2 span::before {
  display: inline-block;
  content: "";
  width: 280px;
  height: 5px;
  background: url(../images/bg-line.jpg) center 0 repeat;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lead h2 span::before {
    width: 200px;
    height: 3px;
  }
}

.lead h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lead h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.lead p {
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lead p {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col2[data-60per] {
  grid-template-columns: 600px 400px;
}

@media screen and (max-width: 768px) {
  .col2[data-60per] {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col2 figure img {
  width: 100%;
}

.col2 figure figcaption {
  margin-top: 5px;
}

.top-bnr {
  background: rgb(211, 176, 86);
  background: linear-gradient(0deg, rgb(211, 176, 86) 0%, rgb(251, 211, 109) 40%, rgb(241, 222, 144) 50%, rgb(251, 211, 109) 60%, rgb(211, 176, 86) 100%);
  width: 100%;
  padding: 7px 0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset;
}

@media screen and (max-width: 768px) {
  .top-bnr {
    padding: 3px 0;
  }
}

.top-bnr-contents {
  background: rgb(12, 120, 68);
  background: linear-gradient(0deg, rgb(12, 120, 68) 0%, rgb(28, 99, 65) 100%);
}

@media screen and (max-width: 768px) {
  .top-bnr-contents {
    padding: 5px 0;
  }
}

.top-bnr-contents a {
  display: block;
}

.table01 {
  width: 100%;
}

.table01 tr {
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 768px) {
  .table01 tr {
    border-bottom: none;
  }
}

.table01 tr th {
  background: #f5f5f5;
  width: 25%;
  font-weight: normal;
  text-align: left;
  padding: 25px 30px;
}

@media screen and (max-width: 768px) {
  .table01 tr th {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

.table01 tr td {
  padding: 25px 30px;
}

@media screen and (max-width: 768px) {
  .table01 tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

/* outline */
.outline-contents {
  margin-bottom: 90px;
}

.outline-contents p {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .outline-contents {
    margin-bottom: 40px;
  }
}




/* location */
.lead-contents {
  width: 100%;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .lead-contents {
    padding-bottom: 40px;
  }
}

.lead-contents h3.lead-txt {
  text-align: center;
  color: #12a38b;
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .lead-contents h3.lead-txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.lead-contents .lead-box {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lead-contents .lead-box {
    font-size: 1.3rem;
  }
}

.location-contents {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .location-contents {
    padding: 30px 0 30px;
  }
}

.bg-green {
  background: #f1f4ec;
}

.location-contents.bg-green .col-02 {
  flex-direction: row-reverse;
}

.location-contents.bg-green .col-02 [data-txt] {
  margin-right: 60px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .location-contents.bg-green .col-02 [data-txt] {
    margin-right: 0;
  }
}

.location-contents .col-02 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 {
    display: block;
    margin-bottom: 20px;
  }
}

.location-contents .col-02 [data-txt] {
  margin-right: 0;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt] {
    margin-left: 0;
  }
}

.location-contents .col-02 [data-txt] h3 {
  font-size: 3.5rem;
  color: #58b530;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #58b530;
  border-bottom: 1px solid #58b530;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt] h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.location-contents .col-02 [data-txt] h4 {
  font-size: 2.2rem;
  color: #58b530;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt] h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}




.location-contents .col-02 [data-txt02] {
  margin-right: 0;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt02] {
    margin-left: 0;
  }
}

.location-contents .col-02 [data-txt02] h3 {
  font-size: 3.5rem;
  color: #0d7844;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #0d7844;
  border-bottom: 1px solid #0d7844;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt02] h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.location-contents .col-02 [data-txt02] h4 {
  font-size: 2.2rem;
  color: #0d7844;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-txt02] h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}







.location-contents .col-02 [data-img] {
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .location-contents .col-02 [data-img] {
    margin-bottom: 30px;
  }
}

.location-contents-lifeinfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .location-contents-lifeinfo {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin-bottom: 30px;
  }
}

.location-contents-lifeinfo h3 {
  color: #0d7844;
  font-size: 1.8rem;
  padding: 10px 0;
  border-top: 1px solid #0d7844;
  border-bottom: 1px solid #0d7844;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .location-contents-lifeinfo h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 5px 0;
  }
}

.location-contents-lifeinfo dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .location-contents-lifeinfo dl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.location-contents-lifeinfo dl dt {
  width: 80%;
  font-weight: normal;
}

.location-contents-lifeinfo dl dd {
  width: 20%;
}

.location-pic,
.towndesign-pic,
.housedesign-pic,
.housedesign-pic02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.housedesign-pic02 {
  gap:40px 20px
}

@media screen and (max-width: 768px) {
  .location-pic figure,
  .housedesign-pic figure,
  .housedesign-pic02 figure {
    width: calc(50% - 10px) !important;
  }
}

/* towndesign */
.towndesign-pic {
  gap: 40px;
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .towndesign-pic {
    width: 100%;
  }
}

.location-pic figure,
.towndesign-pic figure,
.housedesign-pic figure,
.housedesign-pic02 figure {
  width: min-content;
}

@media screen and (max-width: 768px) {
  .towndesign-pic figure,
  .housedesign-pic figure,
  .housedesign-pic02 figure {
    width: inherit;
  }
}

.housedesign-pic figure h4,
.housedesign-pic02 figure h4 {
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0d7844;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .housedesign-pic figure h4,
  .housedesign-pic02 figure h4 {
    font-size: 1.5rem;
  }
}

.housedesign-pic02 figure h4 {
  color: #ea5514;
}

.towndesign-pic figure h4 {
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #58b530;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .towndesign-pic figure h4 {
    font-size: 1.5rem;
  }
}

figure img {
  margin-bottom: 5px;
}

figure figcaption {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  figure figcaption {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.towndesign-pic figure figcaption {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .towndesign-pic figure figcaption {
    font-size: 1.2rem;
  }
}

.housedesign-pic img,
.housedesign-pic02 img {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .housedesign-pic img,
  .housedesign-pic02 img {
    margin-bottom: 10px;
  }
}

h3.ttl-en {
  font-size: 4rem;
  color: #0d7844;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 40px 0 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h3.ttl-en {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

.asta p {
  font-size: 1.2rem;
}

/* access */
.access-contents {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .access-contents {
    margin-bottom: 30px;
  }
}

.access-contents .wrapper {
  width: 830px;
}

@media screen and (max-width: 768px) {
  .access-contents .wrapper {
    width: 100%;
  }
}

.access-contents .asta01 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .access-contents .asta01 {
    margin-top: 15px;
  }
}

/* concept */
.concept-contents [data-img] {
  margin-right: -98px;
  margin-left: -98px;
}

@media screen and (max-width: 768px) {
  .concept-contents [data-img] {
    margin-right: -4%;
    margin-left: -4%;
  }
}

@media screen and (max-width: 768px) {
  .concept-contents [data-ttl] {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}

/* towndesign */
.design-contents {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .design-contents {
    margin-bottom: 50px;
  }
}

.design-contents .lead-contents {
  padding-bottom: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .design-contents .lead-contents {
    margin-bottom: 30px;
  }
}

.design-contents [data-img] {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .design-contents [data-img] {
    margin-bottom: 10px;
  }
}

.design-contents .wrapper-800 {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .design-contents .wrapper-800 {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

.design-contents .col2 h3 {
  color: #58b530;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .design-contents .col2 h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.design-contents .col2 div>div:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .design-contents .col2 div>div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.design-contents-privacy {
  width: 880px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
  margin: 50px auto 100px;
}

@media screen and (max-width: 768px) {
  .design-contents-privacy {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
}

.design-contents-privacy dl {
  display: flex;
  align-items: center;
}

.design-contents-privacy dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .design-contents-privacy dl dd {
    padding-left: 10px;
  }

  .design-contents-privacy dl dt {
    width: 25px;
    flex: 0 0 auto;
  } 

  .design-contents-privacy dl dt img {
    width: 100%;
  }
}

.design-contents [data-mv] {
  position: relative;
  z-index: -1;
}

/* housedesign-contents */
.housedesign-contents {

}

.housedesign-contents-variation {
  padding: 80px 0 100px;
  margin-bottom: 100px;
  background: url('../images/housedesign/bg-housedesign.jpg') 0 0 repeat;
}

@media screen and (max-width: 768px) {
  .housedesign-contents-variation {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .housedesign-contents-variation .location-pic {
    gap: 5px 10px;
    margin-bottom: 0;
  }
}

.housedesign-contents-variation h3 {
  color: #418fcd !important;
}

/* root */
.root-contents {
  text-align: center;
}

.green{color: #0d7844}


/* housedesign */
.housedesign-contents-yutori {
  display: grid;
  grid-template-columns: 485px 390px;
  gap: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .housedesign-contents-yutori {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.housedesign-contents-yutori h4 {
  font-size: 2.2rem;
  color: #58b530;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .housedesign-contents-yutori h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.housedesign-contents-yutori p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .housedesign-contents-yutori p {
    margin-bottom: 20px;
  }
}
.housedesign-contents-yutori-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .housedesign-contents-yutori-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .housedesign-contents-yutori [data-w80] {
    margin: 0 auto;
    width: 80%;
  }
}
.housedesign-att {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .housedesign-att {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.housedesign-att p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .housedesign-att p {
    font-size: 1.1rem;
  }
}
.housedesign-scene {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .housedesign-scene {
    margin-top: -35px;
    margin-bottom: 30px;
  }
}
.housedesign-scene-contents {
  position: relative;
}
.housedesign-scene-contents::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: inline-block;
  width: calc(50% + 350px);
  height: 100%;
  background: #c08530;
}
@media screen and (max-width: 768px) {
  .housedesign-scene-contents::before {
    width: 100%;
  }
}
.housedesign-scene-contents .wrapper {
  padding: 90px 0 140px;
}
@media screen and (max-width: 768px) {
  .housedesign-scene-contents .wrapper {
    padding: 30px 4%;
  }
}
.housedesign-scene-contents .wrapper h3 {
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .housedesign-scene-contents .wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.housedesign-scene-contents .wrapper p {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .housedesign-scene-contents .wrapper p {
    font-size: 1.2rem;
  }
}
.housedesign-scene-pic {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .housedesign-scene-pic {
    margin-top: 0;
  }
}
.housedesign-style h3.lead-txt {
  color: #c08530;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .housedesign-style h3.lead-txt {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

/*covid*/

.korona_bn {
  width: 800px;
  margin: 0 auto 100px;
}


.stop-covid_wrap{
	width: 80%;
    margin: 0 auto;
	letter-spacing: 0.5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.stop-covid_wrap h2{
	text-align: center;
	font-size: 1.8em;
    margin-bottom: 16px;
    letter-spacing: 2px;
}
.stop-covid_wrap p{
	font-size: 14px;
}
ul.stop-covid_icon{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}
ul.stop-covid_icon li{
	background: #f0f0f0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 0 2%;
}
ul.stop-covid_icon li img{
	width: 75%;
}
.stop-covid_wrap ul{
	padding-left:0;
	padding-bottom: 20px;
}

.stop-covid_wrap ul li{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.4em;
}


@media (max-width:767px) {

	/*covid*/
	
			.korona_bn {
  width: 90%;
  margin: 0 auto 100px;
}
		
  .korona_bn img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

	
.stop-covid_wrap{width: 90%;margin-top: 32px;}
.stop-covid_wrap h2{font-size: 1.2em;line-height: 1.3em;}
.stop-covid_wrap p{font-size: 12px;}
ul.stop-covid_icon{margin: 8px 0;padding: 0;}
ul.stop-covid_icon li{width: 56px;height: 56px;}
.stop-covid_wrap ul li{font-size: 12px;}
}


/*modal*/
.iziModal-content .close{
	font-size: 35px;
    text-align: right;
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
}
.iziModal-content .close a:hover{
	text-decoration:none;
	cursor: pointer;
	opacity: 0.8;
}

.main__bneria {
  width: 1000px;
		margin: 0 auto 40px;
		position: relative;
}


.main__bneria img {
  transition: .3s;
}


.main__bneria a img:hover {
  opacity: 0.5;
}

.eco_btn{
width: 227px;
position: absolute;
top: 188px;
right: 9px
}

.eco_btn img {
  transition: .3s;
}


.eco_btn a img:hover {
  opacity: 0.9;
}


@media screen and (max-width: 768px) {

.main__bneria {
    width: 92%;
		  margin: 0 auto 30px;
}


.eco_btn{
width: 60%;
position: absolute;


		top: calc(205 / 520 * (100vw - 8px));
		left: calc(95 / 520 * (100vw - 8px));

}


.main__bneria img{width: 100%; margin: 0 auto; text-align: center;}
}

 /*お知らせ*/
#Info_ListWrap {
width: 1000px;
padding: 0;
margin:0 auto 20px;
background-color: #fff;
border: 1px solid #e0dcdc;
}
#Info_ListWrap h4 {
font-size: 20px;
text-align: center;
font-weight: bold;
margin: 0 auto;
padding-bottom: 20px;
color: #890611;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.info-box02 {
max-width: 1000px;
margin: 20px auto 15px;
padding: 15px 10px;
background:#FFF;
line-height:1.5;
}
.info-box02 p{
font-size:14px!important; 
color:#000!important; 
background:none!important; 
padding:0 0 15px 0 !important;
text-align: center;}


.info-box02 p.bolddate {
font-weight:bold!important; 
font-size:18px!important; 
text-align: center;
letter-spacing: 0.1;}

@media only screen and (max-width: 749px) {

#Info_ListWrap {
width: 100%;}

#Info_ListWrap h4 {
font-size: 14px;

}

.info-box02 {
width: 98%;
margin:0 auto;
padding: 20px 7px 10px 7px;
}
.info-box02 p{font-size:12px!important;}
.info-box02 p.bolddate {font-size:14px!important;}
}

/* popup */
body.popup03 {
  min-width: inherit;
  background: #fff !important;
}

body.popup03 .wrapper {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  body.popup03 {
      min-width: 100%;
      width: 100%;
  }

  body.popup03 .wrapper {
      width: 100%;
      margin-top: 20px;
  }
}

.lifestyle__bnr {
  width: 824px;
  margin: 0 auto;
  padding: 90px 0 40px;
}

@media screen and (max-width: 768px) {
  .lifestyle__bnr {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.lifestyle__bnr img {
  width: 100%;
}



.carnavi{
width:100%;
height: auto;
padding: 30px;
margin: 30px 0;
background: #014099;
text-align: center;
}

.carnavi h3{
width: 100%;
height: auto;
color: #FFF;
font-size: 2.0rem;
padding: 0 0 10px 0;
margin: 0  0 10px 0;
border-bottom: 1px solid #FFF;
}


.carnavi span img{
width: 65px;
height: auto;
margin: 0 auto;
vertical-align: middle;
}

.carnavi p{
width: 100%;
height: auto;
margin: 0 auto;
color: #FFF;
font-size: 1.7rem;
}


@media screen and (max-width: 768px) {
.carnavi{
padding: 20px;
margin: 15px 0;
background: #014099;
text-align: center;
}

.carnavi h3{
font-size: 1.6rem;
padding: 0 0 10px 0;
margin: 0  0 10px 0;
}

.carnavi span img{
width: 50px;
display: block;
padding-bottom: 10px;
}

.carnavi p{
font-size: 1.4rem;
}
}


/*24.08.21access修正*/

/* 001 */
.button001 a {
    background: #53a292;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
				margin-top: 30px;
    max-width: 350px;
    padding: 25px 25px 23px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
				text-decoration: none;
				font-size: 16px;
}
.button001 a:hover {
    color: #FFF;
				opacity: 0.5;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}
.button001-map a {
	background-color: #014099;
	margin-bottom: 50px;
}

.map-outer {
	height: 100%;
}

.map-outer img {
	transition: none;
}

.tab_content {
    display: block;
  opacity: 1;
  max-height: 910px;
  height: 100%;
  border: 1px solid #d3cece;
  overflow: hidden;
  position: relative;
	margin-bottom: 60px;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-container {
  background: #fff !important;
}

.access__map-title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
	.access__map-title h3 {
		font-size: 1.7rem;
		line-height: 1;
	}
}


