@charset "UTF-8";

/*body
-----------------------------------------------------------------------------*/
html{
  height:100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

header {
    margin: 0px auto;
    width: 100%;
    padding-top: 5px;
}
a{
  cursor: pointer;
}
img{

    image-rendering: -webkit-optimize-contrast;

}
.mg10{
  margin-top: 10px;
}
.mg20{
  margin-top: 20px;
}
.logo img {
    width: 220px;
    margin-top: 5px;
}
.logo h1{
  font-size: 11px;
}
.nav_wrap {
  left: 10px;
  right: 10px;
  position: absolute;
  display: flex;
  top: 20px;
}
.link{
  margin-bottom: 20px;
  font-size: 14px;
}
#gallery{
    max-width: 960px;
    width: 100%;
    margin: 20px auto 0;
    background-color: #f9f1de;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 9px;
    margin-bottom: 20px;
}
#gallery h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.gallery-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.gallery-area img.w49{
width: 49.5%;
}
.gallery-area img.w24{
width: 33%;
margin-bottom: 10px;
}
.gallery-area2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.gallery-area2 img.w49{
width: 49%;
}

.gallery-area2 img.w24 {
    width: 33%;
    margin-bottom: 10px;
    border: 4px solid #fff;
    box-sizing: border-box;
}
.gallery-area2::after{
   content:"";
  display: block;
  width:33%;
}
.header-btn-area a {
   background-color: #972324;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 20px 12px 12px;
    line-height: 17px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    font-weight: 700;
   transition: 0.3s;
}
.header-btn-area a::after{
    content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.header-btn-area a:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.entry-btn{
margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-btn a {
    background-color: #972324;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 22px 20px 22px 22px;
    line-height: 17px;
    border-radius: 4px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    max-width: 600px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
   transition: 0.3s;
}
.entry-btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
    transform: rotate(45deg);
}
.entry-btn a:hover{
  opacity: 0.5;
transition: 0.3s;
}

#svglogo {
  height: 37px;
}
section.last{
  padding-bottom: 80px;
}

body{

  height:100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #000;
  font-size: 16px;
}
button{
  border: 0;
}
.m10{
  margin-top:10px;
}
.m15{
  margin-top:15px;
}
.m40{
  margin-top:40px;
}
.txt-s {
  font-size: 16px;
}
.txt-a-c{
  text-align: center;
}
#top{
  width: 100%;
    background-color: #f6f6fa;
}
.top-boshu{
  font-size: 30px;
  font-weight: bold;
}
#top .headline {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}
.headline-txt {

}
.header-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headline-txt img {
    width: 620px;
}
.headline-txt p{
  color: #fff;
  text-align: center;
}
.h-a{
  position: relative;
}
.h-a::after {
    content: "";
    display: block;
    height: 2px;
    width: 38px;
    background: #d83651;
    margin: 10px auto 10px;
}
.bk2flex{
    max-width: 960px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.bk2flex section {
    width: 49%;
    background-color: #f9f1de;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 9px;
    margin-bottom: 20px;
}
.bk2flex h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.top-inner{
  position: relative;
}
.top-inner::after{
content: "";
    position: absolute;
    background-color: rgb(37 21 21 / 50%);
    width: 100%;
    height: 100%;
    top: 0px;
}
.headline-inner {
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headline-bg{
      background-image: url(../images/main.jpg);
    height: 474px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.headline-bg img{
width: 100%;
    max-width:960px;
    height: auto;
    display: block;
    margin: 0 auto;
}
#covid-news {
    margin-top: 20px;
    margin-bottom: 50px;
}
.inner960 {
    max-width: 960px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;

}
.inner960 h2{
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
}
.inner960 h2 .m-ttl{
  font-size: 30px;
   color: #ce0526;
}

.bk2flex-inner{
    box-sizing: border-box;
}
.bk2flex-inner img{
  width: 100%;
}

.pr-txt {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #b72222;
    padding-top: 5px;
}
#covid-news #news-inner {
    max-width: 960px;
    width: 100%;
    border: 2px solid #ea5858;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
#covid-news h3{
  color:#ea5858;
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}

#kaihi,#place{
  padding-bottom: 40px;
}
#event-inner{
      max-width: 960px;
    width: 100%;
    margin: 20px auto 0;
    background-color: #fce8ea;
padding: 25px;
    box-sizing:border-box;
}


#event h2{
  font-size: 45px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
