<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro {
    margin: -30px 0;
    padding: 0;
}

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: normal;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  transform: translate(-50%,-50%);
}

.slide-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.slide-img img{
  object-fit: cover;
  height: auto;
  width: 100vw;
}

.con {
   padding: 0 0 20px 0; 
}

@media screen and (max-width: 767px) {
   .con {
   padding: 0; 
} 
}


.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-t {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up-t {
  transform: translate(0, 50px);
}

.scroll-in-t {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-u {
  opacity: 0;
  transition-duration: 2500ms;
  transition-property: opacity, transform;
}

.fade-in-up-u {
  transform: translate(0, 150px);
}

.scroll-in-u {
  opacity: 1;
  transform: translate(0, 0);
}


.msg{
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.box-inner{
  max-width: 700px;
  margin: 250px auto;
  padding: 0 40px;
}

.box{
  width: 200px;
  height: 200px;
  background-color: orange;
  margin: 50px auto 0;
}

.neppa {
    padding: 50px 25px 25px 25px;
}

.ann {
    padding: 0px 0 0 50px;
}

.ann_2 {
    padding: 50px 0 30px 0;
    text-align: center;
}

.cen {
display: grid;
  justify-items: center;
  align-items: center;
    text-align: center;
    
}

div.vid_contents {
width: 100%;/*èƒŒæ™¯è‰²ã‚’æ¨ªå¹…ã„ã£ã±ã„ã«åºƒã’ã‚‹*/
text-align: center;
margin: auto;
}
video.vid_main {
width: 100%;
max-width: 920px;/*PCç‰ˆã§ã®æœ€å¤§å¹…*/
}

#act p {
    color: #000;
}

.slide-img {
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw
}
@media screen and (max-width: 767px) {
   #main {
   padding-top: 100px; 
} 
}
.panel-body {
    padding:10px;
    font-weight: 400;
    font-size: 18px;
    }

table.demo05 th {
  font-weight: 500;
  font-size:18px;
}

.button {
    margin-top: 20px;
  background: lightblue;
  color: #fff;
  padding: 0.5em 4em;
  border: 0;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 900;
}

.button:hover {
  background: lightcoral;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 12% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}

.soba {
  text-align: center; 
}

.soba_p {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
}
@media screen and (max-width: 767px) {
  .soba_p{width: 80%;
}
}

.soba_word {
    padding-top: 50px;
   text-align: center;
}
@media screen and (max-width: 767px) {
    .button {
        margin-bottom: 10px;
        background: lightblue;
  color: #fff;
  padding: 0.5em 4em;
  border: 0;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 900;
        
    }
    .modal-content {
    width: 70%; 
        margin-top: 22%;
}
    .m-s {
        margin-top: 25px;
    }
    .ann {
        margin-top: 20px;
}
}
</pre></body></html>