﻿@charset "UTF-8";

.main-img{
  background-image: url(../img/main-img2025.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
/*
header::after{
  content: "";
  display: block;
  position: relative;
  background-image: url(../img/nami.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0vh;
  height: 10vh;
  width: 100vh;
  margin: 0;
}
*/

.logo{
  position: relative;
  width: 60%;
  margin-top: 30%;
  margin-bottom: 20%;
  animation: fadeIn 2.5s ease-in 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease-in 0s 1 normal;
  text-align: center;
  margin-left:550px;
}

.logo p{
  font-size: 2.5rem;
  line-height: 4;
  text-shadow: 2px 2px 1px #fff;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width: 960px) {
  .main-img{
    background-image: url(../img/main-img2025.jpg);
    background-position: center bottom;
    width: 100%;
  }

  .main-img{
    margin-bottom: 0;
  }

  .logo{
    width: 100%;
    left: 3%;
    top: 0;
    margin-top: 50%;
    margin-bottom: 80%;
    margin-left:0px;
  }
}

@media screen and (max-width: 480px){
  .logo p{
    font-size: 1.5rem;
  }
}

main{
  background-color: #fff;
  height: auto;
}

.site-description{
  background-color: #e0e2c0;
  background-image: url(../img/washi_bg_m.jpg);
  box-shadow: 0 0.5rem 1rem #eee;
}

@media screen and (max-width: 480px){
  .site-description p{
    font-size: 1.5rem;
  }
}

.oshirase_container{
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5rem;
}

.oshirase_container h5{
  font-family: 'Sawarabi Mincho', sans-serif;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
}

.oshirase_container h5 span{
  margin-left: 3rem;
}

.oshirase-1:first-child{
  margin-bottom: 1rem;
}

.oshirase-2:first-child{
  margin-bottom: 1rem;
}

@media screen and (min-width: 481px){
  .oshirase-1{
    display: block;

  }

  .oshirase-2{
    display: none;
  }
}

@media screen and (max-width: 480px){
  .oshirase-1{
    display: none;
  }

  .oshirase-2{
    display: block;
    font-size: 1rem;
  }
}

/*
.information{
  background: #eee;
  padding: 0 1rem;
  display: flex;
  margin: auto;
  max-width: 100%;
  border: solid 1px #c0c0c0;
  border-radius: 1rem;
}

.information .new{
  align-self: center;
  white-space: nowrap;
  flex-basis: 7rem;
  padding: 0 1rem 0 0;
  margin: 0;
  font-size: 1.5rem;
}

.information .text{
  font-family: 'Noto Sans JP', sans-serif;
  overflow: auto;
  white-space: pre;
  text-align: left;
  padding: 0;
  margin: 0;
  border-left: 1px solid #c0c0c0;
  box-shadow: -1px 0px 0px #fff;
}

@media screen and (min-width:1200px){
  .information{
    max-width: 1170px
  }
}

@media screen and (max-width:1199px){
  .information{
    max-width: 970px;
  }
}

@media screen and (max-width:991px){
  .information{
    max-width: 750px;
  }
}
*/

.kiji-index{
  margin: 15px 0;
  margin-bottom: 5rem
}

.kiji-index .col-md-2{
  padding: 0.5% 0.5%;
  /*サンプル用*/
  position: relative;
}

.january .ishi{
  position: relative;
}

.number{
  position: absolute;
  top: 6%;
  left: 15%;
  width: 70%;
  filter: drop-shadow( 2px 2px 2px #000);
}

.special_container .number{
  position: absolute;
  top: 6%;
  left: 15%;
  width: 70%;
  filter: drop-shadow( 2px 2px 2px #000);
}

.kiji-index p{
  position: absolute;
  text-align: center;
  color: #fff;
  top: 80%;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
  font-size: calc(80% + 0.25vw);
}

@media screen and (max-width: 374px){
  .kiji-index p{
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  .kiji-index p{
    font-size: 18px;
  }
}

.no-click{
  pointer-events:none;
  cursor: default;
  text-decoration: none;
}

.contents-index{
  margin-bottom: 10rem;
}

footer {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 0 1rem;
}

.container{
  margin-bottom: -10px;
}

/*
.marquee{
color: #fff;
width: 100%;
padding: 0.5em 0;
overflow: hidden;
position: relative;
}

.marquee p:after{
content: "";
white-space: nowrap;
padding-right: auto;
}

.marquee p{
margin: 0;
padding-left: 100%;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 30s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 30s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marquee;
	-o-animation-timing-function: linear;
	-o-animation-duration: 30s;
	-o-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 30s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes marquee{
  from { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee{
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee{
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee{
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee{
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
*/
