@charset "UTF-8";
.main {
  overflow: hidden;
}

.sec_lead {
  margin-top: 1rem;
}
.sec_lead .ttl_wrap .jp {
  margin-top: 0;
}
.sec_lead .image_area {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.2rem;
}
.sec_lead .image_area .--01 {
  grid-column: span 2;
}
.sec_lead .image_area .image figcaption {
  position: static;
  margin-top: 0.1rem;
}

.sec_shopping {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.sec_shopping .area {
  margin-top: 1.5rem;
}
.sec_shopping .area .item:nth-child(n+2) {
  margin-top: 0.8rem;
}
.sec_shopping .area .item .image .label {
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #70927c;
  color: #fff;
  width: 1.9rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.16rem;
  font-family: "Forum", serif;
}
.sec_shopping .area .item .image .label em {
  font-size: 0.26rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  display: block;
}
.sec_shopping .area .item .cont {
  margin-top: 0.5rem;
}
.sec_shopping .area .item .cont .ttl {
  font-size: 0.36rem;
}
.sec_shopping .area .item .box {
  margin-top: 0.5rem;
  background: #E4F6F0;
  font-size: 0.22rem;
  padding: 0.2rem 0.3rem 0.3rem;
}
.sec_shopping .area .item .box .ttl_border_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #70927c;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.sec_shopping .area .item .box .ttl_border_wrap .ttl_border {
  font-size: 0.26rem;
}
.sec_shopping .area .item .box .ttl_border_wrap .shopnum {
  font-size: 0.22rem;
  line-height: 1;
}
.sec_shopping .area .item .box .ttl_border_wrap .shopnum em {
  font-size: 0.4rem;
  font-family: "Forum", serif;
}
.sec_shopping .area .item .box .ttl_border_wrap.small .ttl_border {
  font-size: 0.22rem;
}
.sec_shopping .area .item .box .ttl_border_wrap.small .shopnum {
  font-size: 0.2rem;
}
.sec_shopping .area .item .box .ttl_border_wrap.small .shopnum em {
  font-size: 0.35rem;
}
.sec_shopping .area .item_cl2 {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.sec_shopping .area .item_cl2 .item {
  margin-top: 0;
}
.sec_shopping .area .item_cl2 .item .cont .ttl {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 1.5;
}
.sec_shopping .area .item_cl2 .item .box {
  margin-top: 0.3rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.sec_shopping .area.--south {
  margin-top: 2rem;
}
.sec_shopping .area.--south .item .image .label {
  background: #AF8292;
}
.sec_shopping .area.--south .item .box {
  background: #E8E2E3;
}
.sec_shopping .area.--south .item .box .ttl_border_wrap {
  border-color: #AF8292;
}
.sec_shopping .spot {
  margin-top: 1.2rem;
}
.sec_shopping .spot .ttl {
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Forum", serif;
  font-size: 0.32rem;
}
.sec_shopping .spot .image {
  margin-top: 0.3rem;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}

.sec_culture {
  background: #F5F4E2;
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.sec_culture .item {
  margin-top: 0.5rem;
}
.sec_culture .item .ttl {
  font-size: 0.32rem;
  margin-top: 0.5rem;
}
.sec_culture .item .text {
  margin-top: 0.1rem;
  font-size: 0.24rem;
}
.sec_culture .item.--01 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.sec_culture .item.--01 .image {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}

.sec_education {
  padding-top: 1rem;
}
.sec_education .image_cl2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.2rem;
}
.sec_education .image_cl2 .image figcaption {
  position: static;
  margin-top: 0.1rem;
}
.sec_education .balloon {
  animation: katakata 4s ease-in-out infinite;
}
@keyframes katakata {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(-3deg);
  }
  4% {
    transform: rotate(3deg);
  }
  6% {
    transform: rotate(-2deg);
  }
  8% {
    transform: rotate(2deg);
  }
  10% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sec_education .sec__01 .image {
  margin-top: 0.8rem;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_education .sec__02 {
  margin-top: 0.8rem;
}
.sec_education .sec__02 .ttl {
  font-size: 0.4rem;
}
.sec_education .sec__02 .image_cl2 {
  margin-top: 0.4rem;
}
.sec_education .sec__02 .text {
  margin-top: 0.3rem;
}
.sec_education .sec__02 .balloon {
  margin-top: 0.3rem;
  width: 4.8rem;
  margin-left: auto;
}
.sec_education .sec__02 .balloon_note {
  font-size: 0.2rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  text-align: right;
}
.sec_education .sec__03 .dotline {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 2px dotted #70927c;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_education .sec__03 .balloon {
  width: 4.8rem;
  margin-left: 0.2rem;
}
.sec_education .sec__03 .text {
  margin-top: 0.2rem;
}
.sec_education .sec__03 .image_cl2 {
  margin-top: 0.5rem;
}
.sec_education .sec__04 {
  position: relative;
  padding-bottom: 0.6rem;
}
.sec_education .sec__04 .dotline.--01 {
  margin-top: 0.8rem;
  padding-top: 1rem;
  border-top: 2px dotted #70927c;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_education .sec__04 .dotline.--02 {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 2px dotted #70927c;
  height: 100%;
}
.sec_education .sec__04 .inner {
  width: 5.8rem;
  margin-left: -0.4rem;
  position: relative;
}
.sec_education .sec__04 .inner .balloon {
  position: absolute;
  top: -0.7rem;
  right: -1.2rem;
  width: 4.3rem;
  z-index: 2;
}
.sec_education .sec__04 .inner .image figcaption {
  position: static;
}
.sec_education .sec__04 .inner .text {
  padding: 0.3rem 0.3rem 0;
}
.sec_education .sec__05 {
  position: relative;
  padding-bottom: 0.6rem;
}
.sec_education .sec__05 .dotline.--01 {
  padding-top: 1rem;
  border-top: 2px dotted #70927c;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_education .sec__05 .dotline.--02 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px dotted #70927c;
  height: 100%;
}
.sec_education .sec__05 .inner {
  padding-left: 0.4rem;
  font-size: 0.26rem;
}
.sec_education .sec__05 .inner .balloon {
  position: absolute;
  top: -0.5rem;
  left: 1.2rem;
  width: 3.8rem;
  z-index: 2;
}
.sec_education .sec__05 .inner .indent p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.sec_education .sec__06 {
  position: relative;
}
.sec_education .sec__06 .dotline {
  padding-top: 0.8rem;
  border-top: 2px dotted #70927c;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_education .sec__06 .balloon {
  position: absolute;
  top: -0.3rem;
  right: 0;
  width: 4rem;
}
.sec_education .sec__06 .text {
  margin-top: 0.2rem;
}
.sec_education .sec__06 .image_cl2 {
  margin-top: 0.5rem;
}

.sec_data {
  margin-top: 1rem;
  background: #F5F4E2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sec_data .ttl_wrap .image {
  width: 4.8rem;
  margin: 0.5rem auto 0;
}
.sec_data .ttl_wrap .sub {
  text-align: center;
  margin-top: 0.5rem;
}
.sec_data .ttl_wrap .jp_ttl sup {
  font-size: 0.24rem;
}
.sec_data .ttl_wrap .text .yellow {
  color: #918E00;
}
.sec_data .ttl_wrap .text .red {
  color: #953A2B;
}

.sec_lifeinfo {
  margin-top: 1.4rem;
  padding-bottom: 2rem;
}
.sec_lifeinfo .ttl_wrap .text {
  text-align: center;
  margin-top: 0.3rem;
}
.sec_lifeinfo .inner {
  margin-top: 0.4rem;
  padding: 0 0.4rem;
}
.sec_lifeinfo .navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
}
@media screen and (min-width: 751px) {
  .sec_lifeinfo .navigation {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_lifeinfo .navigation button {
  border: none;
  padding: 0.3rem 0;
  letter-spacing: 0.03rem;
  background: #C59B7B;
  color: #fff;
  transition: opacity 0.3s ease;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .sec_lifeinfo .navigation button {
    font-size: 0.24rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_lifeinfo .navigation button:hover {
    opacity: 0.8;
  }
}
.sec_lifeinfo .navigation button:nth-child(2) {
  background: #AF8292;
}
.sec_lifeinfo .navigation button:nth-child(3) {
  background: #70927c;
}
.sec_lifeinfo .navigation button:nth-child(4) {
  background: #7BA5C5;
}
.sec_lifeinfo .navigation button:nth-child(5) {
  background: #7B89C5;
}
.sec_lifeinfo .navigation button:nth-child(6) {
  background: #B1AC51;
}
.sec_lifeinfo .map {
  margin-top: 1rem;
}
.sec_lifeinfo .map .gmaps {
  height: 5rem;
}
.sec_lifeinfo .map .dataArea .data {
  display: none;
  box-sizing: border-box;
  height: 6rem;
  overflow-y: scroll;
  margin-top: 0.5rem;
  /* スクロールバー */
}
.sec_lifeinfo .map .dataArea .data::-webkit-scrollbar {
  width: 4px;
}
.sec_lifeinfo .map .dataArea .data::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sec_lifeinfo .map .dataArea .data::-webkit-scrollbar-thumb {
  background: #70927c;
  border-radius: 999px;
}
.sec_lifeinfo .map .dataArea .data.active {
  display: block;
}
.sec_lifeinfo .map .dataArea .data ul {
  counter-reset: number;
}
.sec_lifeinfo .map .dataArea .data li {
  display: grid;
  align-items: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 0.6rem auto;
  gap: 0 0.3rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  counter-increment: number;
}
.sec_lifeinfo .map .dataArea .data li:last-child {
  border: none;
}
@media screen and (min-width: 751px) {
  .sec_lifeinfo .map .dataArea .data li {
    padding: 0.2rem 0;
    font-size: 0.24rem;
    gap: 0 0.1rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .sec_lifeinfo .map .dataArea .data li {
    grid-template-columns: 0.4rem 1fr;
    gap: 0 0.2rem;
    padding: 0.3rem 0;
  }
}
.sec_lifeinfo .map .dataArea .data li::before {
  content: counter(number);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Forum", serif;
  line-height: 1;
  background: #333333;
  letter-spacing: 0;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  padding-top: 0.01rem;
}
.sec_lifeinfo .map .dataArea .data li .name {
  text-align: left;
}
.sec_lifeinfo .map .dataArea .data li .name small {
  font-size: 0.28rem;
  display: block;
}
@media screen and (min-width: 751px) {
  .sec_lifeinfo .map .dataArea .data li .name small {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .sec_lifeinfo .map .dataArea .data li .name small {
    font-size: 0.24rem;
  }
}
.sec_lifeinfo .map .dataArea .data--01 li:before {
  background: #C59B7B;
}
.sec_lifeinfo .map .dataArea .data--02 li:before {
  background: #AF8292;
}
.sec_lifeinfo .map .dataArea .data--03 li:before {
  background: #70927c;
}
.sec_lifeinfo .map .dataArea .data--04 li:before {
  background: #7BA5C5;
}
.sec_lifeinfo .map .dataArea .data--05 li:before {
  background: #7B89C5;
}
.sec_lifeinfo .map .dataArea .data--06 li:before {
  background: #B1AC51;
}
