@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


/* 共通 */
*{
  box-sizing: border-box;
}
html {

}
body .area3 {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding : 0;
}

.dev-pc .area-group-2-3-4 {
  min-width: 100% !important;
  width: 100% !important;
  padding-left: unset !important;
  padding-right: unset !important;
}
.cms-public .area3 {
  margin-bottom: 0px;
}
.cms-public .area5 {
  min-width: 100%;
  display: grid;
  background-color: #fff;
}
.cms-public .page .area5 .parts {
  width: 100%;
}
figure {
  margin: 0px;
}

/* footer */
body:not(.dev-mb) .cms-public .f-pagetop {
  width: auto !important;
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 2;
}
body:not(.dev-mb) .cms-public .f-pagetop ul {
  margin: 0;
}
body:not(.dev-mb) .cms-public .f-pagetop ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000000;
  border-radius: 100%;
  transition: 0.3s;
}
body:not(.dev-mb) .cms-public .f-pagetop ul li a:focus,
body:not(.dev-mb) .cms-public .f-pagetop ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
body:not(.dev-mb) .cms-public .f-no-repost {
  margin-top: 50px;
}
body:not(.dev-mb) .cms-public .f-no-repost .sentence {
  margin: 0px;
  background-color: #f5f5f5;
}
body:not(.dev-mb) .cms-public .f-no-repost .sentence p {
  margin: 0px;
  padding: 10px;
}
@media screen and (max-width:700px) {
  body:not(.dev-mb) .cms-public .f-no-repost .sentence p a {
    font-size: 1em;
  }
}


/* top */
.bg-hide-pc,
.bg-hide-sp {
  display: none;
}

.cms-public .area3.top-area3 .top-bg {
  position: absolute;
  height: 100%;
}
.iPad .cms-public .area3.top-area3 .top-bg {
  position: fixed;
  z-index: -1;
}
.cms-public .area3.top-area3 .top-bg > .div_tag,
.cms-public .area3.top-area3 .top-bg > .div_tag > .parts {
  height: 100%;
}
.cms-public .area3.top-area3 .top-bg > .div_tag > .parts > .note {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.bg-layer-1,
.bg-layer-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.iPad .bg-layer-1,
.iPad .bg-layer-2 {
  background-attachment: scroll;
}
.bg-layer-1,
.bg-layer-2 {
  background-blend-mode: multiply, overlay;
}
.bg-visible {
  opacity: 1 !important;
}

.cms-public .area3.top-area3 {
  position: relative;
  overflow: hidden;
}
body:not(.dev-mb) .cms-public .top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0rem 3rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden;
}

body:not(.dev-mb) .cms-public .top-title > div {
  width: 100%;
}
body:not(.dev-mb) .cms-public .top-title > div > .parts:not(.top-scroll) {
  margin-bottom: 30vh;
  transform: translateY(-100%);
}
body:not(.dev-mb) .cms-public .top-title .heading h2 {
  font-size: 4rem !important;
  text-align: center;
  line-height: unset;
  color: #ffffff;
}
body:not(.dev-mb) .cms-public .top-title .heading h2::after {
  content: none !important;
}
body:not(.dev-mb) .cms-public .top-title-en ul {
  justify-content: center !important;
}
body:not(.dev-mb) .cms-public .top-title-en ul li {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: unset;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  justify-content: center !important;
}

body:not(.dev-mb) .cms-public .top-title .top-scroll {
  position: absolute;
  margin-top: 0;
  padding-bottom: 150px;
  overflow: hidden;
  top: calc(100vh - 200px - 5rem);
}
body:not(.dev-mb) .cms-public .top-title .top-scroll ul {
  justify-content: left !important;
}
body:not(.dev-mb) .cms-public .top-title .top-scroll ul li {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
  width: auto !important;
}
/* ライン */
body:not(.dev-mb) .cms-public .top-title .top-scroll ul li::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 5px;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #ffffff;
  animation: scrollLine 2.5s ease-in-out infinite;
  pointer-events: none;
}

