@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 81px;
  /* ヘッダーの高さ分だけオフセット */
}

body {
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  overflow: hidden;
  color: #323232;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    line-break: strict;
  }
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

@media screen and (max-width: 768px) {
  picture {
    text-align: center;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tab {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

.pc-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-inline {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

a:hover {
  opacity: .8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cmn-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.cmn-header.is-visible {
  transform: translateY(0);
}

#breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease, top 0.3s ease;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb.is-visible {
  top: 111px;
  transform: translateY(0);
}

@media screen and (max-width: 1130px) {
  #breadcrumb.is-visible {
    top: 130px;
  }
}

@media screen and (max-width: 980px) {
  #breadcrumb.is-visible {
    top: 102px;
  }
}

#icj-main {
  padding-top: 0;
}

.icj-pagetop {
  display: none;
}

@media screen and (max-width: 768px) {
  .icj-pagetop.is-active {
    bottom: 100px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}

.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}

.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .cmn-footer-copyright {
    padding-bottom: 17vw;
  }
}

.mv-inner {
  position: relative;
  max-width: 1180px;
  margin: auto;
}

.mv-image img {
  width: 100%;
}

.mv-heading {
  position: relative;
  padding: 38px 0;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-heading {
    padding: 14px 0;
  }
}

.mv-heading-01 {
  display: block;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .mv-heading-01 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mv-heading-01 {
    font-size: 30px;
  }
}

.mv-heading-02 {
  margin-top: 43px;
  display: block;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .mv-heading-02 {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mv-heading-02 {
    margin-top: 27px;
    font-size: 42px;
  }
}

.mv-heading-02 span {
  position: relative;
  display: inline-block;
  margin: 0 0.1em;
}

.mv-heading-02 span::after {
  content: "■";
  font-size: 12px;
  position: absolute;
  top: -1.4em;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .mv-heading-02 span::after {
    font-size: 6px;
    top: -2.4em;
  }
}

.mv-logo {
  position: absolute;
  top: 30px;
  right: 10%;
}

@media screen and (max-width: 960px) {
  .mv-logo {
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .mv-logo {
    top: auto;
    right: 4%;
    width: 35px;
    bottom: 9px;
  }
}

.mv-content {
  background: linear-gradient(to right, #717477 50%, #A98A6C 50%);
  padding: 60px 0 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-content {
    padding-top: 35px;
  }
}

.mv-content-heading {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .mv-content-heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .mv-content-heading {
    font-size: 22px;
    line-height: 1.59;
  }
}

.mv-content-lead {
  margin-top: 14px;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .mv-content-lead {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .mv-content-lead {
    margin-top: 11px;
    padding: 0 14px;
    font-size: 16px;
    text-align: left;
    line-height: 1.875;
  }
}

.mv-content-images {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .mv-content-images {
    margin-top: 45px;
  }
}

.mv-content-image {
  position: relative;
  width: 45.7%;
}

@media screen and (max-width: 768px) {
  .mv-content-image {
    width: 46.6%;
  }
}

.mv-content-image-text {
  position: absolute;
  top: -12px;
}

@media screen and (max-width: 768px) {
  .mv-content-image-text {
    position: absolute;
    top: -24px;
    left: 53%;
    right: auto;
    transform: translateX(-50%);
    width: 37%;
  }
}

.mv-content-image-text.mistgray {
  right: 0;
}

@media screen and (max-width: 768px) {
  .mv-content-image-text.mistgray {
    right: auto;
  }
}

.mv-content-image-text.maltbeige {
  left: 0;
}

@media screen and (max-width: 768px) {
  .mv-content-image-text.maltbeige {
    left: 47%;
  }
}

.section-inner {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 15px;
  }
}

.section-heading {
  position: relative;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 24px;
  font-size: 29px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-heading {
    padding-bottom: 11px;
    font-size: 20px;
  }
}

.section-heading span {
  position: relative;
}

.section-heading span::after {
  content: "";
  background: #B89E84;
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 3px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-heading span::after {
    bottom: -9px;
  }
}

.clean {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .clean {
    margin-top: 60px;
  }
}

.clean-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 3.4%;
}

@media screen and (max-width: 768px) {
  .clean-content {
    margin-top: 20px;
    display: block;
  }
}

.clean-content-text {
  width: 66.1%;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .clean-content-text {
    width: 100%;
    font-size: 16px;
  }
}

.clean-content-movie {
  width: 30.5%;
  border: 1px solid #B89E84;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .clean-content-movie {
    width: 100%;
    margin-top: 20px;
  }
}

.clean-content-movie-text {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

.clean-content-movie-thumb {
  background: #B89E84;
  text-align: center;
  padding: 14px;
}

.clean-mechanism {
  margin-top: 40px;
}

.clean-mechanism-heading {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .clean-mechanism-heading {
    font-size: 18px;
  }
}

.clean-mechanism-point {
  margin-top: 20px;
}

.clean-modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.clean-modal.fadeIn {
  height: 100vh;
  overflow: visible;
}

.clean-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.clean-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 16px;
  width: 700px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .clean-modal-content {
    width: calc(100% - 40px);
    padding: 8px;
  }
}

.clean-modal-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.clean-modal-movie iframe {
  width: 100%;
  height: 100%;
}

.clean-modal-close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
  width: 42px;
  height: 42px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .clean-modal-close {
    width: 30px;
    height: 30px;
    top: -38px;
  }
}

