/* くらし・町政ページ専用。style.css から必要セクションを抽出。 */
body {
  background-color: #FAF6F6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.search {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 34px;
}
.search__title {
  padding-left: 0.5em;
}
.search__title--en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.search__title--en::before {
  content: "｜";
}
.search__box {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.search__input {
  color: #000;
  width: 240px;
  background: #FAF6F6;
  border-radius: 16px;
  padding: 6px 30px 6px 16px;
  line-height: 1;
}
.search__input:focus {
  outline-color: #8E2921;
}
.search__input::-moz-placeholder {
  color: #E3C9C7;
}
.search__input::placeholder {
  color: #E3C9C7;
}
.search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search__submit {
  margin-left: -28px;
}
@media screen and (max-width: 767px) {
  .search {
    order: 1;
    margin: 16px 16px 0;
  }
  .search__title {
    color: #8E2921;
  }
  .search__input {
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    padding: 10px 30px 10px 16px;
    border-radius: 20px;
    outline: solid 1px #8E2921;
    outline-offset: 0;
  }
  .search__input::-moz-placeholder {
    font-size: 1rem;
    font-weight: 500;
  }
  .search__input::placeholder {
    font-size: 1rem;
    font-weight: 500;
  }
  .search__submit {
    margin-left: -36px;
  }
}
.language {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 40px 0;
  position: relative;
  width: 240px;
  height: 32px;
  text-align: center;
}
.language__list,
.language .gt_selector {
  width: 100%;
  height: 100%;
  border: 1px solid #FAF6F6;
  border-radius: 16px;
  outline: 0;
  background-image: url("../images/language-icon.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 16px center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  -webkit-appearance: none;
}
.language__list > option,
.language .gt_selector > option {
  color: #8E2921;
  background: #FAF6F6;
}
@media screen and (max-width: 767px) {
  .language {
    order: 3;
    width: 100%;
    padding: 0 16px;
    margin: 32px 0 0 0;
    height: 40px;
  }
  .language__list,
  .language .gt_selector {
    border-radius: 20px;
    border: none;
    background-color: #8E2921;
    font-size: 1rem;
  }
}

.gtranslate_wrapper {
  height: 100%;
}
.chatbot-btn {
  position: absolute;
  bottom: 64px;
  right: 304px;
  z-index: 5;
}
.chatbot-btn__inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FAF6F6;
  box-shadow: 3px 3px 6px 0 rgba(91, 91, 91, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .chatbot-btn__inner:hover .chatbot-btn__button, .chatbot-btn__inner:hover .chatbot-btn__text {
    opacity: 0.6;
  }
}
.chatbot-btn__button {
  flex-shrink: 0;
}
.chatbot-btn__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #8E2921;
  line-height: 1.5;
  white-space: nowrap;
  display: none;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .chatbot-btn {
    right: 26px;
    bottom: 40px;
    position: fixed;
    transition: bottom 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .chatbot-btn__inner {
    width: 60px;
    height: 60px;
  }
  .chatbot-btn__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-left: 11px;
  }
}

/* Chatbot */
.chatbot {
  width: 480px;
  height: 480px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: #FAF6F6;
  border-radius: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #311C1C;
  position: absolute;
  right: 304px;
  bottom: 64px;
  box-shadow: 3px 3px 6px 0 rgba(91, 91, 91, 0.5);
  z-index: 5;
  overflow: hidden;
}
.chatbot__hidden {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.chatbot__header {
  position: relative;
  width: 100%;
}
.chatbot__title {
  color: #FAF6F6;
  background: #8E2921;
  font-size: 1rem;
  line-height: 48px;
  text-align: center;
}
.chatbot__title--en::before {
  content: "｜";
}
.chatbot__close-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.chatbot__body {
  height: calc(100% - 112px);
  padding: 24px 20px 0;
  overflow-y: auto;
}
.chatbot__chat {
  width: 100%;
  display: flex;
  margin-top: 16px;
}
.chatbot__chat--user {
  flex-direction: row-reverse;
}
.chatbot__icon {
  width: 36px;
  flex-shrink: 0;
}
.chatbot__bubble {
  color: #311C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  background: #EEDFDE;
  padding: 8px 16px;
  border-radius: 4px;
}
.chatbot__bubble--bot {
  margin-left: 16px;
}
.chatbot__bubble--user {
  margin-right: 16px;
}
.chatbot__footer {
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
}
.chatbot__form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.chatbot__input {
  width: 368px;
  padding: 4px 16px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  border: 1px solid #D2A9A6;
  border-radius: 16px;
}
.chatbot__input:focus {
  outline-color: #8E2921;
}
.chatbot__input::-moz-placeholder {
  color: #EEDFDE;
}
.chatbot__input::placeholder {
  color: #EEDFDE;
}
.chatbot__submit, .chatbot__refresh {
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 983px) {
  .chatbot {
    width: 416px;
  }
  .chatbot__input {
    width: 304px;
  }
}
@media screen and (max-width: 767px) {
  .chatbot {
    width: calc(100% - 48px);
    height: calc(100svh - 62px);
    top: 24px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .chatbot__title {
    line-height: 48px;
  }
  .chatbot__input {
    width: 100%;
    font-size: 0.75rem;
    height: 32px;
  }
}
/* Settings */
/* ============================================ */
/* Common */
/* ============================================ */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.pdf-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* PDF link */
.pdf-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: white;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  max-width: 600px;
}
.pdf-link__icon {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
}
.pdf-link__content {
  flex: 1;
  min-width: 0;
  color: #0765b8;
  overflow-wrap: anywhere;
}
.pdf-link__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.pdf-link__size {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* page height */
.sub {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.content-wrap {
  flex: 1;
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin-top: 88px;
  }
}

.link-hover-effect:hover {
  opacity: 0.6;
  text-decoration: underline;
}

/* header */
.header {
  width: 100%;
  height: 108px;
  background-color: #FAF6F6;
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header {
    height: 88px;
  }
}
.header__inner {
  width: 100%;
  padding: 0 32px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container--left {
  width: 408px;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__container--left {
    width: 266px;
  }
}
@media screen and (max-width: 375px) {
  .header__container--left {
    width: 240px;
  }
}
.header__container--sub {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .header__container--sub {
    width: 370px;
  }
}
.header__logo {
  position: relative;
  flex-shrink: 0;
}
.header__logo::after {
  content: url(../images/header_dot.svg);
  width: 2px;
  height: 66px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 375px) {
  .header__logo::after {
    right: -16px;
  }
}
.header__town-admin {
  flex-shrink: 0;
}
.header__emigration {
  flex-shrink: 0;
}
@media screen and (max-width: 1090px) {
  .header__emigration img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .header__emigration img {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .header__emigration img {
    width: 60%;
  }
}
.header__container--right {
  width: 509px;
  height: 56px;
}
@media screen and (max-width: 1090px) {
  .header__container--right {
    width: auto;
    height: auto;
  }
}
.header__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .header__inner {
    padding: 0 0 0 24px;
    position: relative;
  }
  .header__menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 0 0 16px;
  }
}

.town-admin__image {
  width: 168px;
  height: auto;
}
@media screen and (max-width: 375px) {
  .town-admin__image {
    width: 158px;
  }
}

.menu__button {
  display: none;
}
.menu__button span {
  text-transform: uppercase;
}
.menu__block--pc {
  display: block;
  width: 509px;
  height: 56px;
}
.menu__block--pc .search__input--sub {
  width: 300px;
}
@media screen and (max-width: 1090px) {
  .menu__block--pc {
    display: none;
  }
}
.menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  .menu__button {
    display: block;
  }
  .menu__block--lower {
    display: none;
    width: 360px;
    height: 100vh;
    background-color: #8E2921;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .menu__inner {
    display: block;
    width: 296px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .menu__item--sub {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1090px) and (max-width: 767px) {
  .menu__block--lower {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu__block--lower {
    width: 100%;
  }
  .menu__inner {
    width: 82.9333333333%;
    max-width: 400px;
  }
}

.item__title {
  color: #311C1C;
}

.font-size__list {
  width: 214px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.font-size__item {
  width: 68px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  color: #8E2921;
  background-color: #C69490;
}
@media (min-width: 1091px) and (hover: hover) {
  .font-size__item:hover {
    color: #FAF6F6;
    background-color: #8E2921;
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) and (max-width: 1090px) and (hover: hover) {
  .font-size__item:hover {
    background-color: #FAF6F6;
    transition: all 0.3s ease;
  }
}
.font-size__item--active {
  color: #FAF6F6;
  background: #8E2921;
}

.background-color__list {
  width: 119px;
  display: flex;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.background-color__item {
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  color: #8E2921;
  background: #C69490;
}
@media (min-width: 1091px) and (hover: hover) {
  .background-color__item:hover {
    color: #FAF6F6;
    background-color: #8E2921;
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) and (max-width: 1090px) and (hover: hover) {
  .background-color__item:hover {
    background-color: #FAF6F6;
    transition: all 0.3s ease;
  }
}
.background-color__item--active {
  color: #FAF6F6;
  background: #8E2921;
}

.search--sub {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .search--sub {
    margin: 0;
  }
}
.search__title--sub {
  color: #8E2921;
}
.search__input--sub {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #8E2921;
  color: #8E2921;
}
@media screen and (max-width: 1090px) {
  .search__title--sub {
    color: #FAF6F6;
    line-height: 1;
  }
  .search__box--sub {
    margin-top: 10px;
  }
}

.language--sub {
  width: 177px;
  height: 34px;
  margin: 0;
}
.language__title {
  color: #8E2921;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}
.language__list {
  color: #FAF6F6;
  background-color: #8E2921;
  border-radius: 20px;
}
.language .gt_selector {
  color: #FAF6F6;
  background-color: #8E2921;
  border-radius: 20px;
}
.language .gtranslate_wrapper {
  height: 34px;
}
@media screen and (max-width: 1090px) {
  .language--sub {
    width: 100%;
  }
  .language__title {
    color: #FAF6F6;
  }
}
@media screen and (max-width: 767px) {
  .language--sub {
    padding: 0;
  }
  .language--sub .language__list {
    border: 1px solid #FAF6F6;
  }
  .language--sub .gt_selector {
    border: 1px solid #FAF6F6;
  }
}

/* footer */
.footer {
  width: 100%;
  height: 100%;
  padding: 56px;
  background-color: #8E2921;
}
@media screen and (max-width: 1090px) {
  .footer {
    position: relative;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 24px;
  }
}
.footer__inner {
  width: 100%;
  height: 167px;
  color: #FAF6F6;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1090px) {
  .footer__inner {
    height: 169px;
    align-items: flex-start;
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-flow: column;
    height: 100%;
    gap: 32px;
    margin-bottom: 94px;
  }
}
.footer__container--left {
  width: 245px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex-shrink: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer__container--left {
    width: 180px;
    height: auto;
  }
}
.footer__container--right {
  width: 628px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1090px) {
  .footer__container--right {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__container--right {
    display: block;
  }
}
@media screen and (max-width: 1090px) {
  .footer__logo {
    width: 180px;
  }
}
.footer__copyright {
  color: #FAF6F6;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
}
@media screen and (max-width: 1090px) {
  .footer__copyright {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 40px;
  }
}
.footer__info {
  width: 400px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__info {
    width: 100%;
  }
}
.footer__menu {
  width: 200px;
  height: 140px;
}

address > span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  display: block;
}

.address__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .biz-hour {
    font-size: 0.625rem;
    line-height: 2.2;
  }
}

@media (min-width: 768px) {
  .tel__link--footer {
    pointer-events: none;
  }
}

.sns--sub {
  width: 380px;
  height: 29px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sns--sub {
    width: 100%;
  }
}
.sns__list--sub {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}

@media screen and (max-width: 1090px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu--md {
  display: none;
}
@media screen and (max-width: 1090px) {
  .footer__menu--md {
    width: calc(100% - 80px);
    display: block;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  .footer__menu--md .footer-menu__list--sub {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu--md {
    width: 100%;
    left: 24px;
    bottom: 122px;
    position: static;
  }
  .footer__menu--md .footer-menu__list--sub {
    flex-direction: column;
    gap: 16px;
  }
  .footer__menu--md .footer-menu__item--sub {
    width: 100%;
  }
}

.footer-menu__list--sub {
  width: 100%;
  height: 100%;
  color: #8E2921;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.footer-menu__item--sub {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #FAF6F6;
  border-radius: 20px;
  background-image: url(../images/footer-menu__arrow.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 16px center;
}
@media (hover: hover) {
  .footer-menu__item--sub:hover {
    color: #FAF6F6;
    background-color: #8E2921;
    border: 1px solid #FAF6F6;
    background-image: url(../images/footer-menu__arrow--hover.svg);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1090px) {
  .footer-menu__item--sub {
    width: 32.2772277228%;
  }
}
.footer-menu__link--sub {
  display: block;
}

/* breadcrumb */
.breadcrumb__wrap {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__wrap {
    margin-top: 24px;
  }
}

.breadcrumb {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    justify-content: flex-start;
    padding: 0 24px;
  }
}
.breadcrumb__list {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}
.breadcrumb__item {
  color: #8E2921;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    line-height: 1;
  }
}
.breadcrumb__item--active {
  color: #8E2921;
}
.breadcrumb__item:not(:last-child) {
  padding-right: 17px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child) {
    padding-right: 15px;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 9px;
  background-image: url(../images/breadcrumb_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    color: #8E2921;
    transition: color 0.3s ease;
  }
}

/* page title */
.page-title--en {
  color: #C69490;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-title--en {
    font-size: 1rem;
  }
}
.page-title--jp {
  color: #8E2921;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-title--jp {
    font-size: 2rem;
  }
}
.page-title__description {
  color: #311C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-title__description {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

/* chatbot button */
.sub {
  position: relative;
}

#chatbot-btn--sub {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #chatbot-btn--sub {
    width: 60px;
    height: 60px;
  }
}

/* chatbot */
/* Contact */
/* ============================================ */
/* layout */
.main--contact {
  width: 938px;
  margin: 97px auto 144px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1090px) {
  .main--contact {
    width: 100%;
    display: block;
    padding: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .main--contact {
    margin: 90px 0 108px;
    padding: 0 32px;
  }
}

.contact__container--left {
  width: 330px;
  height: 369px;
}
.contact__container--right {
  width: 568px;
  margin-top: 97px;
}
@media screen and (max-width: 1090px) {
  .contact__container--left {
    width: 100%;
    height: auto;
  }
  .contact__container--right {
    width: 100%;
    margin-top: 80px;
  }
}
.contact__hr {
  width: 330px;
  height: 1px;
  background-color: #C1BBBB;
  border: none;
  margin: 24px 0;
}
@media screen and (max-width: 1090px) {
  .contact__hr {
    width: 100%;
  }
}

/* contact info */
.contact-info {
  color: #311C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .contact-info {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.contact-info__title {
  font-weight: 500;
}
.contact-info__row {
  display: flex;
}
.contact-info__label {
  width: 50px;
  flex-shrink: 0;
}
.contact-info__content {
  flex-grow: 1;
}

/* form */
.contact__form {
  width: 568px;
  color: #311C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  background-color: #FFF;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 1090px) {
  .contact__form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact__form {
    font-size: 0.875rem;
    padding: 40px 24px;
  }
}

.form__item {
  width: 488px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1090px) {
  .form__item {
    width: 100%;
  }
}
.form__item:nth-child(3) span, .form__item:nth-child(4) span, .form__item:nth-child(5) span, .form__item:nth-child(6) span {
  display: none;
}
.form__item:nth-last-child(2) {
  height: 193px;
}
.form__item:last-child {
  height: 101px;
  margin-bottom: 0;
}
@media screen and (max-width: 1090px) {
  .form__item:last-child {
    height: auto;
  }
}
.form__item input[type=text], .form__item input[type=email], .form__item input[type=tel], .form__item input[type=search], .form__item textarea {
  width: 488px;
  height: 36px;
  background-color: #FAF6F6;
  padding: 10px 16px;
  margin-top: 12px;
  border-radius: 8px;
}
@media screen and (max-width: 1090px) {
  .form__item input[type=text], .form__item input[type=email], .form__item input[type=tel], .form__item input[type=search], .form__item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form__item input[type=text], .form__item input[type=email], .form__item input[type=tel], .form__item input[type=search], .form__item textarea {
    height: 34px;
  }
}
.form__item textarea {
  width: 488px;
  height: 160px;
  line-height: 1.75;
  resize: none;
}
@media screen and (max-width: 1090px) {
  .form__item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form__item textarea {
    line-height: 1.5714285714;
  }
}
.form__item input[type=text]::-moz-placeholder, .form__item input[type=email]::-moz-placeholder, .form__item input[type=tel]::-moz-placeholder, .form__item textarea::-moz-placeholder {
  color: #E3C9C7;
  font-weight: 400;
  line-height: 1;
}
.form__item input[type=text]::placeholder, .form__item input[type=email]::placeholder, .form__item input[type=tel]::placeholder, .form__item textarea::placeholder {
  color: #E3C9C7;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .form__item input[type=text]::-moz-placeholder, .form__item input[type=email]::-moz-placeholder, .form__item input[type=tel]::-moz-placeholder, .form__item textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__item input[type=text]::placeholder, .form__item input[type=email]::placeholder, .form__item input[type=tel]::placeholder, .form__item textarea::placeholder {
    font-size: 0.875rem;
  }
}
.form__title {
  height: 21px;
  font-weight: 500;
  line-height: 1.3125;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__title {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1090px) {
  .form__title .name_kanji, .form__title .name_kana {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) {
  .form__title .name_kanji, .form__title .name_kana {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.form__title .hissu {
  width: 42px;
  height: 21px;
  color: #FAF6F6;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 21px;
  text-align: center;
  background-color: #8E2921;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__title .hissu {
    width: 40px;
    height: 20px;
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.form__radio {
  width: 488px;
  height: 68px;
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  gap: 0 24px;
}
@media screen and (max-width: 1090px) {
  .form__radio {
    width: 100%;
    height: auto;
    gap: 10px 24px;
  }
}
.form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1090px) {
  .form__radio label {
    line-height: 1;
  }
}
.form__radio label:nth-child(odd) {
  width: 160px;
}
.form__radio label:nth-child(even) {
  width: 215px;
}
.form__radio input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #C1BBBB;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1090px) {
  .form__radio input[type=radio] {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] {
    line-height: 1.1428571429;
  }
}
.form__radio input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C1BBBB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form__inner--lower {
  margin-top: 40px;
}
.form__error-msg {
  color: #8E2921;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 5px;
  line-height: 1;
}

.radio__required {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1090px) {
  .radio__required {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .radio__required {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}

.confirm-button input {
  width: 488px;
  height: 40px;
  color: #FAF6F6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  background-color: #8E2921;
  background-image: url(../images/confirm_arrow.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 16px center;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
@media (hover: hover) {
  .confirm-button input:hover {
    color: #8E2921;
    background-color: transparent;
    border: 1px solid #8E2921;
    background-image: url(../images/confirm_arrow--hover.svg);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1090px) {
  .confirm-button input {
    width: 100%;
  }
}

/* Confirm */
/* ============================================ */
/* confirmation form */
@media screen and (max-width: 767px) {
  .contact__form--confirm {
    padding: 40px 24px;
  }
}

.confirm__msg {
  line-height: 1.75;
  margin-left: -8px;
}
@media screen and (max-width: 1090px) {
  .confirm__msg {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .confirm__msg {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.confirm__br {
  display: block;
}
@media screen and (max-width: 767px) {
  .confirm__br {
    display: none;
  }
}
.confirm__item {
  line-height: 36px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .confirm__item {
    line-height: 34px;
  }
}
.confirm__item--msg {
  padding: 10px 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .confirm__item--msg {
    line-height: 1.5714285714;
  }
}
.confirm__item--contact {
  height: 36px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .confirm__item--contact {
    font-size: 1rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .confirm__item--contact .radio__required {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}

.contact__hr--confirm {
  width: 100%;
  margin: 24px 0 40px -8px;
}
@media screen and (max-width: 1090px) {
  .contact__hr--confirm {
    margin: 24px 0 40px 0px;
  }
}

.form__item--confirm {
  margin-bottom: 32px;
}

#confirm .form__item:nth-last-child(2),
#page-confirm .form__item:nth-last-child(2) {
  height: auto;
}

#confirm .form__item:last-child,
#page-confirm .form__item:last-child {
  height: auto;
}

.form__radio--confirm {
  height: 36px;
  margin-top: 4px;
  display: block;
}

@media screen and (max-width: 1090px) {
  #confirm .confirm-button,
  #page-confirm .confirm-button {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  #confirm .confirm-button,
  #page-confirm .confirm-button {
    width: calc(50% - 8px);
  }
}
#confirm .confirm-button input,
#page-confirm .confirm-button input {
  width: 232px;
}
@media screen and (max-width: 1090px) {
  #confirm .confirm-button input,
  #page-confirm .confirm-button input {
    width: 100%;
  }
}

#confirm .form__inner--lower,
#page-confirm .form__inner--lower {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  #confirm .form__inner--lower,
  #page-confirm .form__inner--lower {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #confirm .form__inner--lower,
  #page-confirm .form__inner--lower {
    gap: 16px;
  }
}

.confirm-button--back input {
  background-position: left 16px center;
  background-image: url(../images/confirm_arrow--back.svg);
}
@media (hover: hover) {
  .confirm-button--back input:hover {
    background-image: url(../images/confirm_arrow--back--hover.svg);
  }
}

/* Thanks */
/* ============================================ */
/* layout */
#page-thanks .content-wrap {
  position: relative;
}

.main--thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1090px) {
  .main--thanks {
    width: 352px;
    margin: 97px auto 144px;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .main--thanks {
    margin: 105px auto 144px;
  }
}

.thanks__container {
  width: 352px;
  height: 208px;
  text-align: center;
}
.thanks__container .page-title--jp {
  margin-top: 0;
}

/* Container */
.thanks__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.thanks__container .page-title--jp {
  font-size: 2rem;
}
.thanks__container .page-title__description {
  margin-top: 40px;
}

.thanks__btn--top {
  width: 200px;
  height: 40px;
  color: #FAF6F6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #8E2921;
  background-image: url(../images/confirm_arrow--back.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left 16px center;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
@media (hover: hover) {
  .thanks__btn--top:hover {
    color: #8E2921;
    background-color: transparent;
    border: 1px solid #8E2921;
    background-image: url(../images/confirm_arrow--back--hover.svg);
    transition: all 0.3s ease;
  }
}

/* Town-Admin */
/* ============================================ */
/* layout */
.main--town-admin {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .main--town-admin {
    margin: 24px 0 0;
  }
}

.contents__wrap--town-admin {
  padding: 80px 120px;
}
@media screen and (max-width: 1179px) {
  .contents__wrap--town-admin {
    padding: 64px 80px 80px;
  }
}
@media screen and (max-width: 767px) {
  .contents__wrap--town-admin {
    padding: 32px 24px 24px;
  }
}

/* Emergency Information */
.emergency-info--town-admin {
  background-color: #FF0000;
  margin-bottom: -24px;
}
@media screen and (max-width: 1179px) {
  .emergency-info--town-admin {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .emergency-info--town-admin {
    margin-bottom: 0;
  }
}

.contents__wrap--town-admin {
  display: flex;
  justify-content: space-between;
  gap: 98px;
}
@media screen and (max-width: 1179px) {
  .contents__wrap--town-admin {
    flex-direction: column;
    gap: 32px;
  }
}
.contents__title--town-admin {
  width: 204px;
  color: #FFFFFF;
  flex-shrink: 0;
}
@media screen and (max-width: 1179px) {
  .contents__title--town-admin {
    width: 100%;
  }
}
@media screen and (max-width: 1179px) {
  .contents__title--town-admin .page-title {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents__title--town-admin .page-title {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.contents__title--town-admin .page-title--en {
  color: #FFFFFF;
  font-size: 0.875rem;
}
.contents__title--town-admin .page-title--jp {
  color: #FFFFFF;
  font-size: 3.1875rem;
  margin-top: 4px;
}
@media screen and (max-width: 1179px) {
  .contents__title--town-admin .page-title--jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents__title--town-admin .page-title--jp {
    font-size: 2.8125rem;
  }
}
.contents__title--town-admin .page-title__more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 16px;
  padding-left: 36px;
  line-height: 26px;
  background-image: url(../images/town-admin__ei-arrow.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: left 0 center;
}
.contents__info-list--town-admin {
  width: 75%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  background-color: #FFFFFF;
  padding: 32px 40px;
}
@media screen and (max-width: 1179px) {
  .contents__info-list--town-admin {
    width: 100%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contents__info-list--town-admin {
    border-radius: 0;
    padding: 20px 24px 30px;
    font-size: 0.875rem;
  }
}
.contents__info-list--town-admin .emergency-info__item {
  padding: 0 0 11.5px 0;
  margin: 0 0 11.5px;
  background-color: inherit;
  border-bottom: 1px solid #E0DDDD;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contents__info-list--town-admin .emergency-info__item {
    padding: 0 0 15.5px;
    margin: 0 0 15.5px;
    flex-direction: column;
    gap: 2px;
  }
}
.contents__info-list--town-admin .emergency-info__item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.contents__info-list--town-admin .emergency-info__time {
  width: 95px;
  color: #463333;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  margin-right: 0;
  flex-shrink: 0;
}
.contents__info-list--town-admin .emergency-info__text {
  width: calc(100% - 111px);
  color: #0765b8;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 22px;
  white-space: wrap;
  flex-shrink: 0;
}
@media (hover: hover) {
  .contents__info-list--town-admin .emergency-info__text:hover {
    opacity: 0.6;
    text-decoration: underline;
    transition: all ease;
  }
}
@media screen and (max-width: 767px) {
  .contents__info-list--town-admin .emergency-info__text {
    width: 100%;
    font-size: 0.875rem;
  }
}

/* Banners */
.banners--town-admin {
  margin: 80px 0 120px;
}
@media screen and (max-width: 1179px) {
  .banners--town-admin {
    margin: 40px 0 56px;
  }
}

/* News*/
.news--town-admin {
  background-color: #8E2921;
}
.news--town-admin .page-title--jp {
  font-size: 2.5rem;
}
.news--town-admin .contents__info-list--town-admin {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .news--town-admin .contents__info-list--town-admin {
    padding: 24px 24px 32px;
  }
}
.news--town-admin .emergency-info__item {
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .news--town-admin .emergency-info__item {
    padding: 0 0 16.5px;
    margin: 0 0 16.5px;
    position: relative;
    gap: 2px;
  }
}
.news--town-admin .emergency-info__text {
  width: calc(100% - 275px);
}
@media screen and (max-width: 767px) {
  .news--town-admin .emergency-info__text {
    width: 100%;
  }
}
.news__category {
  width: 150px;
  height: 20px;
  color: #8E2921;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 20px;
  background-color: #F4EAE9;
  border-radius: 8px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news__category {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.emergency-info__link--category {
  display: block;
}

/* Index*/
.index--town-admin {
  background-color: #F4EAE9;
}
@media screen and (max-width: 1179px) {
  .index--town-admin .contents__wrap--town-admin {
    padding: 80px;
    flex-direction: row;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .index--town-admin .contents__wrap--town-admin {
    padding: 0;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.index__sidebar {
  width: 180px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .index__sidebar {
    width: 100%;
    background-color: #FAF6F6;
    padding: 32px 24px 48px;
  }
}
@media screen and (max-width: 767px) {
  .index__sidebar {
    font-size: 1rem;
  }
}
.index__sidebar .part01__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .index__sidebar .part01__list {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 552px) {
  .index__sidebar .part01__list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.index__sidebar .part01__item {
  width: 100%;
  height: 52px;
  color: #FAF6F6;
  font-weight: 700;
  line-height: 52px;
  background-color: #8E2921;
  border-radius: 4px;
  padding: 0 16px;
  background-image: url(../images/town-admin_part01_arrow.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 16px center;
}
@media (hover: hover) {
  .index__sidebar .part01__item:hover {
    color: #8E2921;
    border: 1px solid #8E2921;
    background-color: #FFFFFF;
    background-image: url(../images/town-admin_part01_arrow-hov.svg);
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .index__sidebar .part01__item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 552px) {
  .index__sidebar .part01__item {
    width: 100%;
  }
}
.index__sidebar .part__link {
  display: block;
}
.index__sidebar .sidebar__part02 {
  margin-top: 24px;
}
.index__sidebar .sidebar__part02 .part02__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__part02 .part02__list {
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.index__sidebar .sidebar__part02 .part02__item {
  border-bottom: 2px dotted #D2A9A6;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__part02 .part02__item {
    width: calc((100% - 24px) / 2);
    min-width: 234px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 552px) {
  .index__sidebar .sidebar__part02 .part02__item {
    width: 100%;
  }
}
.index__sidebar .sidebar__part02 .part02__item .part__link {
  color: #8E2921;
  padding: 0 16px 19px;
  background-image: url(../images/town-admin_part02_arrow.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 16px top 2px;
  line-height: 1;
}
@media (hover: hover) {
  .index__sidebar .sidebar__part02 .part02__item .part__link:hover {
    opacity: 0.6;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__part02 .part02__item .part__link {
    padding: 0 16px 18px;
  }
}
.index__sidebar .sidebar__population-info {
  color: #311C1C;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__population-info {
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 552px) {
  .index__sidebar .sidebar__population-info {
    width: 100%;
    max-width: none;
  }
}
.index__sidebar .sidebar__population-info .population-info__title {
  width: 100%;
  height: 32px;
  color: #311C1C;
  font-weight: 700;
  font-size: 1rem;
  background-color: #E0DDDD;
  line-height: 32px;
  text-align: center;
}
.index__sidebar .sidebar__population-info .population-info__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__population-info .population-info__list .list__title {
    background-size: 30px auto;
  }
}
.index__sidebar .sidebar__population-info .population-info__list:first-of-type .list__title {
  background-image: url(../images/town-admin_pop01.svg);
}
.index__sidebar .sidebar__population-info .population-info__list:nth-of-type(2) .list__title {
  background-image: url(../images/town-admin_pop02.svg);
}
.index__sidebar .sidebar__population-info .population-info__list:nth-of-type(3) .list__title {
  background-image: url(../images/town-admin_pop03.svg);
}
.index__sidebar .sidebar__population-info .population-info__list:last-of-type .list__title {
  background-image: url(../images/town-admin_pop04.svg);
}
.index__sidebar .sidebar__population-info .list__wrap {
  padding: 12px 0;
  border-bottom: 1px solid #C1BBBB;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.index__sidebar .sidebar__population-info .list__title {
  width: 42.9411764706%;
  font-weight: 500;
  line-height: 1.4285714286;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__population-info .list__title {
    line-height: 1.75;
  }
}
.index__sidebar .sidebar__population-info .list__data {
  width: 43.3333333333%;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__population-info .list__data {
    width: 40%;
    font-size: 1.75rem;
    text-align: center;
  }
}
.index__sidebar .sidebar__population-info .list__data > span {
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__population-info .list__data > span {
    font-size: 0.8125rem;
    display: inline-block;
    margin-left: 4px;
  }
}
.index__sidebar .sidebar__population-info .list__notes {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  margin-top: 12px;
}
.index__sidebar .sidebar__ads {
  margin-top: 32px;
}
.index__sidebar .sidebar__ads .ad__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .index__sidebar .sidebar__ads .ad__list {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
@media (hover: hover) {
  .index__sidebar .sidebar__ads .ad__item:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in;
  }
}
.index__category {
  width: 75%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1179px) {
  .index__category {
    width: calc(100% - 244px);
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .index__category {
    width: 100%;
    max-width: none;
    padding: 40px 24px 64px;
    gap: 40px;
  }
}
.index__category .category__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row {
    gap: 40px;
  }
}
.index__category .category__row:first-of-type .category__box:first-of-type .category__title {
  background-image: url(../images/category-living-procedures.svg);
  background-size: 47.11px auto;
  background-position: left 16.52px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:first-of-type .category__box:first-of-type .category__title {
    background-size: 47px auto;
    background-position: left 12px center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:first-of-type .category__box:first-of-type .category__title {
    background-size: 43.08px auto;
    background-position: left 11.46px center;
  }
}
.index__category .category__row:first-of-type .category__box:last-of-type .category__title {
  background-image: url(../images/category-health-welfare.svg);
  background-size: 66.98px auto;
  background-position: left 6.86px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:first-of-type .category__box:last-of-type .category__title {
    background-size: 65px auto;
    background-position: left 3px center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:first-of-type .category__box:last-of-type .category__title {
    background-size: 59.58px auto;
    background-position: left 3.21px center;
  }
}
.index__category .category__row:nth-of-type(2) .category__box:first-of-type .category__title {
  background-image: url(../images/category-childcare-education.svg);
  background-size: 65.62px auto;
  background-position: left 7.19px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:nth-of-type(2) .category__box:first-of-type .category__title {
    background-size: 65px auto;
    background-position: left 3px center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:nth-of-type(2) .category__box:first-of-type .category__title {
    background-size: 59.58px auto;
    background-position: left 3.21px center;
  }
}
.index__category .category__row:nth-of-type(2) .category__box:last-of-type .category__title {
  background-image: url(../images/category-culture-sports.svg);
  background-size: 71.82px auto;
  background-position: left 4.09px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:nth-of-type(2) .category__box:last-of-type .category__title {
    background-size: 68.58px auto;
    background-position: left 0.21px center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:nth-of-type(2) .category__box:last-of-type .category__title {
    background-size: 63.25px auto;
    background-position: left 1.37 px center;
  }
}
.index__category .category__row:last-of-type .category__box:first-of-type .category__title {
  background-image: url(../images/category-tourism-industry.svg);
  background-size: 71.41px auto;
  background-position: left 4.26px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:last-of-type .category__box:first-of-type .category__title {
    background-size: 70px auto;
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:last-of-type .category__box:first-of-type .category__title {
    background-size: 64.24px auto;
    background-position: left 0.46px center;
  }
}
.index__category .category__row:last-of-type .category__box:last-of-type .category__title {
  background-image: url(../images/category-town-administration.svg);
  background-size: 67.3px auto;
  background-position: left 6.53px center;
}
@media screen and (max-width: 1179px) {
  .index__category .category__row:last-of-type .category__box:last-of-type .category__title {
    background-size: 65.04px auto;
    background-position: left 2.98px center;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__row:last-of-type .category__box:last-of-type .category__title {
    background-size: 60.5px auto;
    background-position: left 2.75px center;
  }
}
.index__category .category__box {
  color: #8E2921;
  width: 47.7777777778%;
  height: 100%;
}
@media screen and (max-width: 1179px) {
  .index__category .category__box {
    width: 100%;
  }
}
.index__category .category__box .list__box {
  width: 100%;
  height: calc(100% - 86px);
  margin-top: 16px;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 2px 2px 6px 0 rgba(49, 28, 28, 0.1);
}
@media screen and (max-width: 1179px) {
  .index__category .category__box .list__box {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__box .list__box {
    margin-top: 10px;
    padding: 20px;
  }
}
.index__category .category__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.9166666667;
  padding-left: 100px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1179px) {
  .index__category .category__title {
    padding-left: 87px;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__title {
    font-size: 1.25rem;
  }
}
.index__category .category__title > h3 {
  line-height: 70px;
}
@media screen and (max-width: 1179px) {
  .index__category .category__title > h3 {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__title > h3 {
    line-height: 56px;
  }
}
.index__category .category__list {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .index__category .category__list {
    gap: 10px;
  }
}
.index__category .category__item {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #0765b8;
  background-color: #f3f2f2;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 31px;
}
@media (hover: hover) {
  .index__category .category__item:hover {
    color: #FFFFFF;
    background-color: #8E2921;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .index__category .category__item {
    line-height: 30px;
  }
}
.index__category .category__item > a {
  display: block;
}

/* Links*/
.links--town-admin {
  background-color: #EEDFDE;
}
.links--town-admin .contents__wrap--town-admin {
  padding: 40px 120px;
}
@media screen and (max-width: 1179px) {
  .links--town-admin .contents__wrap--town-admin {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .links--town-admin .contents__wrap--town-admin {
    padding: 32px 24px;
  }
}

.link__list {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 1179px) {
  .link__list {
    flex-wrap: wrap;
    max-width: 608px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .link__list {
    max-width: none;
    gap: 8px;
    justify-content: center;
  }
}
.link__item {
  background-color: #FFFFFF;
  padding: 8px;
}
@media (hover: hover) {
  .link__item:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (max-width: 1179px) {
  .link__item {
    width: 31.5789473684%;
  }
}
@media screen and (max-width: 767px) {
  .link__item {
    width: calc((100% - 8px) / 2);
    max-width: 200px;
  }
}
.link__item > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* Instagram*/
.instagram--town-admin .page-title--en {
  color: #C69490;
}
.instagram--town-admin .page-title--jp {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #8E2921;
}
.instagram--town-admin .contents__wrap--town-admin {
  padding: 120px 120px 0;
}
@media screen and (max-width: 1179px) {
  .instagram--town-admin .contents__wrap--town-admin {
    padding: 64px 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .instagram--town-admin .contents__wrap--town-admin {
    padding: 40px 24px 0;
  }
}
.instagram__block--left {
  width: 215px;
}
@media screen and (max-width: 1179px) {
  .instagram__block--left {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .instagram__block--left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 1179px) {
  .instagram__block--left .contents__title--town-admin {
    width: 215px;
  }
}
.instagram__block--left .page-title {
  width: 215px;
}
.instagram__account {
  height: 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (hover: hover) {
  .instagram__account:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (max-width: 1179px) {
  .instagram__account {
    width: 170px;
    margin-top: 0;
  }
}
.instagram__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram__name {
  color: #311C1C;
}
.instagram__username {
  color: #988D8D;
}
.instagram__block--right {
  width: 75%;
}
@media screen and (max-width: 1179px) {
  .instagram__block--right {
    width: 100%;
  }
}

.post__list {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .post__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px;
  }
}
@media screen and (max-width: 552px) {
  .post__list {
    justify-content: center;
  }
}
.post__item {
  width: 23.6666666667%;
  border-radius: 8px;
}
@media (hover: hover) {
  .post__item:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (max-width: 552px) {
  .post__item {
    width: calc((100% - 9px) / 2);
  }
}