body:not(.dev-mb) .cms-public .top-content {
  width: 1200px;
  /*
    max-width: 100%;
  */
  max-width: 100vw;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body:not(.dev-mb) .cms-public .top-content {
    float: left;
  }
}


@keyframes scrollLine {
  0% {
    height: 0;
    transform: translateX(-50%) translateY(0);
  }
  20% {
    height: 150px;
  }
  60% {
    height: 150px;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    height: 0;
    transform: translateX(-50%) translateY(150px);
  }
}

body:not(.dev-mb) .cms-public .top-area3 > .parts.top-knowledge {
  height: unset !important;
  padding: 130px 0px 0px;
  margin-top: 20vh;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

body:not(.dev-mb) .cms-public .top-area3 .parts.top-title .note,
body:not(.dev-mb) .cms-public .top-area3 .parts.top-knowledge .note {
  width: unset !important;
  float: unset !important;
  padding: unset !important;
  margin: 0px !important;
  background-color: transparent;
  backdrop-filter: blur(0px);
}
body:not(.dev-mb) .cms-public .top-area3 .parts .note {
  width: 40rem;
  float: left;
  margin: 40vh 0px;
  padding: 50px 120px 50px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .note .heading h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 40px;
  border: none;
  background-color: transparent;
  position: relative;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .div_tag .parts .note .heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: calc(100% + 120px);
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 480 60" xmlns="http://www.w3.org/2000/svg"><path d="M0 60 Q 60 0, 120 60 T 240 60 T 360 60 T 480 60" stroke="%2300b9ef" fill="transparent" stroke-width="10"/></svg>');
  background-repeat: repeat-x;
  background-size: 85px 60px;
}
body:not(.dev-mb) .cms-public .top-area3 > .parts:nth-child(2n) .note {
  float: right;
  padding: 50px 80px 50px 120px;
}
body:not(.dev-mb) .cms-public .top-area3 > .parts:nth-child(2n) .div_tag .parts .note .heading h2::after {
  left: -40px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .note .sentence {
  margin: 0px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li {
  width: 19.5rem;
  position: relative;
  margin-top: 10px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li > img {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.3s;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li > img:last-of-type {
  right: 40px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li > img:nth-last-of-type(2) {
  right: 60px;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a {
  width: 19.5rem;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 8px 85px 8px 15px;
  border: 1px solid #000000;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:focus,
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:focus::after,
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:focus + img,
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:hover + img,
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:hover + img + img,
body:not(.dev-mb) .cms-public .top-area3 .parts .list ul li a:hover + img + img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(83%) saturate(269%) hue-rotate(166deg) brightness(111%) contrast(101%);
}
body:not(.dev-mb) .cms-public .top-knowledge .image .image_listitem:nth-child(2) {
  display: none;
}
body:not(.dev-mb) .cms-public .top-knowledge .image img {
  box-shadow: 0px 10px 5px -5px #c9c9c9;
  border-radius: 10px;
}

/* top配下 */
.cms-public .area3 .heading h1 {
  font-weight: normal !important;
  font-size: 2rem !important;
}
.cms-public .area3:not(.top-area3) > div {
  max-width: 1080px;
  margin: 0 auto;
  float: none;
  clear: both;
}
.cms-public .area3:not(.top-area3) > div.main-title,
.cms-public .area3:not(.top-area3) > div.g-menu-area,
.cms-public .area3:not(.top-area3) > div.chiebukuro-title {
  width: 100%;
  max-width: unset;
  margin: 0px;
}
.cms-public .area3:not(.top-area3) > div.chiebukuro-title {
  display: flex;
  background-color: #ffffff;
}
.cms-public .area3:not(.top-area3) > div.chiebukuro-title > div {
  max-width: 1080px;
  margin: 0 auto;
}
.main-title .note {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.main-title .note > div.title-bg {
  grid-area: 1 / 1 / 3 / 2;
  height: 20rem;
  overflow: hidden;
}
.main-title .note > div.title-bg > div {
  height: 100%;
}
.main-title .note > div.title-bg figure > div {
  position: relative;
  display: inline-block;
}
.main-title .note > div.title-bg figure > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(to bottom, rgb(0 87 155), rgb(0 26 46 / 75%) 20%, rgb(1 7 12 / 65%) 40%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 45%) 65%, rgba(6, 15, 47, 0.2) 94%, rgb(0 20 92 / 10%) 100%, rgb(42 38 96 / 9%) 101%);
  backdrop-filter: contrast(1.3);
  -webkit-backdrop-filter: contrast(1.3);
  pointer-events: none;
}
.main-title .note > div.title-bg figure img {
  transform: translateY(calc(-50% + 195px));
}

.main-title .note > div.title-en {
  grid-area: 1 / 1 / 2 / 2;
  height: 6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.main-title .note > div.title-en .list,
.main-title .note > div.title-en ul{
  margin: 0px;
}
.main-title .note > div.title-en ul li {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: unset;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}
.main-title .note > div.title-sentence {
  grid-area: 2 / 1 / 3 / 2;
  height: 14rem;
}
.main-title .note > div.title-sentence h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 4rem !important;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  line-height: unset;
}
.g-menu {
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
}
.g-menu > div {
  width: 100%;
}
.g-menu ul {
  max-width: 1080px;
  margin: 0px auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.g-menu ul li {
  flex: 1;
  border-left: 1px solid;
}
.g-menu ul li:first-child {
  border-left: none;
}
.g-menu ul li a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.parts.select-1,
.parts.select-2,
.parts.select-3,
.parts.select-4,
.parts.select-5,
.parts.select-6 {
  transform: translateY(-100%);
}
.parts.select-1 .g-menu ul li:nth-child(1) a,
.parts.select-2 .g-menu ul li:nth-child(2) a,
.parts.select-3 .g-menu ul li:nth-child(3) a,
.parts.select-4 .g-menu ul li:nth-child(4) a,
.parts.select-5 .g-menu ul li:nth-child(5) a,
.parts.select-6 .g-menu ul li:nth-child(6) a {
  background-color: #000000;
  color: #ffffff;
}

body .cms-public .page .area .parts.breadcrumb-list {
  transform: translateY(-100%);
}



/* 歴史・文化の魅力 */
.map_area {
  /*margin: 0 calc((100% - 1080px) / 2) 30px !important;*/
  margin: 0 auto 30px !important;
}
.map_area > .div_tag{
  display: flex;
  flex-wrap: nowrap;
}
.map-sentence {
  width: 620px !important;
  margin: auto 20px;
}
.no-map-sentence {
  margin: auto 20px;
}
.shiga-map-area {
  width: 450px !important;
  margin: auto 20px;
}
.shiga-map-area > div {
  display: grid;
  align-items: center;
  justify-content: center;
}
.shiga-map {
  grid-area: 1 / 1 / 2 / 2;
}
.shiga-map-links {
  grid-area: 1 / 1 / 2 / 2;
  height: 100%;
}
.shiga-map-links > div,
.shiga-map-links > div figure {
  height: 100%;
}
.shiga-map-links ul{
  position: relative;
  height: 100%;
  margin: 0px;
}
.shiga-map-links ul li{
  position: absolute;
}
.shiga-map-links ul li a {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  padding: 7px 50px 7px 30px;
  border-radius: 50px;
}
.shiga-map-links ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0px;
  transform: translateY(-50%) rotate(45deg);
}
.shiga-map-links ul li:nth-child(1){
  top: 15%;
  right: -23%;
}
.shiga-map-links ul li:nth-child(1) a {
  color: #466816;
  border: solid 2px #466816;
}
.shiga-map-links ul li:nth-child(1) a::after {
  border-top: solid 2px #466816;
  border-right: solid 2px #466816;
}
.shiga-map-links ul li:nth-child(2){
  top: 27%;
  left: -20%;
}
.shiga-map-links ul li:nth-child(2) a {
  color: #937d2b;
  border: 2px solid #937d2b;
}
.shiga-map-links ul li:nth-child(2) a::after {
  border-top: solid 2px #937d2b;
  border-right: solid 2px #937d2b;
}
.shiga-map-links ul li:nth-child(3){
  bottom: 37%;
  right: -22%;
}
.shiga-map-links ul li:nth-child(3) a {
  color: #2c6f93;
  border: solid 2px #2c6f93;
}
.shiga-map-links ul li:nth-child(3) a::after {
  border-top: solid 2px #2c6f93;
  border-right: solid 2px #2c6f93;
}
.shiga-map-links ul li:nth-child(4){
  bottom: 17%;
  left: -21%;
}
.shiga-map-links ul li:nth-child(4) a {
  color: #8d4a2b;
  border: solid 2px #8d4a2b;
}
.shiga-map-links ul li:nth-child(4) a::after {
  border-top: solid 2px #8d4a2b;
  border-right: solid 2px #8d4a2b;
}

body:not(.dev-mb) .cms-public .kita-head .heading,
body:not(.dev-mb) .cms-public .higashi-head .heading,
body:not(.dev-mb) .cms-public .minami-head .heading,
body:not(.dev-mb) .cms-public .nishi-head .heading {
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
}
body:not(.dev-mb) .cms-public .kita-head .heading h2,
body:not(.dev-mb) .cms-public .higashi-head .heading h2,
body:not(.dev-mb) .cms-public .minami-head .heading h2,
body:not(.dev-mb) .cms-public .nishi-head .heading h2{
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 1rem 0;
  border: none;
  background-color: transparent;
  position: relative;
}
body:not(.dev-mb) .cms-public .kita-head .heading h2::before,
body:not(.dev-mb) .cms-public .higashi-head .heading h2::before,
body:not(.dev-mb) .cms-public .minami-head .heading h2::before,
body:not(.dev-mb) .cms-public .nishi-head .heading h2::before{
  position: absolute;
  content: "";
  height: 120px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-11rem, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body:not(.dev-mb) .cms-public .kita-head .heading h2::before{
  background-image: url(/file/img/5553130.svg);
}
body:not(.dev-mb) .cms-public .higashi-head .heading h2::before{
  background-image: url(/file/img/5553132.svg);
}
body:not(.dev-mb) .cms-public .minami-head .heading h2::before{
  background-image: url(/file/img/5553131.svg);
}
body:not(.dev-mb) .cms-public .nishi-head .heading h2::before{
  background-image: url(/file/img/5553129.svg);
}

.popup-base {
  z-index: 99999;
  position: relative;
}
#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#popupContent {
  position: relative;
  margin: 50vh auto 0px;
  /*  max-width: 90%; */
  max-width: 1180px;
  max-height: 90vh;
  overflow-x: visible;
  overflow-y: auto;
  background: white;
  padding: 70px;
  transform: translateY(-50%);
}

.popupClose {
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
  color: #bfbfbf;
}
.popupClose.icon {
  right: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  color: #bfbfbf;
  text-align: center;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.popupClose.icon:hover,
.popupClose.icon:focus {
  background-color: #000000;
}
.popup-body {
  text-align: center;
}
#popupGrid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 2.5rem auto auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  align-items: start;
}

.popup-image {
  grid-area: 1 / 1 / 4 / 2;
  text-align: center;
}
.popup-title {
  grid-area: 1 / 2 / 2 / 3;
  margin: 0;
}
.popup-title h3 {
  font-size: 1.4rem;
  margin: 0;
}
.popup-description {
  grid-area: 2 / 2 / 3 / 3;
  height: 100%;
}
.popup-description p {
  margin: 0px;
}
.popup-city {
  grid-area: 4 / 1 / 5 / 3;
  margin: 0px;
}
.popup-city ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.popup-city ul li {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0px 5px;
}
.popup-links {
  margin: 30px 0px 0px;
}
.popup-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.popup-links ul li {
  width: 20em;
  position: relative;
  margin-bottom: 10px;
}
.popup-links ul li > a {
  width: 20rem;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 8px 85px 8px 15px;
  border: 1px solid #000000;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
.popup-links ul li > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.popup-links ul li img:last-of-type {
  right: 40px;
}
.popup-links ul li img:nth-last-of-type(2) {
  right: 60px;
}
.popup-links ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.popup-links ul li a:focus,
.popup-links ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.popup-links ul li a:focus::after,
.popup-links ul li a:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.popup-links ul li a:focus + img,
.popup-links ul li a:hover + img,
.popup-links ul li a:focus + img + img,
.popup-links ul li a:hover + img + img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(83%) saturate(269%) hue-rotate(166deg) brightness(111%) contrast(101%);
}

#popupImage {
  /*  width: 100%; */
  height: auto;
  width: 550px;
  max-width: 40vw;
}
/* 矢印ナビゲーション */
#popupPrev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
#popupPrev::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 1px);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) translateX(55%) rotate(225deg);
  transition: 0.3s;
}
#popupNext {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
#popupNext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% + 1px);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) translateX(45%) rotate(45deg);
  transition: 0.3s;
}
#popupPrev:hover,
#popupPrev:focus,
#popupNext:hover,
#popupNext:focus {
  background-color: #000000;
}
#popupPrev:hover::after,
#popupPrev:focus::after,
#popupNext:hover::after,
#popupNext:focus::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.popup-items {
  padding-top: 15px !important;
  padding-bottom: 80px !important;
}
.popup-items > .div_tag {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  align-items: stretch;
  justify-content: flex-start;
}
.popup-items > .div_tag > div {
  width: calc((100% - 60px ) / 5 );
  margin: unset;
}
.popup-items .image_listitem,
.popup-items .image_listitem figure {
  width: 100%;
}
.popup-items > .div_tag figure a {
  display: flex;
  aspect-ratio: 1 / 1;
}
.popup-items > .div_tag figure a img{
  object-fit: cover;
  width: 185.8px !important;
  height: 185.8px !important;
}
.popup-items > .div_tag .img-right figure a img{
  object-position: right center;
}
.popup-items > .div_tag .img-left figure a img{
  object-position: left center;
}

.popup-items > .div_tag .heading,
.popup-items > .div_tag .sentence,
.popup-items > .div_tag .popup-city,
.popup-items > .div_tag .popup-link {
  display: none;
}
.popup-items figcaption {
  text-decoration: underline;
  text-align: center !important;
  cursor: pointer;
}

.center_sentence {
  margin-bottom: 80px;
}
.center_sentence .block .heading h1 {
  text-align: center;
}
.side-contents {
  position: relative;
  margin-bottom: 80px !important;
}
.side-contents .div_tag {
  position: relative;
  width: 100%;
  display: inline-block;
}
.side-contents .side-bg-img,
.side-contents .side-bg-img .image figure > div {
  position: relative;
  width: 750px;
/*  min-height: 620px; */
}
.side-contents .side-bg-img .image figure > div {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-contents .side-bg-img .image .image_listitem,
.side-contents .side-bg-img .image .image_listitem figure {
  width: 100%;
}
.side-contents .side-bg-img img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center center;
}

/* ロゴ */
.side-contents .side-bg-img.img-rogo {
  width: calc(100% - 33rem);
}
.side-contents .side-bg-img.img-rogo + div {
  position: unset;
}
.side-contents .side-bg-img.img-rogo .image figure > div{
  width: 100%;
}

.side-contents > div > div:not(.side-bg-img) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33rem;
  margin: 0px;
  padding: 50px 5px 50px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1;
}
body:not(.dev-mb) .cms-public .side-contents .heading h2 {
  font-family: "Noto Serif JP", sans-serif;
/*  font-size: 2rem; */
  font-size: 1.9rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 40px;
  border: none;
  background-color: transparent;
  position: relative;
}
body:not(.dev-mb) .cms-public .side-contents .heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 25px);
  height: 60px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 480 60" xmlns="http://www.w3.org/2000/svg"><path d="M0 60 Q 60 0, 120 60 T 240 60 T 360 60 T 480 60" stroke="%2300b9ef" fill="transparent" stroke-width="10"/></svg>');
  background-repeat: repeat-x;
  background-size: 85px 60px;
}
.side-contents .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px;
}
.side-contents .list ul li {
  width: 21.5rem;
  position: relative;
  margin-top: 10px;
}
.side-contents .list ul li a {
  width: 21.5rem;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 8px 85px 8px 15px;
  border: 1px solid #000000;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
.side-contents .list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.side-contents .list ul li > img {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.side-contents .list ul li img:last-of-type {
  right: 40px;
}
.side-contents .list ul li img:nth-last-of-type(2) {
  right: 60px;
}
.side-contents .list ul li a:focus,
.side-contents .list ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.side-contents .list ul li a:focus::after,
.side-contents .list ul li a:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.side-contents .list ul li a:focus + img,
.side-contents .list ul li a:hover + img,
.side-contents .list ul li a:focus + img + img,
.side-contents .list ul li a:hover + img + img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(83%) saturate(269%) hue-rotate(166deg) brightness(111%) contrast(101%);
}
.side-contents:nth-child(2n-1) .side-bg-img {
  float: right;
}
.side-contents:nth-child(2n-1) > div > div:not(.side-bg-img) {
  left: 0;
  right: unset;
  padding: 50px 60px 50px 5px;
}
body:not(.dev-mb) .cms-public .side-contents:nth-child(2n-1) .heading h2::after{
  left: -5px;
}

/* 湖国の知恵袋 */
.area3.chiebukuro {
  background-size: 100% auto;
}
.chiebukuro-title .image_listitem,
.chiebukuro-title .image_listitem figure {
  width: 100%;
}
body:not(.dev-mb) .cms-public .chiebukuro-title .image .image_listitem:nth-child(1) img {
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
body:not(.dev-mb) .cms-public .chiebukuro-title .image .image_listitem:nth-child(2) {
 display: none;
}
body .cms-public .page .area .chiebukuro-title + .parts.breadcrumb-list {
  transform: unset;
  max-width: unset;
  background-color: #ffffff;
}
body .cms-public .page .area .chiebukuro-title + .parts.breadcrumb-list > div {
  max-width: 1080px;
  margin: 0 auto;
}
.chiebukuro-bg {
  display: none;
}
.chiebukuro-contents {
  max-width: unset !important;
  padding: 80px 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.chiebukuro-contents .div_tag {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 2;

}
.chiebukuro-contents .div_tag > div {
  width: calc((100% - 40px) / 3);
  margin: 0px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.chiebukuro-contents .div_tag > div > div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.chiebukuro-contents .div_tag > div > div > div:nth-child(2){
  flex: 1;
  margin: 10px 0px;
}
body:not(.dev-mb) .cms-public .chiebukuro-contents .div_tag > div > div > div:nth-child(2) .sentence p {
  margin-top: 0px;
  margin-bottom: 0px;
}
body:not(.dev-mb) .cms-public .chiebukuro-contents .heading h2 {
  margin: 0px;
  padding: 0px;
  border: none;
  border-bottom: 2px dotted #00b9ef;
  background-color: transparent;
  text-align: center;
}
.chiebukuro-contents .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
}
.chiebukuro-contents .list ul li {
  width: 16rem;
  position: relative;
  margin-top: 10px;
}
.chiebukuro-contents .list ul li a {
  width: 16rem;
  display: block;
  text-decoration: none;
  padding: 8px 85px 8px 15px;
  border: 1px solid #000000;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
.chiebukuro-contents .list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.chiebukuro-contents .list ul li > img {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.chiebukuro-contents .list ul li img:last-of-type {
  right: 40px;
}
.chiebukuro-contents .list ul li img:nth-last-of-type(2) {
  right: 60px;
}
.chiebukuro-contents .list ul li a:focus,
.chiebukuro-contents .list ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.chiebukuro-contents .list ul li a:focus::after,
.chiebukuro-contents .list ul li a:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.chiebukuro-contents .list ul li a:focus + img,
.chiebukuro-contents .list ul li a:hover + img,
.chiebukuro-contents .list ul li a:focus + img + img,
.chiebukuro-contents .list ul li a:hover + img + img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(83%) saturate(269%) hue-rotate(166deg) brightness(111%) contrast(101%);
}