#event h2 .m-ttl{
  font-size: 30px;
   color: #ce0526;
}
#event h3{
    color: #e74f67;
    font-weight: 700;
    font-size: 24px;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#event-inner dl {
    margin-top: 20px;

}
#event-inner dt {
    display: flex;
    color: #e74f67;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 10px;
    margin-bottom: 9px;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
#event-inner dd p{
  line-height: 30px;
}
#flow{
  padding: 40px 0;
}
#flow-inner{
      max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#flow-inner h2{
  font-size: 45px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
#flow-inner h2 .m-ttl{
  font-size: 30px;
   color: #ce0526;
}
#flow-inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#flow-inner li {
    width: 30%;
  text-align: center;
}
.flow-img-box img{
  width: 200px;
}

#faq {
    background: #f9f1de;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.faq-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#faq dl{
  background:#fff;
  padding: 20px;
  margin-top: 20px;
}
#faq dl dt {
    font-weight: bold;
    padding-bottom: 6px;
    font-size: 20px;
}
#faq dl:first-child{
  margin-top: 0;
}
#faq .section-header h2 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
#faq .section-header h2 .m-ttl{
  font-size: 30px;
  color: #ce0526;
}

footer{
      background: #f6f6fa;
    padding: 0 40px;
    position: relative;
}
.footer-link {
    padding-top: 24px;
    display: flex;
}

.footer-link li{
  margin: 16px 0;
  padding: 0 12px;
  border-left: 1px solid #e1e4f1;
      line-height: 1em;
}

.footer-link li:first-child{
  padding-left: 0;
  border-left: none;
}
.footer-link a{
  color: #777;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
}
.footer-link a:hover{
  color: #333;
}

.footer-logo-area {
  /*  border-top: 1px solid #e1e4f1;*/
    padding: 14px 0;
    text-align: center;
    color: #777;
}
.footer-logo-area p{
 font-size: 15px;
}
.copyright{
  margin-top: 5px;
}
.img-ctr{
      display: block;
    margin: 0 auto;
}
.date {
    width: auto;
    flex-shrink: 0;
    margin-right: 10px;
}





@media only screen and (max-width:960px){
  #covid-news,#active,.bk2flex,#event,#flow,#kaihi,.respo-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  #event-inner dt {
    font-size: 16px;
  }
    #event-inner dd{
    font-size: 14px;
  }
  #covid-news h3 {

    font-size: 17px;

}
.header-inner {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
}
@media only screen and (max-width:650px){
.bk2flex{
  flex-direction: column;
  }
  .bk2flex section {
    width: 100%;
  }
  .pr-txt {
    font-size: 18px;
}
#faq dl dt {
    font-size: 18px;
}

#gallery img.w49{
width: 100%;
    margin-bottom: 10px;
}
#gallery img.w24{
width: 49%;
}
.inner960 h2 .m-ttl,.inner960 h2,#event h2 .m-ttl,#flow-inner h2 .m-ttl ,#faq .section-header h2 .m-ttl,#event h3,#gallery h2 {
 font-size: 20px;
}

#flow-inner h2,#faq .section-header h2,#event h2{
    font-size: 35px;
}



.headline-txt img {
    width: 100%;
}
.flow-img-box img {
    max-width: 200px;
    width: 100%;
}
.logo h1{
  font-size: 10px;
}
}
.dpb500{
  display: none;
}
@media only screen and (max-width:500px){
  body {
    font-size: 14px;
}
.dpb500{
  display: block;
}
.headline-bg {
    height: 244px;
}
.top-boshu {
    font-size: 20px;
}
#faq dl dt {
    font-size: 14px;
}
.flow-txt-box{
  text-align: left;
}
#event-inner {
    padding: 10px;
}
#event-inner dt {
    padding-left: 6px;
    margin-bottom: 3px;
    font-size: 14px;
}
.bk2flex section:last-child{
  margin-bottom: 0px;
}
.date {
    width: 65px;
}
#event-inner dd p {
    line-height: 1.8;
}
.inner960 h2 .m-ttl,.inner960 h2 .m-ttl,#event h2 .m-ttl,#flow-inner h2 .m-ttl ,#faq .section-header h2 .m-ttl,#event h3 {
    font-size: 15px;
}
.bk2flex h2,#gallery h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
#flow-inner h2,#faq .section-header h2,#event h2,.inner960 h2 {
    font-size: 30px;
}
.footer-logo-area p {
    font-size: 11px;
}
.entry-btn a {
    padding: 12px 10px 12px 12px;
    line-height: 17px;
    font-size: 20px;
}
.logo img{
  width: 170px;
}
}