@charset "utf-8";
/* # =================================================================
   #contents
   # ================================================================= */
#contents {
	padding: 0 0 0 0;
	min-width: 1000px;
}

#contents a:hover {
	opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.youtube {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 50px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube p {
	font-size: 16px;
}

#mediaBox {
  width: 100%;
  max-width: 100%;
  background: #FDF5F8;
  margin: 0px auto 0px auto;
  padding: 25px;
}
.mediaBlock {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 25px;
}

.mediaBlock h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.mediaBlock p {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	display: block;
	text-align: center;
}


.youtubeB {
  width: 100%;
  margin: 30px auto 30px auto;
  overflow: hidden;
  overflow: hidden;
}
.youtubeB hr {
	border: none;
	border-bottom: 1px dashed #CCC;
	padding-top: 30px;
}
.youtubeB iframe {
  width: 68%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: inline-block;
  float: right;
}
.youtubeB span {
  width: 30%;
  float: left;
  display: inline-block;
}
.youtubeB strong {
  width: 100%;
	font-size: 16px;
	font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.youtubeB p {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: left;
}



.youtubeB {
  width: 100%;
  margin: 20px auto 20px auto;
  overflow: hidden;
  overflow: hidden;
}
.youtubeB hr {
	border: none;
	border-bottom: 1px dashed #CCC;
	padding-top: 30px;
}
.youtubeB iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  float: none;
}
.youtubeB span {
  width: 100%;
  float: none;
  display: block;
}
.youtubeB strong {
  width: 100%;
	font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.youtubeB p {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}
.youtubeB a {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 8px;
}


#forum {
  width: 100%;
  max-width: 100%;
  background: #FDFCF6;
  margin: 0px auto 0px auto;
  padding: 25px;
}
#forum h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#pmovieBox {
  width: 100%;
  max-width: 100%;
  background: #F5F8FD;
  margin: 0px auto 0px auto;
  padding: 25px;
}

#pmovie {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 15px;
}

#pmovie h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#pmovie p {
  width: 100%;
	font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  text-align: center;
  padding: 20px 0 20px 0;
}
#pmovie iframe {
  width: 80%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: inline-block;
  margin: 30px auto;
}
#pmovie .linkBtn {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 50px;
}
#pmovie .linkBtn a {
	width: 400px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	padding: 10px 0;
}
#pmovie .linkBtn a { border: 1px solid #333; color: #333; }
#pmovie .linkBtn a:hover { background-color: #333; color: #FFF; }





/* # =================================================================
   # main
   # ================================================================= */
#contents .main {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0 auto;
	position: relative;
}
#contents .main:hover img {
	opacity: 1;
}
#contents .main img {
	width: 100%;
	cursor: pointer;
}


.modal__wrap {
    display: inline-block;
    float: right;
    margin: 10px 120px 0 0;
}
.modal__wrap2 {
    display: block;
    float: none;
    margin: 10px 120px 0 0;
    text-align: center;
    width: 100%;
}

.modal__wrap input, 
.modal__wrap2 input {
    display: none;
}

.modal__open-label,
.modal__close-label, 
.modal__open-label2 {
    cursor: pointer;
}

.modal__open-label {
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #000;
    padding: 10px 10px 10px 20px;
    margin: 0px 0 0 0;
    display: inline-block;
    float: right;
}
.modal__open-label2 {
	width: 50%;
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #000;
    padding: 10px 10px 10px 20px;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.modal__open-label:hover, 
.modal__open-label2:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
     border: 1px solid var(--color1);
   background: var(--color1);
}

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

.modal__open-input:checked + label + input + .modal, 
.modal__open-input2:checked + label + input + .modal2 {
    display: block;
    animation: modal-animation .6s;
}

.modal__content-wrap, 
.modal__content-wrap2 {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    z-index: 2;
    color: #FFF;
}

.modal__close-label {
    color: #fff;
    border: 1px solid #fff;
    width: 25%;
    padding: 10px 0 10px 0;
    line-height: 1.5;
    text-align: center;
    display: block;
    z-index: 99999;
    font-size: 14px;
    margin: 20px auto;
}

.modal__content {
    max-height: 50vh;
    padding: 0;
}
.modal__content strong.h2 {
	display: block;
	font-size: 22px;
}
.modal__content strong.h3 {
	display: block;
	font-size: 40px;
	padding: 20px 0 10px 0;
    font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}
.modal__content p {
	display: block;
	text-align: justify;
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}
.modal__content hr {
	border: none;
	border-bottom: 1px solid #FFF;
}
.modal__content ul.modalPdfBlock {
	border: none;
	width: 100%;
	overflow: hidden;
	margin: 30px 0 30px 0;
}
.modal__content ul.modalPdfBlock li {
	border: none;
	width: 50%;
	overflow: hidden;
	float: left;
}
.modal__content ul.modalPdfBlock li > span {
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 auto 10px auto !important;
    font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 16px;
	float: none;
}
.modal__content ul.modalPdfBlock li > a {
	padding: 15px 0 15px 0 !important;
	margin: 0 20% 0 20% !important;
	display: block;
	border: 1px solid #FFF !important;
	width: 60%;
   font-family: 'Noto Serif JP', serif !important;
	float: none;
	color: #FFF !important;
	letter-spacing: 0.1em;
	position: relative;
}
.modal__content ul.modalPdfBlock li > a:hover {
	background: var(--color1);
	color: #FFFFFF !important;
	border: 1px solid var(--color1) !important;
	opacity: 1 !important;
}
.modal__content ul.modalPdfBlock li > a::after {
	content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}


.modal__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.95);
    z-index: 1;
}

@keyframes modal-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal__close-label {
        top: -17px;
        right: -4%;
    }

    .modal__content-wrap {
        width: 100%;
    }

    .modal__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}