.color {
  margin-top: 115px;
}

@media screen and (max-width: 768px) {
  .color {
    margin-top: 60px;
  }
}

.color-lead {
  margin-top: 31px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .color-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}

.color-var {
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .color-var {
    margin-top: 18px;
  }
}

.color-var-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .color-var-list {
    gap: 15px;
  }
}

.color-var-list + .color-var-list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .color-var-list + .color-var-list {
    margin-top: 17px;
  }
}

.color-var-item {
  width: 160px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .color-var-item {
    width: 105px;
  }
}

.color-var-new {
  display: inline-block;
  background: #B89E84;
  border-radius: 30px;
  margin-bottom: 5px;
  padding: 7px 11px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .color-var-new {
    padding: 6px 11px;
    font-size: 12px;
  }
}

.color-var-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .color-var-text {
    margin-top: 7px;
    font-size: 15px;
  }
}

.color-tile {
  background: #FCFBFB;
  border: 1px solid #B89E84;
  border-radius: 30px;
  margin-top: 58px;
  padding: 50px 40px 40px;
}

@media screen and (max-width: 768px) {
  .color-tile {
    border-radius: 20px;
    margin-top: 28px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .color-tile-heading {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .color-tile-heading span::after {
    bottom: -19px;
  }
}

.color-tile-inner {
  display: flex;
  gap: 4%;
  padding-right: 10px;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .color-tile-inner {
    display: block;
    padding-right: 0;
    margin-top: 19px;
  }
}

.color-tile-text {
  width: 55%;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .color-tile-text {
    width: 100%;
    font-size: 16px;
  }
}

.color-tile-image {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .color-tile-image {
    margin-top: 20px;
    width: 100%;
  }
}

.color-example {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .color-example {
    max-width: 375px;
    margin: 50px auto 0;
  }
}

.color-example-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.5%;
}

@media screen and (max-width: 768px) {
  .color-example-list {
    display: block;
  }
}

.color-example-list + .color-example-list {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .color-example-list + .color-example-list {
    margin-top: 26px;
  }
}

.color-example-item {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .color-example-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .color-example-item + .color-example-item {
    margin-top: 26px;
  }
}

.color-example-text {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .color-example-text {
    margin-top: 11px;
    font-size: 19px;
  }
}

.color-bottom {
  position: relative;
  background: #F7F6F2;
  margin-top: 103px;
  text-align: center;
  padding: 54px 0 127px;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 50% 100%, 0 73%);
}

@media screen and (max-width: 768px) {
  .color-bottom {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 50px;
    padding: 42px 0 59px;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
  }
}

.color-bottom-text {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.34em;
  color: #B89E84;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .color-bottom-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .color-bottom-text {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 1.8;
  }
}

.campaign {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 40px;
  }
}

.campaign-inner {
  max-width: 1000px;
}

.campaign-list {
  margin: 40px auto 0;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .campaign-list {
    margin-top: 20px;
    display: block;
  }
}

.campaign-item {
  width: calc(50% - 20px);
}

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

@media screen and (max-width: 768px) {
  .campaign-item + .campaign-item {
    margin-top: 18px;
  }
}

.campaign-item-image img {
  width: 100%;
}

.campaign-item-text {
  border: 1px solid #B09377;
  padding: 18px 30px;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1.944;
}