.swiper {
position: relative;
  max-width: 100%;
}
:root {
  --swiper-navigation-color: #000000;
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}
:root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #ffffff;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
}
.swiper-slide:hover img {
	opacity: 1 !important;
	cursor: auto !important;
}
.swiper-slide img:hover {
	opacity: 1 !important;
	cursor: auto !important;
}



#contents .titleBox {
	background: url(../../img/titleBox_bg.png) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 220px;
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 3px solid var(--color1);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: 30px 0 0 0;
}
#contents .titleBox h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#contents .titleBox h1 strong {
	font-size: 56px;
	display: block;
}
#contents .titleBox a {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #000;
	padding: 10px 10px 10px 20px;
	float: right;
	margin: 5px 120px 0 0;
}


#contents #map {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 900px;
	min-width: 900px;
}
#map {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: bold;
}

#contents .pref {
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	margin: 50px auto 0 auto;
}
#contents .pref ul {
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}
#contents .pref ul li {
	width: 32%;
	display: block;
	color: #FFF;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
}
#contents .pref ul a {
	width: 32%;
	display: block;
}
#contents .pref ul a li {
	width: 100%;
	display: block;
}



#contents .pref ul li img {
	width: 100%;
}
#contents .pref ul li.shiga { background: var(--shiga); }
#contents .pref ul li.hyogo { background: var(--hyogo); }
#contents .pref ul li.kyoto { background: var(--kyoto); }
#contents .pref ul li.nara { background: var(--nara); }
#contents .pref ul li.wakayama { background: var(--wakayama); }
#contents .pref ul li.osaka { background: var(--osaka); }

#contents .pref ul li p.title {
	font-size: 14px;
	display: block;
	padding: 15px 0 15px 0;
	text-align: center;
}
#contents .pref ul li p.title strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
	letter-spacing: 10px;
	padding-top: 5px;
}
#contents .pref ul li p.data {
	font-size: 14px;
	display: block;
	padding: 15px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	width: 90%;
	margin: 0 auto;
}
#contents .pref ul li p.catch {
	font-size: 16px;
	display: block;
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight: bold;
}
#contents .pref ul li p.catch2 {
	font-size: 14px;
	display: block;
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight: bold;
}
#contents .pref ul li p.catch span, 
#contents .pref ul li p.catch2 span {
	font-size: 12px;
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: normal;
}
#contents .pref ul li p.soon {
	font-size: 14px;
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: normal;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background: #FDFCF6;
}
#contents .pref ul a li {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}

/*** キラッと光るアニメーション
#contents .pref ul a li.osaka::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #FFF;
    transition: 500ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}*/

/***点滅アニメーション
#map #osaka {
  animation: blinkAnime 1.5s infinite alternate;
}*/
@keyframes blinkAnime{
   0% { opacity:0.5; }
 100% { opacity:1; }
}

#map #osaka > g {
    display: block;
   position: relative;
    overflow: hidden;
  transition: 300ms;
}

#map #osaka > g::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #FFF;
    transition: 500ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*--------------------------------------------------------
　profile
--------------------------------------------------------*/
#contents .profile {
	background-color: #F3F3F3;
	padding: 70px 0 20px 0;
	margin-top: 0px;
}
#contents .profile h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#contents .profile h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 2.0;
}
#contents .profile p.logo {
	width: 30%;
	max-width: 300px;
	margin:  50px auto 50px auto;
}
#contents .profile p.logo img {
	width: 100%;
}
#contents .profile ul.ouka {
	width: 100%;
	max-width: 900px;
	padding: 30px;
	margin:  50px auto 50px auto;
	background: url(../../img/index_ouka_bg.png) no-repeat;
	overflow: hidden;
}
#contents .profile ul.ouka li.photo {
	width: 100%;
	max-width: 330px;
	float: left;
	text-align: center;
}
#contents .profile ul.ouka li.photo img {
	margin-top: 15px;
	width: 100%;
}
#contents .profile ul.ouka li.photo img.logo {
	width: 280px;
}
#contents .profile ul.ouka li.text {
	width: 60%;
	max-width: 450px;
	float: right;
	padding: 40px 0 0 0;
}
#contents .profile ul.ouka li.text p {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
#contents .profile ul.ouka li.text p.history {
	border-top: 1px solid var(--color1);
	margin-top: 15px;
	padding-top: 15px;
}

/*--------------------------------------------------------
　MAP SVG
--------------------------------------------------------*/
      .cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
        fill: none;
      }

      .cls-2 {
        opacity: .5;
        stroke-linecap: round;
      }

      .cls-2, .cls-4, .cls-5 {
        stroke: #fff;
      }

      .cls-2, .cls-5 {
        stroke-linejoin: round;
      }

      .cls-6 {
        clip-path: url(#clippath);
      }

      .cls-7 {
        fill: #fff;
      }

      .cls-8 {
        fill: #d12e6d;
      }

      .cls-9 {
        fill: #df6326;
      }

      .cls-10 {
        fill: #c6aa0d;
      }

      .cls-11 {
        fill: #285d2f;
      }

      .cls-12, .cls-13 {
        fill: #393c89;
      }

      .cls-14 {
        fill: #7a2358;
      }

      .cls-3, .cls-13, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19 {
        fill-rule: evenodd;
      }

      .cls-4 {
        stroke-miterlimit: 10;
      }

      .cls-4, .cls-5 {
        stroke-width: 2px;
      }

      .cls-20 {
        opacity: .2;
      }

      .cls-15 {
        fill: #275d2f;
      }

      .cls-16 {
        fill: #792358;
      }

      .cls-17 {
        fill: #c6a90d;
      }

      .cls-18 {
        fill: #e06426;
      }

      .cls-19 {
        fill: #d22e6c;
      }