@media screen and (max-width: 768px) {
  .campaign-item-text {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.campaign-item-notes {
  margin-top: 14px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .campaign-item-notes {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.fixed-cv {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .fixed-cv {
    display: block;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
}

.fixed-cv.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed-cv::after {
  content: "";
  background: url(../images/cv_balloon.png) no-repeat center center/cover;
  width: 92px;
  height: 89px;
  position: absolute;
  top: -70px;
  left: -45px;
}

@media screen and (max-width: 768px) {
  .fixed-cv::after {
    display: none;
  }
}

.guide {
  margin-top: 58px;
}

/* ========== 全国マップ ========== */
#mainMap {
  overflow: hidden;
  position: relative;
  display: block;
  height: 872px;
  max-width: 960px;
  margin: 0 auto;
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_btn {
  position: absolute;
  left: 180px;
  top: 53px;
  display: block;
  width: 180px;
  height: 36px;
  background: #585858;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.mainMap_btn::before {
  content: "";
  background: url(/guide/img/ico_gps.png) center center/cover;
  position: absolute;
  left: 16px;
  top: 7px;
  display: block;
  width: 16px;
  height: 23px;
}

.mainMap_btn::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: -3px;
  font-size: 28px;
  font-weight: normal;
}

.mainMap_tab {
  display: none;
}

.mainMap_ttl {
  position: absolute;
  left: 0px;
  top: 56px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.mainMap_txt {
  position: absolute;
  left: 0px;
  top: 111px;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
}

#mainMap dl {
  position: absolute;
  width: 150px;
  padding: 0 0 10px;
  border: #cccccc solid 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

#mainMap dl dt a {
  padding: 8px 0 16px;
  font-size: 21px;
  font-size: 1.32rem;
  line-height: 1;
  text-align: center;
  border-top-style: solid;
  border-top-width: 5px;
}

#mainMap_area1 dt a {
  color: #5974a7;
  border-top-color: #5571a8;
}

#mainMap_area2 dt a {
  color: #32a3d6;
  border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
  color: #61a977;
  border-top-color: #61a977;
}

#mainMap_area4 dt a {
  color: #c1c133;
  border-top-color: #c1c133;
}

#mainMap_area5 dt a {
  color: #a0c68f;
  border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
  color: #eaad5a;
  border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
  color: #e67eae;
  border-top-color: #e67eae;
}

#mainMap_area8 dt a {
  color: #e68e7e;
  border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
  color: #f2b7d4;
  border-top-color: #f2b7d4;
}

#mainMap dl dd a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

#mainMap dl dd a:before {
  content: "> ";
}

/* ========== /全国マップ ========== */
@media screen and (min-width: 769px) {
  #mainMap dl dt a:hover {
    background: #eeeeee;
  }
  #mainMap dl dd a:hover {
    background: #eeeeee;
  }
}

@media screen and (max-width: 960px) {
  #mainMap {
    background: url(/guide/img/fig_main_map.png) no-repeat center center;
    background-size: 800px;
  }
  #mainMap dl {
    width: 130px;
    padding: 0 0 10px;
  }
  #mainMap_area1 {
    top: 100px;
    transform: translateX(300px);
  }
  #mainMap_area2 {
    top: 222px;
    transform: translateX(320px);
  }
  #mainMap_area3 {
    top: 465px;
    transform: translateX(300px);
  }
  #mainMap_area4 {
    top: 160px;
    transform: translateX(20px);
  }
  #mainMap_area5 {
    top: 570px;
    transform: translateX(120px);
  }
  #mainMap_area6 {
    top: 235px;
    transform: translateX(-129px);
  }
  #mainMap_area7 {
    top: 310px;
    transform: translateX(-277px);
  }
  #mainMap_area8 {
    top: 615px;
    transform: translateX(-100px);
  }
  #mainMap_area9 {
    top: 535px;
    transform: translateX(-320px);
  }
  #mainMap dl dt a {
    padding: 8px 0 16px;
    font-size: 21px;
    font-size: 1.32rem;
    line-height: 1;
    text-align: center;
    border-top-style: solid;
    border-top-width: 5px;
  }
  #mainMap dl dd a {
    display: block;
    padding: 6px 18px;
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #mainMap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .mainMap_btn {
    display: none;
  }
  .mainMap_tab {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .mainMap_tab li {
    width: 50%;
  }
  .mainMap_tab li a {
    background: #f6f5f2;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 17px 0;
    color: #7a776a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .mainMap_tab li:first-child a {
    border-right: 1px solid #cccccc;
  }
  .mainMap_tab li.tab_active a {
    color: #686048;
    background: #fff;
    border-top: 1px solid #cccccc;
    border-bottom: none;
  }
  .mainMap_ttl {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 5px 0;
    left: auto;
    top: auto;
    background: #a69e81;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  .mainMap_txt {
    display: none;
  }
  #mainMap dl {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
  }
  #mainMap_area1,
  #mainMap_area2,
  #mainMap_area3,
  #mainMap_area4,
  #mainMap_area5,
  #mainMap_area6,
  #mainMap_area7,
  #mainMap_area8,
  #mainMap_area9 {
    left: auto;
    top: auto;
    transform: translateX(0);
  }
  #mainMap dl dt {
    float: none;
    position: relative;
  }
  #mainMap dl dt::before {
    display: none;
  }
  #mainMap dl dt:nth-child(2) a {
    display: flex;
  }
  #mainMap dl dt:nth-child(1) a,
  #mainMap dl dt:nth-child(2) a {
    margin-right: 0;
  }
  #mainMap dl dt .btnPlusMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 60px;
    cursor: pointer;
  }
  #mainMap dl dt .btnPlusMain::after {
    width: 1px;
    height: 15px;
  }
  #mainMap dl dt.is-active > a {
    background: #f7f7f7;
    color: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain {
    background: #f7f7f7;
  }
  #mainMap dl dt.is-active .btnPlusMain::before {
    background: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain::after {
    top: 50%;
    left: 50%;
    background: #686048;
    opacity: 0;
  }
  #mainMap dl dt a {
    position: relative;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    margin-right: 72px;
    margin-bottom: 1px;
    height: 60px;
    color: #333;
    padding: 21px 0 24px 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
  }
  #mainMap dl dt a.pc-only {
    display: none;
  }
  #mainMap dl dt a::before {
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    top: 18px;
    width: 10px;
    height: 25px;
  }
  #mainMap dl dt a::after {
    content: "＞";
    position: absolute;
    right: 24px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
  }
  #mainMap dl dd {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #mainMap dl dd a {
    padding: 18px 0 18px 0px;
    margin-bottom: 1px;
    font-size: 15px;
    text-align: center;
    flex: 0 0 calc(25% - 10px);
    position: relative;
  }
  #mainMap #mainMap_area5 dd a, #mainMap #mainMap_area8 dd a {
    padding-bottom: 18px;
  }
  #mainMap dl dd a:before {
    display: none;
  }
  #mainMap dl dd a:nth-child(-n+4) {
    padding-bottom: 9px;
  }
  #mainMap dl dd a:nth-child(n+5) {
    padding-top: 9px;
  }
  #mainMap dl dd a:nth-child(-n+4):not(:nth-child(4n)):after {
    content: '';
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:nth-child(n+5):nth-child(-n+8):not(:nth-child(4n)):after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:last-child:after {
    content: none;
  }
  #mainMap_area2 dd a:after {
    background-color: #32A3D6;
  }
  #mainMap_area3 dd a:after {
    background-color: #61A977;
  }
  #mainMap_area4 dd a:after {
    background-color: #C1C133;
  }
  #mainMap_area5 dd a:after {
    background-color: #A0C68F;
  }
  #mainMap_area6 dd a:after {
    background-color: #EAAD5A;
  }
  #mainMap_area7 dd a:after {
    background-color: #E67EAE;
  }
  #mainMap_area8 dd a:after {
    background-color: #E68E7E;
  }
  #mainMap_area9 dd a:after {
    background-color: #F29AC6;
  }
  #mainMap .open a {
    color: #fff;
  }
  #mainMap .open a::before {
    background: #fff;
  }
  #mainMap .open a::after {
    content: "―";
    color: #fff;
    font-size: 14px;
  }
  #mainMap #mainMap_area1 dt a::after {
    content: "＞";
  }
  #mainMap_area1 .open a::after {
    content: "＞";
    color: #333;
  }
  #mainMap_area1 .open a {
    background: #f7f7f7;
    color: #5974a7;
  }
  #mainMap_area1 dt a::before {
    background: #5974a7;
  }
  #mainMap_area1 .open a::before {
    background: #5974a7;
  }
  #mainMap_area1 dd a {
    display: none !important;
  }
  #mainMap_area2 .open a {
    background: #32a3d6;
  }
  #mainMap_area2 dt a::before {
    background: #32a3d6;
  }
  #mainMap_area3 dt a::before {
    background: #61a977;
  }
  #mainMap_area4 dt a::before {
    background: #c1c133;
  }
  #mainMap_area5 dt a::before {
    background: #a0c68f;
  }
  #mainMap_area6 dt a::before {
    background: #eaad5a;
  }
  #mainMap_area7 dt a::before {
    background: #e67eae;
  }
  #mainMap_area8 dt a::before {
    background: #e68e7e;
  }
  #mainMap_area9 dt a::before {
    background: #f2b7d4;
  }
}

.content {
  width: 50%;
  margin: 1.5em auto 0;
  padding: 10px 20px;
  z-index: 10;
}

.modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 10;
  text-align: center;
}

.btn-yes {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #00F9A9;
  transition: .4s;
  width: 40%;
  /* height:30px; */
}

.btn-yes:hover {
  background-color: #64F9C1;
}

.btn-no {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #444444;
  transition: .4s;
  width: 40%;
}

.btn-no:hover {
  background-color: #888888;
}

#text-info {
  font-size: 20px;
}

#text-Caution {
  font-size: 15px;
  color: #FF0000;
  margin-top: 15px;
  margin-bottom: 10px;
}

#text-info2 {
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal {
    display: none;
    height: 100vh;
    left: 0%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  .btn-yes {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #00F9A9;
    transition: .4s;
    /* width: 40%; */
    /* height:30px; */
  }
  .btn-yes:hover {
    background-color: #64F9C1;
  }
  .btn-no {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #444444;
    transition: .4s;
    /* width: 40%; */
  }
  .btn-no:hover {
    background-color: #888888;
  }
}
